Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flare-game: update to 1.14, adopt
@ 2024-02-20 11:09 MIvanchev
  2024-03-01 14:52 ` ahesford
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: MIvanchev @ 2024-02-20 11:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages flare
https://github.com/void-linux/void-packages/pull/48849

flare-game: update to 1.14, adopt
#### 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/48849.patch is attached

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

From 99051bd707bdc653cd31d1e4417dfb8188e198d9 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Tue, 20 Feb 2024 09:48:37 +0100
Subject: [PATCH] flare-game: update to 1.14, adopt

---
 srcpkgs/flare-engine/template | 6 +++---
 srcpkgs/flare-game/template   | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/flare-engine/template b/srcpkgs/flare-engine/template
index 34dcca8ab88cb..e86511fbd3297 100644
--- a/srcpkgs/flare-engine/template
+++ b/srcpkgs/flare-engine/template
@@ -1,16 +1,16 @@
 # Template file for 'flare-engine'
 pkgname=flare-engine
-version=1.13.04
+version=1.14
 revision=1
 build_style=cmake
 configure_args="-DBINDIR=/usr/bin -DDATADIR=share/flare"
 makedepends="SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Free/libre action roleplaying engine (engine only)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
 license="GPL-3.0-or-later"
 homepage="http://flarerpg.org/"
 changelog="https://raw.githubusercontent.com/flareteam/flare-engine/master/RELEASE_NOTES.txt"
 distfiles="https://github.com/flareteam/flare-engine/archive/refs/tags/v${version}.tar.gz"
-checksum=13dcfe562b98a5456ba5ba3fdffb457b8d92bfe8e332edfbe025353dbd0eb043
+checksum=2c1bafeaa5ac26c10449bfcb7151b06e8a22547aa7364d2a39bbcb135aa50a09
 replaces="flare-engine-data>=0"
diff --git a/srcpkgs/flare-game/template b/srcpkgs/flare-game/template
index 0bcce502e0635..2ded85b6959e3 100644
--- a/srcpkgs/flare-game/template
+++ b/srcpkgs/flare-game/template
@@ -1,16 +1,16 @@
 # Template file for 'flare-game'
 pkgname=flare-game
-version=1.13.04
+version=1.14
 revision=1
 build_style=cmake
 configure_args="-DDATADIR=share/flare"
 depends="flare-engine>=${version}"
 short_desc="Single-player 2D action RPG using the FLARE engine"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
 license="GPL-3.0-or-later, CC-BY-SA-3.0"
 homepage="http://flarerpg.org/"
 distfiles="https://github.com/flareteam/flare-game/archive/v${version}.tar.gz"
-checksum=bbb278516c46e96ecc9b9470af3c37348ccb5dc61d33bd91c4823c090ccf2c78
+checksum=65758462070aa88842084f8ee69083d8226e93cfbf83481663276d8307494b8e
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: flare-game: update to 1.14, adopt
  2024-02-20 11:09 [PR PATCH] flare-game: update to 1.14, adopt MIvanchev
@ 2024-03-01 14:52 ` ahesford
  2024-04-03 15:03 ` MIvanchev
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2024-03-01 14:52 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/48849#issuecomment-1973338393

Comment:
You are welcome to update these packages, but please defer adoption until you have a longer history of contributions to Void.

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

* Re: flare-game: update to 1.14, adopt
  2024-02-20 11:09 [PR PATCH] flare-game: update to 1.14, adopt MIvanchev
  2024-03-01 14:52 ` ahesford
@ 2024-04-03 15:03 ` MIvanchev
  2024-07-03  1:49 ` github-actions
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: MIvanchev @ 2024-04-03 15:03 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/48849#issuecomment-2034868620

Comment:
> You are welcome to update these packages, but please defer adoption until you have a longer history of contributions to Void.

Sorry, I missed this message @ahesford. I mean how much longer can my history get :) I'll remove the adoption if you insist.

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

* Re: flare-game: update to 1.14, adopt
  2024-02-20 11:09 [PR PATCH] flare-game: update to 1.14, adopt MIvanchev
  2024-03-01 14:52 ` ahesford
  2024-04-03 15:03 ` MIvanchev
