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

Eric Bélanger eric at archlinux.org
Tue May 5 20:41:36 UTC 2009


    Date: Tuesday, May 5, 2009 @ 16:41:35
  Author: eric
Revision: 37954

upgpkg: wxgtk 2.8.10-1
    Upstream update

Modified:
  wxgtk/trunk/ChangeLog
  wxgtk/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   13 +++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-05-05 18:55:30 UTC (rev 37953)
+++ ChangeLog	2009-05-05 20:41:35 UTC (rev 37954)
@@ -1,3 +1,8 @@
+2009-05-05  Eric Belanger  <eric at archlinux.org>
+
+	* wxgtk 2.8.10-1
+	* Upstream update
+
 2009-03-06  Eric Belanger  <eric at archlinux.org>
 
 	* wxgtk 2.8.9.2-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-05 18:55:30 UTC (rev 37953)
+++ PKGBUILD	2009-05-05 20:41:35 UTC (rev 37954)
@@ -5,7 +5,7 @@
 # with help from J. Santiago Hirschfeld <jsantiagoh at yahoo.com.ar> aka Angelus
 
 pkgname=wxgtk
-pkgver=2.8.9.2
+pkgver=2.8.10
 pkgrel=1
 pkgdesc="wxGTK - GTK+ implementation of wxWidgets API for GUI"
 arch=('i686' 'x86_64')
@@ -13,13 +13,14 @@
 license=('custom:wxWindows')
 depends=('gtk2>=2.12.11' 'mesa')
 makedepends=('libgnomeprintui')
-#source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
-source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
-md5sums=('e3d89746af98b9279e4ff39a57f6dc63')
-sha1sums=('a0d58d8b9606d04a35b9853da15eb7dfb08d5637')
+#source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
+source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
+md5sums=('88b867bc118a183af56efc67014bdf27')
+sha1sums=('1e4bee16a423efeef665ed70e82b6e7dc5468cf4')
 
 build() {
-  cd ${srcdir}/wxPython-src-${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 || return 1
   make || return 1




More information about the arch-commits mailing list