summaryrefslogtreecommitdiff
path: root/extra/libwmf
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-26 01:22:45 -0700
committerroot <root@rshg054.dnsready.net>2013-10-26 01:22:45 -0700
commit24152c3ea77087edccf017c13d44904a75799ff7 (patch)
tree65e25106816e5071dd5b2edc2270e0138c23dc7c /extra/libwmf
parent5a3821aec094b38a412cf5e6997c08b6428d6f77 (diff)
Sat Oct 26 01:21:13 PDT 2013
Diffstat (limited to 'extra/libwmf')
-rw-r--r--extra/libwmf/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/extra/libwmf/PKGBUILD b/extra/libwmf/PKGBUILD
index 879d27a35..da462db95 100644
--- a/extra/libwmf/PKGBUILD
+++ b/extra/libwmf/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 184410 2013-05-06 19:38:42Z foutrelis $
+# $Id: PKGBUILD 197279 2013-10-25 00:22:10Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=libwmf
pkgver=0.2.8.4
-pkgrel=10
+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"
license=('LGPL')
-depends=('libpng' 'libx11' 'libjpeg' 'gsfonts')
+depends=('libx11' 'libjpeg' 'gsfonts')
makedepends=('gtk2' 'libxt')
optdepends=('gdk-pixbuf2: for pixbuf loader')
-options=('!libtool' '!docs' '!emptydirs')
+options=('!docs' '!emptydirs')
install=libwmf.install
source=(http://downloads.sourceforge.net/sourceforge/wvware/${pkgname}-${pkgver}.tar.gz
libwmf-0.2.8.4-libpng-1.5.patch libwmf-0.2.8.4-useafterfree.patch)
@@ -30,7 +30,7 @@ build() {
./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
}
@@ -39,6 +39,4 @@ package() {
make DESTDIR="${pkgdir}" install
#Remove fonts, these are in gsfonts
rm -rf "${pkgdir}/usr/share/fonts"
- #Remove static GTK loader, can't use it anyways
- rm -f "${pkgdir}"/usr/lib/gtk-2.0/*/loaders/io-wmf.a
}