summarylogtreecommitdiffstats
path: root/disable_update.patch
diff options
context:
space:
mode:
authorLarry Hajali2015-06-11 14:39:11 -0700
committerLarry Hajali2015-06-11 14:39:11 -0700
commit5ce540a5f7280042b96a4cc59e157a44e42ca348 (patch)
tree6c009f6cb8d6a4a0d4458fa07881660688ec728b /disable_update.patch
downloadaur-5ce540a5f7280042b96a4cc59e157a44e42ca348.tar.gz
Initial release
Diffstat (limited to 'disable_update.patch')
-rw-r--r--disable_update.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/disable_update.patch b/disable_update.patch
new file mode 100644
index 000000000000..999db951b0b1
--- /dev/null
+++ b/disable_update.patch
@@ -0,0 +1,17 @@
+The update will not work anyway.
+Index: xvst-2.5.1/src/options.cpp
+===================================================================
+--- xvst-2.5.1.orig/src/options.cpp 2014-01-10 20:22:19.441638438 +0100
++++ xvst-2.5.1/src/options.cpp 2014-01-10 20:22:19.437638438 +0100
+@@ -355,9 +355,9 @@
+
+ languageFile = LanguageManager::getDefaultUserLanguage(getLanguagesPath()); // "english_uk.language";
+
+- installAutomaticallyUpdates = true;
++ installAutomaticallyUpdates = false;
+ lastUpdate = QDate(2007, 01, 01);
+- checkForUpdatesOnStartup = true;
++ checkForUpdatesOnStartup = false;
+ checkForUpdatesEvery = 1;
+
+ displayBugReport = true;