summaryrefslogtreecommitdiffstats
path: root/desktop/dmenu/dmenu.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/dmenu/dmenu.SlackBuild')
-rw-r--r--desktop/dmenu/dmenu.SlackBuild10
1 files changed, 3 insertions, 7 deletions
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