summaryrefslogtreecommitdiffstats
path: root/multimedia/xvst/patches/disable_update.patch
diff options
context:
space:
mode:
author Larry Hajali2013-12-29 22:55:57 +0100
committer Erik Hanson2014-01-07 18:13:06 +0100
commite6e50645a63256f8c3c39796bc4886584872a9d7 (patch)
treeb5fd66bae8af574043fa2f8fb55b170d0bf6da10 /multimedia/xvst/patches/disable_update.patch
parentc6b6a9d1f4e7347bdf52cffde5c62ddb3c44da3c (diff)
downloadslackbuilds-e6e50645a63256f8c3c39796bc4886584872a9d7.tar.gz
multimedia/xvst: Updated for version 2.5.
Now built with qt5 Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia/xvst/patches/disable_update.patch')
-rw-r--r--multimedia/xvst/patches/disable_update.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/xvst/patches/disable_update.patch b/multimedia/xvst/patches/disable_update.patch
new file mode 100644
index 0000000000..2ae5ed743d
--- /dev/null
+++ b/multimedia/xvst/patches/disable_update.patch
@@ -0,0 +1,17 @@
+The update will not work anyway.
+Index: xvst-2.5/src/options.cpp
+===================================================================
+--- xvst-2.5.orig/src/options.cpp 2013-05-26 23:50:04.203059123 +0200
++++ xvst-2.5/src/options.cpp 2013-05-26 23:50:04.199059123 +0200
+@@ -349,9 +349,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;