mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/fontforge: Updated for version 20141126.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1df7d5a898
commit
809e55bbe2
2 changed files with 8 additions and 9 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
# Copyright 2006-2012 Robby Workman Northport, Alabama, USA
|
# Copyright 2006-2012 Robby Workman Northport, Alabama, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
# Currently maintained by David Woodfall <dave@dawoodfall.net>
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
# permitted provided that the following conditions are met:
|
# permitted provided that the following conditions are met:
|
||||||
|
@ -22,15 +23,13 @@
|
||||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
# Currently maintained by David Woodfall
|
|
||||||
|
|
||||||
PRGNAM=fontforge
|
PRGNAM=fontforge
|
||||||
VERSION=${VERSION:-20141014}
|
VERSION=${VERSION:-20141126}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
ENABLE_BCINT=${ENABLE_BCINT:-yes}
|
ENABLE_BCINT=${ENABLE_BCINT:-yes}
|
||||||
FREETYPE=${FREETYPE:-"2.4.10"}
|
FREETYPE=${FREETYPE:-"2.5.0.1"}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
PRGNAM="fontforge"
|
PRGNAM="fontforge"
|
||||||
VERSION="20141014"
|
VERSION="20141126"
|
||||||
HOMEPAGE="http://fontforge.sourceforge.net/"
|
HOMEPAGE="http://fontforge.sourceforge.net/"
|
||||||
DOWNLOAD="https://github.com/fontforge/fontforge/releases/download/20141014/fontforge-20141014.tar.gz \
|
DOWNLOAD="http://unrealize.co.uk/source/fontforge-20141126.tar.gz \
|
||||||
http://fontforge.sf.net/cidmaps.tgz \
|
http://fontforge.sf.net/cidmaps.tgz \
|
||||||
http://slackware.osuosl.org/slackware-14.0/source/l/freetype/freetype-2.4.10.tar.xz"
|
http://slackware.osuosl.org/slackware-14.1/source/l/freetype/freetype-2.5.0.1.tar.xz"
|
||||||
MD5SUM="2a9c7a8d88868fa6b421ab779e973f6d \
|
MD5SUM="eaf134632c6c3a1a9c2cf8c8026a0c4a \
|
||||||
063691163e592515b31514515bb3ce8c \
|
063691163e592515b31514515bb3ce8c \
|
||||||
b9c2e7fdbe72e788432ddced0e65e0fd"
|
7ca0e253eb589b30d3e33786dbf39dff"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue