From b96becc5ad9d87141ac6d9effac7be1f1edbaf5b Mon Sep 17 00:00:00 2001 From: Marcin Herda Date: Mon, 23 Jun 2014 08:17:17 +0700 Subject: desktop/i3status: Updated for version 2.8. Signed-off-by: Willy Sudiarto Raharjo --- desktop/i3status/i3status.SlackBuild | 12 ++++++------ desktop/i3status/i3status.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'desktop/i3status') diff --git a/desktop/i3status/i3status.SlackBuild b/desktop/i3status/i3status.SlackBuild index b519286782..ad852d2f22 100644 --- a/desktop/i3status/i3status.SlackBuild +++ b/desktop/i3status/i3status.SlackBuild @@ -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 diff --git a/desktop/i3status/i3status.info b/desktop/i3status/i3status.info index bb8b8b1c31..7bbdbd648a 100644 --- a/desktop/i3status/i3status.info +++ b/desktop/i3status/i3status.info @@ -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" -- cgit v1.2.3