diff options
Diffstat (limited to 'repo/x11/rxvt-unicode.xibuild')
-rw-r--r-- | repo/x11/rxvt-unicode.xibuild | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/repo/x11/rxvt-unicode.xibuild b/repo/x11/rxvt-unicode.xibuild index c0213da..102f94c 100644 --- a/repo/x11/rxvt-unicode.xibuild +++ b/repo/x11/rxvt-unicode.xibuild @@ -8,35 +8,10 @@ DESC="Unicode fork of rxvt terminal emulator" PKG_VER=9.30 SOURCE=http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-$PKG_VER.tar.bz2 -export TERMINFO=/usr/share/terminfo build () { - ./configure $XORG_CONFIG \ - --enable-256-color \ - --enable-combining \ - --enable-fading \ - --enable-font-styles \ - --enable-iso14755 \ - --enable-keepscrolling \ - --enable-lastlog \ - --enable-mousewheel \ - --enable-next-scroll \ - --enable-perl \ - --enable-pointer-blank \ - --enable-rxvt-scroll \ - --enable-selectionscrolling \ - --enable-slipwheeling \ - --disable-smart-resize \ - --enable-startup-notification \ - --enable-transparency \ - --enable-unicode3 \ - --enable-utmp \ - --enable-wtmp \ - --enable-xft \ - --enable-xim \ - --enable-xterm-scroll \ - --disable-pixbuf \ - --disable-frills + export TERMINFO=/usr/share/terminfo + ./configure --prefix=/usr --enable-everything make } |