summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Hayot2019-05-01 10:54:08 +0200
committerGuillaume Hayot2019-05-01 10:54:08 +0200
commit01e5ebd63977e7fe70664f9e58cfe4b17b5dd0b6 (patch)
tree3726825daf10ff8644a41d2ee07b01b33598b5b0 /PKGBUILD
parentfb02edf0e5f2845851d2121f335781a31acfa5a1 (diff)
downloadaur-01e5ebd63977e7fe70664f9e58cfe4b17b5dd0b6.tar.gz
Updating build dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc13e1b71adc..5ffdff33788c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgbase=libayatana-appindicator
pkgname=("${pkgbase}-gtk"{2,3} "${pkgbase}-sharp" "python2-${pkgbase}")
pkgver=0.5.3
-pkgrel=3
+pkgrel=4
pkgdesc='Ayatana Application Indicators Shared Library'
url='https://ayatana-indicators.org'
arch=('x86_64')
license=('LGPL2.1' 'LGPL3')
-makedepends=('mate-common' 'gtk-doc' 'dbus-glib' 'gobject-introspection' 'gtk-sharp-2'
+makedepends=('mate-common' 'gtk-doc' 'dbus-glib' 'gobject-introspection' 'gtk-sharp-2' 'perl-xml-libxml'
'libayatana-indicator-gtk'{2,3} 'libdbusmenu-gtk'{2,3} 'mono' 'pygtk' 'vala' 'python2')
options=('!emptydirs')
source=(http://releases.ayatana-indicators.org/source/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
@@ -27,7 +27,7 @@ build() {
./autogen.sh --prefix=/usr \
--enable-introspection \
--enable-gtk-doc=no \
- --disable-{scrollkeeper,tests,mono-test} \
+ --disable-{tests,mono-test} \
--with-gtk=3
make
)
@@ -37,7 +37,7 @@ build() {
./autogen.sh --prefix=/usr \
--enable-introspection \
--enable-gtk-doc \
- --disable-{scrollkeeper,tests,mono-test} \
+ --disable-{tests,mono-test} \
--with-gtk=2
make
)
@@ -47,7 +47,7 @@ build() {
./autogen.sh --prefix=/usr \
--enable-introspection \
--enable-gtk-doc \
- --disable-{scrollkeeper,tests,mono-test} \
+ --disable-{tests,mono-test} \
--with-gtk=2
make
)