diff options
author | LukenShiro <lukenshiro@ngi.it> | 2014-08-05 21:52:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-05 21:52:04 +0700 |
commit | bd4ac7247e130537363601f011afa42022084502 (patch) | |
tree | 5c4654cedd260a6932ab202ce3daaec935473aa2 /libraries/c++-gtk-utils/c++-gtk-utils.SlackBuild | |
parent | 1e502562e8ee21ed33fd436ccae122360dd99ae1 (diff) | |
download | slackbuilds-bd4ac7247e130537363601f011afa42022084502.tar.gz |
libraries/c++-gtk-utils: Updated for version 2.0.25.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/c++-gtk-utils/c++-gtk-utils.SlackBuild')
-rw-r--r-- | libraries/c++-gtk-utils/c++-gtk-utils.SlackBuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/libraries/c++-gtk-utils/c++-gtk-utils.SlackBuild b/libraries/c++-gtk-utils/c++-gtk-utils.SlackBuild index 525b34b577..be0b1f8679 100644 --- a/libraries/c++-gtk-utils/c++-gtk-utils.SlackBuild +++ b/libraries/c++-gtk-utils/c++-gtk-utils.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for c++-gtk-utils -# Copyright 2012-2013 LukenShiro, Italy +# Copyright 2012-2014 LukenShiro, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=c++-gtk-utils -VERSION=${VERSION:-2.0.20} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.0.25} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -41,7 +41,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # other doc files are automatically installed -DOCFILES="ABOUT-NLS AUTHORS ChangeLog INSTALL" +DOCFILES="ABOUT-NLS ChangeLog INSTALL" if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" @@ -67,10 +67,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz 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 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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Used correct configure for gtk+2 CFLAGS="$SLKCFLAGS" \ @@ -81,6 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --datadir=/usr/share \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --enable-static=no \ --build=$ARCH-slackware-linux make |