summaryrefslogtreecommitdiffstats
path: root/rxvt-unicode
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-06-09 14:14:51 +0000
committer Eric Hameleers <alien@slackware.com>2009-06-09 14:14:51 +0000
commit6fa2c8039cd1a80bcbb8838acdb11e8c4d5a14fd (patch)
tree08fc164b41ba191f6a4e6b4b49c8fc13349571aa /rxvt-unicode
parent7dd8df5fb2157843c2896d71e79bffa2802435c5 (diff)
downloadasb-6fa2c8039cd1a80bcbb8838acdb11e8c4d5a14fd.tar.gz
asb-6fa2c8039cd1a80bcbb8838acdb11e8c4d5a14fd.tar.xz
Also enable transparency
Diffstat (limited to 'rxvt-unicode')
-rwxr-xr-xrxvt-unicode/build/rxvt-unicode.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/rxvt-unicode/build/rxvt-unicode.SlackBuild b/rxvt-unicode/build/rxvt-unicode.SlackBuild
index 2f06a9d4..0e761f98 100755
--- a/rxvt-unicode/build/rxvt-unicode.SlackBuild
+++ b/rxvt-unicode/build/rxvt-unicode.SlackBuild
@@ -42,7 +42,8 @@
# install the terminfo file in the package.
# 9.06-2: 09/jun/2009 by Eric Hameleers <alien@slackware.com>
# * Enable perl (needed for tab support); add a desktop menu icon.
-# Change the name in the menu to "Unicode Terminal"
+# Change the name in the menu to "Unicode Terminal". In the
+# .desktop file, start urxvt with tabs by default.
#
# Run 'sh rxvt-unicode.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -159,7 +160,10 @@ CFLAGS="$SLKCFLAGS" \
--enable-combining \
--enable-xft \
--enable-font-styles \
+ --enable-transparency \
+ --enable-fading \
--enable-rxvt-scroll \
+ --enable-perl \
--enable-xim \
--enable-keepscrolling \
--enable-selectionscrolling \
@@ -167,7 +171,6 @@ CFLAGS="$SLKCFLAGS" \
--enable-slipwheeling \
--enable-smart-resize \
--enable-text-blink \
- --enable-perl \
--enable-utmp \
--enable-wtmp \
--enable-lastlog \