Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] devilutionX: update to 1.5.0
@ 2023-06-19 15:56 SolitudeSF
  2023-06-19 18:33 ` SolitudeSF
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: SolitudeSF @ 2023-06-19 15:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages devilution
https://github.com/void-linux/void-packages/pull/44521

devilutionX: update to 1.5.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64 glibc

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

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

From 6efc6d69f5e6bc75c11e47771f725d71eab5ef1f Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 19 Jun 2023 18:55:33 +0300
Subject: [PATCH] devilutionX: update to 1.5.0

---
 srcpkgs/devilutionX/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/devilutionX/template b/srcpkgs/devilutionX/template
index b9a7c445409f..17467ad8f98b 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.0
+revision=1
 build_style=cmake
 configure_args="-DVERSION_NUM=$version -DDISABLE_ZERO_TIER=ON"
 hostmakedepends="pkg-config"
@@ -13,8 +13,8 @@ license="Unlicense"
 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=425e63891792c4ab213865f8e1b4401317439bf47450f18064ee72ebf9a2abf8
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.md
 }

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

* Re: devilutionX: update to 1.5.0
  2023-06-19 15:56 [PR PATCH] devilutionX: update to 1.5.0 SolitudeSF
@ 2023-06-19 18:33 ` SolitudeSF
  2023-06-20  7:10 ` [PR PATCH] [Updated] " SolitudeSF
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: SolitudeSF @ 2023-06-19 18:33 UTC (permalink / raw)
  To: ml

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

New comment by SolitudeSF on void-packages repository

https://github.com/void-linux/void-packages/pull/44521#issuecomment-1597602204

Comment:
check fails because of the test that requires original data.

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

* Re: [PR PATCH] [Updated] devilutionX: update to 1.5.0
  2023-06-19 15:56 [PR PATCH] devilutionX: update to 1.5.0 SolitudeSF
  2023-06-19 18:33 ` SolitudeSF
@ 2023-06-20  7:10 ` SolitudeSF
  2023-06-20 14:42 ` SolitudeSF
  2023-06-20 14:44 ` [PR PATCH] [Closed]: " SolitudeSF
  3 siblings, 0 replies; 6+ messages in thread
From: SolitudeSF @ 2023-06-20  7:10 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by SolitudeSF against master on the void-packages repository

https://github.com/SolitudeSF/void-packages devilution
https://github.com/void-linux/void-packages/pull/44521

devilutionX: update to 1.5.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64 glibc

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

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

From 0e7b120edada61ea1041eb6d692a1c9fc9168c29 Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Mon, 19 Jun 2023 18:55:33 +0300
Subject: [PATCH] devilutionX: update to 1.5.0

---
 srcpkgs/devilutionX/patches/disable_test.patch | 12 ++++++++++++
 srcpkgs/devilutionX/template                   |  8 ++++----
 2 files changed, 16 insertions(+), 4 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 000000000000..b89421cd7aaa
--- /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 b9a7c445409f..17467ad8f98b 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.0
+revision=1
 build_style=cmake
 configure_args="-DVERSION_NUM=$version -DDISABLE_ZERO_TIER=ON"
 hostmakedepends="pkg-config"
@@ -13,8 +13,8 @@ license="Unlicense"
 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=425e63891792c4ab213865f8e1b4401317439bf47450f18064ee72ebf9a2abf8
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.md
 }

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

* Re: devilutionX: update to 1.5.0
  2023-06-19 15:56 [PR PATCH] devilutionX: update to 1.5.0 SolitudeSF
  2023-06-19 18:33 ` SolitudeSF
  2023-06-20  7:10 ` [PR PATCH] [Updated] " SolitudeSF
@ 2023-06-20 14:42 ` SolitudeSF
  2023-06-20 14:44 ` [PR PATCH] [Closed]: " SolitudeSF
  3 siblings, 0 replies; 6+ messages in thread
From: SolitudeSF @ 2023-06-20 14:42 UTC (permalink / raw)
  To: ml

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

New comment by SolitudeSF on void-packages repository

https://github.com/void-linux/void-packages/pull/44521#issuecomment-1597602204

Comment:
~~check fails because of the test that requires original data.~~

patched out invalid test.

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

* Re: [PR PATCH] [Closed]: devilutionX: update to 1.5.0
  2023-06-19 15:56 [PR PATCH] devilutionX: update to 1.5.0 SolitudeSF
                   ` (2 preceding siblings ...)
  2023-06-20 14:42 ` SolitudeSF
@ 2023-06-20 14:44 ` SolitudeSF
  3 siblings, 0 replies; 6+ messages in thread
From: SolitudeSF @ 2023-06-20 14:44 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

devilutionX: update to 1.5.0
https://github.com/void-linux/void-packages/pull/44521

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64 glibc

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

* [PR PATCH] devilutionX: update to 1.5.0
@ 2023-06-14  7:27 bugcrazy
  0 siblings, 0 replies; 6+ messages in thread
From: bugcrazy @ 2023-06-14  7:27 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1488 bytes --]

From 761cf23d2aaae3069635149d854cac071370ffd5 Mon Sep 17 00:00:00 2001
From: bugcrazy <marcoaureliopc@gmail.com>
Date: Wed, 14 Jun 2023 04:26:07 -0300
Subject: [PATCH] devilutionX: update to 1.5.0

---
 srcpkgs/devilutionX/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/devilutionX/template b/srcpkgs/devilutionX/template
index b9a7c445409f..dfcec90c53a0 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.0
+revision=1
 build_style=cmake
 configure_args="-DVERSION_NUM=$version -DDISABLE_ZERO_TIER=ON"
 hostmakedepends="pkg-config"
@@ -9,12 +9,12 @@ 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=425e63891792c4ab213865f8e1b4401317439bf47450f18064ee72ebf9a2abf8
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.md
 }

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

end of thread, other threads:[~2023-06-20 14:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-19 15:56 [PR PATCH] devilutionX: update to 1.5.0 SolitudeSF
2023-06-19 18:33 ` SolitudeSF
2023-06-20  7:10 ` [PR PATCH] [Updated] " SolitudeSF
2023-06-20 14:42 ` SolitudeSF
2023-06-20 14:44 ` [PR PATCH] [Closed]: " SolitudeSF
  -- strict thread matches above, loose matches on Subject: below --
2023-06-14  7:27 [PR PATCH] " bugcrazy

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).