summaryrefslogtreecommitdiff
path: root/user/xfce4-indicator-plugin/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/xfce4-indicator-plugin/APKBUILD')
-rw-r--r--user/xfce4-indicator-plugin/APKBUILD15
1 files changed, 12 insertions, 3 deletions
diff --git a/user/xfce4-indicator-plugin/APKBUILD b/user/xfce4-indicator-plugin/APKBUILD
index b2d78526c..d98a87b74 100644
--- a/user/xfce4-indicator-plugin/APKBUILD
+++ b/user/xfce4-indicator-plugin/APKBUILD
@@ -8,9 +8,17 @@ url="https://xfce.org"
arch="all"
license="GPL-2.0+"
depends=""
-makedepends="intltool libxfce4ui-dev xfce4-panel-dev>=${pkgver%.*} libindicator-dev ido-dev"
+makedepends="autoconf automake libtool intltool libxfce4ui-dev
+ xfce4-panel-dev>=${pkgver%.*} xfce4-dev-tools-dev
+ libayatana-indicator-dev ido-dev"
subpackages="$pkgname-lang"
-source="https://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin/${pkgver%.*}/xfce4-indicator-plugin-$pkgver.tar.bz2"
+source="https://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin/${pkgver%.*}/xfce4-indicator-plugin-$pkgver.tar.bz2
+ 01_ayatana.patch"
+
+prepare() {
+ default_prepare
+ autoreconf -vif
+}
build() {
LIBS="-lintl" ./configure \
@@ -31,4 +39,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="a5b9b25b405888a69708eb43656ac58a728d4a5a9736b5513d23b17409b5d8a0230cf89e6243afde5b1a3edad43b38915d007551347c85a7d17364760c2dabba xfce4-indicator-plugin-2.4.1.tar.bz2"
+sha512sums="a5b9b25b405888a69708eb43656ac58a728d4a5a9736b5513d23b17409b5d8a0230cf89e6243afde5b1a3edad43b38915d007551347c85a7d17364760c2dabba xfce4-indicator-plugin-2.4.1.tar.bz2
+9d3a2cc7b677d91f56f390401729f03dbea6c85cda926f084deb1233a976b086b6d8770c781312e27db86eb6e8a821eed9a1090e278bded0edf70f7b2b8b8698 01_ayatana.patch"