X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Fpatches%2Fdo-not-phone-home.patch;h=3f795754485bb61269779fdca5ac29d6e5f3a4b1;hb=28119850c960549d9bb9d56b1f3ba7c64b3169c9;hp=7cebfe4c619016c731b8d42db46a598ca3bdff1a;hpb=d732af302a16c78123442a18b4a3e4cd1fd74da4;p=sven%2Fvym.git diff --git a/debian/patches/do-not-phone-home.patch b/debian/patches/do-not-phone-home.patch index 7cebfe4..3f79575 100644 --- a/debian/patches/do-not-phone-home.patch +++ b/debian/patches/do-not-phone-home.patch @@ -1,12 +1,16 @@ -Index: vym/mainwindow.cpp +Description: Disable build-in auto-updater. +Author: Sven Hoexter +Last-Update: 2024-05-03 +Forwarded: not-needed +Index: vym/src/mainwindow.cpp =================================================================== ---- vym.orig/mainwindow.cpp -+++ vym/mainwindow.cpp -@@ -5995,6 +5995,7 @@ void Main::checkReleaseNotes() +--- vym.orig/src/mainwindow.cpp ++++ vym/src/mainwindow.cpp +@@ -7259,6 +7259,7 @@ void Main::checkReleaseNotes () - bool Main::downloadsEnabled (bool userTriggered) + bool Main::downloadsEnabled(bool userTriggered) { + return false; bool result; - if (!userTriggered && settings.value("/downloads/enabled", false).toBool()) - { + if (!userTriggered && + settings.value("/downloads/enabled", false).toBool()) {