From 741629bb38ffd7b87d436478f67febfa17b8a63c Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 30 Dec 2010 14:27:39 +0100 Subject: wxpython#2.8.9.2-1, maj pyhon --- extra/wxpython/Pkgfile | 8 ++++---- extra/wxpython/editra-aui.diff | 11 +++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 extra/wxpython/editra-aui.diff (limited to 'extra/wxpython') diff --git a/extra/wxpython/Pkgfile b/extra/wxpython/Pkgfile index 5e03b3f4e..16918bad8 100644 --- a/extra/wxpython/Pkgfile +++ b/extra/wxpython/Pkgfile @@ -1,8 +1,8 @@ -# Description: Boîte à outils graphique wxWidgets pour Python. +# Description: Boîte à outils graphiique wxWidgets pour Python. # URL: http://www.wxpython.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: wxgtk, python +# Depends on: name=wxpython version=2.8.9.2 @@ -18,7 +18,7 @@ build() { CFLAGS="$CFLAGS -fno-strict-aliasing" \ CXXFLAGS="$CXXFLAGS -fno-strict-aliasing" - python setup.py \ + python2 setup.py \ WXPORT=gtk2 \ UNICODE=1 \ BUILD_GLCANVAS=1 \ @@ -37,4 +37,4 @@ build() { \) -delete } - + diff --git a/extra/wxpython/editra-aui.diff b/extra/wxpython/editra-aui.diff new file mode 100644 index 000000000..afdcf9f8f --- /dev/null +++ b/extra/wxpython/editra-aui.diff @@ -0,0 +1,11 @@ +diff -Naur wxPython-src-2.8.11.0-orig/wxPython/setup.py wxPython-src-2.8.11.0/wxPython/setup.py +--- wxPython-src-2.8.11.0-orig/wxPython/setup.py 2010-06-04 04:15:47.000000000 -0400 ++++ wxPython-src-2.8.11.0/wxPython/setup.py 2010-06-04 04:18:36.000000000 -0400 +@@ -893,6 +893,7 @@ + 'wx.tools.Editra.src.eclib', + 'wx.tools.Editra.src.ebmlib', + 'wx.tools.Editra.src.extern', ++ 'wx.tools.Editra.src.extern.aui', + 'wx.tools.Editra.src.syntax', + ] + -- cgit v1.2.3-54-g00ecf