Date: Wednesday, April 20, 2011 @ 00:06:15 Author: eric Revision: 120105
upgpkg: wxpython 2.8.12.0-1 Upstream update, Removed old patch Modified: wxpython/trunk/PKGBUILD Deleted: wxpython/trunk/editra-aui.diff -----------------+ PKGBUILD | 14 +++++--------- editra-aui.diff | 11 ----------- 2 files changed, 5 insertions(+), 20 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-04-19 21:53:29 UTC (rev 120104) +++ PKGBUILD 2011-04-20 04:06:15 UTC (rev 120105) @@ -1,25 +1,21 @@ # $Id$ # Maintainer: Eric Bélanger <[email protected]> -# Contributor: Andrew Wright <[email protected]> pkgname=wxpython -pkgver=2.8.11.0 -pkgrel=3 +pkgver=2.8.12.0 +pkgrel=1 pkgdesc="A wxWidgets GUI toolkit for Python" arch=('i686' 'x86_64') license=('custom:wxWindows') url="http://www.wxpython.org" depends=('wxgtk' 'python2') makedepends=('mesa') -source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2 editra-aui.diff) -md5sums=('63f73aae49e530852db56a31b57529fa' - '06c637c34c1570d8c82b870ce19c0622') -sha1sums=('18982edc236a1d87e4eef018928358c925aa5b17' - '077fe341bf8822647934d6b1ea82ce9b0adbf93a') +source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2) +md5sums=('402e0b81e06f596d849e221a7a76acc6') +sha1sums=('f9ce806dcb5517beb6e3d2ee0ecbf8e569b7f8e4') build() { cd "${srcdir}/wxPython-src-${pkgver}" - patch -p1 < ../editra-aui.diff ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \ --enable-graphics_ctx --with-gnomeprint --disable-optimize --enable-mediactrl \ --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys Deleted: editra-aui.diff =================================================================== --- editra-aui.diff 2011-04-19 21:53:29 UTC (rev 120104) +++ editra-aui.diff 2011-04-20 04:06:15 UTC (rev 120105) @@ -1,11 +0,0 @@ -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', - ] -
