From unknown Sun Jun 22 04:36:34 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#70235] [PATCH 0/2] Update widelands Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: adam.faiz@disroot.org, liliana.prikler@gmail.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Sat, 06 Apr 2024 08:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 70235 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70235@debbugs.gnu.org Cc: Timotej Lazar , Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by submit@debbugs.gnu.org id=B.171239293821391 (code B ref -1); Sat, 06 Apr 2024 08:43:01 +0000 Received: (at submit) by debbugs.gnu.org; 6 Apr 2024 08:42:18 +0000 Received: from localhost ([127.0.0.1]:38196 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rt1cv-0005Ym-G0 for submit@debbugs.gnu.org; Sat, 06 Apr 2024 04:42:17 -0400 Received: from lists.gnu.org ([2001:470:142::17]:52512) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rt1ct-0005Xb-7S for submit@debbugs.gnu.org; Sat, 06 Apr 2024 04:42:15 -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 1rt1ch-0005Dg-SL for guix-patches@gnu.org; Sat, 06 Apr 2024 04:42:03 -0400 Received: from static.51.243.21.65.clients.your-server.de ([65.21.243.51] helo=araneo.si) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rt1cg-0002xN-8A for guix-patches@gnu.org; Sat, 06 Apr 2024 04:42:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=20230811; bh=OfLQeTrFS+T b9UEQa+cfzZhZK3Q+izdTtvEA4PrU4D4=; h=date:subject:cc:to:from; d=araneo.si; b=LXhyUKJfoUCo1Y/JpcYRHUe9lGEP1kpkgj2J8GQ1I4nTTP2f5jpbKfv i0icofxpJ7y3J52X5V3sNa9664Gb47LJFg2wSfMj9cJC8Y03yftDuWeJ0YthfebSdt7H32 cXMCIktwEfOnPELT3Zm8u7Oc4NSHCUbiAbGUIwERah8r20= Received: by araneo.si (OpenSMTPD) with ESMTPSA id a3404af5 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 6 Apr 2024 08:41:57 +0000 (UTC) From: Timotej Lazar Date: Sat, 6 Apr 2024 10:37:22 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.243.51; envelope-from=timotej.lazar@araneo.si; helo=araneo.si 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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) 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: -0.0 (/) This updates widelands to the latest version, switches to new package style and installs the binary and data files in correct locations. Timotej Lazar (2): gnu: widelands: Update to 1.2. gnu: widelands: Improve package style. gnu/packages/games.scm | 91 ++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 47 deletions(-) base-commit: bfc614397b5f146056bda4b5a8e3a67bd1ca7b23 -- 2.41.0 From unknown Sun Jun 22 04:36:34 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#70235] [PATCH 1/2] gnu: widelands: Update to 1.2. Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: adam.faiz@disroot.org, liliana.prikler@gmail.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Sat, 06 Apr 2024 08:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70235 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70235@debbugs.gnu.org Cc: Timotej Lazar , Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-Xcc: Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 70235-submit@debbugs.gnu.org id=B70235.171239305922020 (code B ref 70235); Sat, 06 Apr 2024 08:45:02 +0000 Received: (at 70235) by debbugs.gnu.org; 6 Apr 2024 08:44:19 +0000 Received: from localhost ([127.0.0.1]:38211 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rt1es-0005j1-O8 for submit@debbugs.gnu.org; Sat, 06 Apr 2024 04:44:19 -0400 Received: from static.51.243.21.65.clients.your-server.de ([65.21.243.51]:39694 helo=araneo.si) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rt1eq-0005ir-66 for 70235@debbugs.gnu.org; Sat, 06 Apr 2024 04:44:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=20230811; bh=nBKMsf7Liql UyWkCV0qUQp58uG1gev3iLUNmZ61/ZwE=; h=references:in-reply-to:date: subject:cc:to:from; d=araneo.si; b=pDU0ADvt1GoZq7z/NqxpiVcD+4BpaaDKysz 6rOmu2RW5Ai9iVJFKmSC/Xgg02/YPRwBUj7u0LubkE3to6it5KTcZMR+M+kyyQk61JOw7P lMGJYC6G1kOdZsynL648dEpi0FzA9RIKdYCcCQo3C1M6AocoHw4I9a0WWsrOx4HCTc= Received: by araneo.si (OpenSMTPD) with ESMTPSA id eb9b2008 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 6 Apr 2024 08:44:08 +0000 (UTC) From: Timotej Lazar Date: Sat, 6 Apr 2024 10:44:02 +0200 Message-ID: <5f83354f3c946d1f21b3e4b9a48169a450649b88.1712392635.git.timotej.lazar@araneo.si> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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 (widelands): Update to 1.2. [inputs]: Drop boost, curl. [native-inputs]: Replace python-wrapper with python. Change-Id: I1a98739a5da801d3686acf152989c8ce15f16a90 --- gnu/packages/games.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 6e26a15f56..78aedca434 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5786,7 +5786,7 @@ (define-public warzone2100 (define-public widelands (package (name "widelands") - (version "1.1") + (version "1.2") (source (origin (method git-fetch) @@ -5795,7 +5795,7 @@ (define-public widelands (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "07wbalwdmml9vdh9nh50svnsw4sdj9nnp32azbss8vzq5mxmzvbx")) + (base32 "1m9hn1sh1siggribzsq79k7p0lggdw41ji7zdl6h648cjak9mdsp")) (modules '((guix build utils))) (snippet '(begin @@ -5830,11 +5830,9 @@ (define-public widelands (native-inputs `(("gettext" ,gettext-minimal) ("pkg-config" ,pkg-config) - ("python" ,python-wrapper))) + ("python" ,python))) (inputs `(("asio" ,asio) - ("curl" ,curl) - ("boost" ,boost) ("glew" ,glew) ("icu4c" ,icu4c) ("libpng" ,libpng) -- 2.41.0 From unknown Sun Jun 22 04:36:34 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#70235] [PATCH 2/2] gnu: widelands: Improve package style. Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: adam.faiz@disroot.org, liliana.prikler@gmail.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Sat, 06 Apr 2024 08:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70235 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70235@debbugs.gnu.org Cc: Timotej Lazar , Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-Xcc: Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 70235-submit@debbugs.gnu.org id=B70235.171239306022030 (code B ref 70235); Sat, 06 Apr 2024 08:45:02 +0000 Received: (at 70235) by debbugs.gnu.org; 6 Apr 2024 08:44:20 +0000 Received: from localhost ([127.0.0.1]:38213 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rt1eu-0005jE-6d for submit@debbugs.gnu.org; Sat, 06 Apr 2024 04:44:20 -0400 Received: from static.51.243.21.65.clients.your-server.de ([65.21.243.51]:39694 helo=araneo.si) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rt1es-0005ir-3o for 70235@debbugs.gnu.org; Sat, 06 Apr 2024 04:44:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=20230811; bh=q/KBTrKGd30 1YIiqFHi1X4rKvgMkN2A+m0nySAMe7cg=; h=references:in-reply-to:date: subject:cc:to:from; d=araneo.si; b=s+2xhpwYkPcVz8Y41g1ilQ9VYmqb17E54Z/ 0qM+BGaen1bk4TrR2A7q9KVYoGLnaIptzE80A8fgbXnTCo59+m3BTfmWyNnz/9dwzXfdPZ ZrROpjxjHCG75JEHDPprRb3nUUu7ZhjafUXAl/O0vmnzZTrTxElL05L15HCiX42yEA= Received: by araneo.si (OpenSMTPD) with ESMTPSA id 194259fe (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 6 Apr 2024 08:44:10 +0000 (UTC) From: Timotej Lazar Date: Sat, 6 Apr 2024 10:44:03 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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 (widelands): Use new package style. [snippet]: Simplify and drop trailing #t. [arguments]: Use gexps. Tweak #:configure-flags to install the binary in bin/ instead of bin/games/ and data under share/ instead of bin/share/. Modify 'unbundle-fonts phase to not depend on input labels. [inputs, native-inputs]: Drop input labels. [home-page]: Drop trailing slash. Change-Id: I75c535005ad1325ad170205b6e80b1039125619a --- gnu/packages/games.scm | 85 +++++++++++++++++++++--------------------- 1 file changed, 42 insertions(+), 43 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 78aedca434..b788c7c774 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5791,58 +5791,57 @@ (define-public widelands (origin (method git-fetch) (uri (git-reference - (url "https://github.com/widelands/widelands") - (commit (string-append "v" version)))) + (url "https://github.com/widelands/widelands") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1m9hn1sh1siggribzsq79k7p0lggdw41ji7zdl6h648cjak9mdsp")) (modules '((guix build utils))) (snippet - '(begin - (delete-file-recursively "src/third_party/minizip") - #t)))) + #~(delete-file-recursively "src/third_party/minizip")))) (build-system cmake-build-system) (arguments - `(#:configure-flags - (let* ((out (assoc-ref %outputs "out")) - (share (string-append out "/share"))) - (list (string-append "-DCMAKE_INSTALL_PREFIX=" out "/bin") - (string-append "-DWL_INSTALL_BASEDIR=" share "/widelands") - (string-append "-DWL_INSTALL_DATADIR=" share "/widelands") - "-DOPTION_BUILD_WEBSITE_TOOLS=OFF" - ;; CMakeLists.txt does not handle properly RelWithDebInfo build - ;; type. When used, no game data is installed! - "-DCMAKE_BUILD_TYPE=Release")) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'unbundle-fonts - ;; Unbundle fonts already packaged in Guix. XXX: missing fonts are - ;; amiri, Culmus, mmrCensus, Nakula, and Sinhala. - (lambda* (#:key inputs #:allow-other-keys) - (with-directory-excursion "data/i18n/fonts" - (for-each (lambda (font) - (delete-file-recursively font) - (symlink (string-append (assoc-ref inputs font) - "/share/fonts/truetype") - font)) - '("DejaVu" "MicroHei"))) - #t))))) + (list + #:configure-flags + #~(let ((share (string-append #$output "/share/widelands"))) + (list (string-append "-DCMAKE_INSTALL_PREFIX=" #$output) + (string-append "-DWL_INSTALL_BINDIR=" #$output "/bin") + (string-append "-DWL_INSTALL_BASEDIR=" share) + (string-append "-DWL_INSTALL_DATADIR=" share) + "-DOPTION_BUILD_WEBSITE_TOOLS=OFF" + ;; CMakeLists.txt does not handle properly RelWithDebInfo build + ;; type. When used, no game data is installed! + "-DCMAKE_BUILD_TYPE=Release")) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'unbundle-fonts + ;; Unbundle fonts already packaged in Guix. XXX: missing fonts are + ;; amiri, Culmus, mmrCensus, Nakula, and Sinhala. + (lambda* (#:key inputs #:allow-other-keys) + (for-each + (lambda (font) + (let* ((path (string-append "share/fonts/truetype/" (basename font))) + (target (false-if-exception (search-input-file inputs path)))) + (when target + (delete-file font) + (symlink target font)))) + (find-files "data/i18n/fonts" "\\.tt[cf]$"))))))) (native-inputs - `(("gettext" ,gettext-minimal) - ("pkg-config" ,pkg-config) - ("python" ,python))) + (list gettext-minimal pkg-config python)) (inputs - `(("asio" ,asio) - ("glew" ,glew) - ("icu4c" ,icu4c) - ("libpng" ,libpng) - ("minizip" ,minizip) - ("sdl" ,(sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf))) - ("zlib" ,zlib) - ;; Fonts for the ‘unbundle-fonts’ phase. Case matters in name! - ("DejaVu" ,font-dejavu) - ("MicroHei" ,font-wqy-microhei))) - (home-page "https://www.widelands.org/") + (list asio + font-dejavu + font-wqy-microhei + glew + icu4c + libpng + minizip + sdl2 + sdl2-image + sdl2-mixer + sdl2-ttf + zlib)) + (home-page "https://www.widelands.org") (synopsis "Fantasy real-time strategy game") (description "In Widelands, you are the regent of a small clan. You start out with -- 2.41.0 From unknown Sun Jun 22 04:36:34 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Timotej Lazar Subject: bug#70235: closed (Re: [bug#70235] [PATCH 0/2] Update widelands) Message-ID: References: <87frvnx8bi.fsf@cbaines.net> X-Gnu-PR-Message: they-closed 70235 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 70235@debbugs.gnu.org Date: Mon, 15 Apr 2024 09:52:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1713174722-11159-1" This is a multi-part message in MIME format... ------------=_1713174722-11159-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #70235: [PATCH 0/2] Update widelands which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 70235@debbugs.gnu.org. --=20 70235: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D70235 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1713174722-11159-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 70235-done) by debbugs.gnu.org; 15 Apr 2024 09:51:46 +0000 Received: from localhost ([127.0.0.1]:36806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwJ05-0002rg-UU for submit@debbugs.gnu.org; Mon, 15 Apr 2024 05:51:46 -0400 Received: from mira.cbaines.net ([212.71.252.8]:43334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwJ02-0002qo-Un for 70235-done@debbugs.gnu.org; Mon, 15 Apr 2024 05:51:44 -0400 Received: from localhost (unknown [212.132.255.10]) by mira.cbaines.net (Postfix) with ESMTPSA id 4AE5327BBE2; Mon, 15 Apr 2024 10:51:30 +0100 (BST) Received: from felis (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id bf387d88; Mon, 15 Apr 2024 09:51:29 +0000 (UTC) From: Christopher Baines To: Timotej Lazar Subject: Re: [bug#70235] [PATCH 0/2] Update widelands In-Reply-To: (Timotej Lazar's message of "Sat, 6 Apr 2024 10:37:22 +0200") References: User-Agent: mu4e 1.12.2; emacs 29.3 Date: Mon, 15 Apr 2024 10:51:29 +0100 Message-ID: <87frvnx8bi.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70235-done Cc: =?utf-8?B?5a6L5paH5q2m?= , Adam Faiz , 70235-done@debbugs.gnu.org, Liliana Marie Prikler 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 (-) --=-=-= Content-Type: text/plain Timotej Lazar writes: > This updates widelands to the latest version, switches to new package > style and installs the binary and data files in correct locations. > > Timotej Lazar (2): > gnu: widelands: Update to 1.2. > gnu: widelands: Improve package style. > > gnu/packages/games.scm | 91 ++++++++++++++++++++---------------------- > 1 file changed, 44 insertions(+), 47 deletions(-) Looks good to me, I've pushed these patches to master as 84a88f5ed96c8ec5781fc0f428d22380df1b1f14. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmYc+KFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XfbQQ/9FlHPprzAz+C3WFxQYYnIXJZxUbI2TQQa r+kxYxwrBN6rmjZeN38S2nIfGr6brNQVN9VGrgZkgMoVRrh2o27tQUysTZTBYqxm HxETS9Gf2W7Y8m+ZFlb+AFfGlHY9FLH1ictlR4E5q+O7ESIOctwjELi3YKmundqS x+AXDtMQ8nRM78yw/ayZ375TsrR5ejQSK/M738pBrD27LAEDERFezyFiDMW0J6dN 0LIp9KNAcMWDq676ooYzBWMwq7S7WOn5pM/fVC6feJ6iXRPwlqC5cL/r5rlI0XxI A5TR50h9syKV3c8WVNegb+tsEiA3ZSslCI0emqjEfQuYNcwtZI22HkLfWDnYtI1E lXrkwzVLzVg6c0w0pxlBMzkCNEyvqqfvqZK5yZT9VfPeD67sTiF6T6LN4ppUwAH1 cudK+hRuZd1D7K245E9gh3FI/rlzS98no7tvx5ywjlqUthFRs7wOy60vuiW8LYGS GTRnRDp22Fn6hRPB7xYt5ER44KcSdhceOL8fNoIOOuTG0zE3vbVTtdNPCSpdPm+K 2SWs1ms2quZVzp/yzKq50pavX1pmr06y+wnddkttJ2bcdR1v0cjOL1YGbdFXqN+V 31BO0A6nPZKVjDFfCK8OnOR1HK+LS3yemNvPxJLf8fU7i1m7RrXJSFo8xje4QE1P OYeHuo3l698= =6jDD -----END PGP SIGNATURE----- --=-=-=-- ------------=_1713174722-11159-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Apr 2024 08:42:18 +0000 Received: from localhost ([127.0.0.1]:38196 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rt1cv-0005Ym-G0 for submit@debbugs.gnu.org; Sat, 06 Apr 2024 04:42:17 -0400 Received: from lists.gnu.org ([2001:470:142::17]:52512) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rt1ct-0005Xb-7S for submit@debbugs.gnu.org; Sat, 06 Apr 2024 04:42:15 -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 1rt1ch-0005Dg-SL for guix-patches@gnu.org; Sat, 06 Apr 2024 04:42:03 -0400 Received: from static.51.243.21.65.clients.your-server.de ([65.21.243.51] helo=araneo.si) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rt1cg-0002xN-8A for guix-patches@gnu.org; Sat, 06 Apr 2024 04:42:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=20230811; bh=OfLQeTrFS+T b9UEQa+cfzZhZK3Q+izdTtvEA4PrU4D4=; h=date:subject:cc:to:from; d=araneo.si; b=LXhyUKJfoUCo1Y/JpcYRHUe9lGEP1kpkgj2J8GQ1I4nTTP2f5jpbKfv i0icofxpJ7y3J52X5V3sNa9664Gb47LJFg2wSfMj9cJC8Y03yftDuWeJ0YthfebSdt7H32 cXMCIktwEfOnPELT3Zm8u7Oc4NSHCUbiAbGUIwERah8r20= Received: by araneo.si (OpenSMTPD) with ESMTPSA id a3404af5 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 6 Apr 2024 08:41:57 +0000 (UTC) From: Timotej Lazar To: guix-patches@gnu.org Subject: [PATCH 0/2] Update widelands Date: Sat, 6 Apr 2024 10:37:22 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Adam Faiz , Liliana Marie Prikler , 宋文武 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.243.51; envelope-from=timotej.lazar@araneo.si; helo=araneo.si 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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Timotej Lazar 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: -0.0 (/) This updates widelands to the latest version, switches to new package style and installs the binary and data files in correct locations. Timotej Lazar (2): gnu: widelands: Update to 1.2. gnu: widelands: Improve package style. gnu/packages/games.scm | 91 ++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 47 deletions(-) base-commit: bfc614397b5f146056bda4b5a8e3a67bd1ca7b23 -- 2.41.0 ------------=_1713174722-11159-1--