mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/fontforge: Updated with latest freetype
There is a newer fontforge release out, but someone who actually uses it (e.g. a wine person) should test that first: https://github.com/fontforge/fontforge/releases/download/20150824/fontforge-20150824.tar.gz Signed-off-by: Robby Workman <rworkman@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
83cbc71ea2
commit
36676a5013
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ BUILD=${BUILD:-1}
|
|||
TAG=${TAG:-_SBo}
|
||||
|
||||
ENABLE_BCINT=${ENABLE_BCINT:-yes}
|
||||
FREETYPE=${FREETYPE:-"2.6"}
|
||||
FREETYPE=${FREETYPE:-"2.6.2"}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -3,10 +3,10 @@ VERSION="20141126"
|
|||
HOMEPAGE="http://fontforge.sourceforge.net/"
|
||||
DOWNLOAD="http://unrealize.co.uk/source/fontforge-20141126.tar.gz \
|
||||
http://fontforge.sf.net/cidmaps.tgz \
|
||||
http://ponce.cc/slackware/sources/repo/freetype-2.6.tar.xz"
|
||||
http://mirrors.slackware.com/slackware/slackware-current/source/l/freetype/freetype-2.6.2.tar.xz"
|
||||
MD5SUM="eaf134632c6c3a1a9c2cf8c8026a0c4a \
|
||||
063691163e592515b31514515bb3ce8c \
|
||||
7662700e5d5f471349ba6e557e04acb3"
|
||||
66138012494231271aec95dc28571745"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue