[Lunar-commits] r21384 - moonbase/trunk/python/pygtk2
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Sep 10 16:55:14 UTC 2006
Author: v3rt1g0
Date: 2006-09-10 16:55:13 +0000 (Sun, 10 Sep 2006)
New Revision: 21384
Modified:
moonbase/trunk/python/pygtk2/DEPENDS
moonbase/trunk/python/pygtk2/DETAILS
Log:
Module Version Bump: pygtk2 (2.8.6 -> 2.10.1)
* new version wraps the new GTK API.
* new required depends on latest pygobject.
*** pygobject use to be, in part, compiled with pygtk2, now
it has been broken out. This MAY cause the pygtk2 compile
to fail the first time upgrading from 2.8 to 2.10. It did
on one of my boxes but not the other. The problem is that
pygtk2 was tracking /usr/include/pygtk-2.0/pygobject.h
but now that file is provided by the pygobject module which
means pygtk2's "delete before install" action nukes that file
because it used to provide it. Which is why a second attempt
at installing pygobject then pygtk2 will make it work. If
anyone think of a smart work around, that would be cool.
* misc bugfixes as well
* whitespace tweaks
compiled/tested: gcc-3.4.6 | glibc-2.3.6 | kernel headers 2.6.x
Modified: moonbase/trunk/python/pygtk2/DEPENDS
===================================================================
--- moonbase/trunk/python/pygtk2/DEPENDS 2006-09-10 16:41:24 UTC (rev 21383)
+++ moonbase/trunk/python/pygtk2/DEPENDS 2006-09-10 16:55:13 UTC (rev 21384)
@@ -1,5 +1,7 @@
-depends Python &&
-depends gtk+-2 &&
+depends pygobject &&
+depends gtk+-2 &&
-optional_depends "pycairo" "" "" "to enable cairo drawing support" &&
-optional_depends "libglade2" "" "" "to build the libglade Python bindings"
+optional_depends "pycairo" "" "" \
+ "to enable cairo drawing support" &&
+optional_depends "libglade2" "" "" \
+ "to build the libglade Python bindings"
Modified: moonbase/trunk/python/pygtk2/DETAILS
===================================================================
--- moonbase/trunk/python/pygtk2/DETAILS 2006-09-10 16:41:24 UTC (rev 21383)
+++ moonbase/trunk/python/pygtk2/DETAILS 2006-09-10 16:55:13 UTC (rev 21384)
@@ -1,14 +1,14 @@
MODULE=pygtk2
MOD=pygtk
- VERSION=2.8.6
- MAJOR=2.8
+ VERSION=2.10.1
+ MAJOR=2.10
SOURCE=$MOD-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
SOURCE_URL=$GNOME_URL/sources/$MOD/$MAJOR/
- SOURCE_VFY=sha1:088e5aeddee9e42f8c8ea0e1a171f1b8f363ba33
+ SOURCE_VFY=sha1:8955125d87bf856ed961bfcf8d2f758b0bf980d6
WEB_SITE=http://www.pygtk.org
ENTERED=20020726
- UPDATED=20060422
+ UPDATED=20060910
SHORT="Python bindings for Gtk+-2"
cat << EOF
More information about the Lunar-commits
mailing list