desktop/dmenu: Updated for version 4.1.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Phillip Warner 2010-07-01 01:21:59 -05:00 committed by Robby Workman
parent 459b4186e4
commit 12a8caa0a1
3 changed files with 9 additions and 12 deletions

View File

@ -24,7 +24,7 @@
# Modified by Phillip Warner for version >= 4.0
PRGNAM=dmenu
VERSION=4.0
VERSION=4.1.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -84,14 +84,11 @@ make install \
X11LIB=/usr/lib${LIBDIRSUFFIX}/X11 \
DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
)
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -1,10 +1,10 @@
PRGNAM="dmenu"
VERSION="4.0"
HOMEPAGE="http://www.suckless.org/programs/dmenu.html"
DOWNLOAD="http://dl.suckless.org/tools/dmenu-4.0.tar.gz"
MD5SUM="66e761a653930cc8a21614ba9fedf903"
VERSION="4.1.1"
HOMEPAGE="http://tools.suckless.org/dmenu"
DOWNLOAD="http://dl.suckless.org/tools/dmenu-4.1.1.tar.gz"
MD5SUM="931896a199741c23be945e8519a81c1d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Phillip Warner"
EMAIL="pc_warner@yahoo.com"
APPROVED="dsomero"
APPROVED="rworkman"

View File

@ -10,7 +10,7 @@ dmenu: dmenu (dynamic menu for X)
dmenu:
dmenu: dmenu is a generic and efficient menu for X.
dmenu:
dmenu: Homepage: http://www.suckless.org/programs/dmenu.html
dmenu: Homepage: http://tools.suckless.org/dmenu
dmenu:
dmenu:
dmenu: