graphics/fontforge: Updated for version 20190801.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dave Woodfall 2020-10-12 21:09:18 +01:00 committed by Willy Sudiarto Raharjo
parent d5f77a2d93
commit 754702b072
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 20 additions and 19 deletions

View File

@ -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.

View File

@ -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 {} \;

View File

@ -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=""