summaryrefslogtreecommitdiffstats
path: root/main/glade3
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-05-14 13:21:48 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-05-14 13:21:48 +0000
commitebc7243ccff4913215e4492c413614b6f409b206 (patch)
tree50c503e9db0260aa0d7c3177e0b5644fbadd2943 /main/glade3
parent6eb275bd156f4ed2eb3b5f562c6a3da94f905606 (diff)
downloadaports-ebc7243ccff4913215e4492c413614b6f409b206.tar.bz2
aports-ebc7243ccff4913215e4492c413614b6f409b206.tar.xz
main/glade3: rebuild against libpng 1.5
Diffstat (limited to 'main/glade3')
-rw-r--r--main/glade3/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/glade3/APKBUILD b/main/glade3/APKBUILD
index c4e8b846c..2d8a63cb1 100644
--- a/main/glade3/APKBUILD
+++ b/main/glade3/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=glade3
pkgver=3.8.0
-pkgrel=0
+pkgrel=1
pkgdesc="a RAD tool to enable quick & easy development of user interfaces for GTK+"
url="http://glade.gnome.org/"
arch="all"
@@ -29,6 +29,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
+ find "$pkgdir" -name '*.la' -delete
}
md5sums="42f8b2dd01b9bfb8860bb3a5d978e1a2 glade3-3.8.0.tar.bz2"