diff options
author | root <root@rshg054.dnsready.net> | 2012-07-21 00:02:19 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-21 00:02:19 +0000 |
commit | 0c8308a9eb7ef6a30cec078ad1d753bd52979b66 (patch) | |
tree | 4ed4ccb8be3076c0b8f3366e05f0ebcd68c65e39 /community/wxgtk2.9/PKGBUILD | |
parent | 226ac092dca4754b7b5a421e226c5971e3b607b2 (diff) |
Sat Jul 21 00:02:19 UTC 2012
Diffstat (limited to 'community/wxgtk2.9/PKGBUILD')
-rw-r--r-- | community/wxgtk2.9/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/community/wxgtk2.9/PKGBUILD b/community/wxgtk2.9/PKGBUILD index 702455d04..58690ab8a 100644 --- a/community/wxgtk2.9/PKGBUILD +++ b/community/wxgtk2.9/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 72461 2012-06-14 23:31:54Z ebelanger $ +# $Id: PKGBUILD 74061 2012-07-19 05:01:32Z ebelanger $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=wxgtk2.9 -pkgver=2.9.3.1 +pkgver=2.9.4 pkgrel=1 pkgdesc="GTK+ implementation of wxWidgets API for GUI" arch=('i686' 'x86_64') @@ -10,13 +10,13 @@ url="http://wxwidgets.org" license=('custom:wxWindows') 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 wxGTK-2.9.3.1-collision.patch) -sha1sums=('0202f64e1e99fb69d22d7be0d38cf7dcf3d80d79' - '69eace867fb20dba9271b57292756e144bb698ce') +source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2 wxGTK-2.9.4-collision.patch) +sha1sums=('5a34ddf19d37c741f74652ee847df9568a8b81e1' + 'a76ccca4c2fad246c9aafbcc5a9697ebf35f33a3') build() { - cd "${srcdir}/wxPython-src-${pkgver}" - patch -p1 -i ../wxGTK-2.9.3.1-collision.patch + cd "${srcdir}/wxWidgets-${pkgver}" + patch -p1 -i ../wxGTK-2.9.4-collision.patch ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \ --enable-graphics_ctx --enable-mediactrl --with-regex=builtin \ --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \ @@ -26,7 +26,7 @@ build() { } package() { - cd "${srcdir}/wxPython-src-${pkgver}" + cd "${srcdir}/wxWidgets-${pkgver}" make DESTDIR="${pkgdir}" install rm "${pkgdir}/usr/share/locale/it/LC_MESSAGES/wxmsw.mo" install -D -m644 docs/licence.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" |