[Lunar-commits] CVS: moonbase/libs/wxGTK BUILD, 1.4, 1.5 DETAILS,
1.7, 1.8
Joel Vennin
jol at lunar-linux.org
Mon Sep 20 21:15:39 UTC 2004
Update of /var/cvs/lunar/moonbase/libs/wxGTK
In directory espresso.lunar-linux.org:/tmp/cvs-serv9588
Modified Files:
BUILD DETAILS
Log Message:
- change website to www.wxwidgets.org
- use sha1 checksum
- add a patch which removes error when you use wxPython.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/wxGTK/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 3 Aug 2003 19:54:38 -0000 1.4
+++ BUILD 20 Sep 2004 21:15:37 -0000 1.5
@@ -1,11 +1,12 @@
(
-
+
if [[ $GTK2 == "y" ]]; then
OPTS="$OPTS --enable-gtk2 "
fi
if [[ $OPENGL == "y" ]]; then
OPTS="$OPTS --with-opengl"
fi
+ patch_it $SOURCE2 0 &&
./configure --with-gtk \
--prefix=/usr \
--enable-geometry \
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/wxGTK/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS 19 Nov 2003 21:42:38 -0000 1.7
+++ DETAILS 20 Sep 2004 21:15:37 -0000 1.8
@@ -1,12 +1,15 @@
MODULE=wxGTK
VERSION=2.4.2.4
SOURCE=wxPythonSrc-$VERSION.tar.gz
- SOURCE_VFY=md5:ea4eb68e10a0c2a9be643b35dcb78e41
+ SOURCE2=wxGTK242_noprivatefuncs.diff
+ SOURCE_VFY=sha1:61d339c962a48128e6c7b8a7b93999759ea218e3
+ SOURCE2_VFY=sha1:01d792d0c44b5e81d111d652d3a2972888943117
SOURCE_DIRECTORY=$BUILD_DIRECTORY/wxPythonSrc-$VERSION
- SOURCE_URL[0]=$SFORGE_URL/wxpython/$SOURCE
- WEB_SITE=http://www.wxwindows.org/
+ SOURCE_URL=$SFORGE_URL/wxpython/$SOURCE
+ SOURCE2_URL=ftp://ftp.excelcia.org/patches/$SOURCE2
+ WEB_SITE=http://www.wxwidgets.org/
ENTERED=20011217
- UPDATED=20031119
+ UPDATED=20040920
SHORT="wxGTK is a GTK+ verion of wxWindows API."
cat << EOF
More information about the Lunar-commits
mailing list