[arch-commits] Commit in lib32-wxgtk2.8/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Aug 15 00:54:00 UTC 2014


    Date: Friday, August 15, 2014 @ 02:54:00
  Author: alucryd
Revision: 117411

upgpkg: lib32-wxgtk2.8 2.8.12.1-3

Modified:
  lib32-wxgtk2.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-15 00:16:32 UTC (rev 117410)
+++ PKGBUILD	2014-08-15 00:54:00 UTC (rev 117411)
@@ -4,13 +4,13 @@
 
 pkgname=lib32-wxgtk2.8
 pkgver=2.8.12.1
-pkgrel=2
+pkgrel=3
 pkgdesc='GTK+ implementation of wxWidgets API for GUI'
 arch=('x86_64')
 url="http://wxwidgets.org/"
 license=('custom:wxWindows')
-makedepends=('lib32-glu' 'lib32-gstreamer0.10-base-plugins' 'lib32-gtk2' 'lib32-sdl')
-replaces=('lib32-wxgtk')
+depends=('lib32-gstreamer0.10-base' 'lib32-gtk2' 'lib32-sdl' "${pkgname#*-}")
+makedepends=('lib32-gstreamer0.10-base-plugins' 'lib32-glu')
 source=("http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2"
         'wxGTK-collision.patch')
 sha256sums=('1f3f153d9f1504c6ce2d2c4b23e940b8f58b81f4cba35cda1a5bb31142243cd0'
@@ -29,7 +29,11 @@
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  ./configure --prefix='/usr' --libdir='/usr/lib32' --with-{gtk='2',{libjpeg,libpng,libtifflibxpm}='sys',opengl,regex='builtin',sdl} --enable-{graphics_ctx,unicode} --disable-{mediactrl,optimize,precomp-headers}
+  ./configure --prefix='/usr' --libdir='/usr/lib32' \
+              --enable-{graphics_ctx,mediactrl,unicode} \
+              --disable-{optimize,precomp-headers} \
+              --with-lib{jpeg,png,tiff,xpm}='sys' --with-regex='builtin' \
+              --with-gtk='2' --with-{opengl,sdl}
   make
   make -C locale allmo
   make -C contrib/src
@@ -36,7 +40,6 @@
 }
 
 package() {
-  depends=('lib32-gstreamer0.10-base' 'lib32-gtk2' 'lib32-sdl' "${pkgname#*-}")
 
   cd wx*-${pkgver}
 




More information about the arch-commits mailing list