diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 23:22:33 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 23:22:33 +0100 |
commit | daa40775cec7cbb1bd94bf4a81b6fb8b22693ffd (patch) | |
tree | 504483080d7eb1ddae131777238b75aa6a73d8ed /extra/rxvt-unicode/Pkgfile | |
parent | 0c32f5321f236c4a4a8d912ac38435c8a5c46fda (diff) | |
download | nutyx-extra-daa40775cec7cbb1bd94bf4a81b6fb8b22693ffd.tar.gz nutyx-extra-daa40775cec7cbb1bd94bf4a81b6fb8b22693ffd.tar.bz2 nutyx-extra-daa40775cec7cbb1bd94bf4a81b6fb8b22693ffd.tar.xz nutyx-extra-daa40775cec7cbb1bd94bf4a81b6fb8b22693ffd.zip |
rxvt-unicode, maj 9.10-1
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 \ |