summaryrefslogtreecommitdiff
path: root/extra/wxpython/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-22 00:06:19 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-22 00:06:19 -0300
commit45a1b262edf175ecf5dd43e51c8ee72f9d78265b (patch)
treec96780037991d6d44cefc8a149e9b88c6bfc6d67 /extra/wxpython/PKGBUILD
parentc034be9e8f973eb6c1dbb77fb4528fad379ddbfd (diff)
parent69e1fada8bdc9588d0a3d8bc3403fa809d809a84 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/quvi/PKGBUILD community/tasks/PKGBUILD community/xwax/PKGBUILD core/udev/PKGBUILD extra/libplist/PKGBUILD extra/mirage/PKGBUILD extra/rdesktop/PKGBUILD staging/gpsd/PKGBUILD testing/pygobject/PKGBUILD
Diffstat (limited to 'extra/wxpython/PKGBUILD')
-rw-r--r--extra/wxpython/PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/extra/wxpython/PKGBUILD b/extra/wxpython/PKGBUILD
index f9c85401f..1b438d296 100644
--- a/extra/wxpython/PKGBUILD
+++ b/extra/wxpython/PKGBUILD
@@ -1,25 +1,21 @@
-# $Id: PKGBUILD 119109 2011-04-10 23:04:52Z eric $
+# $Id: PKGBUILD 120105 2011-04-20 04:06:15Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
-# Contributor: Andrew Wright <andreww@photism.org>
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' 'mips64el')
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