instead: update to 3.3.0.
This commit is contained in:
parent
df6af05f93
commit
410b22dc41
1 changed files with 8 additions and 6 deletions
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'instead'
|
||||
pkgname=instead
|
||||
version=3.2.2
|
||||
revision=2
|
||||
version=3.3.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
build_options="gtk3 sdl2"
|
||||
build_options_default="sdl2"
|
||||
configure_args="$(vopt_if sdl2 -DWITH_SDL2=ON) $(vopt_if gtk3 -DWITH_GTK3=ON)"
|
||||
configure_args="-DWITH_SDL2=$(vopt_if sdl2 ON OFF)
|
||||
-DWITH_GTK3=$(vopt_if gtk3 ON OFF)"
|
||||
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')"
|
||||
|
@ -15,7 +14,10 @@ license="MIT"
|
|||
homepage="https://instead-hub.github.io"
|
||||
changelog="https://raw.githubusercontent.com/instead-hub/instead/master/ChangeLog"
|
||||
distfiles="https://github.com/instead-hub/instead/releases/download/${version}/instead_${version}.tar.gz"
|
||||
checksum=fd3e732e548a36ae85a27ea2e0743fd8c097ab8b613fc6e4b86a762fd15def1f
|
||||
checksum=c9f845be9267fb4457fec4b056a281e1460478969a8c70d2bd2ff82770e6534f
|
||||
|
||||
build_options="gtk3 sdl2"
|
||||
build_options_default="sdl2"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue