cdogs-sdl: update to 0.6.3.
This commit is contained in:
parent
5a6511a606
commit
173942ca2c
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
|||
--- CMakeLists.txt.orig 2016-03-13 20:55:53.906485652 +0100
|
||||
+++ CMakeLists.txt 2016-03-13 20:56:22.320483526 +0100
|
||||
@@ -177,7 +177,7 @@ if(APPLE)
|
||||
USE_SOURCE_PERMISSIONS)
|
||||
else()
|
||||
install(
|
||||
- PROGRAMS src/cdogs-sdl${EXE_EXTENSION} src/cdogs-sdl-editor${EXE_EXTENSION}
|
||||
+ PROGRAMS build/src/cdogs-sdl${EXE_EXTENSION} build/src/cdogs-sdl-editor${EXE_EXTENSION}
|
||||
DESTINATION ${INSTALL_PREFIX}/bin)
|
||||
endif()
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cdogs'
|
||||
pkgname=cdogs-sdl
|
||||
version=0.6.2
|
||||
revision=2
|
||||
version=0.6.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
makedepends="physfs-devel SDL2-devel SDL2_mixer-devel SDL2_image-devel SDL2_net-devel yajl-devel"
|
||||
short_desc="A classic overhead run-and-gun game"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|||
homepage="http://cxong.github.io/cdogs-sdl/"
|
||||
license="GPL2"
|
||||
distfiles="https://github.com/cxong/cdogs-sdl/archive/$version.tar.gz"
|
||||
checksum=d6f421c760b15b706bdfc79ed8d18802dc2e8efeefabb69a31679c9b51f328ab
|
||||
checksum=4497e88be7ef462e1839b4396fccdf880b612074c4091956e39cd86ea15fdd03
|
||||
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
|
||||
|
||||
CFLAGS="-Wno-error=deprecated-declarations"
|
||||
|
|
Loading…
Reference in a new issue