summaryrefslogtreecommitdiffstats
path: root/main/goffice
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-05-13 20:41:15 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-05-13 20:41:46 +0000
commitfbf2c0dcd02d5813bfa10f719c0971c70dc7b3fb (patch)
tree9b41503d33b8e692978ae6d52c24328819b4e71b /main/goffice
parent17303b156836101d6cade691392912f1ca18533f (diff)
downloadaports-fbf2c0dcd02d5813bfa10f719c0971c70dc7b3fb.tar.bz2
aports-fbf2c0dcd02d5813bfa10f719c0971c70dc7b3fb.tar.xz
main/goffice: rebuild against libpng 1.5
Diffstat (limited to 'main/goffice')
-rw-r--r--main/goffice/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/goffice/APKBUILD b/main/goffice/APKBUILD
index 7b64c6044..26170d079 100644
--- a/main/goffice/APKBUILD
+++ b/main/goffice/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=goffice
pkgver=0.8.14
-pkgrel=0
+pkgrel=1
pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+"
url="http://www.gnome.org"
arch="all"
@@ -26,5 +26,6 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
+ find "$pkgdir" -name "*.la" -print0 | xargs -0 rm -f
}
md5sums="f3c731fed8f19881cdb367e0a9c715f6 goffice-0.8.14.tar.bz2"