# gplugin/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created using Mercurial as follows: DATE6D=210228 rm -fr gplugin gplugin-hg* hg clone https://keep.imfreedom.org/gplugin/gplugin/ mv gplugin gplugin-hg-$DATE6D tar jcf gplugin-hg-$DATE6D.tar.bz2 gplugin-hg-$DATE6D tardate gplugin-hg-$DATE6D.tar.bz2 #--------------------------------------------------------------------- 2. As of 2021, it wasn't possible to build "gplugin" with Perl5 plugin support. #--------------------------------------------------------------------- [buildtimes] 00.02 hours (or 001.00 minutes) - HP EliteBook 8560w 32GB RAM 00.03 hours (or 001.85 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] license = See "license*.txt" in installed tree licfile = COPYING setpaths = gplugin gtkcore python3 tmpsize = 12M #--------------------------------------------------------------------- [depends] cmake cpancore # Needs "Glib" module gtkcore meson ninja perl pkgconf python pygobject-gtk3 #--------------------------------------------------------------------- [configure] PATH=$PRODTREE/python3/bin:$PATH PP=$PKGDIR_PROD rm -fr build mkdir build meson build \ -D prefix=$PP \ -D lua=false \ -D perl5=false cd build if [ \! -f build.ninja ]; then exit 1; fi meson configure #--------------------------------------------------------------------- [build] cd build ninja_simple_build #--------------------------------------------------------------------- # 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] 180630 Added package. Started with d9b087c41 ("git" hash). 210228 Updated to hg-210228 (Mercurial date)