diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2026-07-02 21:41:18 -0700 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-07-11 14:42:24 +0200 |
| commit | 7b23e3429756abc89a63e6c331b79c4a4e2f4b85 (patch) | |
| tree | 1bcb844910318ab3f96fe84750001f74d32f559e | |
| parent | 813827632917d00b042da94e4c7e6514fbb97b4b (diff) | |
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 <liliana.prikler@gmail.com>
Merges: guix/guix#9676
| -rw-r--r-- | gnu/packages/games.scm | 5 | ||||
| -rw-r--r-- | gnu/packages/patches/vcmi-disable-privacy-breach.patch | 8 |
2 files changed, 10 insertions, 3 deletions
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.") | |||
| 13459 | (define-public vcmi | 13459 | (define-public vcmi |
| 13460 | (package | 13460 | (package |
| 13461 | (name "vcmi") | 13461 | (name "vcmi") |
| 13462 | (version "1.7.3") | 13462 | (version "1.7.4") |
| 13463 | (source (origin | 13463 | (source (origin |
| 13464 | (method git-fetch) | 13464 | (method git-fetch) |
| 13465 | (uri (git-reference | 13465 | (uri (git-reference |
| @@ -13468,7 +13468,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") | |||
| 13468 | (file-name (git-file-name name version)) | 13468 | (file-name (git-file-name name version)) |
| 13469 | (sha256 | 13469 | (sha256 |
| 13470 | (base32 | 13470 | (base32 |
| 13471 | "18rvq99kpnlncw2ndjgbwv5ria1ag3vvwmgmkwn4w3yj5dzp4z5k")) | 13471 | "1sf04hv73ssiznks8pf4q7ny9y17zxsf8mqwln8dq1w2kp8rb87s")) |
| 13472 | (patches (search-patches "vcmi-disable-privacy-breach.patch")))) | 13472 | (patches (search-patches "vcmi-disable-privacy-breach.patch")))) |
| 13473 | (build-system cmake-build-system) | 13473 | (build-system cmake-build-system) |
| 13474 | (arguments | 13474 | (arguments |
| @@ -13484,6 +13484,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") | |||
| 13484 | ffmpeg | 13484 | ffmpeg |
| 13485 | fmt | 13485 | fmt |
| 13486 | fuzzylite | 13486 | fuzzylite |
| 13487 | gettext-minimal | ||
| 13487 | ;; googletest ; needed for tests, but tests are disabled | 13488 | ;; googletest ; needed for tests, but tests are disabled |
| 13488 | libxkbcommon | 13489 | libxkbcommon |
| 13489 | libsquish | 13490 | 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,15 +3,21 @@ From: Johannes Schauer <josch@debian.org> | |||
| 3 | Subject: do not check remote repositories on startup by default | 3 | Subject: do not check remote repositories on startup by default |
| 4 | Forwarded: not-needed | 4 | Forwarded: not-needed |
| 5 | 5 | ||
| 6 | diff --git a/config/schemas/settings.json b/config/schemas/settings.json | ||
| 7 | index 86c43b1b6..b3d493233 100644 | ||
| 6 | --- a/config/schemas/settings.json | 8 | --- a/config/schemas/settings.json |
| 7 | +++ b/config/schemas/settings.json | 9 | +++ b/config/schemas/settings.json |
| 8 | @@ -401,11 +401,11 @@ | 10 | @@ -749,7 +749,7 @@ |
| 9 | }, | 11 | }, |
| 10 | "autoCheckRepositories" : { | 12 | "autoCheckRepositories" : { |
| 11 | "type" : "boolean", | 13 | "type" : "boolean", |
| 12 | - "default" : true | 14 | - "default" : true |
| 13 | + "default" : false | 15 | + "default" : false |
| 14 | }, | 16 | }, |
| 17 | "fullModExtraction" : { | ||
| 18 | "type" : "boolean", | ||
| 19 | @@ -757,7 +757,7 @@ | ||
| 20 | }, | ||
| 15 | "updateOnStartup" : { | 21 | "updateOnStartup" : { |
| 16 | "type" : "boolean", | 22 | "type" : "boolean", |
| 17 | - "default" : true | 23 | - "default" : true |
