# chromium-addons/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none defer = glibc64 license = tbd tmpsize = 1M unpack = none #--------------------------------------------------------------------- [depends] zip #--------------------------------------------------------------------- [build] DATADIR=$PKGDIR_PROD/extensions SPCEXT=$PKGDIR_SPECIAL/exten mkdir -p $DATADIR cd $DATADIR rm -fr * for x in $SPCEXT/*.crx $SPCEXT/*.zip do base=`basename $x` base=`deext $base` mkdir $base && cd $base ls $x unzip -q $x || true cd .. done cd $DATADIR treetextsub --keeptimes \ --pattern='"https://clients2.google.com/service/update2/crx"' \ --newtext='"https://127.0.0.1/service/update2/crx"' #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian_page = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 211118 Added package 211118 Added "reader_view" 220806 Misc. changes 221216 Added or updated a few extensions 230409 Ditto 240202 Updated UBlock Origin