[arch-commits] Commit in wxgtk/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Dec 13 14:41:12 UTC 2011


    Date: Tuesday, December 13, 2011 @ 09:41:12
  Author: eric
Revision: 144987

upgpkg: wxgtk 2.8.12.1-2

Remove libgnomeprintui makedepends (disable gnomeprint), Use system regex, Disable precomp-headers to build libwx_gtk2u_mmedia-2.8.so

Modified:
  wxgtk/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-13 07:05:25 UTC (rev 144986)
+++ PKGBUILD	2011-12-13 14:41:12 UTC (rev 144987)
@@ -3,24 +3,24 @@
 
 pkgname=wxgtk
 pkgver=2.8.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ implementation of wxWidgets API for GUI"
 arch=('i686' 'x86_64')
 url="http://wxwidgets.org"
 license=('custom:wxWindows')
 depends=('gtk2' 'gstreamer0.10-base' 'libgl' 'libxxf86vm' 'libsm')
-makedepends=('libgnomeprintui' 'gstreamer0.10-base-plugins' 'gconf' 'mesa')
+makedepends=('gstreamer0.10-base-plugins' 'gconf' 'mesa')
 #source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
 source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
-md5sums=('8c06c5941477beee213b4f2fa78be620')
 sha1sums=('05688dc03d61631750f5904273122bb40a2115f5')
 
 build() {
   cd "${srcdir}/wxPython-src-${pkgver}"
 #  cd "${srcdir}/wxGTK-${pkgver}"
   ./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
   make
   make -C locale allmo
   cd contrib/src




More information about the arch-commits mailing list