Date: Saturday, March 13, 2021 @ 09:21:44 Author: lcarlier Revision: 890022
upgpkg: lib32-atk 2.36.0-2: Disable gobject-introspection Modified: lib32-atk/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-13 09:16:16 UTC (rev 890021) +++ PKGBUILD 2021-03-13 09:21:44 UTC (rev 890022) @@ -3,13 +3,14 @@ pkgname=lib32-atk pkgver=2.36.0 -pkgrel=1 +pkgrel=2 pkgdesc="The interface definitions of accessibility infrastructure (32-bit)" url="https://git.gnome.org/browse/atk" arch=(x86_64) license=(LGPL) depends=(lib32-glib2 atk) -makedepends=(gobject-introspection git gtk-doc meson) +makedepends=(git gtk-doc meson) +provides=(libatk-1.0.so) _commit=dbe95f6170ae1f4bb76c755506b4e3dd3990d5aa # tags/ATK_2_36_0^0 source=("git+https://git.gnome.org/browse/atk#commit=$_commit") sha512sums=('SKIP') @@ -28,7 +29,10 @@ export CXX="g++ -m32" export PKG_CONFIG_PATH=/usr/lib32/pkgconfig - arch-meson atk build -D enable_docs=false --libdir=/usr/lib32 + arch-meson atk build \ + -D introspection=false \ + -D enable_docs=false \ + --libdir=/usr/lib32 ninja -C build }
