# betray/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. "betray" shouldn't be used with these programs: Firefox variations gimp28 (or any gimp) thunderbird hexchat - interferes with notification of messages Possibly programs with multiple windows in general #--------------------------------------------------------------------- 2. We need to disable NLS for this package due to a FTBFS related to gettext. This is done using a patch, a "configure" switch, and an "rm" command. #--------------------------------------------------------------------- 3. The source tarball used by this package was created based on "git" upstream sources. A procedure similar to the one shown in the "git- fetch" block was used. #--------------------------------------------------------------------- [gitfetch] OUTBASE=alltray YYMMDD=180817 DIR=$OUTBASE-git-$YYMMDD URL=https://github.com/mbt/alltray.git rm -fr $OUTBASE $DIR $DIR.tar* git clone $URL $DIR tar cf - $DIR | pbzip2 -c > $DIR.tar.bz2 tardate $DIR.tar.bz2 #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 19M #--------------------------------------------------------------------- [depends] actools bison2 bison3 gawk gettext grep gtkcore libgtop libwnck pkgconf sed vala xorg #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE autoreconf -fi bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-nls \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] cd $PKGDIR_PROD/bin mv alltray betray ln -s betray alltray #--------------------------------------------------------------------- # 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] 180319 Added package. Started with 180319 ("git"-based). 180817 Updated from 180319 to 180817 (no code-level changes)