From 71737d61f75651efc5b9eaf5313a11dc3469bb1d Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 30 Nov 2018 11:02:36 -0500 Subject: Issue #889 - Clean up the Pale Moon tree - Part 1a: Move abouthome to components --- application/palemoon/components/abouthome/jar.mn | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 application/palemoon/components/abouthome/jar.mn (limited to 'application/palemoon/components/abouthome/jar.mn') diff --git a/application/palemoon/components/abouthome/jar.mn b/application/palemoon/components/abouthome/jar.mn new file mode 100644 index 000000000..d44583665 --- /dev/null +++ b/application/palemoon/components/abouthome/jar.mn @@ -0,0 +1,29 @@ +# 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/. + +browser.jar: + content/browser/abouthome/aboutHome.xhtml + content/browser/abouthome/aboutHome.js +* content/browser/abouthome/aboutHome.css + content/browser/abouthome/noise.png + content/browser/abouthome/snippet1.png + content/browser/abouthome/snippet2.png + content/browser/abouthome/downloads.png + content/browser/abouthome/bookmarks.png + content/browser/abouthome/history.png + content/browser/abouthome/addons.png + content/browser/abouthome/sync.png + content/browser/abouthome/settings.png + content/browser/abouthome/restore.png + content/browser/abouthome/restore-large.png + content/browser/abouthome/snippet1@2x.png + content/browser/abouthome/snippet2@2x.png + content/browser/abouthome/downloads@2x.png + content/browser/abouthome/bookmarks@2x.png + content/browser/abouthome/history@2x.png + content/browser/abouthome/addons@2x.png + content/browser/abouthome/sync@2x.png + content/browser/abouthome/settings@2x.png + content/browser/abouthome/restore@2x.png + content/browser/abouthome/restore-large@2x.png \ No newline at end of file -- cgit v1.2.3 From e5e21699ca95369651670a302fde26dc6c19b4bd Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 1 Dec 2018 16:26:26 -0500 Subject: [PALEMOON] Complete making Sync optional at build time --- application/palemoon/components/abouthome/jar.mn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/palemoon/components/abouthome/jar.mn') diff --git a/application/palemoon/components/abouthome/jar.mn b/application/palemoon/components/abouthome/jar.mn index d44583665..4f39df300 100644 --- a/application/palemoon/components/abouthome/jar.mn +++ b/application/palemoon/components/abouthome/jar.mn @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. browser.jar: - content/browser/abouthome/aboutHome.xhtml +* content/browser/abouthome/aboutHome.xhtml content/browser/abouthome/aboutHome.js * content/browser/abouthome/aboutHome.css content/browser/abouthome/noise.png -- cgit v1.2.3 From d3e5569ee138378a0b26921206edd0b2627c24ab Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 1 Dec 2018 16:39:51 -0500 Subject: [PALEMOON] Complete making Sync optional at build time - Part 2: Packaging --- application/palemoon/components/abouthome/jar.mn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'application/palemoon/components/abouthome/jar.mn') diff --git a/application/palemoon/components/abouthome/jar.mn b/application/palemoon/components/abouthome/jar.mn index 4f39df300..e1ae4ac42 100644 --- a/application/palemoon/components/abouthome/jar.mn +++ b/application/palemoon/components/abouthome/jar.mn @@ -13,7 +13,9 @@ browser.jar: content/browser/abouthome/bookmarks.png content/browser/abouthome/history.png content/browser/abouthome/addons.png +#ifdef MOZ_SERVICES_SYNC content/browser/abouthome/sync.png +#endif content/browser/abouthome/settings.png content/browser/abouthome/restore.png content/browser/abouthome/restore-large.png @@ -23,7 +25,9 @@ browser.jar: content/browser/abouthome/bookmarks@2x.png content/browser/abouthome/history@2x.png content/browser/abouthome/addons@2x.png +#ifdef MOZ_SERVICES_SYNC content/browser/abouthome/sync@2x.png +#endif content/browser/abouthome/settings@2x.png content/browser/abouthome/restore@2x.png content/browser/abouthome/restore-large@2x.png \ No newline at end of file -- cgit v1.2.3