[Lunar-commits] r19540 - moonbase/trunk/libs/wxGTK

Terry Chan tchan at lunar-linux.org
Fri Mar 31 05:19:00 UTC 2006


Author: tchan
Date: 2006-03-31 05:18:58 +0000 (Fri, 31 Mar 2006)
New Revision: 19540

Modified:
   moonbase/trunk/libs/wxGTK/DETAILS
Log:
Fixing this module back to using the wxPython source tarball. See the DETAILS
file and the post to lunar-dev.


Modified: moonbase/trunk/libs/wxGTK/DETAILS
===================================================================
--- moonbase/trunk/libs/wxGTK/DETAILS	2006-03-31 03:44:43 UTC (rev 19539)
+++ moonbase/trunk/libs/wxGTK/DETAILS	2006-03-31 05:18:58 UTC (rev 19540)
@@ -1,8 +1,9 @@
           MODULE=wxGTK
-         VERSION=2.6.3
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$SFORGE_URL/wxwindows/
-      SOURCE_VFY=sha1:7c2dfe27a56aa99b4ea557a436bf84a13a579a9d
+         VERSION=2.6.3.0
+          SOURCE=wxPython-src-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/wxPython-src-$VERSION
+      SOURCE_URL=$SFORGE_URL/wxpython/
+      SOURCE_VFY=sha1:aa01e6a4a2d97ccfbd0f257f5ff52fd85cbea0c0
         WEB_SITE=http://www.wxwidgets.org/
          ENTERED=20011217
          UPDATED=20060330
@@ -14,4 +15,8 @@
 and drag and drop, multithreading, image loading and saving in a variety
 of formats, database support, HTML viewing and printing.  Quite good for
 a GUI API.
+NOTE: Leave this module alone if you don't know what you are doing! The
+reason this module uses wxPython source code is that it saves downloading
+as wxPython INCLUDES all of wxGTK. This also saves time building wxPython
+as it needs the wxGTK that is included in the wxPython source code.
 EOF



More information about the Lunar-commits mailing list