Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorek-io <tranzystorek-io@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: colobot-0.2.0
Date: Thu, 04 Aug 2022 11:10:12 +0200	[thread overview]
Message-ID: <20220804091012.XL9yARtPRXY0IRvRa39Mx3iQ4BqADuuwHTgTN4awpwE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38463@inbox.vuxu.org>

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

There is an updated 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: 3367 bytes --]

From 28fd968d4deb7f6d33468b51d6edaf23978a11fe 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 30e9da5601dcecf9dba73911a19d2af4c8e2db12 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

---
 .../patches/xmlstarlet-binary-name.patch        | 13 +++++++++++++
 srcpkgs/colobot/template                        | 17 +++++++++++++++++
 2 files changed, 30 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..7e9a49e5d8dc
--- /dev/null
+++ b/srcpkgs/colobot/template
@@ -0,0 +1,17 @@
+# 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"
+# needs to be synchronised with this package
+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"

  parent reply	other threads:[~2022-08-04  9:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-03 23:26 [PR PATCH] " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220804091012.XL9yARtPRXY0IRvRa39Mx3iQ4BqADuuwHTgTN4awpwE@z \
    --to=tranzystorek-io@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).