summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm5
-rw-r--r--gnu/packages/patches/vcmi-disable-privacy-breach.patch8
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>
3Subject: do not check remote repositories on startup by default 3Subject: do not check remote repositories on startup by default
4Forwarded: not-needed 4Forwarded: not-needed
5 5
6diff --git a/config/schemas/settings.json b/config/schemas/settings.json
7index 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