summaryrefslogtreecommitdiff
path: root/fontforge/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2012-08-10 22:57:22 +1000
committerDanny Rawlins <monster.romster@gmail.com>2012-08-10 22:58:57 +1000
commitb5850cade3f7334c954a4b105f98d41c2c72f66d (patch)
treec6f0bf06afb82c73109ed80fa2441f79bf160f7e /fontforge/Pkgfile
parentcba90d16bbcfdc1afe2b0b23159dab5657b1d722 (diff)
downloadopt-b5850cade3f7334c954a4b105f98d41c2c72f66d.tar.gz
opt-b5850cade3f7334c954a4b105f98d41c2c72f66d.tar.xz
[notify] fontforge: 20120119 -> 20120119
New dependency libspiro will improve font outlines but will still compile without this new dependency.
Diffstat (limited to 'fontforge/Pkgfile')
-rw-r--r--fontforge/Pkgfile13
1 files changed, 6 insertions, 7 deletions
diff --git a/fontforge/Pkgfile b/fontforge/Pkgfile
index 21ade750d..d797af60b 100644
--- a/fontforge/Pkgfile
+++ b/fontforge/Pkgfile
@@ -1,13 +1,13 @@
-# Description: An outline font editor.
+# Description: Outline and bitmap font editor.
# URL: http://fontforge.sourceforge.net
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Antti Nykanen, aon at iki dot fi
-# Depends on: freetype libpng libtiff libungif libuninameslist xorg-libxi xorg-libxkbui
+# Depends on: freetype libpng libspiro libtiff libungif libuninameslist util-linux-ng xorg-libxi xorg-libxkbui xz
name=fontforge
-version=20120119
+version=20120731-b
release=1
-source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version.tar.xz)
+source=(http://downloads.sourceforge.net/project/$name/$name-source/fontforge_full-$version.tar.bz2)
build() {
cd $name-$version
@@ -19,11 +19,10 @@ build() {
--enable-devicetables \
--enable-double \
--with-regular-link \
- --enable-pyextension \
- --disable-freetype
+ --enable-pyextension
make
make install DESTDIR=$PKG
- rm -r $PKG/usr/share/{locale,doc}
+ rm -r $PKG/usr/share/locale
find $PKG -name '*.egg-info' | xargs rm -rf
}

Generated by cgit