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

Eric Bélanger eric at archlinux.org
Fri Mar 6 07:57:12 UTC 2009


    Date: Friday, March 6, 2009 @ 02:57:12
  Author: eric
Revision: 29162

upgpkg: wxgtk 2.8.9.2-1
    Upstream update, Switched to wxpython source tarball

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

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

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-03-06 07:43:50 UTC (rev 29161)
+++ ChangeLog	2009-03-06 07:57:12 UTC (rev 29162)
@@ -1,3 +1,9 @@
+2009-03-06  Eric Belanger  <eric at archlinux.org>
+
+	* wxgtk 2.8.9.2-1
+	* Upstream update
+	* Switched to wxpython source tarball
+
 2008-09-26  Eric Belanger  <eric at archlinux.org>
 
 	* wxgtk 2.8.9-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-06 07:43:50 UTC (rev 29161)
+++ PKGBUILD	2009-03-06 07:57:12 UTC (rev 29162)
@@ -5,7 +5,7 @@
 # with help from J. Santiago Hirschfeld <jsantiagoh at yahoo.com.ar> aka Angelus
 
 pkgname=wxgtk
-pkgver=2.8.9
+pkgver=2.8.9.2
 pkgrel=1
 pkgdesc="wxGTK - GTK+ implementation of wxWidgets API for GUI"
 arch=('i686' 'x86_64')
@@ -13,12 +13,13 @@
 license=('custom:wxWindows')
 depends=('gtk2>=2.12.11' 'mesa')
 makedepends=('libgnomeprintui')
-source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
-md5sums=('495c0287e102c8864eb5237a279ce9c2')
-sha1sums=('e13e40280cc83dda55aa50682cde3ca206a012dc')
+#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')
 
 build() {
-  cd ${srcdir}/wxGTK-${pkgver}
+  cd ${srcdir}/wxPython-src-${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