diff options
author | Síle Ekaterin Liszka <sheila@vulpine.house> | 2023-03-27 03:04:22 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2023-03-31 05:35:55 +0000 |
commit | 19fd4a9514d2bd5bd11a7612cc745d051783176a (patch) | |
tree | 139a99a57531492870b3de6da62fbbbafabf2f84 /user/xfce4-indicator-plugin/APKBUILD | |
parent | 14e6fb70062313c1058158848516b17b80303534 (diff) | |
download | packages-19fd4a9514d2bd5bd11a7612cc745d051783176a.tar.gz packages-19fd4a9514d2bd5bd11a7612cc745d051783176a.tar.bz2 packages-19fd4a9514d2bd5bd11a7612cc745d051783176a.tar.xz packages-19fd4a9514d2bd5bd11a7612cc745d051783176a.zip |
user/xfce4-indicator-plugin: switch to libayatana-indicator
Diffstat (limited to 'user/xfce4-indicator-plugin/APKBUILD')
-rw-r--r-- | user/xfce4-indicator-plugin/APKBUILD | 15 |
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" |