From: Hugo Villeneuve Date: Sun, 14 Dec 2014 22:41:10 +0000 (-0500) Subject: Upgrade to FontForge-20141126 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=47d2d96f5b9eb0d897a93517db4a7663061670c1;p=hvlinux.git Upgrade to FontForge-20141126 --- diff --git a/config/packages-list b/config/packages-list index 3b15f78..037d892 100644 --- a/config/packages-list +++ b/config/packages-list @@ -96,7 +96,7 @@ FIRMWARE_B43_LPPHY="broadcom-wl-5.100.138" FLAC="flac-1.3.0" FLEX="flex-2.5.37" FONTCONFIG="fontconfig-2.11.1" -FONTFORGE="fontforge_full-20120731-b" +FONTFORGE="FontForge-20141126" FOO2ZJS="foo2zjs" FOOMATIC_FILTERS="foomatic-filters-4.0.17" FREETYPE="freetype-2.5.4" diff --git a/stage5/packages-update b/stage5/packages-update index 0787965..3d484de 100755 --- a/stage5/packages-update +++ b/stage5/packages-update @@ -104,7 +104,9 @@ fpkg -m sf ${GRIP} fpkg -m sf -e "tar.bz2" ${CDRDAO} fpkg -m sf ${ID3LIB} fpkg -e "tar.xz" ${EASYTAG} "https://download.gnome.org/sources/easytag/$(get_pkg_ver2 ${EASYTAG})" -fpkg -m sf -e "tar.bz2" -s "fontforge/fontforge-source" ${FONTFORGE} +fpkg -e "tar.gz" -f "fontforge-2014-11-26-Unix-Source" -s "" ${FONTFORGE} \ + "https://github.com/fontforge/fontforge/releases/download/$(get_pkg_ver ${FONTFORGE})" + fpkg -m gnu ${GUILE1} fpkg -e "tar.gz" ${LILYPOND} \ "http://lilypond.org/download/sources/v$(get_pkg_ver2 ${LILYPOND})" diff --git a/stage5/pkg/FontForge b/stage5/pkg/FontForge new file mode 100644 index 0000000..49caba8 --- /dev/null +++ b/stage5/pkg/FontForge @@ -0,0 +1,12 @@ +#!/bin/bash + +hvconfig_pre() +{ + cd ${LFS_TMP}/${PACKAGE} + + rm -rf libltdl + ./bootstrap + + CONFIGURE_OPTS+=" \ + --disable-static" +}