[Pkg-mozext-commits] [jpm.sh] 39/43: Experimental: Pale Moon support

Hema Prathaban hemaprathaban-guest at moszumanska.debian.org
Thu Aug 17 07:52:37 UTC 2017


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

hemaprathaban-guest pushed a commit to branch master
in repository jpm.sh.

commit 76b2f5ef1ab529c12257102c8e09698176481d8a
Author: nord-stream <nord-stream at ochaken.jp.eu.org>
Date:   Wed Jun 15 10:42:12 2016 +0000

    Experimental: Pale Moon support
---
 lib/xpi.sh | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/lib/xpi.sh b/lib/xpi.sh
index cd6c8ca..b4141e8 100644
--- a/lib/xpi.sh
+++ b/lib/xpi.sh
@@ -233,6 +233,7 @@ jpmXpiGenInstallRdf () {
 	uuidFennec='{aa3c5121-dab2-40e2-81ca-7ea25febc110}'
 	uuidThunderbird='{3550f703-e582-4d05-9a08-453d09bdfdc6}'
 	uuidSeamonkey='{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}'
+	uuidPaleMoon='{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}'
 
 	versionF=`jpmXpiFormatVersion "$2"`
 	
@@ -246,7 +247,11 @@ jpmXpiGenInstallRdf () {
 	[ "${addon_thunderbird_version}" ] && \
 		targetThunderbird=`jpmXpiGenInstallRdfTarget "$uuidThunderbird" '38.0a1' '48.*'`
 	[ "${addon_seamonkey_version}" ] && \
-		targetSeamonkey=`jpmXpiGenInstallRdfTarget "$uuidSeamonkey" '2.38' '2.46'`
+		targetSeamonkey=`jpmXpiGenInstallRdfTarget "$uuidSeamonkey" '2.38' '2.48'`
+	
+	# XXX Experimental: Be careful!
+	[ "${addon_palemoon_version}" ] && \
+		targetPaleMoon=`jpmXpiGenInstallRdfTarget "$uuidPaleMoon" '25.0' '26.*'`
 	
 	cat <<RDF
 <?xml version="1.0" encoding="utf-8"?>
@@ -263,7 +268,7 @@ jpmXpiGenInstallRdf () {
 <em:optionsURL>data:text/xml,<placeholder/></em:optionsURL>
 <em:optionsType>2</em:optionsType>
 <em:multiprocessCompatible>true</em:multiprocessCompatible>
-${targetFirefox}${targetFennec}${targetThunderbird}${targetSeamonkey}
+${targetFirefox}${targetFennec}${targetThunderbird}${targetSeamonkey}${targetPaleMoon}
 </Description>
 </RDF>
 RDF

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



More information about the Pkg-mozext-commits mailing list