Upgrade to FontForge-20141126
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 14 Dec 2014 22:41:10 +0000 (17:41 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 05:01:50 +0000 (00:01 -0500)
config/packages-list
stage5/packages-update
stage5/pkg/FontForge [new file with mode: 0644]

index 3b15f78..037d892 100644 (file)
@@ -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"
index 0787965..3d484de 100755 (executable)
@@ -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 (file)
index 0000000..49caba8
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+hvconfig_pre()
+{
+    cd ${LFS_TMP}/${PACKAGE}
+
+    rm -rf libltdl
+    ./bootstrap
+
+    CONFIGURE_OPTS+=" \
+        --disable-static"
+}