From: bugcrazy <bugcrazy@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] devilutionX: update to 1.5.0
Date: Mon, 04 Sep 2023 20:52:54 +0200 [thread overview]
Message-ID: <20230904185254.gAp1HPdrpDl1y3sXqGMlm8NzaLNYpp49lQIWqe-eDuA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44425@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]
There is an updated pull request by bugcrazy against master on the void-packages repository
https://github.com/bugcrazy/void-packages patch-10
https://github.com/void-linux/void-packages/pull/44425
devilutionX: update to 1.5.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/44425.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-10-44425.patch --]
[-- Type: text/x-diff, Size: 2220 bytes --]
From f591971ed152b520bf4d80adf9d3d1dc2b951864 Mon Sep 17 00:00:00 2001
From: bugcrazy <marcoaureliopc@gmail.com>
Date: Mon, 4 Sep 2023 14:30:59 -0300
Subject: [PATCH] devilutionX: update to 1.5.1
Added SolitudeSF patch
---
srcpkgs/devilutionX/patches/disable_test.patch | 12 ++++++++++++
srcpkgs/devilutionX/template | 11 ++++++-----
2 files changed, 18 insertions(+), 5 deletions(-)
create mode 100644 srcpkgs/devilutionX/patches/disable_test.patch
diff --git a/srcpkgs/devilutionX/patches/disable_test.patch b/srcpkgs/devilutionX/patches/disable_test.patch
new file mode 100644
index 0000000000000..b89421cd7aaa5
--- /dev/null
+++ b/srcpkgs/devilutionX/patches/disable_test.patch
@@ -0,0 +1,12 @@
+diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
+index b84cb2e..bcdcf51 100644
+--- a/test/CMakeLists.txt
++++ b/test/CMakeLists.txt
+@@ -38,7 +38,6 @@ set(tests
+ scrollrt_test
+ stores_test
+ str_cat_test
+- timedemo_test
+ utf8_test
+ writehero_test
+ )
diff --git a/srcpkgs/devilutionX/template b/srcpkgs/devilutionX/template
index b9a7c445409f5..6bdb2c69e8277 100644
--- a/srcpkgs/devilutionX/template
+++ b/srcpkgs/devilutionX/template
@@ -1,7 +1,7 @@
# Template file for 'devilutionX'
pkgname=devilutionX
-version=1.4.1
-revision=2
+version=1.5.1
+revision=1
build_style=cmake
configure_args="-DVERSION_NUM=$version -DDISABLE_ZERO_TIER=ON"
hostmakedepends="pkg-config"
@@ -9,12 +9,13 @@ makedepends="SDL2-devel SDL2_image-devel bzip2-devel libsodium-devel
gtest-devel fmt-devel zlib-devel"
short_desc="Diablo I engine for modern operating systems"
maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
-license="Unlicense"
+license="custom:Sustainable Use License"
homepage="https://github.com/diasurgical/devilutionX"
changelog="https://raw.githubusercontent.com/diasurgical/devilutionX/master/docs/CHANGELOG.md"
distfiles="https://github.com/diasurgical/devilutionX/releases/download/${version}/devilutionx-src.tar.xz"
-checksum=f80a5414bb7b5a5ae9f6dbc69cec4ae080c29dd0a8a553cedd405d631011da9f
+checksum=e3d478aa7da95385d67d6e37016441df969965f5653f83c64e0019ee824ebd4f
+repository="nonfree"
post_install() {
- vlicense LICENSE
+ vlicense LICENSE.md
}
next prev parent reply other threads:[~2023-09-04 18:52 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-14 7:27 [PR PATCH] " bugcrazy
2023-06-19 19:12 ` Duncaen
2023-06-20 7:25 ` bugcrazy
2023-06-20 7:51 ` [PR PATCH] [Updated] " bugcrazy
2023-06-20 14:45 ` SolitudeSF
2023-06-27 5:25 ` bugcrazy
2023-06-27 7:35 ` SolitudeSF
2023-06-27 7:36 ` SolitudeSF
2023-06-28 6:15 ` [PR PATCH] [Updated] " bugcrazy
2023-06-28 6:40 ` bugcrazy
2023-06-28 6:41 ` bugcrazy
2023-07-24 1:00 ` kedodrill
2023-09-04 18:52 ` bugcrazy [this message]
2023-12-04 1:46 ` devilutionX: update to 1.5.1 github-actions
2023-12-06 13:48 ` bugcrazy
2024-01-21 15:49 ` [PR PATCH] [Updated] " bugcrazy
2024-02-15 15:20 ` MIvanchev
2024-05-16 1:46 ` github-actions
2024-05-30 1:47 ` [PR PATCH] [Closed]: " github-actions
2023-06-19 15:56 [PR PATCH] devilutionX: update to 1.5.0 SolitudeSF
2023-06-20 7:10 ` [PR PATCH] [Updated] " SolitudeSF
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=20230904185254.gAp1HPdrpDl1y3sXqGMlm8NzaLNYpp49lQIWqe-eDuA@z \
--to=bugcrazy@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).