@ 2024-07-03  1:49 ` github-actions
  2024-07-08  9:17 ` MIvanchev
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2024-07-03  1:49 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/48849#issuecomment-2204881630

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: flare-game: update to 1.14, adopt
  2024-02-20 11:09 [PR PATCH] flare-game: update to 1.14, adopt MIvanchev
                   ` (2 preceding siblings ...)
  2024-07-03  1:49 ` github-actions
@ 2024-07-08  9:17 ` MIvanchev
  2024-07-08 11:33 ` ahesford
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: MIvanchev @ 2024-07-08  9:17 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/48849#issuecomment-2213483957

Comment:
Bump.

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

* Re: flare-game: update to 1.14, adopt
  2024-02-20 11:09 [PR PATCH] flare-game: update to 1.14, adopt MIvanchev
                   ` (3 preceding siblings ...)
  2024-07-08  9:17 ` MIvanchev
@ 2024-07-08 11:33 ` ahesford
  2024-07-08 11:56 ` MIvanchev
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2024-07-08 11:33 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/48849#issuecomment-2213769938

Comment:
You never undid the adoption.

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

* Re: flare-game: update to 1.14, adopt
  2024-02-20 11:09 [PR PATCH] flare-game: update to 1.14, adopt MIvanchev
                   ` (4 preceding siblings ...)
  2024-07-08 11:33 ` ahesford
@ 2024-07-08 11:56 ` MIvanchev
  2024-07-08 12:00 ` ahesford
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: MIvanchev @ 2024-07-08 11:56 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/48849#issuecomment-2213812642

Comment:
Oh, didn't get that you indeed insisted on the removal, just a moment.

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

* Re: flare-game: update to 1.14, adopt
  2024-02-20 11:09 [PR PATCH] flare-game: update to 1.14, adopt MIvanchev
                   ` (5 preceding siblings ...)
  2024-07-08 11:56 ` MIvanchev
@ 2024-07-08 12:00 ` ahesford
  2024-07-08 12:01 ` [PR PATCH] [Updated] " MIvanchev
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2024-07-08 12:00 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/48849#issuecomment-2213825155

Comment:
Well I didn't ask you to do it as a joke...

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

* Re: [PR PATCH] [Updated] flare-game: update to 1.14, adopt
  2024-02-20 11:09 [PR PATCH] flare-game: update to 1.14, adopt MIvanchev
                   ` (6 preceding siblings ...)
  2024-07-08 12:00 ` ahesford
@ 2024-07-08 12:01 ` MIvanchev
  2024-07-08 12:31 ` MIvanchev
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: MIvanchev @ 2024-07-08 12:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages flare
https://github.com/void-linux/void-packages/pull/48849

flare-game: update to 1.14, adopt
#### 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/48849.patch is attached

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

From 2f5cbe0ab13ec7daf5e3e33c9a5ca2e737d3af21 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Tue, 20 Feb 2024 09:48:37 +0100
Subject: [PATCH 1/2] flare-game: update to 1.14

---
 srcpkgs/flare-game/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/flare-game/template b/srcpkgs/flare-game/template
index 0bcce502e0635b..7f185fecd4ed2c 100644
--- a/srcpkgs/flare-game/template
+++ b/srcpkgs/flare-game/template
@@ -1,6 +1,6 @@
 # Template file for 'flare-game'
 pkgname=flare-game
-version=1.13.04
+version=1.14
 revision=1
 build_style=cmake
 configure_args="-DDATADIR=share/flare"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, CC-BY-SA-3.0"
 homepage="http://flarerpg.org/"
 distfiles="https://github.com/flareteam/flare-game/archive/v${version}.tar.gz"
