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

Eric Bélanger eric at archlinux.org
Sat Jun 6 23:58:05 UTC 2009


    Date: Saturday, June 6, 2009 @ 19:58:05
  Author: eric
Revision: 41711

upgpkg: wxgtk 2.8.10.1-1
    Upstream update

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

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   20 ++++++++++----------
 2 files changed, 15 insertions(+), 10 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-06-06 22:30:59 UTC (rev 41710)
+++ ChangeLog	2009-06-06 23:58:05 UTC (rev 41711)
@@ -1,3 +1,8 @@
+2009-05-21  Eric Belanger  <eric at archlinux.org>
+
+	* wxgtk 2.8.10.1-1
+	* Upstream update
+
 2009-05-05  Eric Belanger  <eric at archlinux.org>
 
 	* wxgtk 2.8.10-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-06 22:30:59 UTC (rev 41710)
+++ PKGBUILD	2009-06-06 23:58:05 UTC (rev 41711)
@@ -5,7 +5,7 @@
 # with help from J. Santiago Hirschfeld <jsantiagoh at yahoo.com.ar> aka Angelus
 
 pkgname=wxgtk
-pkgver=2.8.10
+pkgver=2.8.10.1
 pkgrel=1
 pkgdesc="wxGTK - GTK+ implementation of wxWidgets API for GUI"
 arch=('i686' 'x86_64')
@@ -13,21 +13,21 @@
 license=('custom:wxWindows')
 depends=('gtk2>=2.12.11' 'mesa')
 makedepends=('libgnomeprintui')
-#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')
+#source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
+md5sums=('65d5ef166f23fe8b4c67f58df164f93e')
+sha1sums=('6598fbafd979a91f20100171fa23a91779f6dc62')
 
 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 || return 1
   make || return 1
   make -C locale allmo || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
   cd contrib/src
   make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  install -D -m644 ../../docs/licence.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
+  make DESTDIR="${pkgdir}" install || return 1
+  install -D -m644 ../../docs/licence.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
 }




More information about the arch-commits mailing list