diff options
Diffstat (limited to 'extra/rxvt-unicode/Pkgfile')
-rw-r--r-- | extra/rxvt-unicode/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/extra/rxvt-unicode/Pkgfile b/extra/rxvt-unicode/Pkgfile index b40df22e2..8d6c29f78 100644 --- a/extra/rxvt-unicode/Pkgfile +++ b/extra/rxvt-unicode/Pkgfile @@ -6,18 +6,16 @@ # Run on: xorg-libxft,p5-xml-parser name=rxvt-unicode -version=9.07 +version=9.10 release=1 source=(http://dist.schmorp.de/$name/$name-$version.tar.bz2 \ http://nutyx.meticul.eu/files/patchs/$name/{rxvt-unicode.desktop,rxvt-unicode.png,font-width-fix.patch} ) build() { cd $name-$version - # Add 256 color support - patch -p1 -i doc/urxvt-8.2-256color.patch || return 1 # Fix font width bug fix - patch -p0 -i ../font-width-fix.patch || return 1 + patch -p0 -i ../font-width-fix.patch ./configure --prefix=/usr \ --with-terminfo=/usr/share/terminfo \ |