desktop/i3status: Updated for version 2.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Marcin Herda 2014-06-23 08:17:17 +07:00 committed by Willy Sudiarto Raharjo
parent d165a2a467
commit b96becc5ad
2 changed files with 9 additions and 9 deletions

View file

@ -6,7 +6,7 @@
# Updated by Marcin Herda (mherda@slackword.net)
PRGNAM=i3status
VERSION=${VERSION:-2.7}
VERSION=${VERSION:-2.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -47,17 +47,17 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
LDFLAGS="-lm" \
make
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# Don't clobber the config file

View file

@ -1,8 +1,8 @@
PRGNAM="i3status"
VERSION="2.7"
VERSION="2.8"
HOMEPAGE="http://i3wm.org/i3status/"
DOWNLOAD="http://i3wm.org/i3status/i3status-2.7.tar.bz2"
MD5SUM="f0a39e84aebb65496af3dcec9d8cfeb8"
DOWNLOAD="http://i3wm.org/i3status/i3status-2.8.tar.bz2"
MD5SUM="68d944e9c1f48183356c9ea15b5b4e3b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="confuse yajl"