flare-game / flare-engine: update to 1.06. (#374)
This commit is contained in:
parent
5b3cca8bd0
commit
2b5ca8b0aa
2 changed files with 10 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'flare-engine'
|
# Template file for 'flare-engine'
|
||||||
pkgname=flare-engine
|
pkgname=flare-engine
|
||||||
version=1.04
|
version=1.06
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBINDIR=/usr/bin -DDATADIR=share/flare"
|
configure_args="-DBINDIR=/usr/bin -DDATADIR=share/flare"
|
||||||
|
@ -8,10 +8,10 @@ makedepends="SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel"
|
||||||
depends="flare-engine-data>=${version}_${revision} desktop-file-utils hicolor-icon-theme"
|
depends="flare-engine-data>=${version}_${revision} desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="Free/libre action roleplaying engine (engine only)"
|
short_desc="Free/libre action roleplaying engine (engine only)"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://flarerpg.org/"
|
homepage="http://flarerpg.org/"
|
||||||
distfiles="https://github.com/clintbellanger/flare-engine/archive/v${version}.tar.gz"
|
distfiles="https://github.com/clintbellanger/flare-engine/archive/v${version}.tar.gz"
|
||||||
checksum=a62384433df872b85315febafdf876faac0fb415c94ed0e919eee04baa811001
|
checksum=8cf6f110ca70f911f372120ed3785665213ec9842b8c0291f822ffd57b79bc05
|
||||||
|
|
||||||
flare-engine-data_package() {
|
flare-engine-data_package() {
|
||||||
short_desc+=" - data"
|
short_desc+=" - data"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'flare-game'
|
# Template file for 'flare-game'
|
||||||
pkgname=flare-game
|
pkgname=flare-game
|
||||||
version=1.04
|
version=1.06
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -8,7 +8,11 @@ configure_args="-DDATADIR=share/flare"
|
||||||
depends="flare-engine>=${version}"
|
depends="flare-engine>=${version}"
|
||||||
short_desc="Single-player 2D action RPG using the FLARE engine"
|
short_desc="Single-player 2D action RPG using the FLARE engine"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later, CC-BY-SA-3.0"
|
||||||
homepage="http://flarerpg.org/"
|
homepage="http://flarerpg.org/"
|
||||||
distfiles="https://github.com/clintbellanger/flare-game/archive/v${version}.tar.gz"
|
distfiles="https://github.com/clintbellanger/flare-game/archive/v${version}.tar.gz"
|
||||||
checksum=4a4c52d5d6c8c3a1e21e1481ec23f50ec3079c39cff26ea467086baeaf0dd44b
|
checksum=5eb3d187bde7cd3a16a95ffd311dc05a6d8ff68d3ddbadf2d2fb8243b0145a53
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue