# catfish/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 \ --checkout=catfish-4.16.4 \ https://gitlab.xfce.org/apps/catfish.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = COPYING licprefix = python3 nosyslinks = yes proddir = none purge = no tmpsize = 26M #--------------------------------------------------------------------- [depends] distutils-extra findutils gtkcore piprepomain python:strict python3-core:strict xfce4core #--------------------------------------------------------------------- [build] python3 setup.py build python3 setup.py install #--------------------------------------------------------------------- [postbuild] BINDIR=$PRODTREE/python3/bin MANDIR=$PRODTREE/python3/man/man1 SPCDIR=$PKGDIR_SPECIAL WRAPDIR=/laclin/wrap-aliases mkdir -p $MANDIR WRAPDIR cp -p catfish.1 $MANDIR/ mandb >& /dev/null || true #--------------------------------------------------------------------- cd $BINDIR rm -fr catfish.bin mv catfish catfish.bin cp -p $SPCDIR/catfish.wrapper.in catfish chmod 755 catfish #--------------------------------------------------------------------- # 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] 211017 Added package. Started with 42c545d0a ("git" hash). 230218 Updated to 57514efab - same as 4.16.4