New commits:
commit f4d2507a238260768dd1ac8af32167b8b0ee9d83
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
firefox: Removed nullplugin query. Make symlink for plugins
commit d08224c84b76d2f3dd7188c66217928c05839786
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
mplayerplug-in: Updated INSTALL to use xulrunner plugins
directory.
diff --git a/http/firefox/CONFIGURE b/http/firefox/CONFIGURE
index a788cb7..b3dce72 100755
--- a/http/firefox/CONFIGURE
+++ b/http/firefox/CONFIGURE
@@ -1,7 +1,4 @@
config_query FIREFOX_MOZLINK "Create a symlink to mozilla?" n
-config_query FIREFOX_NULLPLUGIN "Do you want nullplugin installed (to enable
\
-auto search and install of other plugins)" y
-
config_query FIREFOX_OFFICIAL "Enable official branding? If enabled, you may
\
be restricted in distributing these binaries IAW mozilla policies" n
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 484048d..f683ec0 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2008-10-08 George Sherwood <gsherwood AT sourcemage.org>
+ * CONFIGURE: Removed nullplugin query. Handled by xulrunner.
+ * INSTALL: Create synlink to /usr/lib/xulrunner/plugins
+
2008-10-07 George Sherwood <gsherwood AT sourcemage.org>
* BUILD: Updated to not use configure. All options set in
mozconfig3
diff --git a/http/firefox/INSTALL b/http/firefox/INSTALL
index 4882221..e6ecb7f 100755
--- a/http/firefox/INSTALL
+++ b/http/firefox/INSTALL
@@ -40,8 +40,8 @@ if test -f $INSTALL_ROOT/usr/lib/libnssckbi.so; then
ln -sf $TRACK_ROOT/usr/lib/libnssckbi.so $FIREFOX_HOME/libnssckbi.so
fi
fi &&
-if [[ $FIREFOX_NULLPLUGIN == n ]]; then
- rm $FIREFOX_HOME/plugins/libnullplugin.so
-fi
+
+ln -s $INSTALL_ROOT/usr/lib/xulrunner/plugins \
+ $INSTALL_ROOT/usr/lib/firefox/plugins
diff --git a/video/mplayerplug-in/HISTORY b/video/mplayerplug-in/HISTORY
index ce71cc8..d6b5c3e 100644
--- a/video/mplayerplug-in/HISTORY
+++ b/video/mplayerplug-in/HISTORY
@@ -1,3 +1,7 @@
+2008-10-08 George Sherwood <gsherwood AT sourcemage.org>
+ * INSTALL: check for xulrunner and install in its plugins
+ directory.
+
2008-10-07 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 3.55
* INSTALL: Install for seamonkey or firefox
diff --git a/video/mplayerplug-in/INSTALL b/video/mplayerplug-in/INSTALL
index 1d7b55f..478db25 100755
--- a/video/mplayerplug-in/INSTALL
+++ b/video/mplayerplug-in/INSTALL
@@ -1,5 +1,5 @@
-if spell_ok firefox; then
-DEST=$INSTALL_ROOT/usr/lib/firefox/plugins &&
+if spell_ok xulrunner; then
+DEST=$INSTALL_ROOT/usr/lib/xulrunner/plugins &&
mkdir -pv $DEST &&
install -m 0755 *.so *.xpt $DEST
fi &&
[SM-Commit] GIT changes to master grimoire by George Sherwood (f4d2507a238260768dd1ac8af32167b8b0ee9d83),
George Sherwood, 10/08/2008