slackbuilds_ponce/multimedia/xvst/patches/disable_update.patch
Larry Hajali ac7593e25c multimedia/xvst: Updated for version 2.5.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2014-01-29 23:20:27 -06:00

17 lines
643 B
Diff

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;