[Lunar-commits] <moonbase-other> fontforge: Version bump to 20120731-b and adding a few options to BUILD.
stumbles
stumbles at lunar-linux.org
Fri Oct 12 02:33:59 CEST 2012
commit ca73544d3735f8b440d185e04aeb9fbba976fccc
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu, 11 Oct 2012 17:33:59 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ca73544d3735f8b440d185e04aeb9fbba976fccc
fontforge: Version bump to 20120731-b and adding a few options to BUILD.
---
graphics/fontforge/BUILD | +4/-9
graphics/fontforge/DEPENDS | +2/-0
graphics/fontforge/DETAILS | +4/-4
3 files changed, 10 insertions(+), 13 deletions(-)
--- a/graphics/fontforge/BUILD
+++ b/graphics/fontforge/BUILD
@@ -1,14 +1,9 @@
(
- # Options from:
- # http://repos.archlinux.org/viewvc.cgi/fontforge/repos/extra-i686/PKGBUILD?view=log
- OPTS+=" --with-freetype-src=/usr/include/freetype2 --disable-static --enable-double --enable-type3 --enable-devicetables" &&
+ OPTS+=" --with-freetype-src=/usr/include/freetype2 --disable-static --enable-double \
+ --with-freetype-bytecode --enable-gb12345 --enable-tilepath --enable-pasteafter \
+ --enable-devicetables --enable-multilayer --enable-type3 --enable-libff" &&
- ./configure --prefix=/usr \
- $OPTS &&
-
- sedit "s: s : :" fontforge/Makefile &&
-
- default_make
+ default_build
) > $C_FIFO 2>&1
--- a/graphics/fontforge/DEPENDS
+++ b/graphics/fontforge/DEPENDS
@@ -1,5 +1,7 @@
depends libXi
depends libxkbui
+depends libpng
+depends giflib
optional_depends "Python" "--enable-pyextension" "--disable-pyextension --without-python" "for Python scripting support"
optional_depends "freetype2" "--enable-freetype" "--disable-freetype" "for freetype support"
--- a/graphics/fontforge/DETAILS
+++ b/graphics/fontforge/DETAILS
@@ -1,11 +1,11 @@
MODULE=fontforge
- VERSION=20110222
+ VERSION=20120731-b
SOURCE=$MODULE\_full-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:8fada07647f102351bb1d7d1c4da487356e7142f
+ SOURCE_URL=$SFORGE_URL/$MODULE-$VERSION
+ SOURCE_VFY=sha1:b520f532b48e557c177dffa29120225066cc4e84
WEB_SITE=http://fontforge.sourceforge.net
ENTERED=20070920
- UPDATED=20110223
+ UPDATED=20121011
SHORT="An outline font editor"
cat << EOF
More information about the Lunar-commits
mailing list