rxvt-unicode: update to 9.19.

This commit is contained in:
Juan RP 2013-11-02 09:15:19 +01:00
parent fcf1307488
commit 062678d097
1 changed files with 6 additions and 5 deletions

View File

@ -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 <xtraeme@gmail.com>"
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
}
}