From bd4ac7247e130537363601f011afa42022084502 Mon Sep 17 00:00:00 2001 From: LukenShiro Date: Tue, 5 Aug 2014 21:52:04 +0700 Subject: [PATCH] libraries/c++-gtk-utils: Updated for version 2.0.25. Signed-off-by: Willy Sudiarto Raharjo --- libraries/c++-gtk-utils/c++-gtk-utils.SlackBuild | 15 ++++++++------- libraries/c++-gtk-utils/c++-gtk-utils.info | 6 +++--- 2 files changed, 11 insertions(+), 10 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 diff --git a/libraries/c++-gtk-utils/c++-gtk-utils.info b/libraries/c++-gtk-utils/c++-gtk-utils.info index 17aee790f7..56466aec69 100644 --- a/libraries/c++-gtk-utils/c++-gtk-utils.info +++ b/libraries/c++-gtk-utils/c++-gtk-utils.info @@ -1,8 +1,8 @@ PRGNAM="c++-gtk-utils" -VERSION="2.0.20" +VERSION="2.0.25" HOMEPAGE="http://cxx-gtk-utils.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/cxx-gtk-utils/c++-gtk-utils-2.0.20.tar.gz" -MD5SUM="8af461ec1f2696e92a1fe1c62a08730b" +DOWNLOAD="http://downloads.sourceforge.net/cxx-gtk-utils/c++-gtk-utils-2.0.25.tar.gz" +MD5SUM="5bb59c36efd7aba2d5f7b5b51cac70a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""