[Pkg-mozext-commits] [itsalltext] 365/459: Added support for SeaMonkey 2.0

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:38 UTC 2015


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

taffit pushed a commit to branch master
in repository itsalltext.

commit 30fb59af7424e744e6c214d3629d0d95658e903c
Author: Christian Höltje <docwhat at gerf.org>
Date:   Fri Sep 17 21:57:16 2010 -0400

    Added support for SeaMonkey 2.0
---
 Makefile            |  6 +++---
 src/chrome.manifest |  1 +
 src/install.rdf     | 11 +++++++++++
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index fe79d20..2806596 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ ZIP        := zip
 PROJNICK   := itsalltext
 PROJNAME   := "It's All Text!"
 ICONFILE   := src/chrome/content/icon.png
-VERSION    := 1.4.1
+VERSION    := 1.4.2
 
 
 # NOTE: do not create files or directories in here that have
@@ -155,8 +155,8 @@ $(SOURCES_JS_WARN): lint/%.js.warn: %.js
 
 .PHONY: lintcheck
 lintcheck: $(SOURCES_JS_LINT) $(SOURCES_JS_WARN)
-	$(Q)egrep -q '^lint at '    $(SOURCES_JS_LINT) ; test $$? != 0
-	$(Q)egrep -q '^\[WARNING\]' $(SOURCES_JS_WARN) ; test $$? != 0
+	$(Q)egrep -q '^lint at '    $(SOURCES_JS_LINT)
+	$(Q)egrep -q '^\[WARNING\]' $(SOURCES_JS_WARN)
 
 .PHONY: showlint
 showlint: lint
diff --git a/src/chrome.manifest b/src/chrome.manifest
index fa7acd2..f198701 100644
--- a/src/chrome.manifest
+++ b/src/chrome.manifest
@@ -16,3 +16,4 @@ locale  itsalltext zh-CN chrome/locale/zh-CN/
 locale  itsalltext zh-TW chrome/locale/zh-TW/
 
 overlay chrome://browser/content/browser.xul chrome://itsalltext/content/itsalltext.xul
+overlay chrome://navigator/content/navigator.xul chrome://itsalltext/content/itsalltext.xul
diff --git a/src/install.rdf b/src/install.rdf
index 586711a..974d8b2 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -2,10 +2,20 @@
 <RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
          xmlns:NC="http://home.netscape.com/NC-rdf#"
          xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+  <!-- Firefox -->
   <RDF:Description RDF:about="rdf:#$firefox"
                    em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
                    em:minVersion="3.5"
                    em:maxVersion="3.7a1pre" />
+
+  <!-- SeaMonkey -->
+  <RDF:Description RDF:about="rdf:#$seamonkey"
+      em:id="{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}"
+      em:minVersion="2.0"
+      em:maxVersion="2.0.*" />
+
+  <!-- My Extension -->
   <RDF:Description RDF:about="urn:mozilla:install-manifest"
                    em:id="itsalltext at docwhat.gerf.org"
                    em:version="999.@@VERSION@@"
@@ -18,5 +28,6 @@
                    em:aboutURL="chrome://itsalltext/content/about.xul"
                    em:creator="Christian Höltje">
     <em:targetApplication RDF:resource="rdf:#$firefox"/>
+    <em:targetApplication RDF:resource="rdf:#$seamonkey"/>
   </RDF:Description>
 </RDF:RDF>

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



More information about the Pkg-mozext-commits mailing list