[arch-commits] Commit in lib32-gtk3/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Mar 17 10:26:02 UTC 2021


    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 <alucryd at archlinux.org>
 # Contributor: josephgbr <rafael.f.f1 at gmail.com>
 # Contributor: GordonGR <ntheo1979 at gmail.com>
@@ -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 \



More information about the arch-commits mailing list