guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f3f90bbbce7a5c4c9915603a865add66afa94a58
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Jan 7 13:58:36 2026 -0800

    gnu: vcmi: Update to 1.7.1.
    
    * gnu/packages/games.scm (vcmi): Update to 1.7.1.
    [native-inputs]: Add libsquish and qtsvg.
    [#:configure-flags]: Add “-DENABLE_MMAI=OFF”.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/games.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0a0f0eef89..8ad3d2fcd9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12773,7 +12773,7 @@ play; it will look for them at 
@file{~/.local/share/fheroes2} folder.")
 (define-public vcmi
   (package
     (name "vcmi")
-    (version "1.6.8")
+    (version "1.7.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -12782,11 +12782,13 @@ play; it will look for them at 
@file{~/.local/share/fheroes2} folder.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0sdcaxi9npjz7y6mxpbaz39idhkh05dlj2fz8f8xan21lhailvz4"))
+                "02i6y7idiigg3hl55fhl6pficx4849zvj5wwi29vsvwkwsx06hw7"))
               (patches (search-patches "vcmi-disable-privacy-breach.patch"))))
     (build-system cmake-build-system)
     (arguments
-     (list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=OFF" 
"-DENABLE_INNOEXTRACT=OFF")
+     (list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=OFF"
+                                     "-DENABLE_INNOEXTRACT=OFF"
+                                     "-DENABLE_MMAI=OFF")
            ;; Test suites do not seem well supported upstream and are disabled 
by default.
            ;; Pass -DENABLE_TEST to configure to enable.
            #:tests? #f))
@@ -12796,11 +12798,13 @@ play; it will look for them at 
@file{~/.local/share/fheroes2} folder.")
            fuzzylite
            ;; googletest ; needed for tests, but tests are disabled
            libxkbcommon
+           libsquish
            luajit
            minizip
            pkg-config
            python
            qtbase
+           qtsvg
            qttools
            sdl2
            sdl2-mixer

Reply via email to