CVS: moonbase/libs/wxGTK BUILD,1.2,1.3 DETAILS,1.4,1.5
Terry Chan
tchan at lunar-linux.org
Sun Aug 3 04:18:48 GMT 2003
Update of /var/cvs/lunar/moonbase/libs/wxGTK
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10956
Modified Files:
BUILD DETAILS
Log Message:
Fixed the UPDATED field again. Added the correct FIFO stuff for the BUILD
script. Please follow the standard moonbase indentation, especially for
the DETAILS scripts.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/wxGTK/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 26 Dec 2002 19:22:06 -0000 1.2
+++ BUILD 3 Aug 2003 04:18:45 -0000 1.3
@@ -1,11 +1,15 @@
-OPTS="$OPTS --enable-no-rtti"
-OPTS="$OPTS --enable-no_exceptions"
+(
-if [[ $GTK2 == "y" ]]; then
- OPTS="$OPTS --enable-gtk2 "
-fi
-if [[ $UNICODE == "y" ]]; then
- OPTS="$OPTS --enable-unicode"
-fi
+ OPTS="$OPTS --enable-no-rtti"
+ OPTS="$OPTS --enable-no_exceptions"
-default_build
+ if [[ $GTK2 == "y" ]]; then
+ OPTS="$OPTS --enable-gtk2 "
+ fi
+ if [[ $UNICODE == "y" ]]; then
+ OPTS="$OPTS --enable-unicode"
+ fi
+
+ default_build
+
+) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/wxGTK/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 10 Jun 2003 09:07:43 -0000 1.4
+++ DETAILS 3 Aug 2003 04:18:45 -0000 1.5
@@ -1,12 +1,12 @@
-MODULE=wxGTK
-VERSION=2.4.1
-SOURCE=wxAll-$VERSION.tar.gz
+ MODULE=wxGTK
+ VERSION=2.4.1
+ SOURCE=wxAll-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/wxWindows-$VERSION
-SOURCE_URL[0]=$SFORGE_URL/wxwindows/$SOURCE
-WEB_SITE=http://www.wxwindows.org/
-ENTERED=20011217
-UPDATED=20021226
-FUZZY=off
+ SOURCE_URL[0]=$SFORGE_URL/wxwindows/$SOURCE
+ WEB_SITE=http://www.wxwindows.org/
+ ENTERED=20011217
+ UPDATED=20030610
+ FUZZY=off
SHORT="wxGTK is a GTK+ verion of wxWindows API."
cat << EOF
More information about the Lunar-commits
mailing list