Date: Sunday, January 5, 2014 @ 10:56:47
  Author: bisson
Revision: 203199

upstream update

Modified:
  fontforge/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-01-05 05:36:51 UTC (rev 203198)
+++ PKGBUILD    2014-01-05 09:56:47 UTC (rev 203199)
@@ -12,7 +12,7 @@
 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')
+         'libltdl' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
 source=("https://github.com/fontforge/fontforge/archive/${_pkgver}.tar.gz";
         'http://fontforge.org/cidmaps.tgz')
 sha1sums=('abce297e53e8b6ff6f08871e53d1eb0be5ab82e7'
@@ -21,10 +21,15 @@
 options=('!makeflags')
 install=install
 
+prepare() {
+       cd "${srcdir}/${pkgname}-${_pkgver}"
+       sed '/fontforge_package_name/s/^#//' -i configure.ac
+       ./autogen.sh
+}
+
 build() {
        cd "${srcdir}/${pkgname}-${_pkgver}"
        export PYTHON=python2
-       ./autogen.sh
        ./configure \
                --prefix=/usr \
                --mandir=/usr/share/man \

Reply via email to