From dfe99edb0478f448aeb504e25fe9cfe575207501 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 9 Jun 2009 14:05:09 +0000 Subject: Enable perl and add an icon --- rxvt-unicode/build/rxvt-unicode.SlackBuild | 12 ++++++++---- 1 file 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 # * 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 +# * 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: -- cgit v1.2.3-65-gdbad