New package: colobot-0.2.0
This commit is contained in:
parent
58ef89cf4e
commit
55efaf80d2
2 changed files with 32 additions and 0 deletions
13
srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
Normal file
13
srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt
|
||||||
|
index 2ee308c..8dc2d03 100644
|
||||||
|
--- a/desktop/CMakeLists.txt
|
||||||
|
+++ b/desktop/CMakeLists.txt
|
||||||
|
@@ -8,7 +8,7 @@ if(NOT RSVG_CONVERT)
|
||||||
|
message(WARNING "rsvg-convert not found; desktop icons will not be generated")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
-find_program(XMLSTARLET xmlstarlet)
|
||||||
|
+find_program(XMLSTARLET xml)
|
||||||
|
if(NOT XMLSTARLET)
|
||||||
|
message(WARNING "xmlstarlet not found; desktop icons will not be generated")
|
||||||
|
endif()
|
19
srcpkgs/colobot/template
Normal file
19
srcpkgs/colobot/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'colobot'
|
||||||
|
pkgname=colobot
|
||||||
|
# needs to be kept in sync with colobot-data (provides game assets)
|
||||||
|
version=0.2.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="colobot-colobot-gold-${version}-alpha"
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DCOLOBOT_INSTALL_BIN_DIR=/usr/bin -DOpenGL_GL_PREFERENCE=GLVND"
|
||||||
|
hostmakedepends="gettext librsvg-utils perl po4a xmlstarlet"
|
||||||
|
makedepends="boost-devel glew-devel libogg-devel libopenal-devel
|
||||||
|
libsndfile-devel libvorbis-devel physfs-devel
|
||||||
|
SDL2-devel SDL2_image-devel SDL2_ttf-devel"
|
||||||
|
depends="colobot-data>=${version}"
|
||||||
|
short_desc="Real-time strategy game, where you can program your units"
|
||||||
|
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://colobot.info/"
|
||||||
|
distfiles="https://github.com/colobot/colobot/archive/colobot-gold-${version}-alpha.tar.gz"
|
||||||
|
checksum="633ce4ec9b54c657942453e769a2339befb2d0afff8b8b3589a73d005e097ab6"
|
Loading…
Add table
Add a link
Reference in a new issue