instead: update to 3.3.4, drop gtk3 and sdl2 build option
Both are enabled by default in upstream. Closes: #29628 [via git-merge-pr]
This commit is contained in:
parent
77018a9c79
commit
86671d3996
1 changed files with 4 additions and 10 deletions
|
@ -1,23 +1,17 @@
|
||||||
# Template file for 'instead'
|
# Template file for 'instead'
|
||||||
pkgname=instead
|
pkgname=instead
|
||||||
version=3.3.2
|
version=3.3.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_SDL2=$(vopt_if sdl2 ON OFF)
|
hostmakedepends="pkg-config"
|
||||||
-DWITH_GTK3=$(vopt_if gtk3 ON OFF)"
|
makedepends="lua51-devel gtk+3-devel SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel"
|
||||||
makedepends="lua51-devel $(vopt_if gtk3 'gtk+3-devel' 'gtk+-devel')
|
|
||||||
$(vopt_if sdl2 'SDL2_image-devel SDL2_mixer-devel
|
|
||||||
SDL2_ttf-devel' 'SDL_image-devel SDL_mixer-devel SDL_ttf-devel')"
|
|
||||||
short_desc="Interactive fiction interpreter"
|
short_desc="Interactive fiction interpreter"
|
||||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://instead-hub.github.io"
|
homepage="https://instead-hub.github.io"
|
||||||
changelog="https://raw.githubusercontent.com/instead-hub/instead/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/instead-hub/instead/master/ChangeLog"
|
||||||
distfiles="https://github.com/instead-hub/instead/releases/download/${version}/instead_${version}.tar.gz"
|
distfiles="https://github.com/instead-hub/instead/releases/download/${version}/instead_${version}.tar.gz"
|
||||||
checksum=bb98f6903291bcc40fb06f2203ab8e05272ec84fded412482b6faa54bea3a90b
|
checksum=ff705290646b764a189f08e852deee82baa56f467f5f3fe9e687df81c3c819d6
|
||||||
|
|
||||||
build_options="gtk3 sdl2"
|
|
||||||
build_options_default="sdl2"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue