diff options
author | root <root@rshg047.dnsready.net> | 2011-05-21 22:46:28 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-21 22:46:28 +0000 |
commit | 0fdfc2325867395ad4262d06b2d89955ac3cf6a4 (patch) | |
tree | 41a1c990201f8425abd9c50018689c87cf6483aa /extra/fontforge/PKGBUILD | |
parent | 6cf70d41be9abf69b6d19fbb4ce665c76db3a6c6 (diff) |
Sat May 21 22:46:28 UTC 2011
Diffstat (limited to 'extra/fontforge/PKGBUILD')
-rw-r--r-- | extra/fontforge/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/fontforge/PKGBUILD b/extra/fontforge/PKGBUILD index ce36e895a..a880f0dc7 100644 --- a/extra/fontforge/PKGBUILD +++ b/extra/fontforge/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 110943 2011-02-23 09:57:15Z bisson $ +# $Id: PKGBUILD 124359 2011-05-20 08:42:23Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> pkgname=fontforge pkgver=20110222 -pkgrel=1 +pkgrel=2 pkgdesc='Outline and bitmap font editor' arch=('i686' 'x86_64') url='http://fontforge.sourceforge.net' @@ -23,11 +23,11 @@ build() { --prefix=/usr \ --mandir=/usr/share/man \ --enable-type3 \ - --enable-double \ --enable-devicetables \ --with-regular-link \ --with-python=python2 \ - --enable-pyextension + --enable-pyextension \ + make } |