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
  2024-04-03 15:03 ` MIvanchev
  0 siblings, 2 replies; 3+ 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] 3+ 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
  1 sibling, 0 replies; 3+ 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] 3+ 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
  1 sibling, 0 replies; 3+ 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] 3+ messages in thread

end of thread, other threads:[~2024-04-03 15:03 UTC | newest]

Thread overview: 3+ 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

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