[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: chessx: Disable online version check by default.
From: |
guix-commits |
Subject: |
04/08: gnu: chessx: Disable online version check by default. |
Date: |
Mon, 3 May 2021 12:29:24 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 62b4cc14f882553a824d32848a6ebe503fd11320
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat May 1 01:29:00 2021 +0200
gnu: chessx: Disable online version check by default.
* gnu/packages/games.scm (chessx)[arguments]: Add phase to disable
the online version check by default.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/games.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index f12f2bc..41d8ea7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11907,6 +11907,12 @@ and chess engines.")
(lambda _
(setenv "QT_RCC_SOURCE_DATE_OVERRIDE" "1")
#t))
+ (add-after 'make-qt-deterministic 'disable-versioncheck
+ (lambda _
+ (substitute* "src/database/settings.cpp"
+ (("\"/General/onlineVersionCheck\", true")
+ "\"/General/onlineVersionCheck\", false"))
+ #t))
(replace 'configure
(lambda _
(invoke "qmake")
- branch master updated (d94e9cb -> 88156c6), guix-commits, 2021/05/03
- 01/08: gnu: xboard: Patch path to aplay., guix-commits, 2021/05/03
- 02/08: gnu: pioneers: Patch path to beep., guix-commits, 2021/05/03
- 03/08: gnu: git-modes: Update to 1.3.0., guix-commits, 2021/05/03
- 04/08: gnu: chessx: Disable online version check by default.,
guix-commits <=
- 05/08: gnu: octave, octave-cli: Explain difference., guix-commits, 2021/05/03
- 07/08: gnu: Add perl-linux-inotify2., guix-commits, 2021/05/03
- 06/08: gnu: odamex: Update to 0.9.0., guix-commits, 2021/05/03
- 08/08: gnu: public-inbox: Update to 1.6.1., guix-commits, 2021/05/03