aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xfce4-statusnotifier-plugin/APKBUILD
blob: c8b3bb8796b3853d50f54fb928288eda11609a40 (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
32
33
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname="xfce4-statusnotifier-plugin"
pkgver="0.2.2"
pkgrel=0
pkgdesc="Panel area status notifier plugin for Xfce4"
url="https://docs.xfce.org/panel-plugins/xfce4-statusnotifier-plugin"
arch="all"
license="GPL-2.0-only"
makedepends="glib-dev libxfce4ui-dev xfce4-panel-dev libdbusmenu-gtk3-dev"
subpackages="$pkgname-lang"
source="https://archive.xfce.org/src/panel-plugins/xfce4-statusnotifier-plugin/${pkgver%.*}/xfce4-statusnotifier-plugin-$pkgver.tar.bz2"
builddir="$srcdir/xfce4-statusnotifier-plugin-$pkgver"

build() {
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var
	make
}

check() {
	make check
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="76f719ffed4ec9e178a844173cb0728888beba9a1ad69c9da025cb2d1fb3ad18448b4b4a60a94bb329ec7b80760307000550d451859c33f4b5d7bb8590cf227d  xfce4-statusnotifier-plugin-0.2.2.tar.bz2"