mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
snes9x-gtk: update to 1.59.2.
This commit is contained in:
parent
428a963b70
commit
985ed9c5dd
1 changed files with 4 additions and 7 deletions
|
@ -1,21 +1,18 @@
|
||||||
# Template file for 'snes9x-gtk'
|
# Template file for 'snes9x-gtk'
|
||||||
pkgname=snes9x-gtk
|
pkgname=snes9x-gtk
|
||||||
version=1.58
|
version=1.59.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="snes9x-${version}"
|
wrksrc="snes9x-${version}"
|
||||||
build_wrksrc="gtk"
|
build_wrksrc="gtk"
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
hostmakedepends="automake gettext-devel glib-devel pkg-config intltool"
|
hostmakedepends="gettext-devel glib-devel pkg-config intltool"
|
||||||
makedepends="minizip-devel gtk+3-devel SDL2-devel xorg-server-devel"
|
makedepends="minizip-devel gtk+3-devel SDL2-devel xorg-server-devel"
|
||||||
short_desc="SNES Emulator"
|
short_desc="SNES Emulator"
|
||||||
maintainer="Hinterwaeldlers <mguethle@xunit.de>"
|
maintainer="Hinterwaeldlers <mguethle@xunit.de>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.snes9x.com/"
|
homepage="http://www.snes9x.com/"
|
||||||
distfiles="https://github.com/snes9xgit/snes9x/archive/$version.tar.gz"
|
distfiles="https://github.com/snes9xgit/snes9x/archive/$version.tar.gz"
|
||||||
checksum=9f2e5491e6a1e4b357f09b7ae147805553af1540663ba4c98ae7e144d590dbf5
|
checksum=1f623266c5f3e01a39d49f964e5f19a50a8fc66fe56303789fd4b13bacdeb76b
|
||||||
|
|
||||||
nocross="cannot run test program while cross compiling"
|
nocross="cannot run test program while cross compiling"
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue