diff options
-rw-r--r-- | extra/wxpython/Pkgfile | 8 | ||||
-rw-r--r-- | extra/wxpython/editra-aui.diff | 11 |
2 files changed, 15 insertions, 4 deletions
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', + ] + |