rxvt-unicode: updated to 9.22
This commit is contained in:
parent
78bb95bae3
commit
6feac24b7d
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'rxvt-unicode'.
|
||||
pkgname=rxvt-unicode
|
||||
version=9.21
|
||||
revision=8
|
||||
version=9.22
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--with-terminfo=/usr/share/terminfo --enable-256-color
|
||||
|
@ -12,12 +12,12 @@ configure_args="
|
|||
hostmakedepends="pkg-config"
|
||||
makedepends="renderproto fontconfig-devel libXrender-devel libXft-devel libSM-devel"
|
||||
depends="ncurses rxvt-unicode-terminfo-${version}_${revision}"
|
||||
short_desc="rxvt clone supporting Xft fonts and Unicode"
|
||||
short_desc="Terminal emulator supporting Xft fonts and Unicode"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://software.schmorp.de/pkg/rxvt-unicode.html"
|
||||
license="GPL-2"
|
||||
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=75270ed72bc5895a64a1d7392bf45a622204192371c3965bd3dd978dc088956b
|
||||
checksum=e94628e9bcfa0adb1115d83649f898d6edb4baced44f5d5b769c2eeb8b95addd
|
||||
|
||||
pre_build() {
|
||||
sed -i 's,tic,/bin/true,g' doc/Makefile
|
||||
|
|
Loading…
Reference in New Issue