summaryrefslogtreecommitdiff
path: root/user/xfce4-whiskermenu-plugin/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/xfce4-whiskermenu-plugin/APKBUILD')
-rw-r--r--user/xfce4-whiskermenu-plugin/APKBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/user/xfce4-whiskermenu-plugin/APKBUILD b/user/xfce4-whiskermenu-plugin/APKBUILD
index 3c082ed70..accfa2675 100644
--- a/user/xfce4-whiskermenu-plugin/APKBUILD
+++ b/user/xfce4-whiskermenu-plugin/APKBUILD
@@ -1,17 +1,17 @@
-# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
-# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
+# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
+# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=xfce4-whiskermenu-plugin
-pkgver=2.3.3
-_pkgmaj=${pkgver%.*}
+pkgver=2.8.3
pkgrel=0
pkgdesc="Whisker menu plugin for the XFCE panel"
url="https://xfce.org"
arch="all"
-options="!check" # no tests
+options="!check" # No test suite.
license="GPL-2.0+"
-makedepends="gtk+3.0-dev exo-dev garcon-dev xfce4-panel-dev"
+depends=""
+makedepends="cmake gtk+3.0-dev exo-dev garcon-dev xfce4-panel-dev accountsservice-dev"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/$_pkgmaj/xfce4-whiskermenu-plugin-$pkgver.tar.bz2"
+source="https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2"
build() {
if [ "$CBUILD" != "$CHOST" ]; then
@@ -24,7 +24,8 @@ build() {
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
- ${CMAKE_CROSSOPTS}
+ -DENABLE_GTK_LAYER_SHELL=OFF \
+ ${CMAKE_CROSSOPTS} .
make
}
@@ -32,4 +33,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="06e8c0ec623538103974c266c26b8efea94f97093324b5f55305ba6832a8c9eb7fa19c636249dffbc09ed4c7e3f543d338b2bd3455c14601237b2253683f5ac6 xfce4-whiskermenu-plugin-2.3.3.tar.bz2"
+sha512sums="ef4fe09fe69f1d6a5b0ab54a6cae48319c859b6b9d16facf39631814986d852913410a1ca1b32cfa7b355dafa78a6d91c12843b0c685e24bf168d6065a5f6099 xfce4-whiskermenu-plugin-2.8.3.tar.bz2"