* added gmp to VIRUSSCANNER module, freshclam wants it to
[mnemosyne.git] / pkg_conf / firefox.conf
blob72c9172357a0d61247cde228bc33605e7f3c9eab
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # Filename: target/mnemosyne/pkg_conf/firefox.conf
5 # Copyright (C) 2002 - 2006 Alejandro Mery
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- SDE-COPYRIGHT-NOTE-END ---
15 hook_add postmake 5 'mnemosyne_firefox_openurl'
16 hook_add postmake 6 'mnemosyne_firefox_prefs'
18 mnemosyne_firefox_openurl() {
19         cat <<-EOT > $bindir/$pkg-openurl.sh
20         #!/bin/sh
22         export MOZILLA_FIVE_HOME="$libdir/$pkg-$ver"
23         export LD_LIBRARY_PATH=\$MOZILLA_FIVE_HOME:\$LD_LIBRARY_PATH
25         url="\$1" what="\$2"
26         
27         [ -n "\$url" ] || url="about:blank"
28         [ -n "\$what" ] || what="new-tab"
29         
30         MOZXREMOTE="\$MOZILLA_FIVE_HOME/mozilla-xremote-client -a $pkg"
31         if \$MOZXREMOTE 'ping()'; then
32             exec \$MOZXREMOTE "openURL(\$url,\$what)"
33         else
34             exec $bindir/$pkg "\$url" &
35         fi
36         EOT
37         chmod +x $bindir/$pkg-openurl.sh
40 mnemosyne_firefox_prefs() {
41         if pkginstalled thunderbird; then
42                 cat<<-EOT >> $libdir/${pkg}-${ver}/defaults/pref/firefox.js
43                 pref("network.protocol-handler.app.mailto", "${bindir//$pkg/thunderbird}/thunderbird-mailto.sh");
44                 EOT
45         fi