[Lunar-commits] <moonbase> pygtk: version bump to 2.16.0

Paul Bredbury brebs at lunar-linux.org
Sat Aug 29 08:59:57 CEST 2009


commit 2a081a54f354fef16f310ddddf766830037c75ee
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Sat Aug 29 13:59:57 2009 +0700

    pygtk: version bump to 2.16.0
    
    Announcement:
    http://mail.gnome.org/archives/gnome-announce-list/2009-August/msg00059.html
    
    The hack in PRE_BUILD is not needed.
---
 python/pygtk/BUILD     |    2 +-
 python/pygtk/DETAILS   |    8 ++++----
 python/pygtk/PRE_BUILD |    6 ------
 3 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/python/pygtk/BUILD b/python/pygtk/BUILD
index bdc08a5..3febc7c 100644
--- a/python/pygtk/BUILD
+++ b/python/pygtk/BUILD
@@ -1,6 +1,6 @@
 (
 
-  OPTS="$OPTS  --enable-thread"
+  OPTS+=" --enable-thread"  &&
 
   default_build
 
diff --git a/python/pygtk/DETAILS b/python/pygtk/DETAILS
index 27010c4..96093ab 100644
--- a/python/pygtk/DETAILS
+++ b/python/pygtk/DETAILS
@@ -1,13 +1,13 @@
           MODULE=pygtk
-         VERSION=2.15.2
-           MAJOR=2.15
+         VERSION=2.16.0
+           MAJOR=2.16
           SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
       SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
-      SOURCE_VFY=sha1:14b1ce62d3a246a386feaaea74ef9de1dfcaa803
+      SOURCE_VFY=sha1:b8998ca94841906e71b2475319bb47c841b188e8
         WEB_SITE=http://www.pygtk.org
          ENTERED=20020726
-         UPDATED=20090703
+         UPDATED=20090829
            SHORT="Python bindings for Gtk+-2"
 
 cat << EOF
diff --git a/python/pygtk/PRE_BUILD b/python/pygtk/PRE_BUILD
deleted file mode 100644
index 68b0a87..0000000
--- a/python/pygtk/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-
-# declare pygobject.h rogue so it doesn't get removed!
-if [ -f $INSTALL_LOGS/pygtk2* ]; then
-  sedit "/\/usr\/include\/pygtk-2.0\/pygobject.h/d" $INSTALL_LOGS/pygtk2*
-fi


More information about the Lunar-commits mailing list