summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2024-03-18 00:49:35 +0100
committerMarcell Meszaros2024-03-18 00:49:35 +0100
commitf0972bde7e153daaa4ae82192fe021cd582d372a (patch)
tree5fdb6f8fde8600e7f450d858ff73d51db7a63be0 /PKGBUILD
parent8d3a2c1b3116b32c5047cf0d2aba2d4c68f8b3b2 (diff)
downloadaur-gnome-menus2.tar.gz
3.0.1-6: add --disable-introspection to prevent trying to use Python GNOME libs during build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81372b8a767e..c460ff705853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gnome-menus2
pkgver=3.0.1
-pkgrel=5
+pkgrel=6
pkgdesc='Library for the Desktop Menu Specification (legacy version)'
arch=('i686' 'x86_64')
url='http://www.gnome.org/'
@@ -18,7 +18,7 @@ sha256sums=('579c119c26f37781f66708e867ea45b3c37589b3b69e5b32d33e9bdb944165f0')
build() {
cd ${pkgname%2}-$pkgver
- ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' --disable-static --disable-python
+ ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' --disable-static --disable-python --disable-introspection
make
}