summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ac7dfbd62d1..1da585cdb891 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libayatana-appindicator
pkgdesc = Ayatana Application Indicators Shared Library
pkgver = 0.5.3
- pkgrel = 3
+ pkgrel = 4
url = https://ayatana-indicators.org
arch = x86_64
license = LGPL2.1
@@ -11,6 +11,7 @@ pkgbase = libayatana-appindicator
makedepends = dbus-glib
makedepends = gobject-introspection
makedepends = gtk-sharp-2
+ makedepends = perl-xml-libxml
makedepends = libayatana-indicator-gtk2
makedepends = libayatana-indicator-gtk3
makedepends = libdbusmenu-gtk2
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
)