Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wesnoth: update to 1.18.0.
@ 2024-03-26  7:52 iFoundSilentHouse
  2024-03-26  9:12 ` iFoundSilentHouse
                   ` (42 more replies)
  0 siblings, 43 replies; 44+ messages in thread
From: iFoundSilentHouse @ 2024-03-26  7:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages wesnoth-1.18.0
https://github.com/void-linux/void-packages/pull/49545

wesnoth: update to 1.18.0.
- I tested the changes in this PR: **YES**
Checked out new compaign.

- I built this PR locally for my native architecture, (x86_64-glibc)

Patch for boost is no longer needed as it was commited to 1.17 version.
Added libcurl as changelog says wesnoth now needs it for compiling.

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

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

From 40e69efa6d24f5449504b4e956b0b28e74e8dd22 Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Tue, 26 Mar 2024 13:44:06 +0600
Subject: [PATCH] wesnoth: update to 1.18.0.

wesnoth: update to 1.18.0
---
 srcpkgs/wesnoth/patches/boost-1.83.0.patch | 26 ----------------------
 srcpkgs/wesnoth/template                   |  7 +++---
 2 files changed, 4 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/wesnoth/patches/boost-1.83.0.patch

diff --git a/srcpkgs/wesnoth/patches/boost-1.83.0.patch b/srcpkgs/wesnoth/patches/boost-1.83.0.patch
deleted file mode 100644
index 5a07fa82ba8971..00000000000000
--- a/srcpkgs/wesnoth/patches/boost-1.83.0.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 182d0ff548b0149a17a6fefcf061074db05c82de Mon Sep 17 00:00:00 2001
-From: Pentarctagon <pentarctagon@tutamail.com>
-Date: Thu, 17 Aug 2023 23:16:09 -0500
-Subject: [PATCH] Compile fix for boost 1.83.
-
-Fixes #7849
----
- src/gettext.cpp | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/gettext.cpp b/src/gettext.cpp
-index 2d27ef6abc00..5e0d2f6c3ea5 100644
---- a/src/gettext.cpp
-+++ b/src/gettext.cpp
-@@ -166,7 +166,11 @@ namespace
- 			return msg;
- 		}
- 
-+#if BOOST_VERSION < 108300
- 		const char* get(int domain_id, const char* ctx, const char* sid, int n) const override
-+#else
-+		const char* get(int domain_id, const char* ctx, const char* sid, bl::count_type n) const override
-+#endif
- 		{
- 			auto& base = get_base();
- 			const char* msg = base.get(domain_id, ctx, sid, n);
diff --git a/srcpkgs/wesnoth/template b/srcpkgs/wesnoth/template
index 1af59888ab187d..60b0cf3da167f8 100644
--- a/srcpkgs/wesnoth/template
+++ b/srcpkgs/wesnoth/template
@@ -1,20 +1,21 @@
 # Template file for 'wesnoth'
 pkgname=wesnoth
-version=1.16.10
+version=1.18.0
 revision=1
 build_style=cmake
 configure_args="-DENABLE_OMP=1"
 hostmakedepends="pkg-config gettext"
 makedepends="dbus-devel libgomp-devel fribidi-devel SDL2_image-devel
  SDL2_net-devel SDL2_ttf-devel SDL2_mixer-devel pango-devel libvorbis-devel
- zlib-devel bzip2-devel boost-devel openssl-devel SDL2-devel"
+ zlib-devel bzip2-devel boost-devel openssl-devel SDL2-devel libcurl-devel"
 depends="desktop-file-utils"
 short_desc="Turn-based fantasy strategy game"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wesnoth.org"
+changelog="https://github.com/wesnoth/wesnoth/blob/master/changelog.md"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=a60521b1ee1c2ddc7dfde89a038b893a4b43337085bd1478f4bc92dab7da7fc7
+checksum=2cdc75b97c3437e6490f1982c7938e87d5dcbe29ca8aed32a8d13b25e06939c0
 replaces="wesnoth-data>=0"
 
 CFLAGS="-UNDEBUG"

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

end of thread, other threads:[~2024-05-27 19:25 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-26  7:52 [PR PATCH] wesnoth: update to 1.18.0 iFoundSilentHouse
2024-03-26  9:12 ` iFoundSilentHouse
2024-03-26 10:16 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-03-26 10:30 ` iFoundSilentHouse
2024-03-26 10:40 ` iFoundSilentHouse
2024-03-26 10:46 ` iFoundSilentHouse
2024-03-26 10:58 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-03-26 11:03 ` iFoundSilentHouse
2024-03-26 11:07 ` iFoundSilentHouse
2024-03-26 11:07 ` iFoundSilentHouse
2024-03-26 11:12 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-03-26 11:13 ` iFoundSilentHouse
2024-03-26 13:21 ` iFoundSilentHouse
2024-03-26 18:23 ` iFoundSilentHouse
2024-03-26 18:25 ` iFoundSilentHouse
2024-03-26 20:09 ` [PR REVIEW] " classabbyamp
2024-03-26 20:23 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-03-26 22:56 ` iFoundSilentHouse
2024-03-27 10:05 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-03-27 10:08 ` iFoundSilentHouse
2024-03-27 10:08 ` iFoundSilentHouse
2024-03-27 10:15 ` iFoundSilentHouse
2024-03-27 10:25 ` iFoundSilentHouse
2024-03-27 11:17 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-03-27 11:48 ` iFoundSilentHouse
2024-03-28  1:51 ` Jjp137
2024-03-28  1:57 ` iFoundSilentHouse
2024-03-28  2:02 ` [PR REVIEW] " Jjp137
2024-03-28  2:04 ` Jjp137
2024-03-28  2:09 ` iFoundSilentHouse
2024-03-28  2:09 ` iFoundSilentHouse
2024-03-28  2:17 ` [PR REVIEW] " classabbyamp
2024-03-28  2:23 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-03-28  2:38 ` iFoundSilentHouse
2024-03-28  2:41 ` [PR REVIEW] " classabbyamp
2024-03-28  2:44 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-03-28  2:51 ` iFoundSilentHouse
2024-03-28  2:52 ` [PR REVIEW] " iFoundSilentHouse
2024-03-28  5:29 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-03-28  5:33 ` iFoundSilentHouse
2024-03-31  4:54 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-05-18 16:36 ` [PR REVIEW] " classabbyamp
2024-05-27 19:23 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-05-27 19:25 ` [PR REVIEW] " iFoundSilentHouse

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