-checksum=bbb278516c46e96ecc9b9470af3c37348ccb5dc61d33bd91c4823c090ccf2c78
+checksum=65758462070aa88842084f8ee69083d8226e93cfbf83481663276d8307494b8e
 
 post_install() {
 	vlicense LICENSE.txt

From 16f81d8fae814d24a358c5372fbbf6d046ef14e4 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 8 Jul 2024 14:00:21 +0200
Subject: [PATCH 2/2] flare-engine: update to 1.14

---
 srcpkgs/flare-engine/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/flare-engine/template b/srcpkgs/flare-engine/template
index 34dcca8ab88cb1..e86511fbd32974 100644
--- a/srcpkgs/flare-engine/template
+++ b/srcpkgs/flare-engine/template
@@ -1,16 +1,16 @@
 # Template file for 'flare-engine'
 pkgname=flare-engine
-version=1.13.04
+version=1.14
 revision=1
 build_style=cmake
 configure_args="-DBINDIR=/usr/bin -DDATADIR=share/flare"
 makedepends="SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Free/libre action roleplaying engine (engine only)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
 license="GPL-3.0-or-later"
 homepage="http://flarerpg.org/"
 changelog="https://raw.githubusercontent.com/flareteam/flare-engine/master/RELEASE_NOTES.txt"
 distfiles="https://github.com/flareteam/flare-engine/archive/refs/tags/v${version}.tar.gz"
-checksum=13dcfe562b98a5456ba5ba3fdffb457b8d92bfe8e332edfbe025353dbd0eb043
+checksum=2c1bafeaa5ac26c10449bfcb7151b06e8a22547aa7364d2a39bbcb135aa50a09
 replaces="flare-engine-data>=0"

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

* Re: flare-game: update to 1.14, adopt
  2024-02-20 11:09 [PR PATCH] flare-game: update to 1.14, adopt MIvanchev
                   ` (7 preceding siblings ...)
  2024-07-08 12:01 ` [PR PATCH] [Updated] " MIvanchev
@ 2024-07-08 12:31 ` MIvanchev
  2024-07-08 12:35 ` [PR REVIEW] flare-game: update to 1.14 ahesford
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: MIvanchev @ 2024-07-08 12:31 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/48849#issuecomment-2213950092

Comment:
Well not as a joke but more of a discussion 🤭  I did plan to take care of it long term.

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

* Re: [PR REVIEW] flare-game: update to 1.14
  2024-02-20 11:09 [PR PATCH] flare-game: update to 1.14, adopt MIvanchev
                   ` (8 preceding siblings ...)
  2024-07-08 12:31 ` MIvanchev
@ 2024-07-08 12:35 ` ahesford
  2024-07-08 12:49 ` MIvanchev
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2024-07-08 12:35 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/48849#discussion_r1668548120

Comment:
Don't forget to revert this line too.

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

* Re: [PR REVIEW] flare-game: update to 1.14
  2024-02-20 11:09 [PR PATCH] flare-game: update to 1.14, adopt MIvanchev
                   ` (9 preceding siblings ...)
  2024-07-08 12:35 ` [PR REVIEW] flare-game: update to 1.14 ahesford
@ 2024-07-08 12:49 ` MIvanchev
  2024-07-08 12:50 ` [PR PATCH] [Updated] " MIvanchev
  2024-07-08 14:51 ` [PR PATCH] [Merged]: " ahesford
  12 siblings, 0 replies; 14+ messages in thread
From: MIvanchev @ 2024-07-08 12:49 UTC (permalink / raw)
  To: ml

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

New review comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/48849#discussion_r1668571585

Comment:
Damn I forgot that

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

* Re: [PR PATCH] [Updated] flare-game: update to 1.14
  2024-02-20 11:09 [PR PATCH] flare-game: update to 1.14, adopt MIvanchev
                   ` (10 preceding siblings ...)
  2024-07-08 12:49 ` MIvanchev
@ 2024-07-08 12:50 ` MIvanchev
  2024-07-08 14:51 ` [PR PATCH] [Merged]: " ahesford
  12 siblings, 0 replies; 14+ messages in thread
From: MIvanchev @ 2024-07-08 12:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages flare
https://github.com/void-linux/void-packages/pull/48849

flare-game: update to 1.14
#### 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/48849.patch is attached

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

From 2f5cbe0ab13ec7daf5e3e33c9a5ca2e737d3af21 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Tue, 20 Feb 2024 09:48:37 +0100
Subject: [PATCH 1/2] flare-game: update to 1.14

---
 srcpkgs/flare-game/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/flare-game/template b/srcpkgs/flare-game/template
index 0bcce502e0635b..7f185fecd4ed2c 100644
--- a/srcpkgs/flare-game/template
+++ b/srcpkgs/flare-game/template
@@ -1,6 +1,6 @@
 # Template file for 'flare-game'
 pkgname=flare-game
-version=1.13.04
+version=1.14
 revision=1
 build_style=cmake
 configure_args="-DDATADIR=share/flare"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, CC-BY-SA-3.0"
 homepage="http://flarerpg.org/"
 distfiles="https://github.com/flareteam/flare-game/archive/v${version}.tar.gz"
-checksum=bbb278516c46e96ecc9b9470af3c37348ccb5dc61d33bd91c4823c090ccf2c78
+checksum=65758462070aa88842084f8ee69083d8226e93cfbf83481663276d8307494b8e
 
 post_install() {
 	vlicense LICENSE.txt

From 08be493ade43577f2b5b080bdafba3975b1f676c Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 8 Jul 2024 14:00:21 +0200
Subject: [PATCH 2/2] flare-engine: update to 1.14

---
 srcpkgs/flare-engine/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/flare-engine/template b/srcpkgs/flare-engine/template
index 34dcca8ab88cb1..8b4c4b788d9ea0 100644
--- a/srcpkgs/flare-engine/template
+++ b/srcpkgs/flare-engine/template
@@ -1,6 +1,6 @@
 # Template file for 'flare-engine'
 pkgname=flare-engine
-version=1.13.04
+version=1.14
 revision=1
 build_style=cmake
 configure_args="-DBINDIR=/usr/bin -DDATADIR=share/flare"
@@ -12,5 +12,5 @@ license="GPL-3.0-or-later"
 homepage="http://flarerpg.org/"
 changelog="https://raw.githubusercontent.com/flareteam/flare-engine/master/RELEASE_NOTES.txt"
 distfiles="https://github.com/flareteam/flare-engine/archive/refs/tags/v${version}.tar.gz"
-checksum=13dcfe562b98a5456ba5ba3fdffb457b8d92bfe8e332edfbe025353dbd0eb043
+checksum=2c1bafeaa5ac26c10449bfcb7151b06e8a22547aa7364d2a39bbcb135aa50a09
 replaces="flare-engine-data>=0"

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

* Re: [PR PATCH] [Merged]: flare-game: update to 1.14
  2024-02-20 11:09 [PR PATCH] flare-game: update to 1.14, adopt MIvanchev
                   ` (11 preceding siblings ...)
  2024-07-08 12:50 ` [PR PATCH] [Updated] " MIvanchev
@ 2024-07-08 14:51 ` ahesford
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2024-07-08 14:51 UTC (permalink / raw)
  To: ml

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

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

flare-game: update to 1.14
https://github.com/void-linux/void-packages/pull/48849

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] 14+ messages in thread

end of thread, other threads:[~2024-07-08 14:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-20 11:09 [PR PATCH] flare-game: update to 1.14, adopt MIvanchev
2024-03-01 14:52 ` ahesford
2024-04-03 15:03 ` MIvanchev
2024-07-03  1:49 ` github-actions
2024-07-08  9:17 ` MIvanchev
2024-07-08 11:33 ` ahesford
2024-07-08 11:56 ` MIvanchev
2024-07-08 12:00 ` ahesford
2024-07-08 12:01 ` [PR PATCH] [Updated] " MIvanchev
2024-07-08 12:31 ` MIvanchev
2024-07-08 12:35 ` [PR REVIEW] flare-game: update to 1.14 ahesford
2024-07-08 12:49 ` MIvanchev
2024-07-08 12:50 ` [PR PATCH] [Updated] " MIvanchev
2024-07-08 14:51 ` [PR PATCH] [Merged]: " ahesford

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