From 4de70bbcc7a834600db086e4cb1d2d1e408a4d6e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 27 Nov 2019 15:10:15 -0500 Subject: graphics/gifsicle: Updated for version 1.92. Signed-off-by: B. Watson --- graphics/gifsicle/gifsicle.SlackBuild | 9 +++------ graphics/gifsicle/gifsicle.info | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'graphics/gifsicle') diff --git a/graphics/gifsicle/gifsicle.SlackBuild b/graphics/gifsicle/gifsicle.SlackBuild index 8f7881ef92f6..e10ad39025f2 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.91} +VERSION=${VERSION:-1.92} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,11 +47,8 @@ rm -rf $PRGNAM-$VERSION 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 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ # v1.88 shipped the configure script, v1.89 we have to generate it. [ -x configure ] || autoreconf -ifv diff --git a/graphics/gifsicle/gifsicle.info b/graphics/gifsicle/gifsicle.info index 2f3daeb23917..89ea14364845 100644 --- a/graphics/gifsicle/gifsicle.info +++ b/graphics/gifsicle/gifsicle.info @@ -1,8 +1,8 @@ PRGNAM="gifsicle" -VERSION="1.91" +VERSION="1.92" HOMEPAGE="http://www.lcdf.org/gifsicle/" -DOWNLOAD="https://github.com/kohler/gifsicle/archive/v1.91/gifsicle-1.91.tar.gz" -MD5SUM="aa0329e0105bec10f409c19a67579c19" +DOWNLOAD="https://github.com/kohler/gifsicle/archive/v1.92/gifsicle-1.92.tar.gz" +MD5SUM="fd31d55d9176607fc5034cb135cf64fd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3