From 38b5dfffa8ba87180d1b87409faa63fa137b4845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20DESBRI=C3=88RES?= Date: Fri, 6 Jun 2014 09:07:38 +0200 Subject: grass --- pcr/grass/wxpython2.8-fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pcr/grass/wxpython2.8-fix.patch (limited to 'pcr/grass/wxpython2.8-fix.patch') diff --git a/pcr/grass/wxpython2.8-fix.patch b/pcr/grass/wxpython2.8-fix.patch new file mode 100644 index 000000000..a4620bfb5 --- /dev/null +++ b/pcr/grass/wxpython2.8-fix.patch @@ -0,0 +1,11 @@ +# Thanks to czk for providing the patch inside aur/grass64 PKGBUILD +--- ./gui/wxpython/core/globalvar.py 2013-07-10 00:09:27.000000000 +0200 ++++ ./gui/wxpython/core/globalvar.py.wxversion_hack 2014-01-25 15:45:02.781992175 +0100 +@@ -51,6 +51,7 @@ + except ImportError, e: + raise ImportError(e) + # wxversion.select(str(minVersion[0]) + '.' + str(minVersion[1])) ++ wxversion.select('2.8') + wxversion.ensureMinimal(str(minVersion[0]) + '.' + str(minVersion[1])) + import wx + version = wx.version().split(' ')[0] -- cgit v1.2.3-2-g168b