Date: Wednesday, March 17, 2021 @ 10:26:02 Author: heftig Revision: 893250
3.24.27-2: FS#70032 fix libdir Modified: lib32-gtk3/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-17 10:26:01 UTC (rev 893249) +++ PKGBUILD 2021-03-17 10:26:02 UTC (rev 893250) @@ -1,4 +1,3 @@ -# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $ # Maintainer: Maxime Gauduin <[email protected]> # Contributor: josephgbr <[email protected]> # Contributor: GordonGR <[email protected]> @@ -5,7 +4,7 @@ pkgname=lib32-gtk3 pkgver=3.24.27 -pkgrel=1 +pkgrel=2 pkgdesc='GObject-based multi-platform GUI toolkit' arch=(x86_64) license=(LGPL) @@ -59,8 +58,9 @@ build() { export CC='gcc -m32' export CXX=/bin/false - export PKG_CONFIG_PATH=/usr/lib32/pkgconfig + export PKG_CONFIG=i686-pc-linux-gnu-pkg-config arch-meson gtk build \ + --libdir=/usr/lib32 \ -Dbroadway_backend=true \ -Dcloudproviders=false \ -Dcolord=yes \
