rxvt-unicode: Update to 9.14, add startup-notification support.

This commit is contained in:
ojab 2012-01-07 11:20:58 +00:00
parent 7c32189ef1
commit 735459ad2a
2 changed files with 6 additions and 4 deletions

View file

@ -11,3 +11,4 @@ libc.so.6
ld-linux-x86-64.so.2
libgcc_s.so.1
ld-linux.so.2
libstartup-notification-1.so.0

View file

@ -1,18 +1,18 @@
# Template build file for 'rxvt-unicode'.
pkgname=rxvt-unicode
version=9.12
version=9.14
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2"
build_style=gnu-configure
configure_args="--with-terminfo=/usr/share/terminfo --enable-256-color
--enable-font-styles --enable-xim --enable-keepscrolling --enable-pixbuf
--enable-selectionscrolling --enable-smart-resize --enable-transparency
--enable-utmp --enable-wtmp --enable-lastlog --disable-frills"
revision=2
--enable-utmp --enable-wtmp --enable-lastlog --disable-frills
--enable-startup-notification --enable-combining --with-term=rxvt-256color"
short_desc="rxvt clone supporting Xft fonts and Unicode"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://software.schmorp.de/pkg/rxvt-unicode.html"
license="GPL-2"
checksum=1db334204bfb264b3134e01d9d3cf446c5ac7d47514909435f914f3906f37e7e
checksum=29928a33be6b3fb0edd126df2c3d35e1900f8268b546ce54430780c550fa1d52
long_desc="
rxvt-unicode is a clone of the well known terminal emulator rxvt,
modified to store text in Unicode (either UCS-2 or UCS-4) and to use
@ -30,6 +30,7 @@ Add_dependency build libXft-devel
Add_dependency build libXrender-devel
Add_dependency build gdk-pixbuf-devel
Add_dependency build glib-devel
Add_dependency build startup-notification-devel
post_install()
{