# libgxps/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package requires, at "build" time, a copy of "meson" that has been patched so as not to mess with "rpath". #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.37 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.38 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 3M uscheck = C210629, R210226, active setpaths = acl cairo jpeg gtkcore lcms2 libgxps gcc tiff #--------------------------------------------------------------------- [depends] actools acl bzip2 cairo expat fontconfig freetype2 gawk grep gtk20 gtkdoc jpeg lcms2 libarchive libffi libxml2 libxslt meson nettle3 ninja pkgconf python sed tiff xorg xzutils #--------------------------------------------------------------------- [configure] PATH=$PRODTREE/python3/bin:$PATH PP=$PKGDIR_PROD mkdir -p $PKGDIR_PROD/{bin,include,lib,man,sbin,share} rm -fr build mkdir build meson build \ -D prefix=$PP \ -D bindir=$PP/bin \ -D includedir=$PP/include \ -D libdir=$PP/lib \ -D mandir=$PP/man \ -D buildtype=release cd build if [ \! -f build.ninja ]; then exit 1; fi meson configure #--------------------------------------------------------------------- [build] cd build ninja_simple_build cd $PKGDIR_PROD/bin for x in xps* do mv $x $x.bin ln -s libgxps.wrapper $x done cp -p $PKGDIR_SPECIAL/libgxps.wrapper.in libgxps.wrapper chmod 755 libgxps.wrapper #--------------------------------------------------------------------- # 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 = http://ftp.gnome.org/pub/gnome/sources/\ libgxps/0.3/libgxps-0.3.2.tar.xz #--------------------------------------------------------------------- [history] 170512 Updated from 0.2.2 to 0.2.5 170812 Updated to 0.3.0 210222 Updated to 0.3.1 210424 Updated to 0.3.2