diff --git a/srcpkgs/cdogs-sdl/template b/srcpkgs/cdogs-sdl/template index 8993223231..8b5ef0911a 100644 --- a/srcpkgs/cdogs-sdl/template +++ b/srcpkgs/cdogs-sdl/template @@ -1,24 +1,27 @@ # Template file for 'cdogs-sdl' pkgname=cdogs-sdl version=0.7.3 -revision=1 +revision=2 build_style=cmake configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/" hostmakedepends="pkg-config" makedepends="SDL2-devel SDL2_mixer-devel SDL2_image-devel SDL2_net-devel" depends="cdogs-sdl-data>=${version}_${revision}" -short_desc="A classic overhead run-and-gun game" +short_desc="Classic overhead run-and-gun game" maintainer="Enno Boland " 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 -CFLAGS="-Wno-restrict -Wno-format-truncation -Wno-stringop-overflow -Wno-stringop-truncation -Wno-format-overflow" +CFLAGS="-fcommon" + +pre_configure() { + vsed -i CMakeLists.txt -e "s; -Werror;;" +} cdogs-sdl-data_package() { short_desc+=" - data" - archs=noarch pkg_install() { vmove usr/share/cdogs }