[Lunar-commits] r23787 - in moonbase/trunk/libs: wxGTK wxPython

Terry Chan tchan at lunar-linux.org
Sat Mar 24 05:18:05 CET 2007


Author: tchan
Date: 2007-03-24 05:18:05 +0100 (Sat, 24 Mar 2007)
New Revision: 23787

Modified:
   moonbase/trunk/libs/wxGTK/DETAILS
   moonbase/trunk/libs/wxPython/BUILD
   moonbase/trunk/libs/wxPython/DETAILS
Log:
Finally able to version bump wxGTK/wxPython to 2.8.3.0. Removed the
BUILD_ANIMATE=0 from wxPython/BUILD as that no longer applies. Also added
patches to rapidsvn to get it to build correctly with wx-2.8.x.


Modified: moonbase/trunk/libs/wxGTK/DETAILS
===================================================================
--- moonbase/trunk/libs/wxGTK/DETAILS	2007-03-24 04:12:36 UTC (rev 23786)
+++ moonbase/trunk/libs/wxGTK/DETAILS	2007-03-24 04:18:05 UTC (rev 23787)
@@ -1,13 +1,13 @@
           MODULE=wxGTK
-         VERSION=2.6.3.3
+         VERSION=2.8.3.0
 # NOTE: leave source the same as wxPython to save dl bw
           SOURCE=wxPython-src-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/wxPython-src-$VERSION
       SOURCE_URL=$SFORGE_URL/wxpython/
-      SOURCE_VFY=sha1:e55a3a8cfbd1aff394be15297ae205a8c597bed8
+      SOURCE_VFY=sha1:bcb931d00f3f5a218b8806bba8ba7424cbd08605
         WEB_SITE=http://www.wxwidgets.org/
          ENTERED=20011217
-         UPDATED=20060716
+         UPDATED=20070323
            SHORT="GTK+ version of wxWindows API."
 
 cat << EOF

Modified: moonbase/trunk/libs/wxPython/BUILD
===================================================================
--- moonbase/trunk/libs/wxPython/BUILD	2007-03-24 04:12:36 UTC (rev 23786)
+++ moonbase/trunk/libs/wxPython/BUILD	2007-03-24 04:18:05 UTC (rev 23787)
@@ -4,7 +4,6 @@
   prepare_install  &&
   python setup.py install WXPORT=gtk2 UNICODE=1 \
 	 BUILD_GLCANVAS=0 \
-	 BUILD_ANIMATE=0  \
          WX_CONFIG=/usr/bin/wx-config
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/libs/wxPython/DETAILS
===================================================================
--- moonbase/trunk/libs/wxPython/DETAILS	2007-03-24 04:12:36 UTC (rev 23786)
+++ moonbase/trunk/libs/wxPython/DETAILS	2007-03-24 04:18:05 UTC (rev 23787)
@@ -1,12 +1,12 @@
           MODULE=wxPython
-         VERSION=2.6.3.3
+         VERSION=2.8.3.0
           SOURCE=$MODULE-src-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-src-$VERSION
       SOURCE_URL=$SFORGE_URL/wxpython/
-      SOURCE_VFY=sha1:e55a3a8cfbd1aff394be15297ae205a8c597bed8
+      SOURCE_VFY=sha1:bcb931d00f3f5a218b8806bba8ba7424cbd08605
         WEB_SITE=http://www.wxpython.org
          ENTERED=20010927
-         UPDATED=20060716
+         UPDATED=20070323
            SHORT="GUI toolkit for the Python programming language"
 
 cat << EOF



More information about the Lunar-commits mailing list