summaryrefslogtreecommitdiff
path: root/extra/pygobject
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-22 11:11:13 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-22 11:11:13 -0300
commite94fd638ac0deb5b18432dd1d04a053646d7918d (patch)
tree47789472350fbcb6eae6079d61ae8777b5ca4eb6 /extra/pygobject
parent840283e9012eff70d83361c5ae058c4fb855979e (diff)
Totem
Diffstat (limited to 'extra/pygobject')
-rw-r--r--extra/pygobject/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/pygobject/PKGBUILD b/extra/pygobject/PKGBUILD
index 243834e80..8b5709cfb 100644
--- a/extra/pygobject/PKGBUILD
+++ b/extra/pygobject/PKGBUILD
@@ -9,13 +9,16 @@ arch=('i686' 'x86_64' 'mips64el')
license=('LGPL')
depends=('glib2' 'gobject-introspection')
makedepends=(python python2 python-cairo python2-cairo)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2
+ fix-pycairo-capi-declaration.patch)
options=('!libtool')
url="http://www.pygtk.org/"
-sha256sums=('70e3a05dd5f688e68b5dafa2412cd4fdbc0af83792a5752ef6353c4accf2022c')
+sha256sums=('70e3a05dd5f688e68b5dafa2412cd4fdbc0af83792a5752ef6353c4accf2022c'
+ '3757565e6b6306f956d5ad2b414e5238144f3c67a76a5eec9f3b5fef70f08096')
build() {
cd "${srcdir}"
+ patch -Nup0 < "${srcdir}/fix-pycairo-capi-declaration.patch"
cp -a "${pkgbase}-${pkgver}" python2-build
mkdir devel