[arch-commits] CVS update of extra/x11/wxpython (PKGBUILD)

Eric Belanger eric at archlinux.org
Sun Dec 9 21:49:19 UTC 2007


    Date: Sunday, December 9, 2007 @ 16:49:19
  Author: eric
    Path: /home/cvs-extra/extra/x11/wxpython

Modified: PKGBUILD (1.18 -> 1.19)

upgpkg: wxpython 2.8.7.1-1
upstream update, fixed license


----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)


Index: extra/x11/wxpython/PKGBUILD
diff -u extra/x11/wxpython/PKGBUILD:1.18 extra/x11/wxpython/PKGBUILD:1.19
--- extra/x11/wxpython/PKGBUILD:1.18	Fri Aug 31 06:49:42 2007
+++ extra/x11/wxpython/PKGBUILD	Sun Dec  9 16:49:19 2007
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD,v 1.18 2007/08/31 10:49:42 jgc Exp $
-# Mantainer: tobias <tobias at archlinux.org>
+# $Id: PKGBUILD,v 1.19 2007/12/09 21:49:19 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Andrew Wright <andreww at photism.org>
 
 pkgname=wxpython
-pkgver=2.8.4.0
+pkgver=2.8.7.1
 pkgrel=1
 pkgdesc="A wxWidgets GUI toolkit for Python."
-arch=(i686 x86_64)
-license=('LGPL')
+arch=('i686' 'x86_64')
+license=('custom:wxWindows')
 url="http://www.wxpython.org"
-depends=('wxgtk>=2.8.4' 'python>=2.5')
+depends=('wxgtk>=2.8.7' 'python>=2.5')
 source=(http://downloads.sourceforge.net/sourceforge/wxpython/wxPython-src-${pkgver}.tar.bz2)
-md5sums=('424f5a569635646eb805adfe4e4dd9ec')
+md5sums=('04fc1079430b18e6fd097b3287e9ae10')
+sha1sums=('5526ee4c4cc57bcebb4950ea05e24639ef8b02dd')
 
 build() {
   cd ${startdir}/src/wxPython-src-${pkgver}/wxPython
@@ -19,4 +20,5 @@
     WXPORT=gtk2 \
     UNICODE=1 \
     build install --root=${startdir}/pkg
+  install -D -m644 ../docs/licence.txt $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list