summaryrefslogtreecommitdiffstats
path: root/abs/extra/wxgtk
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2011-07-06 00:14:13 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2011-07-06 00:14:13 (GMT)
commit3ad5815177600d254c494ad5839baa17ec975d39 (patch)
tree9316eea66c9211d0de6f25f3ac6c45ccfa885338 /abs/extra/wxgtk
parent14b8d762bcd1bc41b386ef36aa410f85cf7cfb5d (diff)
downloadlinhes_pkgbuild-3ad5815177600d254c494ad5839baa17ec975d39.zip
linhes_pkgbuild-3ad5815177600d254c494ad5839baa17ec975d39.tar.gz
linhes_pkgbuild-3ad5815177600d254c494ad5839baa17ec975d39.tar.bz2
wxgtk: updated to 2.8.12
Diffstat (limited to 'abs/extra/wxgtk')
-rw-r--r--abs/extra/wxgtk/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/abs/extra/wxgtk/PKGBUILD b/abs/extra/wxgtk/PKGBUILD
index 7eb97bb..283fc84 100644
--- a/abs/extra/wxgtk/PKGBUILD
+++ b/abs/extra/wxgtk/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 99629 2010-11-15 21:53:38Z eric $
-# Maintainer: Eric Belanger <eric@archlinux.org>
+# $Id$
+# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=wxgtk
-pkgver=2.8.11
-pkgrel=2
+pkgver=2.8.12
+pkgrel=1
pkgdesc="GTK+ implementation of wxWidgets API for GUI"
arch=('i686' 'x86_64')
url="http://wxwidgets.org"
license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base' 'libgl' 'libxxf86vm')
+depends=('gtk2' 'gstreamer0.10-base' 'libgl' 'libxxf86vm' 'libsm')
makedepends=('gstreamer0.10-base-plugins' 'gconf' 'mesa')
#source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
-md5sums=('6040933d200037f90f6aa1c5169e7ec6')
-sha1sums=('e979d9d2b1ee5bd10e90fd00b02f3306327c661a')
+md5sums=('08f81ab60647308058f6ce99712b14f8')
+sha1sums=('a8d31ef924ae49e97690646b13d5a2a7be7dda10')
build() {
# cd "${srcdir}/wxPython-src-${pkgver}"
@@ -34,3 +34,4 @@ package() {
make DESTDIR="${pkgdir}" install
install -D -m644 ../../docs/licence.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
+