summaryrefslogtreecommitdiffstats
path: root/rxvt-unicode/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-06-09 14:05:09 +0000
committer Eric Hameleers <alien@slackware.com>2009-06-09 14:05:09 +0000
commitdfe99edb0478f448aeb504e25fe9cfe575207501 (patch)
tree4aeff000a27836cd1c22e59415705b205ab3e390 /rxvt-unicode/build
parent8cbbd91e7042c6a9d9351fef78a0df8288bade5c (diff)
downloadasb-dfe99edb0478f448aeb504e25fe9cfe575207501.tar.gz
asb-dfe99edb0478f448aeb504e25fe9cfe575207501.tar.xz
Enable perl and add an icon
Diffstat (limited to 'rxvt-unicode/build')
-rwxr-xr-xrxvt-unicode/build/rxvt-unicode.SlackBuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/rxvt-unicode/build/rxvt-unicode.SlackBuild b/rxvt-unicode/build/rxvt-unicode.SlackBuild
index 9df4ba43..2f06a9d4 100755
--- a/rxvt-unicode/build/rxvt-unicode.SlackBuild
+++ b/rxvt-unicode/build/rxvt-unicode.SlackBuild
@@ -40,6 +40,9 @@
# 9.06-1: 09/jun/2009 by Eric Hameleers <alien@slackware.com>
# * Update. Enable a lot more functionality, add a desktop file,
# 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"
#
# Run 'sh rxvt-unicode.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -52,7 +55,7 @@
PRGNAM=rxvt-unicode
VERSION=${VERSION:-9.06}
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-"alien"}
# Where do we look for sources?
@@ -151,7 +154,6 @@ CFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--sysconfdir=/etc \
--with-terminfo=/usr/share/terminfo \
- --disable-perl \
--enable-everything \
--enable-unicode3 \
--enable-combining \
@@ -165,6 +167,7 @@ CFLAGS="$SLKCFLAGS" \
--enable-slipwheeling \
--enable-smart-resize \
--enable-text-blink \
+ --enable-perl \
--enable-utmp \
--enable-wtmp \
--enable-lastlog \
@@ -176,9 +179,10 @@ make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
make install DESTDIR=$PKG 2>&1 |tee $OUTPUT/install-${PRGNAM}.log
-# Install the desktop file:
-mkdir -p $PKG/usr/share/applications
+# Install the desktop file and icon:
+mkdir -p $PKG/usr/share/{applications,pixmaps}
cp -a $SRCDIR/$PRGNAM.desktop $PKG/usr/share/applications/
+cp -a $SRCDIR/urxvt.png $PKG/usr/share/pixmaps/
# Touch an empty terminfo file so that the installed version will be removed
# along with the rest by removepkg: