Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: colobot-0.2.0
@ 2022-08-03 23:26 tranzystorek-io
  2022-08-03 23:29 ` classabbyamp
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-03 23:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]

There is a new pull request by tranzystorek-io against master on the void-packages repository

https://github.com/tranzystorek-io/void-packages colobot
https://github.com/void-linux/void-packages/pull/38463

New package: colobot-0.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/38463.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-colobot-38463.patch --]
[-- Type: text/x-diff, Size: 3322 bytes --]

From 25b5e322873c8e93e69fff4b9daf1ed54849e5d6 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:20:18 +0200
Subject: [PATCH 1/2] New package: colobot-data-0.2.0

---
 srcpkgs/colobot-data/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/colobot-data/template

diff --git a/srcpkgs/colobot-data/template b/srcpkgs/colobot-data/template
new file mode 100644
index 000000000000..8126a659c917
--- /dev/null
+++ b/srcpkgs/colobot-data/template
@@ -0,0 +1,13 @@
+# Template file for 'colobot-data'
+pkgname=colobot-data
+version=0.2.0
+revision=1
+wrksrc="colobot-data-colobot-gold-${version}-alpha"
+build_style=cmake
+hostmakedepends="python3 wget"
+short_desc="Real-time strategy game, where you can program your units (data files)"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/colobot/colobot-data"
+distfiles="https://github.com/colobot/colobot-data/archive/colobot-gold-${version}-alpha.tar.gz"
+checksum=4d6932f73830fa4ee9f37f6a18254c306fa804f74a2d78e9db7cb866a3a46a8b

From 3b1560d652226b71244f56854e2ab42eb08cf0cf Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:21:24 +0200
Subject: [PATCH 2/2] New package: colobot-0.2.0

---
 .../colobot/patches/xmlstarlet-binary-name.patch | 13 +++++++++++++
 srcpkgs/colobot/template                         | 16 ++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
 create mode 100644 srcpkgs/colobot/template

diff --git a/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
new file mode 100644
index 000000000000..fb8a826190c8
--- /dev/null
+++ b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
@@ -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()
diff --git a/srcpkgs/colobot/template b/srcpkgs/colobot/template
new file mode 100644
index 000000000000..99e9bbac8260
--- /dev/null
+++ b/srcpkgs/colobot/template
@@ -0,0 +1,16 @@
+# Template file for 'colobot'
+pkgname=colobot
+version=0.2.0
+revision=1
+wrksrc="colobot-colobot-gold-${version}-alpha"
+build_style=cmake
+configure_args="-DCOLOBOT_INSTALL_BIN_DIR=/usr/bin"
+hostmakedepends="gettext librsvg-utils perl po4a xmlstarlet"
+makedepends="boost-devel glew-devel libopenal-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"

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-08-20 22:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-03 23:26 [PR PATCH] New package: colobot-0.2.0 tranzystorek-io
2022-08-03 23:29 ` classabbyamp
2022-08-03 23:31 ` tranzystorek-io
2022-08-03 23:33 ` classabbyamp
2022-08-03 23:55 ` [PR PATCH] [Updated] " tranzystorek-io
2022-08-04  9:10 ` tranzystorek-io
2022-08-04 15:33 ` tranzystorek-io
2022-08-05  6:56 ` tranzystorek-io
2022-08-13  6:50 ` tranzystorek-io
2022-08-19 12:05 ` tranzystorek-io
2022-08-19 14:55 ` tranzystorek-io
2022-08-20 22:03 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).