Skip to content
Snippets Groups Projects

community/wxwidgets: upgrade to 3.2.1

Merged Ghost User requested to merge (removed):wxwidgets-3.2 into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -2,13 +2,13 @@
# Maintainer: Vladimir Luzan <vluzan@disroot.org>
pkgname=pcem
pkgver=17
pkgrel=1
pkgrel=2
pkgdesc="Retro PC emulator"
url="http://pcem-emulator.co.uk"
# not supported due to pcem specifics
arch="all !aarch64 !armv7 !armhf !ppc64le !s390x !riscv64"
license="GPL-2.0-only"
makedepends="wxgtk-dev openal-soft-dev sdl2-dev alsa-lib-dev make autoconf automake"
makedepends="wxwidgets-dev openal-soft-dev sdl2-dev alsa-lib-dev make autoconf automake"
source="http://pcem-emulator.co.uk/files/PCemV${pkgver}Linux.tar.gz"
@@ -18,6 +18,7 @@ prepare() {
}
build() {
CPPFLAGS="$CPPFLAGS -flto=auto" \
./configure \
--build=$CBUILD \
--host=$CHOST \
Loading