Date: Friday, July 8, 2022 @ 11:41:06 Author: arojas Revision: 1248636
wxWidgets 3.2 rebuild Modified: scummvm-tools/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-08 11:39:28 UTC (rev 1248635) +++ PKGBUILD 2022-07-08 11:41:06 UTC (rev 1248636) @@ -4,22 +4,15 @@ # Contributor: Joe Davison <[email protected]> pkgname=scummvm-tools pkgver=2.5.0 -pkgrel=2 +pkgrel=3 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' 'wxgtk3' 'flac' 'libvorbis') +depends=('libpng' 'wxwidgets-gtk3' 'flac' 'libvorbis') arch=('x86_64') source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz") sha512sums=('40aceabb060df99966125967eb58114810927b35fc58ee607b4e33ceb2dcd02dc93b48a7885d4ab877dbe1a4f70bef88a3eae3feef70af743aec92bdeb6b163b') -prepare() { - cd ${pkgname}-${pkgver} - - # Build with wxgtk3 - sed -i 's/^_wxconfig=wx-config$/_wxconfig=wx-config-gtk3/' configure -} - build() { cd ${pkgname}-${pkgver}
