[arch-commits] Commit in wxpython/trunk (PKGBUILD)
Eric BĂ©langer
eric at archlinux.org
Tue Dec 13 22:53:33 UTC 2011
Date: Tuesday, December 13, 2011 @ 17:53:33
Author: eric
Revision: 144997
upgpkg: wxpython 2.8.12.1-3
Disable gnomeprint
Modified:
wxpython/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-12-13 22:16:57 UTC (rev 144996)
+++ PKGBUILD 2011-12-13 22:53:33 UTC (rev 144997)
@@ -3,7 +3,7 @@
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 @@
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
More information about the arch-commits
mailing list