From d4b2562673274537be82c2257b8487d4a833ef9c Mon Sep 17 00:00:00 2001 From: Phillip Warner Date: Thu, 29 Mar 2012 23:29:28 -0400 Subject: desktop/dmenu: Updated for version 4.5. Signed-off-by: dsomero --- desktop/dmenu/dmenu.SlackBuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'desktop/dmenu/dmenu.SlackBuild') diff --git a/desktop/dmenu/dmenu.SlackBuild b/desktop/dmenu/dmenu.SlackBuild index 6d545e0df9..fde63bbd61 100644 --- a/desktop/dmenu/dmenu.SlackBuild +++ b/desktop/dmenu/dmenu.SlackBuild @@ -24,8 +24,8 @@ # Modified by Phillip Warner for version >= 4.0 PRGNAM=dmenu -VERSION=4.3.1 -BUILD=${BUILD:-2} +VERSION=4.5 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -71,7 +71,7 @@ find . \ -exec chmod 644 {} \; # Fixup the CFLAGS and LIBDIR settings to prevent multilib conflicts -patch -p1 < $CWD/dmenu-4.3.1-libdir_cflags_fixups.diff +patch -p1 < $CWD/dmenu-4.5-libdir_cflags_fixups.diff make install \ OPTS="$SLKCFLAGS" \ @@ -82,10 +82,6 @@ make install \ X11LIB=/usr/lib${LIBDIRSUFFIX}/X11 \ DESTDIR=$PKG -# Use older (version 4.1.1) dmenu_path that actually works properly -# Shouldn't be needed after upstream fixes this -cat $CWD/dmenu_path > $PKG/usr/bin/dmenu_path - find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -- cgit v1.2.3