diff options
author | root <root@rshg054.dnsready.net> | 2011-12-19 23:15:16 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-19 23:15:16 +0000 |
commit | 6d2dec5c3443d142a0131c43666929490961c16a (patch) | |
tree | eb6b8e70d6557d1651309c65aef4812d6d10da1f /extra/fontforge/PKGBUILD | |
parent | d8fd24a96ae712b2de3e9b05d937b135f41d016d (diff) |
Mon Dec 19 23:15:16 UTC 2011
Diffstat (limited to 'extra/fontforge/PKGBUILD')
-rw-r--r-- | extra/fontforge/PKGBUILD | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/extra/fontforge/PKGBUILD b/extra/fontforge/PKGBUILD index a880f0dc7..0ddc7805d 100644 --- a/extra/fontforge/PKGBUILD +++ b/extra/fontforge/PKGBUILD @@ -1,24 +1,25 @@ -# $Id: PKGBUILD 124359 2011-05-20 08:42:23Z bisson $ +# $Id: PKGBUILD 145161 2011-12-18 12:09:19Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> pkgname=fontforge -pkgver=20110222 +pkgver=20111214 pkgrel=2 pkgdesc='Outline and bitmap font editor' arch=('i686' 'x86_64') -url='http://fontforge.sourceforge.net' +url='http://fontforge.sourceforge.net/' license=('BSD') -depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2') +depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 'libspiro') options=('!libtool' '!makeflags') -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}_full-${pkgver}.tar.bz2") -sha1sums=('8fada07647f102351bb1d7d1c4da487356e7142f') +source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz") +sha1sums=('55c3f00c0b486492ba071fc479e1feb426562e2b') + +# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz > ../${pkgname}-${pkgver}.tar.xz build() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i 's/python /python2 /g' Makefile.dynamic.in - export CFLAGS="${CFLAGS// -O2 / -O1 }" # on i686, -O2 yields FS#20430 ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ |