libraries/c++-gtk-utils: Updated for version 2.0.25.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LukenShiro 2014-08-05 21:52:04 +07:00 committed by Willy Sudiarto Raharjo
parent 1e502562e8
commit bd4ac7247e
2 changed files with 11 additions and 10 deletions

View File

@ -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

View File

@ -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=""