# xf86-input-libinput/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.freedesktop.org/xorg/driver/xf86-input-libinput.git #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.45 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.01 hours (or 000.52 minutes) - OpenVZ 1x4 CPU 4GB RAM 00.01 hours (or 000.68 minutes) - ThinkPad W530 i7 4x2 32GB RAM using a 64-bit kernel and 32-bit distro #--------------------------------------------------------------------- [settings] proddir = none purge = no shareddir = yes tmpsize = 7M unpack = relaxed setpaths = libinput xorg #--------------------------------------------------------------------- [depends] actools libgudev:forward libinput libwacom:forward xorgbase:strict # Including mesa #--------------------------------------------------------------------- [configure] ln -nsf $PRODTREE/xorg/share/aclocal/*.m4 \ $PRODTREE/actools/share/aclocal/ TOPDIR=$PRODTREE/xorg MANBASE=$TOPDIR/man mkdir -p $MANBASE for pkg in libgudev libwacom do D=$PRODTREE/$pkg if [ -d $D ]; then . srcpkgpaths $pkg; fi done bash ./autogen.sh \ --prefix=$TOPDIR \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [build] for pkg in libgudev libwacom do D=$PRODTREE/$pkg if [ -d $D ]; then . srcpkgpaths $pkg; fi done smpmake make install #--------------------------------------------------------------------- # 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 = Not checked yet url_home = Ditto url_lfs = Ditto url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 210128 Added package. Started with 39be94499 ("git" hash). 210613 Updated to 9bb9e635d 230219 Updated to e87c7bfcc