graphics/birdfont: Updated for version 2.33.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Giancarlo Dessi 2023-10-23 21:59:43 +09:00 committed by Willy Sudiarto Raharjo
parent b52f4207e6
commit 0c29fd813f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=birdfont
VERSION=${VERSION:-2.33.1}
VERSION=${VERSION:-2.33.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -91,6 +91,9 @@ 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
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS NEWS README.md GPLv3.txt LGPLv3.txt TRANSLATORS $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -1,8 +1,8 @@
PRGNAM="birdfont"
VERSION="2.33.1"
VERSION="2.33.3"
HOMEPAGE="https://birdfont.org"
DOWNLOAD="https://birdfont.org/releases/birdfont-2.33.1.tar.xz"
MD5SUM="ce334d0bbd36620876703d39fa661060"
DOWNLOAD="https://birdfont.org/releases/birdfont-2.33.3.tar.xz"
MD5SUM="b78ca7c27d623bc941cb7986d84f206b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="webkit2gtk libxmlbird"