[ooo-build-commit] patches/dev300

René Engelhard rene at kemper.freedesktop.org
Sat Dec 5 15:16:09 PST 2009


 patches/dev300/apply                            |    1 +
 patches/dev300/open-url-support-iceanimals.diff |   22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

New commits:
commit 10d8ce74631f01e5f824c214cc5bf4e69b38ee33
Author: Rene Engelhard <rene at debian.org>
Date:   Sat Dec 5 23:58:56 2009 +0100

    support iceape/icedove/iceweasel in open-url

diff --git a/patches/dev300/apply b/patches/dev300/apply
index 59da91a..05348a0 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -1369,6 +1369,7 @@ odk-remove-nonexisting-package.diff, i#105803
 
 [ DebianOnly ]
 seamonkey-is-iceape.diff
+open-url-support-iceanimals.diff
 
 [ BuildBits ]
 # allow separate helpcontent build
diff --git a/patches/dev300/open-url-support-iceanimals.diff b/patches/dev300/open-url-support-iceanimals.diff
new file mode 100644
index 0000000..6f14381
--- /dev/null
+++ b/patches/dev300/open-url-support-iceanimals.diff
@@ -0,0 +1,22 @@
+Index: open-url.sh
+===================================================================
+--- open-url.sh	(Revision 277618)
++++ open-url.sh	(Arbeitskopie)
+@@ -52,7 +52,7 @@
+     exit 0
+   else
+     # mozilla derivates may need -remote semantics
+-    for i in thunderbird mozilla netscape; do
++    for i in icedove thunderbird iceape mozilla netscape; do
+       mailer=`which $i`
+       if [ ! -z "$mailer" ]; then
+         run_mozilla "$mailer" "$1"
+@@ -69,7 +69,7 @@
+     exit 0
+   else
+     # mozilla derivates may need -remote semantics
+-    for i in firefox mozilla netscape; do
++    for i in iceweasel firefox iceape mozilla netscape; do
+       browser=`which $i`
+       if [ ! -z "$browser" ]; then
+         run_mozilla "$browser" "$1"


More information about the ooo-build-commit mailing list