aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-gtk
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-05-13 22:05:19 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-05-13 22:08:44 +0000
commit2f178c39d1cf833d7d10bf794399e70080ce92ae (patch)
treef454b72f5e7aa7c7b3913137223e3f168b51fdbb /main/py-gtk
parent5d9b85d5abf40fb8099f6b3e9e47d337b4b07e06 (diff)
downloadaports-2f178c39d1cf833d7d10bf794399e70080ce92ae.tar.bz2
aports-2f178c39d1cf833d7d10bf794399e70080ce92ae.tar.xz
main/py-gtk: rebuild against libpng 1.5
Diffstat (limited to 'main/py-gtk')
-rw-r--r--main/py-gtk/APKBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/main/py-gtk/APKBUILD b/main/py-gtk/APKBUILD
index 5334339e45..994ad9d6e1 100644
--- a/main/py-gtk/APKBUILD
+++ b/main/py-gtk/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py-gtk
pkgver=2.22.0
-pkgrel=2
+pkgrel=3
pkgdesc="Python bindings for the GTK widget set"
url="http://www.pygtk.org/"
arch="all"
@@ -18,6 +18,11 @@ build() {
make || return 1
}
+dev() {
+ default_dev
+ rm -rf "$subpkgdir"/usr/lib/python2.6/site-packages/gtk-2.0/*.la
+}
+
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1