diff --git a/srcpkgs/rxvt-unicode/template b/srcpkgs/rxvt-unicode/template index a05002ebe4..cca54740fe 100644 --- a/srcpkgs/rxvt-unicode/template +++ b/srcpkgs/rxvt-unicode/template @@ -1,9 +1,10 @@ # Template build file for 'rxvt-unicode'. pkgname=rxvt-unicode -version=9.18 -revision=2 +version=9.19 +revision=1 build_style=gnu-configure -configure_args="--with-terminfo=/usr/share/terminfo --enable-256-color +configure_args=" + --with-terminfo=/usr/share/terminfo --enable-256-color --enable-font-styles --enable-xim --enable-keepscrolling --enable-selectionscrolling --enable-smart-resize --enable-transparency --enable-utmp --enable-wtmp --enable-lastlog --disable-frills @@ -15,7 +16,7 @@ maintainer="Juan RP " homepage="http://software.schmorp.de/pkg/rxvt-unicode.html" license="GPL-2" distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=87b72a43cac7c9362a984094c661a632ce1a829ad90f149142ab1953854b433f +checksum=d9237cf1973af461ecbeeb708e4d00893294771558e8338b4f33418ed52d3241 long_desc=" $pkgname 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 @@ -59,6 +60,6 @@ fi rxvt-unicode_package() { pkg_install() { - vmove usr + vmove all } }