# dooble/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run \ --deletegit \ https://github.com/textbrowser/dooble.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] compiler = clang # Follow setting used by "qt5" defer = glibc64 license = See "license*.txt" in installed tree licfile = LICENSE nls = disabled setpaths = qt5 #--------------------------------------------------------------------- [depends] alsa brotli bzip2 cryptsetup double-conversion eudev expat fontconfig freetype2 graphite2 gtkcore jpeg jsonc lcms2 libbsd libevent2 libicu libpng libvpx114 libwebp libxml2 libxslt lvm2 minizip-ng ncurses nspr nss openssl opus pciutils pcre2 qt sqlite3 util-linux xorg xzutils zlib zstd #--------------------------------------------------------------------- [configure] qmake PREFIX=$PKGDIR_PROD dooble.pro #--------------------------------------------------------------------- [build] PP=$PKGDIR_PROD BINDIR=$PP/bin XBINDIR=$PP/xbin BDICDIR=$PP/bdic mkdir -p $BINDIR $XBINDIR $BDICDIR smpmake mv Dooble $XBINDIR/dooble cp -p $PKGDIR_SPECIAL/*.bdic $BDICDIR/ cd $BINDIR cp -p $PKGDIR_SPECIAL/dooble.wrapper.in dooble chmod 755 dooble #--------------------------------------------------------------------- [postbuild] #--------------------------------------------------------------------- PP=$PKGDIR_PROD BINDIR=$PP/bin ETCDIR=$PP/etc mkdir -p $BINDIR $ETCDIR #--------------------------------------------------------------------- cp -p $PKGDIR_SPECIAL/dooble-proxychains.conf $ETCDIR/ #--------------------------------------------------------------------- cd $BINDIR mkdir -p ../xbin/ mv dooble ../xbin/dooble-middle cat > dooble << END BROWSER=\$PRODTREE/dooble/xbin/dooble-middle PROXYCFG=\$PRODTREE/dooble/etc/dooble-proxychains.conf if [ -f /etc/sysconfig/browser-use-socks5.flag ]; then proxychains4 -f \$PROXYCFG \$BROWSER \$* else exec \$BROWSER \$* fi END chmod 755 dooble #--------------------------------------------------------------------- # 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 = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 251117 Added package 251117 Started with 5ac996ba9 ("git" hash) 251117 Patched to fix a database location bug 260102 Updated to 07b5235fd 260330 Updated to 8b2ffa1be 260330 Route http* and DNS through "proxychains-ng"