summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2014-03-22 17:23:34 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-03-23 15:41:16 +0700
commitd583ad56b4e9edf99f12a53dd09f67fa763583d9 (patch)
tree7d868bc78e19ad0d83d329b4b03242c418aaee88 /graphics
parentcd685519221f68b4a3645ef73b3054853df72953 (diff)
downloadslackbuilds-d583ad56b4e9edf99f12a53dd09f67fa763583d9.tar.gz
slackbuilds-d583ad56b4e9edf99f12a53dd09f67fa763583d9.tar.xz
graphics/pngquant: Updated for version 2.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pngquant/pngquant.SlackBuild13
-rw-r--r--graphics/pngquant/pngquant.info6
2 files changed, 6 insertions, 13 deletions
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 <elyk03@gmail.com>, USA
+# Copyright 2013-2014 Kyle Guinn <elyk03@gmail.com>, 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=""