diffstat of debian/ for firefox_52.0.2-1 firefox_52.0.2-1 changelog | 6 control | 6 control.in | 6 extra-stuff/kde.js | 1 extra-stuff/moz.build | 2 patches/firefox-kde.patch | 1611 +++++++++++++++++++ patches/mozilla-kde.patch | 3897 ++++++++++++++++++++++++++++++++++++++++++++++ patches/series | 2 8 files changed, 5531 insertions(+) diff -Nru firefox-52.0.2/debian/changelog firefox-52.0.2/debian/changelog --- firefox-52.0.2/debian/changelog 2017-04-01 21:45:39.000000000 +0000 +++ firefox-52.0.2/debian/changelog 2017-04-19 13:56:52.000000000 +0000 @@ -1,3 +1,9 @@ +firefox (1:52.0.2-1) unstable; urgency=medium + + * Automatic CI Build + + -- Debian CI Wed, 19 Apr 2017 13:56:52 +0000 + firefox (52.0.2-1) unstable; urgency=medium * New upstream release. diff -Nru firefox-52.0.2/debian/control firefox-52.0.2/debian/control --- firefox-52.0.2/debian/control 2017-04-01 21:45:39.000000000 +0000 +++ firefox-52.0.2/debian/control 2017-04-19 13:56:52.000000000 +0000 @@ -1138,3 +1138,9 @@ web application technologies. . This package contains the localization of Firefox in Chinese (Taiwan). + +Package: firefox-plasma +Architecture: any +Depends: firefox (= ${binary:Version}), mozilla-kde-support +Description: firefox package for integration with KDE + Install this package if you'd like firefox with Plasma integration diff -Nru firefox-52.0.2/debian/control.in firefox-52.0.2/debian/control.in --- firefox-52.0.2/debian/control.in 2017-04-01 21:44:35.000000000 +0000 +++ firefox-52.0.2/debian/control.in 2017-04-19 13:56:52.000000000 +0000 @@ -238,3 +238,9 @@ This is a transitional package, it can be safely removed. %endif %include l10n/browser-l10n.control + +Package: @browser@-plasma +Architecture: any +Depends: @browser@ (= ${binary:Version}), mozilla-kde-support +Description: firefox package for integration with KDE + Install this package if you'd like firefox with Plasma integration diff -Nru firefox-52.0.2/debian/extra-stuff/kde.js firefox-52.0.2/debian/extra-stuff/kde.js --- firefox-52.0.2/debian/extra-stuff/kde.js 1970-01-01 00:00:00.000000000 +0000 +++ firefox-52.0.2/debian/extra-stuff/kde.js 2017-04-19 13:56:52.000000000 +0000 @@ -0,0 +1 @@ +pref("browser.preferences.instantApply", false); diff -Nru firefox-52.0.2/debian/extra-stuff/moz.build firefox-52.0.2/debian/extra-stuff/moz.build --- firefox-52.0.2/debian/extra-stuff/moz.build 2017-04-01 21:44:35.000000000 +0000 +++ firefox-52.0.2/debian/extra-stuff/moz.build 2017-04-19 13:56:52.000000000 +0000 @@ -1 +1,3 @@ EXTRA_COMPONENTS += ['addonsInfo.js', 'addonsInfo.manifest'] + +JS_PREFERENCE_FILES += ['kde.js'] diff -Nru firefox-52.0.2/debian/patches/firefox-kde.patch firefox-52.0.2/debian/patches/firefox-kde.patch --- firefox-52.0.2/debian/patches/firefox-kde.patch 1970-01-01 00:00:00.000000000 +0000 +++ firefox-52.0.2/debian/patches/firefox-kde.patch 2017-04-19 13:56:52.000000000 +0000 @@ -0,0 +1,1611 @@ +# HG changeset patch +# Parent 1c4e33861cfcffe5a189802cf97957b0701260db + +diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul +new file mode 100644 +--- /dev/null ++++ b/browser/base/content/browser-kde.xul +@@ -0,0 +1,1134 @@ ++#filter substitution ++ ++# -*- Mode: HTML -*- ++# ++# This Source Code Form is subject to the terms of the Mozilla Public ++# License, v. 2.0. If a copy of the MPL was not distributed with this ++# file, You can obtain one at http://mozilla.org/MPL/2.0/. ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++# All DTD information is stored in a separate file so that it can be shared by ++# hiddenWindow.xul. ++#include browser-doctype.inc ++ ++ ++ ++# All JS files which are not content (only) dependent that browser.xul ++# wishes to include *must* go into the global-scripts.inc file ++# so that they can be shared by macBrowserOverlay.xul. ++#include global-scripts.inc ++