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

Eric Bélanger eric at archlinux.org
Sun Sep 20 01:59:16 UTC 2009


    Date: Saturday, September 19, 2009 @ 21:59:16
  Author: eric
Revision: 52454

upgpkg: fontforge 20090914-1
    Upstream update, Enabled double support (close FS#16038), Changed deprecated multilayer option to type3

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

-----------+
 ChangeLog |    7 +++++++
 PKGBUILD  |    9 +++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-09-20 01:39:46 UTC (rev 52453)
+++ ChangeLog	2009-09-20 01:59:16 UTC (rev 52454)
@@ -1,3 +1,10 @@
+2009-09-19  Eric Belanger  <eric at archlinux.org>
+
+	* fontforge 20090914-1
+	* Upstream update
+	* Enabled double support (close FS#16038)
+	* Changed deprecated multilayer option to type3
+
 2009-06-23  Eric Belanger  <eric at archlinux.org>
 
 	* fontforge 20090622-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-20 01:39:46 UTC (rev 52453)
+++ PKGBUILD	2009-09-20 01:59:16 UTC (rev 52454)
@@ -3,7 +3,7 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=fontforge
-pkgver=20090622
+pkgver=20090914
 pkgrel=1
 pkgdesc="An outline and bitmap font editor"
 arch=('i686' 'x86_64')
@@ -13,12 +13,13 @@
 makedepends=('freetype2')
 options=('!libtool' '!makeflags')
 source=(http://downloads.sourceforge.net/sourceforge/fontforge/fontforge_full-${pkgver}.tar.bz2)
-md5sums=('3f4ff2d2dab200f47595bff38baa13ca')
-sha1sums=('bc638eeeb4cf2d540773bacc52cc6bac1c6ca76f')
+md5sums=('16a744e42e8944c4298f7e004f95dd31')
+sha1sums=('040eaca510980870e984719d3b77e98131b3bce3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --with-multilayer --with-devicetables --without-python || return 1
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-type3 --enable-double \
+    --with-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