diff options
Diffstat (limited to 'community/xfce4-whiskermenu-plugin/APKBUILD')
-rw-r--r-- | community/xfce4-whiskermenu-plugin/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/community/xfce4-whiskermenu-plugin/APKBUILD b/community/xfce4-whiskermenu-plugin/APKBUILD index e80e5b8514..657bf68cd3 100644 --- a/community/xfce4-whiskermenu-plugin/APKBUILD +++ b/community/xfce4-whiskermenu-plugin/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-whiskermenu-plugin -pkgver=2.3.4 +pkgver=2.3.5 pkgrel=0 pkgdesc="Alternate application launcher for Xfce" url="https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin" @@ -10,10 +10,8 @@ options="!check" # No test suite makedepends="cmake libxfce4ui-dev libxfce4util-dev exo-dev garcon-dev xfce4-panel-dev" subpackages="$pkgname-doc $pkgname-lang" source="https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2" -builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$builddir" cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ @@ -23,8 +21,7 @@ build() { } package() { - cd "$builddir" make install LIBDIR=lib DESTDIR="$pkgdir" } -sha512sums="8e59b6d0067e2302e3bf3e7f528cf96d613586c78c2ce6040143b449bffb3e3037b0d08738450c701d57f11cc5393154221bfbe5fa43825ca5df7ddd3c9f4cf4 xfce4-whiskermenu-plugin-2.3.4.tar.bz2" +sha512sums="7697a5d41599df8150d4e7ad1c5898b651d196fb1bd1a657efee33206312455f24056edf679592e0a6a78b17b324fd5d93e202ae7cc461ca70df7cd41794bd58 xfce4-whiskermenu-plugin-2.3.5.tar.bz2" |