[Pkg-mozext-commits] [adblock-plus] 134/464: Added support for icon64.png in root directory

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit fd803ccae1269d41876a9b33184dc3c5541f1bd1
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Mar 31 21:09:57 2011 +0200

    Added support for icon64.png in root directory
---
 create_xpi.pl            | 2 +-
 make_babelzilla_build.pl | 2 +-
 setupTestEnvironment.pl  | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/create_xpi.pl b/create_xpi.pl
index 50851c0..232b72a 100644
--- a/create_xpi.pl
+++ b/create_xpi.pl
@@ -37,7 +37,7 @@ chdir('chrome');
 $pkg->makeJAR("$baseName.jar", 'content', 'skin', 'locale', '-/tests', '-/mochitest', '-/.incomplete', '-/meta.properties');
 chdir('..');
 
-my @files = grep {-e $_} ('components', <modules/*.jsm>, 'defaults', 'bootstrap.js', 'chrome.manifest', 'icon.png');
+my @files = grep {-e $_} ('components', <modules/*.jsm>, 'defaults', 'bootstrap.js', 'chrome.manifest', 'icon.png', 'icon64.png');
 @files = grep {$_ ne "modules/TimeLine.jsm"} @files unless exists($params{devbuild});
 
 $pkg->makeXPI($xpiFile, "chrome/$baseName.jar", @files);
diff --git a/make_babelzilla_build.pl b/make_babelzilla_build.pl
index e6434af..6e6bb54 100644
--- a/make_babelzilla_build.pl
+++ b/make_babelzilla_build.pl
@@ -37,7 +37,7 @@ chdir('chrome');
 $pkg->makeJAR("$baseName.jar", 'content', 'skin', 'locale', '-/tests', '-/mochitest', '-/.incomplete');
 chdir('..');
 
-my @files = grep {-e $_} ('components', <modules/*.jsm>, 'defaults', 'bootstrap.js', 'chrome.manifest', 'icon.png');
+my @files = grep {-e $_} ('components', <modules/*.jsm>, 'defaults', 'bootstrap.js', 'chrome.manifest', 'icon.png', 'icon64.png');
 
 $pkg->makeXPI($xpiFile, "chrome/$baseName.jar", @files);
 unlink("chrome/$baseName.jar");
diff --git a/setupTestEnvironment.pl b/setupTestEnvironment.pl
index 4566645..a684c01 100644
--- a/setupTestEnvironment.pl
+++ b/setupTestEnvironment.pl
@@ -31,6 +31,7 @@ $pkg->readLocaleData('chrome/locale');
 my @files = ();
 push @files, ["bootstrap.js", readFile("bootstrap.js")] if -f "bootstrap.js";
 push @files, ["icon.png", readFile("icon.png")] if -f "icon.png";
+push @files, ["icon64.png", readFile("icon64.png")] if -f "icon64.png";
 
 my $id = $pkg->{settings}{general}{id};
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list