summaryrefslogtreecommitdiff
path: root/pygtk/Pkgfile
diff options
context:
space:
mode:
authorLucas Hazel <lucas@die.net.au>2009-12-12 10:50:23 +1100
committerLucas Hazel <lucas@die.net.au>2009-12-12 11:40:13 +1100
commit7f17ff6a87b9af831953f19a54186c7e278c06b6 (patch)
tree5d0314d5f2625d752f20ffc676f77561e25c5206 /pygtk/Pkgfile
parentd6eecc23fc96ecd12ed582746fd6ab916deda3fd (diff)
downloadopt-7f17ff6a87b9af831953f19a54186c7e278c06b6.tar.gz
opt-7f17ff6a87b9af831953f19a54186c7e278c06b6.tar.xz
pygtk: update to 2.16.0, removed gtk-doc
Diffstat (limited to 'pygtk/Pkgfile')
-rw-r--r--pygtk/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/pygtk/Pkgfile b/pygtk/Pkgfile
index 58956cd65..cb87b2142 100644
--- a/pygtk/Pkgfile
+++ b/pygtk/Pkgfile
@@ -2,10 +2,10 @@
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Description: set of bindings for the GTK widget set
# URL: http://www.pygtk.org
-# Depends on: pygobject pycairo libglade
+# Depends on: pygobject pycairo libglade
name=pygtk
-version=2.14.1
+version=2.16.0
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.bz2)
@@ -14,4 +14,5 @@ build() {
./configure --prefix=/usr
make
make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
}

Generated by cgit