aboutsummaryrefslogtreecommitdiffstats
path: root/main/xfce4-whiskermenu-plugin/APKBUILD
blob: 14384e35b27cbdf27f78fcf33bef69a354334fd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-whiskermenu-plugin
pkgver=2.1.5
pkgrel=0
pkgdesc="alternate application launcher for Xfce"
url="https://gottcode.org/xfce4-whiskermenu-plugin/"
arch="all"
license="GPL-2.0"
options="!check" # No test suite
depends=""
makedepends="cmake libxfce4ui-dev libxfce4util-dev exo-dev garcon-dev xfce4-panel-dev"
subpackages="$pkgname-doc $pkgname-lang"
source="http://mirror.netcologne.de/xfce/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2"
builddir="$srcdir"/xfce4-whiskermenu-plugin-$pkgver

build() {
	cd "$builddir"
	cmake \
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DCMAKE_INSTALL_LIBDIR=lib \
		-DCMAKE_BUILD_TYPE=Release \
		.
	make
}

package() {
	cd "$builddir"
	make install LIBDIR=lib DESTDIR="$pkgdir"
}

sha512sums="54e308b516ef1694f9649578cb8297f830132e456e1f498183074386956873f7f9f6ea8a0167d506086a87ae17acfbfd8a2b34eb6f0acb97f896872f8799b1f1  xfce4-whiskermenu-plugin-2.1.5.tar.bz2"