From 7b23e3429756abc89a63e6c331b79c4a4e2f4b85 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 2 Jul 2026 21:41:18 -0700 Subject: gnu: vcmi: Update to 1.7.4. * gnu/packages/games.scm (vcmi): Update to 1.7.4. [native-inputs]: Add gettext-minimal. * gnu/packages/patches/vcmi-disable-privacy-breach.patch: Refresh for 1.7.4. Signed-off-by: Liliana Marie Prikler Merges: guix/guix#9676 --- gnu/packages/games.scm | 5 +++-- gnu/packages/patches/vcmi-disable-privacy-breach.patch | 8 +++++++- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 59d2badcb0d..e9f44496a6d 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -13459,7 +13459,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (define-public vcmi (package (name "vcmi") - (version "1.7.3") + (version "1.7.4") (source (origin (method git-fetch) (uri (git-reference @@ -13468,7 +13468,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (file-name (git-file-name name version)) (sha256 (base32 - "18rvq99kpnlncw2ndjgbwv5ria1ag3vvwmgmkwn4w3yj5dzp4z5k")) + "1sf04hv73ssiznks8pf4q7ny9y17zxsf8mqwln8dq1w2kp8rb87s")) (patches (search-patches "vcmi-disable-privacy-breach.patch")))) (build-system cmake-build-system) (arguments @@ -13484,6 +13484,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") ffmpeg fmt fuzzylite + gettext-minimal ;; googletest ; needed for tests, but tests are disabled libxkbcommon libsquish diff --git a/gnu/packages/patches/vcmi-disable-privacy-breach.patch b/gnu/packages/patches/vcmi-disable-privacy-breach.patch index c03bc66119f..65ebea4467c 100644 --- a/gnu/packages/patches/vcmi-disable-privacy-breach.patch +++ b/gnu/packages/patches/vcmi-disable-privacy-breach.patch @@ -3,14 +3,20 @@ From: Johannes Schauer Subject: do not check remote repositories on startup by default Forwarded: not-needed +diff --git a/config/schemas/settings.json b/config/schemas/settings.json +index 86c43b1b6..b3d493233 100644 --- a/config/schemas/settings.json +++ b/config/schemas/settings.json -@@ -401,11 +401,11 @@ +@@ -749,7 +749,7 @@ }, "autoCheckRepositories" : { "type" : "boolean", - "default" : true + "default" : false + }, + "fullModExtraction" : { + "type" : "boolean", +@@ -757,7 +757,7 @@ }, "updateOnStartup" : { "type" : "boolean", -- cgit v1.2.3