Date: Friday, October 25, 2013 @ 02:02:36
Author: eric
Revision: 197276
upgpkg: libwmf 0.2.8.4-12
Fix location of gsfontmap
Modified:
libwmf/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-24 23:23:13 UTC (rev 197275)
+++ PKGBUILD 2013-10-25 00:02:36 UTC (rev 197276)
@@ -3,7 +3,7 @@
pkgname=libwmf
pkgver=0.2.8.4
-pkgrel=11
+pkgrel=12
pkgdesc="A library for reading vector images in Microsoft's native Windows
Metafile Format (WMF)"
arch=('i686' 'x86_64')
url="http://wvware.sourceforge.net/libwmf.html"
@@ -30,7 +30,7 @@
./configure --prefix=/usr \
--with-gsfontdir=/usr/share/fonts/Type1 \
--with-fontdir=/usr/share/fonts/Type1 \
-
--with-gsfontmap=/usr/share/ghostscript/9.07/Resource/Init/Fontmap.GS
+
--with-gsfontmap=/usr/share/ghostscript/9.10/Resource/Init/Fontmap.GS
make
}