[arch-commits] Commit in scummvm-tools/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Jul 2 22:15:25 UTC 2017


    Date: Sunday, July 2, 2017 @ 22:15:25
  Author: bgyorgy
Revision: 242092

upgpkg: scummvm-tools 1.9.0-2

Rebuild with wxgtk3

Modified:
  scummvm-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-02 22:04:56 UTC (rev 242091)
+++ PKGBUILD	2017-07-02 22:15:25 UTC (rev 242092)
@@ -5,15 +5,22 @@
 # Contributor: Joe Davison <joe at thosedamnpeanuts.com>
 pkgname=scummvm-tools
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 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' 'wxgtk3' 'flac' 'libvorbis')
 arch=('i686' 'x86_64')
 source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz")
 md5sums=('7b472cc2895161c64630df92df4c65b0')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Build with wxgtk3
+  sed -i 's/^_wxconfig=wx-config$/_wxconfig=wx-config-gtk3/' configure
+}
+
 build() {
   cd ${pkgname}-${pkgver}
 



More information about the arch-commits mailing list