From unknown Fri Jun 20 07:11:37 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58849 <58849@debbugs.gnu.org> To: bug#58849 <58849@debbugs.gnu.org> Subject: Status: [PATCH] gnu: wesnoth: Update to 1.16.6. Reply-To: bug#58849 <58849@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:11:37 +0000 retitle 58849 [PATCH] gnu: wesnoth: Update to 1.16.6. reassign 58849 guix-patches submitter 58849 "(" severity 58849 normal tag 58849 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 28 19:58:14 2022 Received: (at submit) by debbugs.gnu.org; 28 Oct 2022 23:58:14 +0000 Received: from localhost ([127.0.0.1]:34516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ooZEs-000755-4U for submit@debbugs.gnu.org; Fri, 28 Oct 2022 19:58:14 -0400 Received: from lists.gnu.org ([209.51.188.17]:35192) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ooZEn-00074v-4v for submit@debbugs.gnu.org; Fri, 28 Oct 2022 19:58:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ooZEm-0004rw-Lx for guix-patches@gnu.org; Fri, 28 Oct 2022 19:58:08 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ooZEk-0002TJ-Lb for guix-patches@gnu.org; Fri, 28 Oct 2022 19:58:08 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 7C0C44E53A; Sat, 29 Oct 2022 01:58:04 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73SUxPAOiABo; Sat, 29 Oct 2022 01:58:03 +0200 (CEST) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1667001483; bh=9NhuLPWlYv04GiEb4iCGBm++PE4eIeY+AL00lvdZrMI=; h=From:To:Cc:Subject:Date; b=F7756UKeLWeFd//WQ2zMTYQyfaV4oEO4ZknbgwSnVmCSq5/5RZDmcveTg3AKc/nBr QW8zXwhQyQggj8KNx4nuvOm/AhK8g8wAH4xlTwy7xQwRQ36cimpuhSmQVVroRHNFHR Ps0ATS4blWgricCShg6gMMJPbeyrFhna3CbSDwtAJaRrxW28K2EsQi+/LyFXV+cXhU ZeD6/kPJ1hEOfP08neN8epGQ2ibnuxb4EQShnLlUBwKLpjxF0HBwrDCtEkq/ENJnrg vy4QvwJKgNleHJLCL9AeAkS0NoG3Uff4Gb+BZ+0+MVRj0bJ6GRXJ+stzfZphlSyxjG d1Zz0XQP3huLw== To: guix-patches@gnu.org Subject: [PATCH] gnu: wesnoth: Update to 1.16.6. Date: Sat, 29 Oct 2022 00:57:58 +0100 Message-Id: <20221028235758.19931-1-paren@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit Cc: "\(" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/games.scm (wesnoth): Update to 1.16.6. --- gnu/packages/games.scm | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4f82bf710a..56d4ad2d87 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4293,22 +4293,19 @@ (define-public gnujump (define-public wesnoth (package (name "wesnoth") - (version "1.16.5") + (version "1.16.6") (source (origin - (method url-fetch) - (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" - (version-major+minor version) - "/wesnoth-" version "/" - "wesnoth-" version ".tar.bz2")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/wesnoth/wesnoth") + (commit version))) + (file-name (string-append name "-" version ".tar.bz2")) (sha256 (base32 - "02pzijbmkgcb8hc4l3f4r3r3mxqda936dp488i9sd9d4m3xdzimh")))) + "0hfvxmdnwn86w254blbjacia342j47rhhahm6ca79la9d04rlz3m")))) (build-system cmake-build-system) (arguments - `(#:tests? #f)) ;no check target - (native-inputs - `(("gettext" ,gettext-minimal) - ("pkg-config" ,pkg-config))) + (list #:tests? #f)) ;no test target (inputs (list boost dbus @@ -4317,6 +4314,9 @@ (define-public wesnoth openssl pango (sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf)))) + (native-inputs + (list gettext-minimal + pkg-config)) (home-page "https://www.wesnoth.org/") (synopsis "Turn-based strategy game") (description base-commit: 0a604c16b34f8147bf18e065e8b30d8d23cd8998 -- 2.38.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 29 17:56:05 2022 Received: (at submit) by debbugs.gnu.org; 29 Oct 2022 21:56:05 +0000 Received: from localhost ([127.0.0.1]:36827 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ootoD-0001wr-1d for submit@debbugs.gnu.org; Sat, 29 Oct 2022 17:56:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:49490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ooto8-0001vq-L2 for submit@debbugs.gnu.org; Sat, 29 Oct 2022 17:56:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ooto8-0005qs-EY for guix-patches@gnu.org; Sat, 29 Oct 2022 17:56:00 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:dc4:8::224]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ooto6-0000LE-TM for guix-patches@gnu.org; Sat, 29 Oct 2022 17:56:00 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id C5EDCE0002; Sat, 29 Oct 2022 21:55:53 +0000 (UTC) From: Nicolas Goaziou To: "( via Guix-patches" via Subject: Re: [bug#58849] [PATCH] gnu: wesnoth: Update to 1.16.6. References: <20221028235758.19931-1-paren@disroot.org> Date: Sat, 29 Oct 2022 23:55:52 +0200 In-Reply-To: <20221028235758.19931-1-paren@disroot.org> (guix-patches@gnu.org's message of "Sat, 29 Oct 2022 00:57:58 +0100") Message-ID: <8735b6pa53.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:4b98:dc4:8::224; envelope-from=mail@nicolasgoaziou.fr; helo=relay4-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: 58849-done@debbugs.gnu.org, "\(" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) Hello, "( via Guix-patches" via writes: > * gnu/packages/games.scm (wesnoth): Update to 1.16.6. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Fri Jun 20 07:11:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 27 Nov 2022 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator