[Lunar-commits] r19531 - moonbase/trunk/libs/wxGTK
Florin Braescu
florin at lunar-linux.org
Thu Mar 30 19:42:23 UTC 2006
Author: florin
Date: 2006-03-30 19:42:22 +0000 (Thu, 30 Mar 2006)
New Revision: 19531
Modified:
moonbase/trunk/libs/wxGTK/BUILD
moonbase/trunk/libs/wxGTK/DEPENDS
moonbase/trunk/libs/wxGTK/DETAILS
Log:
bump the version from 2.6.2 to 2.6.3. a lot of bugfixes and improvements.
Modified: moonbase/trunk/libs/wxGTK/BUILD
===================================================================
--- moonbase/trunk/libs/wxGTK/BUILD 2006-03-30 18:21:07 UTC (rev 19530)
+++ moonbase/trunk/libs/wxGTK/BUILD 2006-03-30 19:42:22 UTC (rev 19531)
@@ -1,18 +1,21 @@
(
if [[ $UCODE == "y" ]]; then
OPTS="$OPTS --enable-unicode"
- fi &&
- ./configure --build=$BUILD \
- --prefix=/usr \
- --with-gtk \
+ fi &&
+
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --with-gtk \
--enable-optimise \
- $OPTS &&
- default_make &&
- cd contrib/src/stc &&
- make &&
- make install &&
- cd ../ogl &&
- make all &&
+ $OPTS &&
+ default_make &&
+
+ cd contrib/src/stc &&
+ make &&
+ make install &&
+
+ cd ../ogl &&
+ make all &&
make install
) > $C_FIFO 2>&1
Modified: moonbase/trunk/libs/wxGTK/DEPENDS
===================================================================
--- moonbase/trunk/libs/wxGTK/DEPENDS 2006-03-30 18:21:07 UTC (rev 19530)
+++ moonbase/trunk/libs/wxGTK/DEPENDS 2006-03-30 19:42:22 UTC (rev 19531)
@@ -1,6 +1,7 @@
-depends nasm &&
-depends bison &&
-depends flex &&
-depends gtk+-2 &&
-optional_depends "SDL" "--with-sdl" "" "Use SDL for audio" &&
+depends nasm &&
+depends bison &&
+depends flex &&
+depends gtk+-2 &&
+
+optional_depends "SDL" "--with-sdl" "" "Use SDL for audio" &&
optional_depends "libgnomeprint" "--with-gnomeprint" "" "For gnomeprint support"
Modified: moonbase/trunk/libs/wxGTK/DETAILS
===================================================================
--- moonbase/trunk/libs/wxGTK/DETAILS 2006-03-30 18:21:07 UTC (rev 19530)
+++ moonbase/trunk/libs/wxGTK/DETAILS 2006-03-30 19:42:22 UTC (rev 19531)
@@ -1,14 +1,13 @@
MODULE=wxGTK
- VERSION=2.6.2.1
- SOURCE=wxPython-src-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/wxPython-src-$VERSION
- SOURCE_URL=$SFORGE_URL/wxpython/
- SOURCE_VFY=sha1:4d812263240a24b3fd06ffb4aa53f1844d4b3b3d
+ VERSION=2.6.3
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/wxwindows/
+ SOURCE_VFY=sha1:7c2dfe27a56aa99b4ea557a436bf84a13a579a9d
WEB_SITE=http://www.wxwidgets.org/
ENTERED=20011217
- UPDATED=20060110
+ UPDATED=20060330
+ SHORT="wxGTK is a GTK+ version of wxWindows API."
-SHORT="wxGTK is a GTK+ verion of wxWindows API."
cat << EOF
wxGTK - GTK+ implementation of wxWindows API for GUI's.
wxWindows provides online help, network programming, streams, clipboard
More information about the Lunar-commits
mailing list