diff --git a/MozillaFirefox-branding-openSUSE.changes b/MozillaFirefox-branding-openSUSE.changes index 9c081e2..2998b9f 100644 --- a/MozillaFirefox-branding-openSUSE.changes +++ b/MozillaFirefox-branding-openSUSE.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Aug 9 11:28:51 UTC 2022 - Yuchen Lin + +- add sle_version 150500 check + +------------------------------------------------------------------- +Sat Feb 26 14:00:20 UTC 2022 - Rischio Cinico + +- add some useful links about openSUSE in the about:newtab page + +------------------------------------------------------------------- +Fri Dec 17 22:20:18 UTC 2021 - Yuchen Lin + +- add sle_version 150300 and 150400 check + ------------------------------------------------------------------- Fri Sep 24 04:12:31 UTC 2021 - Andreas Stieger diff --git a/MozillaFirefox-branding-openSUSE.spec b/MozillaFirefox-branding-openSUSE.spec index 1b86051..586f286 100644 --- a/MozillaFirefox-branding-openSUSE.spec +++ b/MozillaFirefox-branding-openSUSE.spec @@ -1,7 +1,7 @@ # # spec file for package MozillaFirefox-branding-openSUSE # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2008-2019 Wolfgang Rosenauer # # All modifications and additions to the file contributed by third parties @@ -43,7 +43,7 @@ Release: 0 Summary: openSUSE branding of MozillaFirefox License: BSD-3-Clause AND GPL-2.0-or-later Group: Productivity/Networking/Web/Browsers -Url: http://www.opensuse.org +URL: http://www.opensuse.org Source: susefox-20120626.tar.bz2 Source1: opensuse-software.xml.in Source2: all-openSUSE.js @@ -83,6 +83,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %else %if %sle_version == 150200 %global suseversion 15.2 + %else + %if %sle_version == 150300 + %global suseversion 15.3 + %else + %if %sle_version == 150400 + %global suseversion 15.4 + %else + %if %sle_version == 150500 + %global suseversion 15.5 + %endif + %endif + %endif %endif %endif %endif diff --git a/firefox-esr-branding-openSUSE.changes b/firefox-esr-branding-openSUSE.changes index 9c081e2..2998b9f 100644 --- a/firefox-esr-branding-openSUSE.changes +++ b/firefox-esr-branding-openSUSE.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Aug 9 11:28:51 UTC 2022 - Yuchen Lin + +- add sle_version 150500 check + +------------------------------------------------------------------- +Sat Feb 26 14:00:20 UTC 2022 - Rischio Cinico + +- add some useful links about openSUSE in the about:newtab page + +------------------------------------------------------------------- +Fri Dec 17 22:20:18 UTC 2021 - Yuchen Lin + +- add sle_version 150300 and 150400 check + ------------------------------------------------------------------- Fri Sep 24 04:12:31 UTC 2021 - Andreas Stieger diff --git a/firefox-suse-default-prefs.js b/firefox-suse-default-prefs.js index 4524755..63e7764 100644 --- a/firefox-suse-default-prefs.js +++ b/firefox-suse-default-prefs.js @@ -12,3 +12,6 @@ pref("print.print_edge_bottom", 14); // 1/100 of an inch pref("accessibility.typeaheadfind.soundURL", "default"); pref("startup.homepage_welcome_url", ""); pref("startup.homepage_override_url", ""); + +//about:newtab pinned sites +pref("browser.newtabpage.pinned", "[{\"url\":\"https://news.opensuse.org/\",\"label\":\"News\"},{\"url\":\"https://doc.opensuse.org/\",\"label\":\"Docs\"},{\"url\":\"https://en.opensuse.org/Portal:Wiki\",\"label\":\"Wiki\"},{\"url\":\"https://software.opensuse.org/\",\"label\":\"Software\"},{\"url\":\"https://forums.opensuse.org/\",\"label\":\"Forum\"},{\"url\":\"https://planet.opensuse.org//\",\"label\":\"Planet\"}]"); \ No newline at end of file