[arch-commits] Commit in scummvm-tools/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Tue Jan 7 06:21:05 UTC 2014
Date: Tuesday, January 7, 2014 @ 07:21:05
Author: bpiotrowski
Revision: 103515
upgpkg: scummvm-tools 1.6.0-1
rebuild against wxgtk 3.0.0
Modified:
scummvm-tools/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-07 03:34:46 UTC (rev 103514)
+++ PKGBUILD 2014-01-07 06:21:05 UTC (rev 103515)
@@ -4,19 +4,20 @@
# Contributor: Sebastian Hase <sebastian_hase at gmx.de>
# Contributor: Joe Davison <joe at thosedamnpeanuts.com>
pkgname=scummvm-tools
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.6.0
+pkgrel=1
pkgdesc="A set of tools that enable you to convert, compress and decode game datafiles for ScummVM"
url="http://www.scummvm.org/"
license=('GPL')
-depends=('libpng' 'wxgtk' 'flac' 'libvorbis')
+depends=('libpng' 'wxgtk2.8' 'flac' 'libvorbis')
arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.gz)
-md5sums=('43cbf9f5c4939876cf4149dd59e68044')
+source=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9a5c74a49707c513e8853004e3a699e4')
build() {
cd ${pkgname}-${pkgver}
+ sed -i 's/wxgtk2-2.8-config/wx-config-2.8/' configure
./configure --prefix=/usr
make
}
More information about the arch-commits
mailing list