3ea776c9c3
This switches the GUI from GTK3 to Qt. GTK3 is still available, but did not work fully in my testing. Qt is the default and recommended GUI, and it worked. By ericonr: - fix build for musl Closes: #27646 [via git-merge-pr]
14 lines
560 B
Bash
14 lines
560 B
Bash
# Template file for 'fceux'
|
|
pkgname=fceux
|
|
version=2.3.0
|
|
revision=1
|
|
wrksrc="fceux-fceux-$version"
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
|
|
makedepends="zlib-devel lua51-devel SDL2-devel qt5-devel minizip-devel"
|
|
short_desc="All in one NES/Famicom Emulator"
|
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://fceux.com/web/home.html"
|
|
distfiles="https://github.com/TASVideos/fceux/archive/fceux-${version}.tar.gz"
|
|
checksum=0d3b02b3f15032f7675acb95423fd81fae286615313dfbc58cdd4de2bce17f6e
|