From f7cd2a0a073da2373cd3f3c8e31515dd0b83b645 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Aug 2013 01:31:32 -0700 Subject: Fri Aug 2 01:30:56 PDT 2013 --- extra/fontforge/PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'extra/fontforge') diff --git a/extra/fontforge/PKGBUILD b/extra/fontforge/PKGBUILD index ae2f48813..948c60346 100644 --- a/extra/fontforge/PKGBUILD +++ b/extra/fontforge/PKGBUILD @@ -1,18 +1,17 @@ -# $Id: PKGBUILD 191623 2013-07-28 06:24:44Z bisson $ +# $Id: PKGBUILD 191917 2013-08-01 06:59:46Z bpiotrowski $ # Maintainer: Gaetan Bisson # Contributor: Eric Belanger # Contributor: William Rea pkgname=fontforge pkgver=20120731_b -pkgrel=5 +pkgrel=6 pkgdesc='Outline and bitmap font editor' -arch=('i686' 'x86_64') url='http://fontforge.sourceforge.net/' +arch=('i686' 'x86_64') license=('BSD') depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 'libspiro' 'desktop-file-utils' 'gtk-update-icon-cache' 'hicolor-icon-theme') -options=('!libtool' '!makeflags') source=("http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-${pkgver//_/-}.tar.bz2" 'http://fontforge.org/cidmaps.tgz') sha1sums=('b520f532b48e557c177dffa29120225066cc4e84' @@ -21,11 +20,16 @@ sha1sums=('b520f532b48e557c177dffa29120225066cc4e84' # git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz > ../${pkgname}-${pkgver}.tar.xz # source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz") +options=('!libtool' '!makeflags') install=install prepare() { cd "${srcdir}/${pkgname}-${pkgver//_/-}" sed 's/python /python2 /g' -i Makefile.dynamic.in + sed \ + -e'/^#include /i #include ' \ + -e 's/\(DGifOpenFileName([^)]*\))/\1,NULL)/g' \ + -i configure gutils/gimagereadgif.c } build() { -- cgit v1.2.3-54-g00ecf