[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 225/483: Moved extension metadata to a central location. install.rdf is now being generated automatically and setting homepage is no longer up to translators.

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:43 UTC 2015


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

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

commit 45b2a797411e8b20c59c2eb0743169c75ec34ec9
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Tue Oct 19 16:43:13 2010 +0200

    Moved extension metadata to a central location. install.rdf is now being generated automatically and setting homepage is no longer up to translators.
---
 chrome/locale/en-US/meta.properties |   2 -
 install.rdf                         | 104 ------------------------------------
 make_release.pl                     |   2 -
 metadata                            |  27 ++++++++++
 version                             |   1 -
 5 files changed, 27 insertions(+), 109 deletions(-)

diff --git a/chrome/locale/en-US/meta.properties b/chrome/locale/en-US/meta.properties
index c2cd8d8..1d8ac59 100644
--- a/chrome/locale/en-US/meta.properties
+++ b/chrome/locale/en-US/meta.properties
@@ -4,8 +4,6 @@ translator=Wladimir Palant
 name=Element Hiding Helper for Adblock Plus
 # Extension description, to be displayed in the add-on manager
 description=Helps you create element hiding rules for Adblock Plus to fight the text ads.
-# Homepage URL for About dialog (don't translate if a page for your language doesn't exist on adblockplus.org)
-homepage=http://adblockplus.org/en/elemhidehelper
 # Short description for addons.mozilla.org (250 characters limit!). Leave out the link to English-language video if it isn't useful for users speaking your language.
 description.short=Fight the text ads! Element Hiding Helper is a companion extension for Adblock Plus meant to make creating element hiding rules easier.
 # Long description for addons.mozilla.org
diff --git a/install.rdf b/install.rdf
deleted file mode 100644
index 48073ec..0000000
--- a/install.rdf
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version="1.0"?>
-
-<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:em="http://www.mozilla.org/2004/em-rdf#">
-
-  <Description about="urn:mozilla:install-manifest">
-  
-  <em:id>elemhidehelper at adblockplus.org</em:id>
-  <em:version>{{VERSION}}</em:version>
-  <em:name>{{NAME}}</em:name>
-  <em:description>{{DESCRIPTION}}</em:description>
-  <em:creator>Wladimir Palant</em:creator>
-  <em:homepageURL>{{HOMEPAGE}}</em:homepageURL>
-  <em:type>2</em:type>
-
-  <em:contributor>Rob Brown</em:contributor>
-
-{{LOCALIZED}}
-
-  <!-- Front End Integration Hooks (used by Extension Manager)-->
-  <em:iconURL>chrome://elemhidehelper-icon/skin/icon.png</em:iconURL>
-  <em:aboutURL>chrome://elemhidehelper/content/about.xul</em:aboutURL>
-  
-  <!-- Target Application this extension can install into, 
-    with minimum and maximum supported versions. --> 
-  
-  <!-- FireFox -->
-  <em:targetApplication>
-    <Description>
-    <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
-    <em:minVersion>3.0.12</em:minVersion>
-    <em:maxVersion>4.0b8pre</em:maxVersion>
-    </Description>
-  </em:targetApplication>
-  
-  <!-- SeaMonkey -->
-  <em:targetApplication>
-    <Description>
-    <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
-    <em:minVersion>2.0</em:minVersion>
-    <em:maxVersion>2.1b2</em:maxVersion>
-    </Description>
-  </em:targetApplication>
-  
-  <!-- Thunderbird -->
-  <em:targetApplication>
-    <Description>
-    <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
-    <em:minVersion>3.0</em:minVersion>
-    <em:maxVersion>3.3a1pre</em:maxVersion>
-    </Description>
-  </em:targetApplication>
-
-  <!-- Songbird -->
-  <em:targetApplication>
-    <Description>
-    <em:id>songbird at songbirdnest.com</em:id>
-    <em:minVersion>1.4.0</em:minVersion>
-    <em:maxVersion>1.9.0a</em:maxVersion>
-    </Description>
-  </em:targetApplication>
-
-  <!-- Midbrowser -->
-  <em:targetApplication>
-    <Description>
-    <em:id>{aa5ca914-c309-495d-91cf-3141bbb04115}</em:id>
-    <em:minVersion>0.2</em:minVersion>
-    <em:maxVersion>0.3</em:maxVersion>
-    </Description>
-  </em:targetApplication>
-
-  <!-- eMusic Remote -->
-  <!--
-  Currently not supported - based on Gecko 1.8.1
-  <em:targetApplication>
-    <Description>
-      <em:id>dlm at emusic.com</em:id>
-      <em:minVersion>1.0</em:minVersion>
-      <em:maxVersion>1.0.0.*</em:maxVersion>
-    </Description>
-  </em:targetApplication>
-  -->
-
-  <!-- Conkeror -->
-  <em:targetApplication>
-    <Description>
-      <em:id>{a79fe89b-6662-4ff4-8e88-09950ad4dfde}</em:id>
-      <!-- Conkeror developers will take care of UI integration themselves -->
-      <em:minVersion>0.1</em:minVersion>
-      <em:maxVersion>100.0</em:maxVersion>
-    </Description>
-  </em:targetApplication>
-
-  <!-- Prism -->
-  <em:targetApplication>
-    <Description>
-      <em:id>prism at developer.mozilla.org</em:id>
-      <em:minVersion>1.0b1</em:minVersion>
-      <em:maxVersion>1.0.*</em:maxVersion>
-    </Description>
-  </em:targetApplication>
-
-  </Description>  
-</RDF>
diff --git a/make_release.pl b/make_release.pl
index 98bb3a1..b075236 100644
--- a/make_release.pl
+++ b/make_release.pl
@@ -2,8 +2,6 @@
 
 # This is a dummy, its purpose is to call a script with the same name in the buildtools repository
 
-our $BRANCH_NAME = "ELEMENT_HIDING_HELPER";
-
 $0 =~ s/(.*[\\\/])//g;
 chdir($1) if $1;
 
diff --git a/metadata b/metadata
new file mode 100644
index 0000000..fe2797c
--- /dev/null
+++ b/metadata
@@ -0,0 +1,27 @@
+[general]
+id=elemhidehelper at adblockplus.org
+basename=elemhidehelper
+branchname=ELEMENT_HIDING_HELPER
+version=1.1a
+author=Wladimir Palant
+contributor=Rob Brown
+icon=chrome://elemhidehelper-icon/skin/icon.png
+about=chrome://elemhidehelper/content/about.xul
+
+[homepage]
+default=http://adblockplus.org/elemhidehelper
+de=http://adblockplus.org/de/elemhidehelper
+en=http://adblockplus.org/en/elemhidehelper
+es=http://adblockplus.org/es/elemhidehelper
+fr=http://adblockplus.org/fr/elemhidehelper
+ko=http://adblockplus.org/ko/elemhidehelper
+
+[compat]
+firefox=3.0.12/4.0b8pre
+seamonkey=2.0/2.1b2
+thunderbird=3.0/3.3a1pre
+songbird=1.4.0/1.9.0a
+midbrowser=0.2/0.3
+#emusic=1.0/1.0.0.*
+conkeror=0.1/100.0
+prism=1.0b1/1.0.*
diff --git a/version b/version
deleted file mode 100644
index eea5593..0000000
--- a/version
+++ /dev/null
@@ -1 +0,0 @@
-1.1a

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



More information about the Pkg-mozext-commits mailing list