mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add cube.
* gnu/packages/profiling.scm(cube): New variable. * gnu/packages/patches/cube-nocheck.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3c8d1f9492
commit
a66408f8c0
3 changed files with 155 additions and 1 deletions
16
gnu/packages/patches/cube-nocheck.patch
Normal file
16
gnu/packages/patches/cube-nocheck.patch
Normal file
|
@ -0,0 +1,16 @@
|
|||
Unconditionally disable network check for new versions (from Fedora).
|
||||
|
||||
diff -u /home/dlove/rpmbuild/BUILD/cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp\~ /home/dlove/rpmbuild/BUILD/cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp
|
||||
--- cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp~ 2016-04-03 00:05:37.942066948 +0100
|
||||
+++ cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp 2016-05-06 17:16:31.648143908 +0100
|
||||
@@ -52,7 +52,8 @@
|
||||
url = QUrl( UPDATE_CHECK_URL );
|
||||
download = NULL;
|
||||
update_Available = false;
|
||||
- bool no_http = env_str2bool( getenv( "CUBE_DISABLE_HTTP_DOCS" ) );
|
||||
+ // bool no_http = env_str2bool( getenv( "CUBE_DISABLE_HTTP_DOCS" ) );
|
||||
+ bool no_http = true;
|
||||
if ( !no_http )
|
||||
{
|
||||
updateDescription = tr( "Check for update is not performed yet." );
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue