graphics/synfigstudio: Updated for version 1.5.3

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2024-09-01 11:09:22 -07:00 committed by Willy Sudiarto Raharjo
parent 0a749b5f8e
commit 2d7f02b014
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 4 deletions

View File

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=synfigstudio
VERSION=${VERSION:-1.5.1}
VERSION=${VERSION:-1.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -95,6 +95,7 @@ rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
rm $PKG/usr/share/mime/mime.cache
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp AUTHORS COPYING NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="synfigstudio"
VERSION="1.5.1"
VERSION="1.5.3"
HOMEPAGE="https://www.synfig.org/"
DOWNLOAD="https://github.com/synfig/synfig/releases/download/v1.5.1/synfigstudio-1.5.1.tar.gz"
MD5SUM="49390c6bca7f78ebb7cc0e1d00710f4e"
DOWNLOAD="https://github.com/synfig/synfig/releases/download/v1.5.3/synfigstudio-1.5.3.tar.gz"
MD5SUM="e5ade6c1d2607674d72fb4ea0637e41d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="synfig"