all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob cbfaf08849040bf37924c38092fcb9f4a651dc53 767 bytes (raw)
name: gnu/packages/patches/cube-nocheck.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
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." );


debug log:

solving cbfaf0884 ...
found cbfaf0884 in https://yhetil.org/guix/20171002204848.23646-3-fx@gnu.org/

applying [1/1] https://yhetil.org/guix/20171002204848.23646-3-fx@gnu.org/
diff --git a/gnu/packages/patches/cube-nocheck.patch b/gnu/packages/patches/cube-nocheck.patch
new file mode 100644
index 000000000..cbfaf0884

Checking patch gnu/packages/patches/cube-nocheck.patch...
1:20: new blank line at EOF.
+
Applied patch gnu/packages/patches/cube-nocheck.patch cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 cbfaf08849040bf37924c38092fcb9f4a651dc53	gnu/packages/patches/cube-nocheck.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.