From 14e6d0ed4be07a4d6bf94a141af83b7d60f1ac5f Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Mon, 20 Oct 2014 02:43:14 +0200 Subject: Make generation scripts distro-independent --- .../firefox/trisquel/branding/content/Makefile.in | 13 ---- .../branding/content/VisualElements_logo.png | Bin 24397 -> 0 bytes .../branding/content/VisualElements_smalllogo.png | Bin 2588 -> 0 bytes .../content/VisualElements_splashscreen.png | Bin 75713 -> 0 bytes .../trisquel/branding/content/about-background.png | Bin 122354 -> 0 bytes .../trisquel/branding/content/about-logo.png | Bin 29465 -> 0 bytes .../trisquel/branding/content/about-logo@2x.png | Bin 114832 -> 0 bytes .../trisquel/branding/content/about-wordmark.svg | 78 --------------------- .../firefox/trisquel/branding/content/about.png | Bin 22792 -> 0 bytes .../trisquel/branding/content/aboutDialog.css | 25 ------- .../firefox/trisquel/branding/content/icon48.png | Bin 5395 -> 0 bytes .../firefox/trisquel/branding/content/icon64.png | Bin 7318 -> 0 bytes .../branding/content/identity-icons-brand.png | Bin 1601 -> 0 bytes .../branding/content/identity-icons-brand@2x.png | Bin 4114 -> 0 bytes .../DATA/firefox/trisquel/branding/content/jar.mn | 27 ------- .../branding/content/metro-about-footer.png | Bin 93828 -> 0 bytes .../branding/content/metro-about-wordmark.png | Bin 4411 -> 0 bytes .../trisquel/branding/content/metro-about.css | 14 ---- .../branding/content/metro_firstrun_logo.png | Bin 49057 -> 0 bytes .../branding/content/metro_firstrun_logo@1.4x.png | Bin 83476 -> 0 bytes .../branding/content/metro_firstrun_logo@1.8x.png | Bin 117482 -> 0 bytes .../firefox/trisquel/branding/content/moz.build | 7 -- 22 files changed, 164 deletions(-) delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/Makefile.in delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/VisualElements_logo.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/VisualElements_smalllogo.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/VisualElements_splashscreen.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/about-background.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/about-logo.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/about-logo@2x.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/about-wordmark.svg delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/about.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/aboutDialog.css delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/icon48.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/icon64.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/identity-icons-brand.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/identity-icons-brand@2x.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/jar.mn delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/metro-about-footer.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/metro-about-wordmark.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/metro-about.css delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/metro_firstrun_logo.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/metro_firstrun_logo@1.4x.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/metro_firstrun_logo@1.8x.png delete mode 100644 helpers/DATA/firefox/trisquel/branding/content/moz.build (limited to 'helpers/DATA/firefox/trisquel/branding/content') diff --git a/helpers/DATA/firefox/trisquel/branding/content/Makefile.in b/helpers/DATA/firefox/trisquel/branding/content/Makefile.in deleted file mode 100644 index 2d17f36..0000000 --- a/helpers/DATA/firefox/trisquel/branding/content/Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -# 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/. - -# Branding Makefile -# - jars chrome artwork - -# resources needed for the metro tile interface -ifeq ($(MOZ_WIDGET_TOOLKIT) $(DIST_SUBDIR),windows metro) -TILE_FILES := $(wildcard $(srcdir)/VisualElements*) -TILE_DEST := $(DIST)/bin/tileresources -INSTALL_TARGETS += TILE -endif diff --git a/helpers/DATA/firefox/trisquel/branding/content/VisualElements_logo.png b/helpers/DATA/firefox/trisquel/branding/content/VisualElements_logo.png deleted file mode 100644 index 0cbf367..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/VisualElements_logo.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/VisualElements_smalllogo.png b/helpers/DATA/firefox/trisquel/branding/content/VisualElements_smalllogo.png deleted file mode 100644 index 425f9fd..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/VisualElements_smalllogo.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/VisualElements_splashscreen.png b/helpers/DATA/firefox/trisquel/branding/content/VisualElements_splashscreen.png deleted file mode 100644 index 484ac2f..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/VisualElements_splashscreen.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/about-background.png b/helpers/DATA/firefox/trisquel/branding/content/about-background.png deleted file mode 100644 index f626f74..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/about-background.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/about-logo.png b/helpers/DATA/firefox/trisquel/branding/content/about-logo.png deleted file mode 100644 index 554a13d..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/about-logo.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/about-logo@2x.png b/helpers/DATA/firefox/trisquel/branding/content/about-logo@2x.png deleted file mode 100644 index 1c4dea8..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/about-logo@2x.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/about-wordmark.svg b/helpers/DATA/firefox/trisquel/branding/content/about-wordmark.svg deleted file mode 100644 index 7c73566..0000000 --- a/helpers/DATA/firefox/trisquel/branding/content/about-wordmark.svg +++ /dev/null @@ -1,78 +0,0 @@ - -image/svg+xml - - - - - - - \ No newline at end of file diff --git a/helpers/DATA/firefox/trisquel/branding/content/about.png b/helpers/DATA/firefox/trisquel/branding/content/about.png deleted file mode 100644 index eaa1a31..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/about.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/aboutDialog.css b/helpers/DATA/firefox/trisquel/branding/content/aboutDialog.css deleted file mode 100644 index 4c2a7b6..0000000 --- a/helpers/DATA/firefox/trisquel/branding/content/aboutDialog.css +++ /dev/null @@ -1,25 +0,0 @@ -/* 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/. */ - -#aboutDialogContainer { - background-image: url("chrome://branding/content/about-background.png"); - background-repeat: no-repeat; - background-color: #000; - color: #fff; -} - -.text-link { - color: #fff !important; - text-decoration: underline; -} - -#rightBox { - /* this margin prevents text from overlapping the planet image */ - margin-left: 280px; - margin-right: 20px; -} - -#bottomBox { - background-color: rgba(0,0,0,.7); -} diff --git a/helpers/DATA/firefox/trisquel/branding/content/icon48.png b/helpers/DATA/firefox/trisquel/branding/content/icon48.png deleted file mode 100644 index 2f18a7d..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/icon48.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/icon64.png b/helpers/DATA/firefox/trisquel/branding/content/icon64.png deleted file mode 100644 index 16e1d6e..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/icon64.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/identity-icons-brand.png b/helpers/DATA/firefox/trisquel/branding/content/identity-icons-brand.png deleted file mode 100644 index b26b76d..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/identity-icons-brand.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/identity-icons-brand@2x.png b/helpers/DATA/firefox/trisquel/branding/content/identity-icons-brand@2x.png deleted file mode 100644 index 41e9a1d..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/identity-icons-brand@2x.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/jar.mn b/helpers/DATA/firefox/trisquel/branding/content/jar.mn deleted file mode 100644 index dc07b3d..0000000 --- a/helpers/DATA/firefox/trisquel/branding/content/jar.mn +++ /dev/null @@ -1,27 +0,0 @@ -# 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 branding %content/branding/ contentaccessible=yes - content/branding/about.png (about.png) - content/branding/about-background.png (about-background.png) - content/branding/about-logo.png (about-logo.png) - content/branding/about-logo@2x.png (about-logo@2x.png) - content/branding/about-wordmark.svg (about-wordmark.svg) - content/branding/icon48.png (icon48.png) - content/branding/icon64.png (icon64.png) - content/branding/icon16.png (../default16.png) - content/branding/icon32.png (../default32.png) - content/branding/icon128.png (../mozicon128.png) - content/branding/identity-icons-brand.png (identity-icons-brand.png) - content/branding/identity-icons-brand@2x.png (identity-icons-brand@2x.png) - content/branding/aboutDialog.css (aboutDialog.css) -#ifdef MOZ_METRO - content/branding/metro-about.css (metro-about.css) - content/branding/metro-about-footer.png (metro-about-footer.png) - content/branding/metro-about-wordmark.png (metro-about-wordmark.png) - content/branding/metro_firstrun_logo.png (metro_firstrun_logo.png) - content/branding/metro_firstrun_logo@1.4x.png (metro_firstrun_logo@1.4x.png) - content/branding/metro_firstrun_logo@1.8x.png (metro_firstrun_logo@1.8x.png) -#endif diff --git a/helpers/DATA/firefox/trisquel/branding/content/metro-about-footer.png b/helpers/DATA/firefox/trisquel/branding/content/metro-about-footer.png deleted file mode 100644 index c81a520..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/metro-about-footer.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/metro-about-wordmark.png b/helpers/DATA/firefox/trisquel/branding/content/metro-about-wordmark.png deleted file mode 100644 index 58b1390..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/metro-about-wordmark.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/metro-about.css b/helpers/DATA/firefox/trisquel/branding/content/metro-about.css deleted file mode 100644 index ae59ca7..0000000 --- a/helpers/DATA/firefox/trisquel/branding/content/metro-about.css +++ /dev/null @@ -1,14 +0,0 @@ -/* 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/. */ - -#about-flyoutpanel { - background-color: #002147; - color: white; -} - -#about-policy-label:hover, -#about-policy-label:active { - background: #0a111c; -} - diff --git a/helpers/DATA/firefox/trisquel/branding/content/metro_firstrun_logo.png b/helpers/DATA/firefox/trisquel/branding/content/metro_firstrun_logo.png deleted file mode 100644 index 8ad7f27..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/metro_firstrun_logo.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/metro_firstrun_logo@1.4x.png b/helpers/DATA/firefox/trisquel/branding/content/metro_firstrun_logo@1.4x.png deleted file mode 100644 index 8a247a8..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/metro_firstrun_logo@1.4x.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/metro_firstrun_logo@1.8x.png b/helpers/DATA/firefox/trisquel/branding/content/metro_firstrun_logo@1.8x.png deleted file mode 100644 index a716c58..0000000 Binary files a/helpers/DATA/firefox/trisquel/branding/content/metro_firstrun_logo@1.8x.png and /dev/null differ diff --git a/helpers/DATA/firefox/trisquel/branding/content/moz.build b/helpers/DATA/firefox/trisquel/branding/content/moz.build deleted file mode 100644 index c97072b..0000000 --- a/helpers/DATA/firefox/trisquel/branding/content/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# 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/. - -JAR_MANIFESTS += ['jar.mn'] \ No newline at end of file -- cgit v1.2.3