diff options
author | root <root@rshg054.dnsready.net> | 2011-12-14 23:14:53 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-14 23:14:53 +0000 |
commit | f96b67a7733c348213a216ba6472d43614b44f04 (patch) | |
tree | b4d773bc2fb5e8778669789ef27a7fbf17a7ea65 /extra/wxpython | |
parent | f4dcb5cb43b68e265512a03a160bdda634818b43 (diff) |
Wed Dec 14 23:14:53 UTC 2011
Diffstat (limited to 'extra/wxpython')
-rw-r--r-- | extra/wxpython/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/wxpython/PKGBUILD b/extra/wxpython/PKGBUILD index 2a983d1a3..6ce4fcba5 100644 --- a/extra/wxpython/PKGBUILD +++ b/extra/wxpython/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 142236 2011-11-07 00:38:07Z eric $ +# $Id: PKGBUILD 144998 2011-12-13 22:53:53Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=wxpython pkgver=2.8.12.1 -pkgrel=2 +pkgrel=3 pkgdesc="A wxWidgets GUI toolkit for Python" arch=('i686' 'x86_64') license=('custom:wxWindows') @@ -19,8 +19,9 @@ build() { find . -type f -exec sed -i 's/env python/env python2/' {} \; mv wxPython/wx/tools/Editra/editra wxPython/wx/tools/Editra/Editra ./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 + --enable-graphics_ctx --disable-optimize --enable-mediactrl \ + --with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \ + --disable-precomp-headers cd "${srcdir}/wxPython-src-${pkgver}/wxPython" patch -p2 -i "${srcdir}/wxpython-cairo.patch" python2 setup.py WXPORT=gtk2 UNICODE=1 build |