From 9a30cf0128dd66337a0e14c7c17525c300267824 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 24 Mar 2017 23:24:44 +0100 Subject: testing/lasem: add symlink lasem.pc -> lasem-0.4.pc --- testing/lasem/APKBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/lasem/APKBUILD b/testing/lasem/APKBUILD index 829f7c488d..dcc73fb003 100644 --- a/testing/lasem/APKBUILD +++ b/testing/lasem/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka pkgname=lasem pkgver=0.4.3 -pkgrel=0 +pkgrel=1 pkgdesc="A library for rendering SVG and Mathml, implementing a DOM like API" url="https://wiki.gnome.org/Projects/Lasem" arch="all" @@ -32,6 +32,9 @@ package() { make DESTDIR="$pkgdir" install || return 1 + # Some software expect pkg-config name without a version. + ln -s $pkgname-${pkgver%.*}.pc "$pkgdir"/usr/lib/pkgconfig/$pkgname.pc + rm -r "$pkgdir"/usr/share/gtk-doc \ "$pkgdir"/usr/doc } -- cgit v1.2.3