Date: Thursday, November 17, 2022 @ 17:33:06 Author: heftig Revision: 1349376
1.0.10-3: enable debug Modified: lib32-libxau/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-17 17:29:15 UTC (rev 1349375) +++ PKGBUILD 2022-11-17 17:33:06 UTC (rev 1349376) @@ -4,13 +4,15 @@ _pkgbasename=libxau pkgname=lib32-$_pkgbasename pkgver=1.0.10 -pkgrel=2 +pkgrel=3 pkgdesc="X11 authorisation library (32-bit)" arch=(x86_64) url="https://xorg.freedesktop.org/" +license=('custom') depends=('lib32-glibc' $_pkgbasename) makedepends=('pkgconf' 'xorgproto') -license=('custom') +provides=('libXau.so') +options=('debug') source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.xz) sha1sums=('fbfef1a4abe2f1d3aa3d8e2252b65f5824627138') sha256sums=('8be6f292334d2f87e5b919c001e149a9fdc27005d6b3e053862ac6ebbf1a0c0a') @@ -19,7 +21,7 @@ cd "${srcdir}/libXau-${pkgver}" export CC="gcc -m32" - export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" + export PKG_CONFIG="i686-pc-linux-gnu-pkg-config" ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32 make
