[Lunar-commits] <moonbase> wxPython: Patched for 2.8.10.1 to compile correctly again
Terry Chan
tchan at lunar-linux.org
Sat Jan 2 13:55:36 CET 2010
commit 5d80897cb10594147781e9aa4eb0f4e1f0d67615
Author: Terry Chan <tchan at lunar-linux.org>
Date: Sat Jan 2 06:55:36 2010 -0600
wxPython: Patched for 2.8.10.1 to compile correctly again
---
libs/wxPython/BUILD | 2 ++
libs/wxPython/DETAILS | 5 ++++-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/libs/wxPython/BUILD b/libs/wxPython/BUILD
index e232ab6..5acdf9f 100644
--- a/libs/wxPython/BUILD
+++ b/libs/wxPython/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
cd $SOURCE_DIRECTORY/wxPython &&
prepare_install &&
python setup.py install WXPORT=gtk2 UNICODE=1 \
diff --git a/libs/wxPython/DETAILS b/libs/wxPython/DETAILS
index e92168c..29ad3fb 100644
--- a/libs/wxPython/DETAILS
+++ b/libs/wxPython/DETAILS
@@ -1,12 +1,15 @@
MODULE=wxPython
VERSION=2.8.10.1
SOURCE=$MODULE-src-$VERSION.tar.bz2
+ SOURCE2=$MODULE-$VERSION-gdiwrap.diff
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-src-$VERSION
SOURCE_URL=$SFORGE_URL/wxpython
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:6598fbafd979a91f20100171fa23a91779f6dc62
+ SOURCE2_VFY=sha1:2b830924437cb1add24b3234938305521fdb4197
WEB_SITE=http://www.wxpython.org
ENTERED=20010927
- UPDATED=20091111
+ UPDATED=20100102
SHORT="GUI toolkit for the Python programming language"
cat << EOF
More information about the Lunar-commits
mailing list