# xfce4-terminal/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- 2. As of Fall 2021, "git" upstream versions of this package frequently crashed during "paste" operations. Additionally, this distro adds a feature that hasn't been ported yet to newer "git" or stable releas- es. So, for now, this package is frozen at an old stable release (0.8.10). #--------------------------------------------------------------------- 3. This distro also disables a problematic warning message that up- stream displays by default during most pastes. #--------------------------------------------------------------------- [buildtimes] 00.02 hours (or 000.95 minutes) - ThinkPad W530 i7 4x2 32GB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 18M #--------------------------------------------------------------------- [depends] actools cairo cpan-xml-parser file gawk gettext grep gtkcore:strict intltool libexif libxfce4ui libxfce4util pkgconf sed vte xfce4-dev-tools xfconf #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE if [ -f ./autogen.sh ]; then ./autogen.sh else autoreconf -fi fi ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-maintainer-mode \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin SPCBIN=$PKGDIR_PROD/spcbin SPCDIR=$PKGDIR_SPECIAL mkdir -p $SPCBIN BASE=xfce4-terminal cd $BINDIR mv $BASE $SPCBIN/ cp -p $SPCDIR/$BASE.wrapper.in $BASE chmod 755 $BASE #--------------------------------------------------------------------- # 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 = http://deb.debian.org/debian/pool/main/\ x/xfce4-terminal/xfce4-terminal_0.8.10.orig.tar.bz2 #--------------------------------------------------------------------- [history] 211015 Added package. Started with 9694a5d96 ("git" hash).