Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Freeciv 3.22
@ 2023-01-16 20:32 Vaelatern
  2023-01-16 20:53 ` [PR PATCH] [Updated] " Vaelatern
  2023-01-16 20:54 ` [PR PATCH] [Closed]: " Vaelatern
  0 siblings, 2 replies; 3+ messages in thread
From: Vaelatern @ 2023-01-16 20:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vaelatern/void-packages freeciv-3.22
https://github.com/void-linux/void-packages/pull/41687

Freeciv 3.22
Based on https://github.com/void-linux/void-packages/pull/41680#discussion_r1071515411

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

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

From 76e2c604cb87877f43377f6ac31917426f488a73 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Mon, 16 Jan 2023 19:30:29 +0200
Subject: [PATCH 1/2] freeciv: Use proper URLs

- https instead of http
- Use canonical freeciv wiki URL

Also add a TODO -comment about the need to switch from mostly deprecated
gtk3-client to gtk3.22-client.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Closes: #41680 [via git-merge-pr]
---
 srcpkgs/freeciv/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/freeciv/template b/srcpkgs/freeciv/template
index aaafa7dab557..191177124dae 100644
--- a/srcpkgs/freeciv/template
+++ b/srcpkgs/freeciv/template
@@ -10,12 +10,14 @@ makedepends="SDL2_gfx-devel SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel
 short_desc="Free and Open Source empire-building strategy game - server/data"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://freeciv.org/"
-changelog="https://freeciv.fandom.com/wiki/NEWS-${version}"
+homepage="https://www.freeciv.org/"
+changelog="https://www.freeciv.org/wiki/NEWS-${version}"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
 checksum=13215adc96be9f2894d5f3a12c78b8ebb9ae06ecdab25fe6bb1794f6e6d2b61b
 nopie_files="/usr/bin/freeciv-ruledit"
 
+# TODO: gtk3 should be replaced by better supported gtk3.22 in any
+#       distribution that has gtk+-3.22 or gtk+-3.24 available.
 _clients="gtk3,sdl2"
 subpackages="freeciv-gtk2 freeciv-gtk3 freeciv-sdl freeciv-xaw"
 if [ -z "$CROSS_BUILD" ]; then

From 9a1e225bc4b2645f1e74d20af1ff5117039fe502 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Mon, 16 Jan 2023 15:15:24 -0500
Subject: [PATCH 2/2] freeciv: Use the new gtk+3 client

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

diff --git a/srcpkgs/freeciv/template b/srcpkgs/freeciv/template
index 191177124dae..5daf14b20f1d 100644
--- a/srcpkgs/freeciv/template
+++ b/srcpkgs/freeciv/template
@@ -1,7 +1,7 @@
 # Template file for 'freeciv'
 pkgname=freeciv
 version=3.0.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static --enable-fcdb=sqlite3 --enable-fcmp=all"
 hostmakedepends="pkg-config"
@@ -18,7 +18,7 @@ nopie_files="/usr/bin/freeciv-ruledit"
 
 # TODO: gtk3 should be replaced by better supported gtk3.22 in any
 #       distribution that has gtk+-3.22 or gtk+-3.24 available.
-_clients="gtk3,sdl2"
+_clients="gtk3.22,sdl2"
 subpackages="freeciv-gtk2 freeciv-gtk3 freeciv-sdl freeciv-xaw"
 if [ -z "$CROSS_BUILD" ]; then
 	_clients+=",qt"

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

* Re: [PR PATCH] [Updated] Freeciv 3.22
  2023-01-16 20:32 [PR PATCH] Freeciv 3.22 Vaelatern
@ 2023-01-16 20:53 ` Vaelatern
  2023-01-16 20:54 ` [PR PATCH] [Closed]: " Vaelatern
  1 sibling, 0 replies; 3+ messages in thread
From: Vaelatern @ 2023-01-16 20:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vaelatern/void-packages freeciv-3.22
https://github.com/void-linux/void-packages/pull/41687

Freeciv 3.22
Based on https://github.com/void-linux/void-packages/pull/41680#discussion_r1071515411

Here for the CI

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

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

From 630e89a7b33cdcff01545711cd59371c190a4450 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Mon, 16 Jan 2023 19:30:29 +0200
Subject: [PATCH] freeciv: Use proper URLs and the new client

- https instead of http
- Use canonical freeciv wiki URL

Also add a TODO -comment about the need to switch from mostly deprecated
gtk3-client to gtk3.22-client.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Closes: #41680 [via git-merge-pr]
---
 srcpkgs/freeciv/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/freeciv/template b/srcpkgs/freeciv/template
index aaafa7dab557..9a3c961a9b12 100644
--- a/srcpkgs/freeciv/template
+++ b/srcpkgs/freeciv/template
@@ -1,7 +1,7 @@
 # Template file for 'freeciv'
 pkgname=freeciv
 version=3.0.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static --enable-fcdb=sqlite3 --enable-fcmp=all"
 hostmakedepends="pkg-config"
@@ -10,13 +10,14 @@ makedepends="SDL2_gfx-devel SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel
 short_desc="Free and Open Source empire-building strategy game - server/data"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://freeciv.org/"
-changelog="https://freeciv.fandom.com/wiki/NEWS-${version}"
+homepage="https://www.freeciv.org/"
+changelog="https://www.freeciv.org/wiki/NEWS-${version}"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
 checksum=13215adc96be9f2894d5f3a12c78b8ebb9ae06ecdab25fe6bb1794f6e6d2b61b
 nopie_files="/usr/bin/freeciv-ruledit"
 
-_clients="gtk3,sdl2"
+# gtk3.22 is a client supporting gtk+>=3.22
+_clients="gtk3.22,sdl2"
 subpackages="freeciv-gtk2 freeciv-gtk3 freeciv-sdl freeciv-xaw"
 if [ -z "$CROSS_BUILD" ]; then
 	_clients+=",qt"

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

* Re: [PR PATCH] [Closed]: Freeciv 3.22
  2023-01-16 20:32 [PR PATCH] Freeciv 3.22 Vaelatern
  2023-01-16 20:53 ` [PR PATCH] [Updated] " Vaelatern
@ 2023-01-16 20:54 ` Vaelatern
  1 sibling, 0 replies; 3+ messages in thread
From: Vaelatern @ 2023-01-16 20:54 UTC (permalink / raw)
  To: ml

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

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

Freeciv 3.22
https://github.com/void-linux/void-packages/pull/41687

Description:
Based on https://github.com/void-linux/void-packages/pull/41680#discussion_r1071515411

Here for the CI

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

end of thread, other threads:[~2023-01-16 20:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16 20:32 [PR PATCH] Freeciv 3.22 Vaelatern
2023-01-16 20:53 ` [PR PATCH] [Updated] " Vaelatern
2023-01-16 20:54 ` [PR PATCH] [Closed]: " Vaelatern

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