summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2024-03-18 00:49:35 +0100
committerMarcell Meszaros2024-03-18 00:49:35 +0100
commitf0972bde7e153daaa4ae82192fe021cd582d372a (patch)
tree5fdb6f8fde8600e7f450d858ff73d51db7a63be0
parent8d3a2c1b3116b32c5047cf0d2aba2d4c68f8b3b2 (diff)
downloadaur-gnome-menus2.tar.gz
3.0.1-6: add --disable-introspection to prevent trying to use Python GNOME libs during build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6fc62647ef9..ebcb4355f45d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-menus2
pkgdesc = Library for the Desktop Menu Specification (legacy version)
pkgver = 3.0.1
- pkgrel = 5
+ pkgrel = 6
url = http://www.gnome.org/
arch = i686
arch = x86_64
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
}