[arch-commits] Commit in fontforge/repos (3 files)

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


    Date: Friday, September 25, 2009 @ 06:07:15
  Author: eric
Revision: 53038

Merged revisions 53037 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/fontforge/trunk

........
  r53037 | eric | 2009-09-25 06:06:59 -0400 (Fri, 25 Sep 2009) | 2 lines
  
  upgpkg: fontforge 20090914-2
      Fixed problem with opening SVG fonts (close FS#16326), Fixed devicetables configure option
........

Modified:
  fontforge/repos/extra-x86_64/	(properties)
  fontforge/repos/extra-x86_64/ChangeLog
  fontforge/repos/extra-x86_64/PKGBUILD

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


Property changes on: fontforge/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /fontforge/trunk:1-52454
   + /fontforge/trunk:1-53037

Modified: extra-x86_64/ChangeLog
===================================================================
--- extra-x86_64/ChangeLog	2009-09-25 10:06:59 UTC (rev 53037)
+++ extra-x86_64/ChangeLog	2009-09-25 10:07:15 UTC (rev 53038)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-09-25 10:06:59 UTC (rev 53037)
+++ extra-x86_64/PKGBUILD	2009-09-25 10:07:15 UTC (rev 53038)
@@ -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