community/libwmf: resolve conflict with ghostscript-fonts

Modernize while being here.

Fixes #8619
This commit is contained in:
Andy Postnikov 2018-03-22 03:23:27 +02:00 committed by Sören Tempel
parent 1e708eabf2
commit 7997a33e65

View File

@ -1,11 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libwmf
pkgver=0.2.8.4
pkgrel=3
pkgrel=4
pkgdesc="A library for reading vector images in Microsoft's native Windows Metafile Format (WMF)."
url="http://wvware.sourceforge.net/libwmf.html"
arch="all"
license="LGPL"
depends="ghostscript-fonts"
makedepends="libpng-dev>=1.4.0 freetype-dev jpeg-dev>=8 expat-dev"
install=
subpackages="$pkgname-dev"
@ -15,9 +16,10 @@ source="http://downloads.sourceforge.net/sourceforge/wvware/$pkgname-$pkgver.tar
builddir="$srcdir"/$pkgname-$pkgver
prepare() {
default_prepare
update_config_guess
cd "$builddir"
default_prepare || return 1
update_config_guess || return 1
sed -i -e 's/src include fonts doc/src include fonts/g' Makefile.in
}
@ -27,12 +29,14 @@ build() {
--with-gsfontdir=/usr/share/fonts/Type1 \
--with-fontdir=/usr/share/fonts/Type1 \
--with-gsfontmap=/usr/share/ghostscript/8.15/lib/Fontmap.GS
make || return 1
make
}
package() {
cd "$builddir"
make -j1 DESTDIR="$pkgdir" install || return 1
make -j1 DESTDIR="$pkgdir" install
# Remove fonts, these are in ghostscript-fonts
rm -rf "$pkgdir/usr/share/fonts"
}
sha512sums="d98df8e76a52245487b13e5ab3d2fbba9d246f97ee04a7344c0e5861bb2d0f990fc6d662dbd849ce621768b06eaebd4270fb34bec4ee004334a98b14ba6044a5 libwmf-0.2.8.4.tar.gz