diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index 5c61aa4cefecb5589e9ed26f19ad5859e0fbde6e..231edff5f369f85695bb12cb9b82502bdabe523c 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -117,7 +117,7 @@ Patch210: armv4.diff Patch214: mysql_free_results_when_qsqlquery_finished_is_called.patch Patch216: gnukfreebsd.diff Patch217: no_htmlinfo_example.diff -#Patch218: remove_privacy_breachs.diff +Patch218: remove_privacy_breachs.diff #Patch220: gnukfreebsd_linker_corelib_warnings.patch #Patch221: nonlinux_utime.diff #Patch223: qdoc_default_incdirs.diff @@ -440,7 +440,7 @@ Qt5 libraries used for drawing widgets and OpenGL items. #%patch214 -p1 %patch216 -p1 %patch217 -p1 -#%patch218 -p1 +%patch218 -p1 #%patch220 -p1 #%patch221 -p1 #%patch223 -p1 diff --git a/remove_privacy_breachs.diff b/remove_privacy_breachs.diff new file mode 100644 index 0000000000000000000000000000000000000000..e9111497ae4088a79742b8133f034ec7a696c213 --- /dev/null +++ b/remove_privacy_breachs.diff @@ -0,0 +1,26 @@ +Description: remove non-used privacy-breach code + This code makes Lintian unhappy. But we are really not using it, it only + gets inserted when building the online doc. + Anyways the best way to calm down Lintian is to simply remove it. +Author: Lisandro Damián Nicanor Pérez Meyer +Forwarded: not-needed +Last-Update: 2015-02-18 + +--- + doc/global/template/scripts/main.js | 5 ----- + 1 file changed, 5 deletions(-) + +--- a/doc/global/template/scripts/main.js ++++ b/doc/global/template/scripts/main.js +@@ -94,11 +94,6 @@ $(document).ready(function($) { + }); + + $( window ).load(function() { +- load_sdk('script', 'facebook-jssdk','//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=207346529386114&version=v2.0'); +- load_sdk('script', 'twitter-wjs', '//platform.twitter.com/widgets.js'); +- $.getScript("//www.google.com/jsapi", function(){ +- google.load("feeds", "1", {"callback": oneQt.liveFeeds}); +- }); + }); + + var oneQt = {