[arch-commits] Commit in wxgtk/repos (3 files)

Eric Bélanger eric at archlinux.org
Fri Mar 6 09:02:47 UTC 2009


    Date: Friday, March 6, 2009 @ 04:02:47
  Author: eric
Revision: 29177

Merged revisions 29162 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/wxgtk/trunk

........
  r29162 | eric | 2009-03-06 02:57:12 -0500 (Fri, 06 Mar 2009) | 2 lines
  
  upgpkg: wxgtk 2.8.9.2-1
      Upstream update, Switched to wxpython source tarball
........

Modified:
  wxgtk/repos/extra-i686/	(properties)
  wxgtk/repos/extra-i686/ChangeLog
  wxgtk/repos/extra-i686/PKGBUILD

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


Property changes on: wxgtk/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /wxgtk/trunk:1-27254
   + /wxgtk/trunk:1-29176

Modified: extra-i686/ChangeLog
===================================================================
--- extra-i686/ChangeLog	2009-03-06 08:59:35 UTC (rev 29176)
+++ extra-i686/ChangeLog	2009-03-06 09:02:47 UTC (rev 29177)
@@ -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: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-03-06 08:59:35 UTC (rev 29176)
+++ extra-i686/PKGBUILD	2009-03-06 09:02:47 UTC (rev 29177)
@@ -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