summaryrefslogtreecommitdiffstats
path: root/main/xfce4-notifyd/APKBUILD
blob: 48de002907f0319090f4a2dde4a56a4e0379511c (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
34
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-notifyd
pkgver=0.2.3
pkgrel=0
pkgdesc="notification daemon for the xfce desktop"
url="http://spuriousinterrupt.org/projects/xfce4-notifyd"
arch="all"
license="GPL2"
depends="hicolor-icon-theme"
makedepends="gtk+-dev libxfce4util libxfce4ui-dev libsexy-dev xfconf-dev
	dbus-glib-dev libglade-dev libnotify-dev"
install=
subpackages="$pkgname-lang"
source="http://archive.xfce.org/src/apps/xfce4-notifyd/${pkgver%.*}/xfce4-notifyd-$pkgver.tar.bz2"

_builddir="$srcdir"/$pkgname-$pkgver
build () { 
	cd "$_builddir"
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--libexecdir=/usr/lib/xfce4 \
		--localstatedir=/var \
		--disable-static
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="97c02482f96211251a420d12c34dda3d  xfce4-notifyd-0.2.3.tar.bz2"
sha256sums="dd40f64c9db22b0b971e81e8e74a4ab6afe6d0bb819ab5d0badee89e13faa63b  xfce4-notifyd-0.2.3.tar.bz2"
sha512sums="52ab2b3adbe512349ae4edd362f769a5cb4ab616624ef1c10fed21ae9d5e4955f46c14fbd23584ea07b4e65385d7ee5414e0a5e77806e8034a7b5c798d5b67c6  xfce4-notifyd-0.2.3.tar.bz2"