aboutsummaryrefslogtreecommitdiff
path: root/www/epiphany/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-04 02:12:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-04 02:12:52 +0000
commit399892a4fe29fadbd7c0111f8a884ed6af2c6ee0 (patch)
tree92d9775db9de7fe93694265904adc57697e2d436 /www/epiphany/files
parent09e61c309c5326a9405c601688f487e04dfb1430 (diff)
downloadports-399892a4fe29fadbd7c0111f8a884ed6af2c6ee0.tar.gz
ports-399892a4fe29fadbd7c0111f8a884ed6af2c6ee0.zip
* Update to 0.6.0
* Bring startup script more in line with galeon2
Notes
Notes: svn path=/head/; revision=80092
Diffstat (limited to 'www/epiphany/files')
-rw-r--r--www/epiphany/files/epiphany30
-rw-r--r--www/epiphany/files/patch-src_epiphany.in25
-rw-r--r--www/epiphany/files/patch-src_prefs-dialog.c17
3 files changed, 25 insertions, 47 deletions
diff --git a/www/epiphany/files/epiphany b/www/epiphany/files/epiphany
deleted file mode 100644
index 38f4b70bf621..000000000000
--- a/www/epiphany/files/epiphany
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-dist_bin=`dirname $0`
-
-if test -n "$MOZILLA_FIVE_HOME"; then
- MOZILLA_HOME=$MOZILLA_FIVE_HOME
-elif [ -f %%X11BASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then
- MOZILLA_HOME=%%X11BASE%%/lib/%%MOZILLA%%
-elif [ -f %%LOCALBASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then
- MOZILLA_HOME=%%LOCALBASE%%/lib/%%MOZILLA%%
-else
- echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory"
- exit
-fi
-
-LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH
-export LD_LIBRARY_PATH
-
-MOZILLA_FIVE_HOME=$MOZILLA_HOME
-export MOZILLA_FIVE_HOME
-
-MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins
-export MOZ_PLUGIN_PATH
-
-if [ -f %%FLASHPLAYER%% ]; then
- LD_PRELOAD=%%FLASHPLAYER%%
- export LD_PRELOAD
-fi
-
-exec %%PREFIX%%/bin/epiphany-bin "$@"
diff --git a/www/epiphany/files/patch-src_epiphany.in b/www/epiphany/files/patch-src_epiphany.in
new file mode 100644
index 000000000000..8a060f95b509
--- /dev/null
+++ b/www/epiphany/files/patch-src_epiphany.in
@@ -0,0 +1,25 @@
+--- src/epiphany.in.orig Sat May 3 21:56:42 2003
++++ src/epiphany.in Sat May 3 21:59:12 2003
+@@ -4,7 +4,7 @@
+
+ if test -n "$MOZILLA_FIVE_HOME"; then
+ MOZILLA_HOME=$MOZILLA_FIVE_HOME
+-elif [ -f @MOZILLA_HOME@/chrome/comm.jar ]; then
++elif [ -f @MOZILLA_HOME@/libgtkembedmoz.so ]; then
+ MOZILLA_HOME=@MOZILLA_HOME@
+ else
+ echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory"
+@@ -17,4 +17,12 @@
+ MOZILLA_FIVE_HOME=$MOZILLA_HOME
+ export MOZILLA_FIVE_HOME
+
+-exec "$dist_bin/epiphany-bin" "$@"
++MOZ_PLUGIN_PATH=%%X11BASE%%/lib/browser_plugins
++export MOZ_PLUGIN_PATH
++
++if [ -f %%FLASHPLAYER%% ]; then
++ LD_PRELOAD=%%FLASHPLAYER%%
++ export LD_PRELOAD
++fi
++
++exec "%%PREFIX%%/bin/epiphany-bin" "$@"
diff --git a/www/epiphany/files/patch-src_prefs-dialog.c b/www/epiphany/files/patch-src_prefs-dialog.c
deleted file mode 100644
index bda3a19144aa..000000000000
--- a/www/epiphany/files/patch-src_prefs-dialog.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/prefs-dialog.c.orig Thu Apr 24 02:14:52 2003
-+++ src/prefs-dialog.c Thu Apr 24 02:16:05 2003
-@@ -243,13 +243,13 @@
- {
- GError *err;
- gint id;
-- err = NULL;
- gchar *help_preferences[] = {
- "ephy-preferences-appearance",
- "ephy-preferences-general",
- "ephy-preferences-ui",
- "ephy-preferences-advanced"
- };
-+ err = NULL;
-
- id = gtk_notebook_get_current_page (GTK_NOTEBOOK (pd->priv->notebook));
-