aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-gtk
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-07-13 11:19:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-13 11:19:04 +0000
commit554df9d8b4251b684dc8f141cc4c022f4a585658 (patch)
treed152b8221cbc8fb73fd4c0df3f818de82b252b97 /main/py-gtk
parent0e8a8253ea979195e19bff5730c5d270452427b0 (diff)
downloadaports-554df9d8b4251b684dc8f141cc4c022f4a585658.tar.bz2
aports-554df9d8b4251b684dc8f141cc4c022f4a585658.tar.xz
main/py-gtk: fix codegendir
Diffstat (limited to 'main/py-gtk')
-rw-r--r--main/py-gtk/APKBUILD4
-rw-r--r--main/py-gtk/pygtk-2.13.0-fix-codegen-location.patch11
2 files changed, 1 insertions, 14 deletions
diff --git a/main/py-gtk/APKBUILD b/main/py-gtk/APKBUILD
index cc01d3bc8f..03f8694b7b 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.24.0
-pkgrel=5
+pkgrel=6
pkgdesc="Python bindings for the GTK widget set"
url="http://www.pygtk.org/"
arch="all"
@@ -10,7 +10,6 @@ depends="py-cairo py-gobject"
makedepends="libglade-dev py-cairo-dev py-gobject-dev python-dev libffi-dev
autoconf automake libtool"
source="http://ftp.gnome.org/pub/gnome/sources/pygtk/${pkgver%.*}/pygtk-$pkgver.tar.bz2
- pygtk-2.13.0-fix-codegen-location.patch
pygtk-2.14.1-libdir-pc.patch
"
subpackages="$pkgname-dev $pkgname-doc $pkgname-demo"
@@ -60,5 +59,4 @@ demo() {
"$subpkgdir"/usr/lib/pygtk/2.0/
}
md5sums="a1051d5794fd7696d3c1af6422d17a49 pygtk-2.24.0.tar.bz2
-5c78e882d06e4f97371debceca7bd4c4 pygtk-2.13.0-fix-codegen-location.patch
7ea85705916198f7cad29073ecd03d10 pygtk-2.14.1-libdir-pc.patch"
diff --git a/main/py-gtk/pygtk-2.13.0-fix-codegen-location.patch b/main/py-gtk/pygtk-2.13.0-fix-codegen-location.patch
deleted file mode 100644
index 701d828f1f..0000000000
--- a/main/py-gtk/pygtk-2.13.0-fix-codegen-location.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/pygtk-2.0.pc.in 2007-11-01 12:20:22.000000000 -0400
-+++ b/pygtk-2.0.pc.in 2008-05-28 22:21:04.000000000 -0400
-@@ -12,7 +12,7 @@ pygtkincludedir=${includedir}/pygtk-2.0
- # This is strictly speaking not necessarily so (we refer to another
- # package), but we want to preserve compatibility with times codegen
- # was in PyGTK, not PyGObject.
--codegendir=${datadir}/pygobject/2.0/codegen
-+codegendir=${pyexecdir}/gtk-2.0/codegen
-
- Name: PyGTK
- Description: Python bindings for GTK+ and related libraries