summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/rxvt-unicode/rxvt-unicode.SlackBuild7
-rw-r--r--system/rxvt-unicode/slack-desc10
2 files changed, 9 insertions, 8 deletions
diff --git a/system/rxvt-unicode/rxvt-unicode.SlackBuild b/system/rxvt-unicode/rxvt-unicode.SlackBuild
index aed96362c3..daaac9afc0 100644
--- a/system/rxvt-unicode/rxvt-unicode.SlackBuild
+++ b/system/rxvt-unicode/rxvt-unicode.SlackBuild
@@ -22,11 +22,11 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Maintained by Daniel LEVAI <leva@ecentrum.hu>, 2010, 2011
+# Maintained by Daniel LEVAI <leva@ecentrum.hu>, 2010, 2011, 2012
PRGNAM=rxvt-unicode
-VERSION="9.15"
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-9.15}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -112,6 +112,7 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-utmp \
--enable-wtmp \
--enable-lastlog \
+ --enable-256-color \
--build=$ARCH-slackware-linux
make
diff --git a/system/rxvt-unicode/slack-desc b/system/rxvt-unicode/slack-desc
index bd9f606c02..dcb2c2ab39 100644
--- a/system/rxvt-unicode/slack-desc
+++ b/system/rxvt-unicode/slack-desc
@@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|' on
-# the right side marks the last column you can put a character in. You must make
-# exactly 11 lines for the formatting to be correct. It's also customary to
-# leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
rxvt-unicode: rxvt-unicode (enhanced version of rxvt)