[Lunar-commits] <moonbase> rxvt-unicode: xterm 256 color patch
Auke Kok
sofar at foo-projects.org
Sun Aug 9 03:13:46 CEST 2009
commit 3e013ac4b608c4e559c487345d4282efa5242ebd
Author: Vincent Breitmoser <vlun at mugenguild.com>
Date: Sun Aug 9 03:13:46 2009 +0200
rxvt-unicode: xterm 256 color patch
apply the 256 color patch that comes with the package, and added configure
option to enable it
---
terminal/rxvt-unicode/BUILD | 1 +
terminal/rxvt-unicode/CONFIGURE | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/terminal/rxvt-unicode/BUILD b/terminal/rxvt-unicode/BUILD
index f1d6fce..1f947d5 100644
--- a/terminal/rxvt-unicode/BUILD
+++ b/terminal/rxvt-unicode/BUILD
@@ -1,4 +1,5 @@
(
+ patch_it doc/urxvt-8.2-256color.patch 1
default_build &&
chmod 644 README* Changes INSTALL
diff --git a/terminal/rxvt-unicode/CONFIGURE b/terminal/rxvt-unicode/CONFIGURE
index 7748c14..30ad4c5 100644
--- a/terminal/rxvt-unicode/CONFIGURE
+++ b/terminal/rxvt-unicode/CONFIGURE
@@ -2,3 +2,4 @@ mquery USE_ISO14755 "Enable extended ISO 14755 modes?" y "--enable-iso14755" "--
mquery USE_TRANS "Enable transparent backgrounds?" y "--enable-transparency" "--disable-transparency"
mquery USE_FADING "Enable color fading when off focus?" y "--enable-fading" "--disable-fading"
mquery USE_PERL "Enable embedded perl interpreter?" y "--enable-perl" "--disable-perl"
+mquery USE_XTERM_COL "Enable 256 color support (experimental)?" y "--enable-xterm-colors" ""
More information about the Lunar-commits
mailing list