This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 63f3fe6896 gnu: widelands: Update to 1.3.
63f3fe6896 is described below

commit 63f3fe68960ae649745adbff46d4958571bdab80
Author: kestrel <[email protected]>
AuthorDate: Mon Feb 2 21:54:22 2026 +0300

    gnu: widelands: Update to 1.3.
    
    * gnu/packages/games.scm (widelands)[inputs]: Add font-amiri and
    font-culmus.
    [arguments]<#:configure-flags>: Do not set build type explicitly.
    
    Change-Id: Ic9505168503a86c62249773784587ef046c13057
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/games.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9995392db9..76419a3686 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6510,7 +6510,7 @@ tactics.")
 (define-public widelands
   (package
     (name "widelands")
-    (version "1.2.1")
+    (version "1.3")
     (source
      (origin
        (method git-fetch)
@@ -6519,7 +6519,7 @@ tactics.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1n8daxarwcagcxpzlxrrdy0piir1zinwnfbcsyyg4yd789pixhgw"))
+        (base32 "1j288rkflqmzxbacrrx35y8qm4mvbvd30c03cmkvh8b29jkgz3gp"))
        (modules '((guix build utils)))
        (snippet
         #~(delete-file-recursively "src/third_party/minizip"))))
@@ -6532,15 +6532,12 @@ tactics.")
                 (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"))
+                "-DOPTION_BUILD_WEBSITE_TOOLS=OFF"))
       #: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.
+            ;; mmrCensus, Nakula, and Sinhala.
             (lambda* (#:key inputs #:allow-other-keys)
               (for-each
                (lambda (font)
@@ -6554,6 +6551,8 @@ tactics.")
      (list gettext-minimal pkg-config python))
     (inputs
      (list asio
+           font-amiri
+           font-culmus
            font-dejavu
            font-wqy-microhei
            glew

Reply via email to