mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/gifsicle: Updated for version 1.95.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1a7b63ce9e
commit
adb27191f3
2 changed files with 10 additions and 4 deletions
|
@ -6,10 +6,12 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240315 bkw: update for v1.95.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=gifsicle
|
||||
VERSION=${VERSION:-1.94}
|
||||
VERSION=${VERSION:-1.95}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -57,6 +59,10 @@ chown -R root:root .
|
|||
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
|
||||
|
||||
# in v1.95, upstream claims we need autoconf >= 2.72, but it builds fine
|
||||
# with our 2.69 if we change the required version.
|
||||
sed -i '/AC_PREREQ/s,2\.72,2.69,' configure.ac
|
||||
|
||||
# v1.88 shipped the configure script, v1.89 we have to generate it.
|
||||
[ -x configure ] || autoreconf -ifv
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gifsicle"
|
||||
VERSION="1.94"
|
||||
VERSION="1.95"
|
||||
HOMEPAGE="https://www.lcdf.org/gifsicle/"
|
||||
DOWNLOAD="https://github.com/kohler/gifsicle/archive/v1.94/gifsicle-1.94.tar.gz"
|
||||
MD5SUM="44303cd0eebdc5bc1adfc7b742bce130"
|
||||
DOWNLOAD="https://github.com/kohler/gifsicle/archive/v1.95/gifsicle-1.95.tar.gz"
|
||||
MD5SUM="0829444e48d58b6c0c6c6a33f5d087e1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue