From 112800172b610357a601681d0dac65f8f844012c Mon Sep 17 00:00:00 2001 From: Ruben Schuller Date: Sun, 7 Jan 2018 22:39:12 +0700 Subject: network/gajim: Updated for version 0.16.9. Signed-off-by: Willy Sudiarto Raharjo --- network/gajim/gajim.SlackBuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'network/gajim/gajim.SlackBuild') diff --git a/network/gajim/gajim.SlackBuild b/network/gajim/gajim.SlackBuild index 3b0d88377e12..f8bff6002ee8 100644 --- a/network/gajim/gajim.SlackBuild +++ b/network/gajim/gajim.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Gajim # -# Copyright 2014-2016 Ruben Schuller +# Copyright 2014-2018 Ruben Schuller # # All rights reserved. # @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gajim -VERSION=${VERSION:-0.16.6} +VERSION=${VERSION:-0.16.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,10 +65,10 @@ 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" \ CXXFLAGS="$SLKCFLAGS" \ -- cgit v1.2.3