mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
rxvt-unicode: update to 9.19.
This commit is contained in:
parent
fcf1307488
commit
062678d097
1 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template build file for 'rxvt-unicode'.
|
# Template build file for 'rxvt-unicode'.
|
||||||
pkgname=rxvt-unicode
|
pkgname=rxvt-unicode
|
||||||
version=9.18
|
version=9.19
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
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-font-styles --enable-xim --enable-keepscrolling
|
||||||
--enable-selectionscrolling --enable-smart-resize --enable-transparency
|
--enable-selectionscrolling --enable-smart-resize --enable-transparency
|
||||||
--enable-utmp --enable-wtmp --enable-lastlog --disable-frills
|
--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"
|
homepage="http://software.schmorp.de/pkg/rxvt-unicode.html"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=87b72a43cac7c9362a984094c661a632ce1a829ad90f149142ab1953854b433f
|
checksum=d9237cf1973af461ecbeeb708e4d00893294771558e8338b4f33418ed52d3241
|
||||||
long_desc="
|
long_desc="
|
||||||
$pkgname is a clone of the well known terminal emulator rxvt,
|
$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
|
modified to store text in Unicode (either UCS-2 or UCS-4) and to use
|
||||||
|
@ -59,6 +60,6 @@ fi
|
||||||
|
|
||||||
rxvt-unicode_package() {
|
rxvt-unicode_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue