From 040b8e1e65cf71b397408b3115aeecb44c71ca09 Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 23 Oct 2020 22:45:27 -0400 Subject: nm 28.14.2-2+devuan use gtk2 --- newmoon/debian/patches/series | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newmoon/debian/patches') diff --git a/newmoon/debian/patches/series b/newmoon/debian/patches/series index 660c64a..e310e0c 100644 --- a/newmoon/debian/patches/series +++ b/newmoon/debian/patches/series @@ -1,6 +1,6 @@ small-icons.patch pm-devuan.patch pm-to-nm.patch -UXP-eliminate-need-for-GTK-2.patch -UXP-GTK-3-interface-Ensure-horizontal-scrollbars-are-not-too-tall.patch +#UXP-eliminate-need-for-GTK-2.patch +#UXP-GTK-3-interface-Ensure-horizontal-scrollbars-are-not-too-tall.patch UXP-strip-object-files-before-shared-library-linking.patch -- cgit From 6d035b6ed5696078c55074b912b7857e26e633d6 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 27 Oct 2020 20:36:52 -0400 Subject: fix bgstack15-palemoon.patch --- newmoon/debian/patches/pm-to-nm.patch | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'newmoon/debian/patches') diff --git a/newmoon/debian/patches/pm-to-nm.patch b/newmoon/debian/patches/pm-to-nm.patch index ac7904b..e63eae3 100644 --- a/newmoon/debian/patches/pm-to-nm.patch +++ b/newmoon/debian/patches/pm-to-nm.patch @@ -1,5 +1,5 @@ Date: 2020-10-01 -Upstream version: 28.14.1 +Upstream version: 28.15.0 Purpose: Use newmoon branding instead of palemoon Message: Some of the changes include using ~/.config/newmoon for the profile location, using "newmoon" branding instead of "palemoon" or "browser", some bookmark tweaks to hide the old branding, I used newmoon itself to save a bookmark, and then export the bookmarks to an html file. Then I grabbed the relevant entries and placed them here. Also, I move the "Most Visited" link to bookmarks menu and not on the toolbar. @@ -29,16 +29,14 @@ diff -Naur Pale-Moon-28.14.1_Release/palemoon/app/application.ini Pale-Moon-28.1 \ No newline at end of file +#endif diff -Naur Pale-Moon-28.14.1_Release/palemoon/branding/shared/locales/browserconfig.properties Pale-Moon-28.14.1_Release.new/palemoon/branding/shared/locales/browserconfig.properties ---- Pale-Moon-28.14.1_Release/palemoon/branding/shared/locales/browserconfig.properties 2020-09-29 17:11:51.000000000 -0400 -+++ Pale-Moon-28.14.1_Release.new/palemoon/branding/shared/locales/browserconfig.properties 2020-10-01 17:14:16.203289213 -0400 -@@ -3,5 +3,5 @@ - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - +--- pale-moon.orig/palemoon/branding/shared/locales/browserconfig.properties 2020-10-24 07:14:54.000000000 -0400 ++++ pale-moon/palemoon/branding/shared/locales/browserconfig.properties 2020-10-27 20:35:29.301883148 -0400 +@@ -1,3 +1,3 @@ # 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/ ++browser.startup.homepage=http://start.duckduckgo.com/ ++browser.startup.homepage_reset=http://start.duckduckgo.com/ diff -Naur Pale-Moon-28.14.1_Release/palemoon/branding/shared/pref/preferences.inc Pale-Moon-28.14.1_Release.new/palemoon/branding/shared/pref/preferences.inc --- Pale-Moon-28.14.1_Release/palemoon/branding/shared/pref/preferences.inc 2020-09-29 17:11:51.000000000 -0400 +++ Pale-Moon-28.14.1_Release.new/palemoon/branding/shared/pref/preferences.inc 2020-10-01 17:14:16.203289213 -0400 -- cgit From 51ac7448fcb3bdab46990bbd97feadb86bea8ccf Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 27 Oct 2020 21:08:28 -0400 Subject: improve pm-to-nm for 28.15.0 --- newmoon/debian/patches/pm-to-nm.patch | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) (limited to 'newmoon/debian/patches') diff --git a/newmoon/debian/patches/pm-to-nm.patch b/newmoon/debian/patches/pm-to-nm.patch index e63eae3..f667644 100644 --- a/newmoon/debian/patches/pm-to-nm.patch +++ b/newmoon/debian/patches/pm-to-nm.patch @@ -166,21 +166,36 @@ diff -Naur Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/locales/en-US/ syncBrandShortName=Sync diff -Naur Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/pref/palemoon-branding.js Pale-Moon-28.14.1_Release.new/palemoon/branding/unofficial/pref/palemoon-branding.js ---- Pale-Moon-28.14.1_Release/palemoon/branding/unofficial/pref/palemoon-branding.js 2020-09-29 17:11:51.000000000 -0400 -+++ Pale-Moon-28.14.1_Release.new/palemoon/branding/unofficial/pref/palemoon-branding.js 2020-10-01 17:16:43.813154771 -0400 -@@ -3,9 +3,9 @@ - #include ../../shared/pref/preferences.inc - #include ../../shared/pref/uaoverrides.inc +--- pale-moon.orig/palemoon/branding/unofficial/pref/palemoon-branding.js 2020-10-24 07:14:54.000000000 -0400 ++++ pale-moon/palemoon/branding/unofficial/pref/palemoon-branding.js 2020-10-27 21:06:40.837761688 -0400 +@@ -18,18 +18,18 @@ + pref("image.mem.max_ms_before_yield", 50); + pref("image.mem.decode_bytes_at_a_time", 65536); +-pref("services.sync.serverURL","https://pmsync.palemoon.org/sync/index.php/"); +-pref("services.sync.jpake.serverURL","https://keyserver.palemoon.org/"); +-pref("services.sync.termsURL", "http://www.palemoon.org/sync/terms.shtml"); +-pref("services.sync.privacyURL", "http://www.palemoon.org/sync/privacy.shtml"); +-pref("services.sync.statusURL", "https://pmsync.palemoon.org/status/"); +-pref("services.sync.syncKeyHelpURL", "http://www.palemoon.org/sync/help/recoverykey.shtml"); ++pref("services.sync.serverURL","https://example.com/sync/index.php/"); ++pref("services.sync.jpake.serverURL","https://example.com/"); ++pref("services.sync.termsURL", "https://example.com/sync/terms.shtml"); ++pref("services.sync.privacyURL", "https://example.com/sync/privacy.shtml"); ++pref("services.sync.statusURL", "https://example.com/status/"); ++pref("services.sync.syncKeyHelpURL", "https://example.com/sync/help/recoverykey.shtml"); + pref("services.sync.APILevel", 1); + + pref("accessibility.force_disabled", 1); + pref("devtools.selfxss.count", 5); -pref("startup.homepage_welcome_url","http://www.palemoon.org/unofficial.shtml"); -pref("startup.homepage_override_url","http://www.palemoon.org/unofficial.shtml"); -pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml"); -+pref("startup.homepage_welcome_url","https://start.duckduckgo.com"); -+pref("startup.homepage_override_url","http://start.duckduckgo.com"); ++pref("startup.homepage_welcome_url","http://start.duckduckgo.com/unofficial.shtml"); ++pref("startup.homepage_override_url","http://start.duckduckgo.com/unofficial.shtml"); +pref("app.releaseNotesURL", ""); - - // Updates disabled pref("app.update.enabled", false); + pref("app.update.url", ""); diff -Naur Pale-Moon-28.14.1_Release/palemoon/components/nsBrowserGlue.js Pale-Moon-28.14.1_Release.new/palemoon/components/nsBrowserGlue.js --- Pale-Moon-28.14.1_Release/palemoon/components/nsBrowserGlue.js 2020-09-29 17:11:51.000000000 -0400 +++ Pale-Moon-28.14.1_Release.new/palemoon/components/nsBrowserGlue.js 2020-10-01 17:14:16.203289213 -0400 -- cgit From 620f601d23c6e82582f67084f70bc0bf34be63d2 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 27 Oct 2020 22:48:35 -0400 Subject: force a new commit so OBS will grab it --- newmoon/debian/patches/series | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newmoon/debian/patches') diff --git a/newmoon/debian/patches/series b/newmoon/debian/patches/series index e310e0c..d8bf9aa 100644 --- a/newmoon/debian/patches/series +++ b/newmoon/debian/patches/series @@ -1,6 +1,6 @@ small-icons.patch pm-devuan.patch pm-to-nm.patch -#UXP-eliminate-need-for-GTK-2.patch #UXP-GTK-3-interface-Ensure-horizontal-scrollbars-are-not-too-tall.patch +#UXP-eliminate-need-for-GTK-2.patch UXP-strip-object-files-before-shared-library-linking.patch -- cgit