aboutsummaryrefslogtreecommitdiffstats
path: root/main/rxvt-unicode/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-08-14 19:25:49 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2015-08-17 09:05:20 +0000
commit5e8137fc50cd676426a33c6f046ae31d245972bd (patch)
tree0c27e1ce311511092d135402bfa08791a3ae7827 /main/rxvt-unicode/APKBUILD
parente1dead7d91e23bdbebd4c397c85508034faa4a3a (diff)
downloadaports-5e8137fc50cd676426a33c6f046ae31d245972bd.tar.bz2
aports-5e8137fc50cd676426a33c6f046ae31d245972bd.tar.xz
main/rxvt-unicode: enable startup-notifications
Diffstat (limited to 'main/rxvt-unicode/APKBUILD')
-rw-r--r--main/rxvt-unicode/APKBUILD9
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 \