diff options
Diffstat (limited to 'main')
-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 |