cdogs-sdl: update to 0.9.1.

This commit is contained in:
Enno Boland 2021-04-10 22:04:27 +02:00
parent 3c049544ad
commit 6d8474bb60
No known key found for this signature in database
GPG Key ID: 5A7B9F1D0DFEB55D
2 changed files with 3 additions and 10 deletions

View File

@ -1 +0,0 @@
cdogs-sdl

View File

@ -1,7 +1,7 @@
# Template file for 'cdogs-sdl'
pkgname=cdogs-sdl
version=0.7.3
revision=2
version=0.9.1
revision=1
build_style=cmake
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
hostmakedepends="pkg-config"
@ -13,16 +13,10 @@ license="GPL-2.0-or-later"
homepage="http://cxong.github.io/cdogs-sdl/"
distfiles="https://github.com/cxong/cdogs-sdl/archive/${version}.tar.gz"
checksum=0a19a619dd02f647d680b245abc97359e04cdc4231a61b86397a37100907195c
replaces="cdogs-sdl-data<=0.7.3"
CFLAGS="-fcommon"
pre_configure() {
vsed -i CMakeLists.txt -e "s; -Werror;;"
}
cdogs-sdl-data_package() {
short_desc+=" - data"
pkg_install() {
vmove usr/share/cdogs
}
}