diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-30 12:16:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-30 12:17:23 +0000 |
commit | 7e46bb331389f8a98872cc29b7317c9362ac48a5 (patch) | |
tree | a8bf5dd94b09a817e0917661fccd20f811cdd6fc /main/xfce4-notifyd | |
parent | c959ff71da541666435fd9c8226174a3827e2f01 (diff) | |
download | aports-7e46bb331389f8a98872cc29b7317c9362ac48a5.tar.bz2 aports-7e46bb331389f8a98872cc29b7317c9362ac48a5.tar.xz |
main/xfce4-notifyd: rebuild for xfce-4.10
Diffstat (limited to 'main/xfce4-notifyd')
-rw-r--r-- | main/xfce4-notifyd/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/xfce4-notifyd/APKBUILD b/main/xfce4-notifyd/APKBUILD index 0b0f39b530..3a54a8a28e 100644 --- a/main/xfce4-notifyd/APKBUILD +++ b/main/xfce4-notifyd/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-notifyd pkgver=0.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="notification daemon for the xfce desktop" url="http://spuriousinterrupt.org/projects/xfce4-notifyd" arch="all" @@ -10,6 +10,7 @@ depends="hicolor-icon-theme" makedepends="gtk+-dev libxfce4util libxfce4ui-dev libsexy-dev xfconf-dev dbus-glib-dev libglade-dev" install= +subpackages="$pkgname-lang" source="http://archive.xfce.org/src/apps/xfce4-notifyd/${pkgver%.*}/xfce4-notifyd-$pkgver.tar.bz2" _builddir="$srcdir"/$pkgname-$pkgver |