# 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 "qt6" license = See "license*.txt" in installed tree licfile = LICENSE nls = disabled setpaths = qt6 #--------------------------------------------------------------------- [depends] qt6 #--------------------------------------------------------------------- [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 #--------------------------------------------------------------------- # 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