summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-07-15 14:48:41 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-22 06:55:20 +0700
commitacee1a80b5258972eba17fac2814301ae6d4e3fe (patch)
tree1882daeb79e3253d0c6814557e10df877b367bc4 /graphics
parent52e2c715c73550668e05b89113e890270da17919 (diff)
downloadslackbuilds-acee1a80b5258972eba17fac2814301ae6d4e3fe.tar.gz
slackbuilds-acee1a80b5258972eba17fac2814301ae6d4e3fe.tar.xz
graphics/gifsicle: Updated for version 1.89.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gifsicle/gifsicle.SlackBuild8
-rw-r--r--graphics/gifsicle/gifsicle.info6
2 files changed, 9 insertions, 5 deletions
diff --git a/graphics/gifsicle/gifsicle.SlackBuild b/graphics/gifsicle/gifsicle.SlackBuild
index 7876d29a13..dd1d4fc375 100644
--- a/graphics/gifsicle/gifsicle.SlackBuild
+++ b/graphics/gifsicle/gifsicle.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=gifsicle
-VERSION=${VERSION:-1.88}
+VERSION=${VERSION:-1.89}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,6 +53,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# v1.88 shipped the configure script, v1.89 we have to generate it.
+[ -x configure ] || autoreconf -ifv
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -68,8 +71,9 @@ make
make install-strip DESTDIR=$PKG
gzip $PKG/usr/man/man?/*.?
+# NEWS => NEWS.md, README => README.md. Preserve backwards compatibility.
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYING NEWS* README* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/graphics/gifsicle/gifsicle.info b/graphics/gifsicle/gifsicle.info
index e5efe2a84f..6d51365c88 100644
--- a/graphics/gifsicle/gifsicle.info
+++ b/graphics/gifsicle/gifsicle.info
@@ -1,8 +1,8 @@
PRGNAM="gifsicle"
-VERSION="1.88"
+VERSION="1.89"
HOMEPAGE="http://www.lcdf.org/gifsicle/"
-DOWNLOAD="https://github.com/kohler/gifsicle/archive/v1.88/gifsicle-1.88.tar.gz"
-MD5SUM="6b1cfb10c35b01ad877f2ae18cca4221"
+DOWNLOAD="https://github.com/kohler/gifsicle/archive/v1.89/gifsicle-1.89.tar.gz"
+MD5SUM="92dad10207eda49a06a0fc101ec140ec"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""