summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-01-18 14:22:57 -0500
committerTed Alff2020-01-18 14:22:57 -0500
commit51fb4ceca18ef73407006baa1c45b862939049f4 (patch)
tree7c4d4cddf4c425496d4e81084111e76a5a370b6a
parent544e1c4efd128a18dbaf21ec10fc84400ef7bb5f (diff)
downloadaur-51fb4ceca18ef73407006baa1c45b862939049f4.tar.gz
Fixed compilation. Sorry for the delay
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbbe8e4df493..1ca0413a0763 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-python-desktop
pkgver = 2.32.0
- pkgrel = 19
+ pkgrel = 20
url = https://www.gnome.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3824ae75924f..4338b87e92e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=gnome-python-desktop
pkgname=('gnome-python-desktop' 'python2-gnomekeyring' 'python2-wnck')
pkgver=2.32.0
-pkgrel=19
+pkgrel=20
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
makedepends=('intltool' 'pkg-config' 'gnome-python' 'libwnck' 'libgnome-keyring')
@@ -20,7 +20,11 @@ prepare() {
build() {
cd ${pkgbase}-${pkgver}
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-metacity
+ PYTHON=/usr/bin/python2 ./configure \
+ --prefix=/usr \
+ --disable-metacity \
+ --disable-evolution \
+ --disable-evolution_ecal
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}