summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Giancarlo Dessi2023-10-23 14:59:43 +0200
committer Willy Sudiarto Raharjo2023-10-26 03:28:18 +0200
commit0c29fd813f382b3fe2ce1f60eddff92d1d6bdec5 (patch)
tree25fce1f5a24d216f3bd3ee8edd71fca4c49a8686 /graphics
parentb52f4207e685facdbdbd03a4a91e8fed6cc91bf4 (diff)
downloadslackbuilds-0c29fd813f382b3fe2ce1f60eddff92d1d6bdec5.tar.gz
graphics/birdfont: Updated for version 2.33.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/birdfont/birdfont.SlackBuild5
-rw-r--r--graphics/birdfont/birdfont.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/graphics/birdfont/birdfont.SlackBuild b/graphics/birdfont/birdfont.SlackBuild
index 7936b2e107..7f485fd4b2 100644
--- a/graphics/birdfont/birdfont.SlackBuild
+++ b/graphics/birdfont/birdfont.SlackBuild
@@ -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
diff --git a/graphics/birdfont/birdfont.info b/graphics/birdfont/birdfont.info
index 4b8142617b..e2e4a9edc0 100644
--- a/graphics/birdfont/birdfont.info
+++ b/graphics/birdfont/birdfont.info
@@ -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"