Date: Wednesday, August 31, 2022 @ 19:51:31 Author: svenstaro Revision: 454831
upgpkg: glib2 2.72.3-2: Add static libs Modified: glib2/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-31 19:34:31 UTC (rev 454830) +++ PKGBUILD 2022-08-31 19:51:31 UTC (rev 454831) @@ -4,7 +4,7 @@ pkgbase=glib2 pkgname=(glib2 glib2-docs) pkgver=2.72.3 -pkgrel=1 +pkgrel=2 pkgdesc="Low level core library" url="https://wiki.gnome.org/Projects/GLib" license=(LGPL) @@ -13,7 +13,7 @@ makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux meson dbus) checkdepends=(desktop-file-utils) -options=(debug) +options=('debug' 'staticlibs') _commit=dce30492f6087a8e1e288f1706d41142b74ca1ff # tags/2.72.3^0 source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit" 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch @@ -43,6 +43,7 @@ CFLAGS+=" -DG_DISABLE_CAST_CHECKS" arch-meson glib build \ + --default-library both \ -D glib_debug=disabled \ -D selinux=disabled \ -D man=true \
