# parole/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 \ https://gitlab.xfce.org/apps/parole #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.83 minutes) - ThinkPad W530 i7 4x2 32GB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 15M #--------------------------------------------------------------------- [depends] actools brotli bzip2 cairo expat fontconfig freetype2 fribidi gawk graphite2 grep gstreamer gtkcore jpeg libbsd libffi liborc libpng libxfce4ui libxfce4util ncurses openssl pcre pcre2 sed startnoti taglib util-linux xfconf xorg zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE ./autogen.sh \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE \ \ --disable-mpris2-plugin \ --disable-notify-plugin \ --disable-tray-plugin #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin PROGBASE=parole cd $BINDIR rm -fr ../xbin/ mkdir -p ../xbin/ mv $PROGBASE ../xbin/ cp -p $PKGDIR_SPECIAL/$PROGBASE.wrapper.in $PROGBASE chmod 755 $PROGBASE #--------------------------------------------------------------------- # 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] 230212 Added package. Started with 4.16.0. 230218 Updated to 4.18.0 240124 Updated to 4.18.1 240803 Updated to e1993fdbd ("git" hash)