From d583ad56b4e9edf99f12a53dd09f67fa763583d9 Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Sat, 22 Mar 2014 17:23:34 +0700 Subject: graphics/pngquant: Updated for version 2.1.0. Signed-off-by: Willy Sudiarto Raharjo --- graphics/pngquant/pngquant.SlackBuild | 13 +++---------- graphics/pngquant/pngquant.info | 6 +++--- 2 files changed, 6 insertions(+), 13 deletions(-) (limited to 'graphics') diff --git a/graphics/pngquant/pngquant.SlackBuild b/graphics/pngquant/pngquant.SlackBuild index baa0a1d5a2..7222682f99 100644 --- a/graphics/pngquant/pngquant.SlackBuild +++ b/graphics/pngquant/pngquant.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pngquant -# Copyright 2013 Kyle Guinn , USA +# Copyright 2013-2014 Kyle Guinn , USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pngquant -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,14 +65,7 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION-src.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 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -# Remove unnecessary '-$(MAKEFLAGS)' in Makefiles. -sed -i 's/-\$(MAKEFLAGS)//g' Makefile lib/Makefile +chmod -R u+w,go-w,a+rX-st . make CFLAGSADD="$SLKCFLAGS" install -D -m0755 -s pngquant $PKG/usr/bin/pngquant diff --git a/graphics/pngquant/pngquant.info b/graphics/pngquant/pngquant.info index f912b6fc78..fe19d67528 100644 --- a/graphics/pngquant/pngquant.info +++ b/graphics/pngquant/pngquant.info @@ -1,8 +1,8 @@ PRGNAM="pngquant" -VERSION="2.0.1" +VERSION="2.1.0" HOMEPAGE="http://pngquant.org/" -DOWNLOAD="http://pngquant.org/pngquant-2.0.1-src.tar.bz2" -MD5SUM="c67f43e6892b6e9a8cbb1201ac09c651" +DOWNLOAD="http://pngquant.org/pngquant-2.1.0-src.tar.bz2" +MD5SUM="92c0fccb7178d51fcc4770664da58865" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3