summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Dave Woodfall2020-10-12 22:09:18 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:36:13 +0200
commit754702b0725454580a0ec5c2696c6a77716ecd8a (patch)
treeb9c59c2dbe6e020fa2ddf4175de5a1f36aa5cff4 /graphics
parentd5f77a2d93ae76b06a3b2d6fef38351e0fdff7f6 (diff)
downloadslackbuilds-754702b0725454580a0ec5c2696c6a77716ecd8a.tar.gz
graphics/fontforge: Updated for version 20190801.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/fontforge/README14
-rw-r--r--graphics/fontforge/fontforge.SlackBuild13
-rw-r--r--graphics/fontforge/fontforge.info12
3 files changed, 20 insertions, 19 deletions
diff --git a/graphics/fontforge/README b/graphics/fontforge/README
index 441d7b41f3..218367cd09 100644
--- a/graphics/fontforge/README
+++ b/graphics/fontforge/README
@@ -1,11 +1,7 @@
-FontForge is an outline font editor that lets you create your own postscript,
-truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf, FON,
-NFNT) fonts, or edit existing ones. It also lets you convert one format to
-another. FontForge has support for many Macintosh font formats.
-
-You can specify an alternate version of freetype on the command line when
-running the script with e.g. FREETYPE=2.4.5 ./fontforge.SlackBuild
-but you will need to manually place that freetype tarball in the slackbuild
-directory.
+FontForge is an outline font editor that lets you create your own
+postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and
+bitmap (bdf, FON, NFNT) fonts, or edit existing ones. It also lets you
+convert one format to another. FontForge has support for many Macintosh
+font formats.
NOTE: please remove previous version before building new version.
diff --git a/graphics/fontforge/fontforge.SlackBuild b/graphics/fontforge/fontforge.SlackBuild
index d20e9aa00c..943290c150 100644
--- a/graphics/fontforge/fontforge.SlackBuild
+++ b/graphics/fontforge/fontforge.SlackBuild
@@ -23,15 +23,19 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Currently maintained by David Woodfall <dave@slackbuilds.org>
+#
+# 2020-10-12 20:48:40 +0100:
+# Update to Version ff 20190801, gnulib 20200505~0747bf0
+# Added --without-libuninameslist
PRGNAM=fontforge
-VERSION=${VERSION:-20190413}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-20190801}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ENABLE_BCINT=${ENABLE_BCINT:-yes}
FREETYPE=${FREETYPE:-2.10.0}
-GNULIB=${GNULIB:-20200127~e313a53}
+GNULIB=${GNULIB:-20200505~0747bf0}
UTHASH=${UTHASH:-2.1.0}
if [ -z "$ARCH" ]; then
@@ -94,6 +98,7 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-tile-path \
--enable-static=no \
--enable-shared=yes \
+ --without-libuninameslist \
--build=$ARCH-slackware-linux
make
@@ -112,7 +117,7 @@ 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 INSTALL LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -type f -exec chmod 644 {} \;
diff --git a/graphics/fontforge/fontforge.info b/graphics/fontforge/fontforge.info
index 3c5cc962de..50f91001a7 100644
--- a/graphics/fontforge/fontforge.info
+++ b/graphics/fontforge/fontforge.info
@@ -1,15 +1,15 @@
PRGNAM="fontforge"
-VERSION="20190413"
+VERSION="20190801"
HOMEPAGE="http://fontforge.sourceforge.net"
-DOWNLOAD="https://github.com/fontforge/fontforge/releases/download/20190413/fontforge-20190413.tar.gz \
- http://unrealize.co.uk/source/cidmaps.tgz \
+DOWNLOAD="https://github.com/fontforge/fontforge/releases/download/20190801/fontforge-20190801.tar.gz \
+ http://studioware.org/files/slackbuilds/source/cidmaps.tgz \
https://download-mirror.savannah.gnu.org/releases/freetype/freetype-2.10.0.tar.bz2 \
- http://unrealize.co.uk/source/gnulib_20200127~e313a53.orig.tar.gz \
+ http://studioware.org/files/slackbuilds/source/gnulib_20200505~0747bf0.orig.tar.gz \
https://github.com/troydhanson/uthash/archive/v2.1.0/uthash-2.1.0.tar.gz"
-MD5SUM="ac60705cfb74a5b0e266d8455690cd51 \
+MD5SUM="5d845f6092b8c3342473ff64bc8ee70c \
063691163e592515b31514515bb3ce8c \
a717e6925b61b9dda946322ecd278a42 \
- c8c69bfc9e7c137bf196fbf93ada29a3 \
+ 82044230e40ba6b43d0aef70076167e5 \
4d0a33f6393260926032f1fad4bad39a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""