[arch-commits] Commit in lib32-glib2/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Wed Aug 31 20:57:13 UTC 2022
Date: Wednesday, August 31, 2022 @ 20:57:13
Author: heftig
Revision: 1289515
synatx
Modified:
lib32-glib2/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-31 20:57:07 UTC (rev 1289514)
+++ PKGBUILD 2022-08-31 20:57:13 UTC (rev 1289515)
@@ -5,7 +5,7 @@
pkgname=lib32-glib2
pkgver=2.72.3
-pkgrel=1
+pkgrel=2
pkgdesc="Low level core library (32-bit)"
url="https://wiki.gnome.org/Projects/GLib"
license=(LGPL)
@@ -47,9 +47,12 @@
CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
arch-meson glib build \
+ --libdir=/usr/lib32
-D glib_debug=disabled \
-D selinux=disabled \
- --libdir=/usr/lib32
+ -D man=false \
+ -D sysprof=disabled \
+ -D gtk_doc=false
meson compile -C build
}
More information about the arch-commits
mailing list