diff options
Diffstat (limited to 'main/rxvt-unicode/APKBUILD')
-rw-r--r-- | main/rxvt-unicode/APKBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/main/rxvt-unicode/APKBUILD b/main/rxvt-unicode/APKBUILD index e5ddd6152a..2228c572db 100644 --- a/main/rxvt-unicode/APKBUILD +++ b/main/rxvt-unicode/APKBUILD @@ -1,14 +1,16 @@ # Contributor: Moritz Wilhelmy +# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=rxvt-unicode pkgver=9.21 -pkgrel=2 +pkgrel=3 pkgdesc="rxvt fork with improved unicode support" arch=all url="http://software.schmorp.de/pkg/rxvt-unicode.html" license="GPL" -depends= -makedepends="libx11-dev libxft-dev ncurses fontconfig-dev gdk-pixbuf-dev libxrender-dev perl-dev" +depends="" +makedepends="libx11-dev libxft-dev ncurses fontconfig-dev + gdk-pixbuf-dev libxrender-dev perl-dev startup-notification-dev" subpackages="$pkgname-doc" source="http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2 gentables.patch @@ -45,6 +47,7 @@ build() { --enable-mousewheel \ --enable-text-blink \ --enable-fading \ + --enable-startup-notification \ --disable-utmp \ --disable-wtmp \ --disable-lastlog \ |