[arch-commits] Commit in fontforge/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Fri Sep 25 10:06:59 UTC 2009


    Date: Friday, September 25, 2009 @ 06:06:59
  Author: eric
Revision: 53037

upgpkg: fontforge 20090914-2
    Fixed problem with opening SVG fonts (close FS#16326), Fixed devicetables configure option

Modified:
  fontforge/trunk/ChangeLog
  fontforge/trunk/PKGBUILD

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-09-25 10:03:18 UTC (rev 53036)
+++ ChangeLog	2009-09-25 10:06:59 UTC (rev 53037)
@@ -1,3 +1,9 @@
+2009-09-25  Eric Belanger  <eric at archlinux.org>
+
+	* fontforge 20090914-2
+	* Fixed problem with opening SVG fonts (close FS#16326)
+	* Fixed devicetables configure option
+
 2009-09-19  Eric Belanger  <eric at archlinux.org>
 
 	* fontforge 20090914-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-25 10:03:18 UTC (rev 53036)
+++ PKGBUILD	2009-09-25 10:06:59 UTC (rev 53037)
@@ -4,13 +4,13 @@
 
 pkgname=fontforge
 pkgver=20090914
-pkgrel=1
+pkgrel=2
 pkgdesc="An outline and bitmap font editor"
 arch=('i686' 'x86_64')
 url="http://fontforge.sourceforge.net"
 license=('BSD')
 depends=('libxkbui' 'libxi')
-makedepends=('freetype2')
+makedepends=('freetype2' 'libxml2' 'pango')
 options=('!libtool' '!makeflags')
 source=(http://downloads.sourceforge.net/sourceforge/fontforge/fontforge_full-${pkgver}.tar.bz2)
 md5sums=('16a744e42e8944c4298f7e004f95dd31')
@@ -19,7 +19,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --mandir=/usr/share/man --enable-type3 --enable-double \
-    --with-devicetables --without-python || return 1
+    --enable-devicetables --without-python || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1




More information about the arch-commits mailing list