From 60609efbccd8ffb0fa8c1bb2caf539b2e199726c Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 23 Aug 2020 16:24:02 -0400 Subject: remove some old links --- newmoon/debian/patches/bgstack15-newmoon.patch | 11 ---------- newmoon/debian/patches/pm-to-nm.patch | 30 +++++++++++++++++++++++++- newmoon/debian/patches/series | 1 - 3 files changed, 29 insertions(+), 13 deletions(-) delete mode 100644 newmoon/debian/patches/bgstack15-newmoon.patch (limited to 'newmoon') diff --git a/newmoon/debian/patches/bgstack15-newmoon.patch b/newmoon/debian/patches/bgstack15-newmoon.patch deleted file mode 100644 index f0bd4fa..0000000 --- a/newmoon/debian/patches/bgstack15-newmoon.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur 28.4.1-0/application/palemoon/branding/shared/locales/browserconfig.properties 28.4.1-1/application/palemoon/branding/shared/locales/browserconfig.properties ---- 28.4.1-0/palemoon/branding/shared/locales/browserconfig.properties 2019-03-26 13:33:15.000000000 -0400 -+++ 28.4.1-1/palemoon/branding/shared/locales/browserconfig.properties 2019-03-27 10:44:23.578435642 -0400 -@@ -3,5 +3,5 @@ - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - - # Do NOT localize or otherwise change these values --browser.startup.homepage=http://start.palemoon.org/ --browser.startup.homepage_reset=http://start.palemoon.org/ -+browser.startup.homepage=http://start.duckduckgo.com/ -+browser.startup.homepage_reset=http://start.duckduckgo.com/ diff --git a/newmoon/debian/patches/pm-to-nm.patch b/newmoon/debian/patches/pm-to-nm.patch index ca2943d..1c48381 100644 --- a/newmoon/debian/patches/pm-to-nm.patch +++ b/newmoon/debian/patches/pm-to-nm.patch @@ -2,7 +2,7 @@ Date: 2020-08-18 Purpose: Use newmoon branding instead of palemoon ############################## -Message: This changes the application to use sue ~/.config/newmoon instead of some other directory. +Message: This changes the application to use ~/.config/newmoon instead of some other directory. diff -Naur palemoon/app/application.ini palemoon/app/application.ini.new --- Pale-Moon/palemoon/app/application.ini 2020-07-30 06:09:43.000000000 -0400 +++ Pale-Moon/palemoon/app/application.ini.new 2020-08-18 19:28:30.840797999 -0400 @@ -158,3 +158,31 @@ diff -aur Pale-Moon/palemoon/components/nsBrowserGlue.js Pale-Moon.new/palemoon/ newInVersion: 1 }, RecentlyBookmarked: { +######################################### + +Message: hide some links to old site +diff -aur Pale-Moon/palemoon/branding/shared/locales/browserconfig.properties Pale-Moon.new/palemoon/branding/shared/locales/browserconfig.properties +--- Pale-Moon/palemoon/branding/shared/locales/browserconfig.properties 2020-07-30 06:09:43.000000000 -0400 ++++ Pale-Moon.new/palemoon/branding/shared/locales/browserconfig.properties 2020-08-23 16:19:42.056687930 -0400 +@@ -3,5 +3,5 @@ + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + + # Do NOT localize or otherwise change these values +-browser.startup.homepage=http://start.palemoon.org/ +-browser.startup.homepage_reset=http://start.palemoon.org/ ++browser.startup.homepage=https://start.duckduckgo.com/ ++browser.startup.homepage_reset=https://start.duckduckgo.com/ +diff -aur Pale-Moon/palemoon/branding/unofficial/pref/palemoon-branding.js Pale-Moon.new/palemoon/branding/unofficial/pref/palemoon-branding.js +--- Pale-Moon/palemoon/branding/unofficial/pref/palemoon-branding.js 2020-07-30 06:09:43.000000000 -0400 ++++ Pale-Moon.new/palemoon/branding/unofficial/pref/palemoon-branding.js 2020-08-23 16:19:14.816356073 -0400 +@@ -3,8 +3,8 @@ + #include ../../shared/pref/preferences.inc + #include ../../shared/pref/uaoverrides.inc + +-pref("startup.homepage_override_url","http://www.palemoon.org/unofficial.shtml"); +-pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml"); ++pref("startup.homepage_override_url",""); ++pref("app.releaseNotesURL", ""); + + // Updates disabled + pref("app.update.enabled", false); diff --git a/newmoon/debian/patches/series b/newmoon/debian/patches/series index 3737af1..660c64a 100644 --- a/newmoon/debian/patches/series +++ b/newmoon/debian/patches/series @@ -1,5 +1,4 @@ small-icons.patch -bgstack15-newmoon.patch pm-devuan.patch pm-to-nm.patch UXP-eliminate-need-for-GTK-2.patch -- cgit