[arch-commits] CVS update of extra/x11/wxgtk (PKGBUILD)
Eric Belanger
eric at archlinux.org
Sun Dec 9 21:45:01 UTC 2007
Date: Sunday, December 9, 2007 @ 16:45:01
Author: eric
Path: /home/cvs-extra/extra/x11/wxgtk
Modified: PKGBUILD (1.29 -> 1.30)
upgpkg: wxgtk 2.8.7-1
upstream update, fixed license, enabled graphics_ctx (close FS#8866)
----------+
PKGBUILD | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)
Index: extra/x11/wxgtk/PKGBUILD
diff -u extra/x11/wxgtk/PKGBUILD:1.29 extra/x11/wxgtk/PKGBUILD:1.30
--- extra/x11/wxgtk/PKGBUILD:1.29 Fri Aug 31 04:57:32 2007
+++ extra/x11/wxgtk/PKGBUILD Sun Dec 9 16:45:01 2007
@@ -1,31 +1,29 @@
-# $Id: PKGBUILD,v 1.29 2007/08/31 08:57:32 jgc Exp $
-# Maintainer: tobias <tobias at archlinux.org>
+# $Id: PKGBUILD,v 1.30 2007/12/09 21:45:01 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
# Original Contributor: Tom Newsom <Jeepster at gmx.co.uk>
# New Version - Contributor: Bob Finch <w9ya at arrl.net>
# with help from J. Santiago Hirschfeld <jsantiagoh at yahoo.com.ar> aka Angelus
pkgname=wxgtk
-pkgver=2.8.4
+pkgver=2.8.7
pkgrel=1
pkgdesc="wxGTK - GTK+ implementation of wxWidgets API for GUI"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gtk2>=2.10.9' 'mesa')
-source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2
- wxgtk-borderfree.patch)
+arch=('i686' 'x86_64')
url="http://wxwidgets.org"
-md5sums=('22e42c1601d9759530c875ffa2c3c554'
- 'cffc3739d315e7d78299bd75f25ff5c4')
+license=('custom:wxWindows')
+depends=('gtk2>=2.10.9' 'mesa')
+source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
+md5sums=('b25e85eeee524903214ebb520753f4bd')
build() {
cd ${startdir}/src/wxGTK-${pkgver}
- patch -Np0 -i ${startdir}/src/wxgtk-borderfree.patch || return 1
- ./configure --prefix=/usr --with-gtk=2 --with-opengl --enable-unicode \
- --without-gnomeprint --disable-optimize || return 1
+ ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
+ --enable-graphics_ctx --without-gnomeprint --disable-optimize || return 1
make || return 1
make -C locale allmo
make DESTDIR=${startdir}/pkg install || return 1
cd contrib/src
make || return 1
make DESTDIR=${startdir}/pkg install || return 1
+ install -D -m644 ../../docs/licence.txt $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
}
More information about the arch-commits
mailing list