Date: Saturday, August 6, 2011 @ 22:49:25
  Author: eric
Revision: 134643

upgpkg: wxgtk 2.8.12.1-1
Upstream update

Modified:
  wxgtk/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-08-07 02:40:08 UTC (rev 134642)
+++ PKGBUILD    2011-08-07 02:49:25 UTC (rev 134643)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=wxgtk
-pkgver=2.8.12
+pkgver=2.8.12.1
 pkgrel=1
 pkgdesc="GTK+ implementation of wxWidgets API for GUI"
 arch=('i686' 'x86_64')
@@ -10,14 +10,14 @@
 license=('custom:wxWindows')
 depends=('gtk2' 'gstreamer0.10-base' 'libgl' 'libxxf86vm' 'libsm')
 makedepends=('libgnomeprintui' 'gstreamer0.10-base-plugins' 'gconf' 'mesa')
-#source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
-source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
-md5sums=('08f81ab60647308058f6ce99712b14f8')
-sha1sums=('a8d31ef924ae49e97690646b13d5a2a7be7dda10')
+#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}"
+  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
@@ -28,7 +28,8 @@
 }
 
 package() {
-  cd "${srcdir}/wxGTK-${pkgver}"
+  cd "${srcdir}/wxPython-src-${pkgver}"
+#  cd "${srcdir}/wxGTK-${pkgver}"
   make DESTDIR="${pkgdir}" install
   cd contrib/src
   make DESTDIR="${pkgdir}" install

Reply via email to