summaryrefslogtreecommitdiffstats
path: root/www/galeon/files
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 11:23:11 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 11:23:11 +0800
commitf188050b70ce905e367886be9cf4827a021534b9 (patch)
treef865ed8fcdb5d3e7e4ebe4557618b3fed7fcee53 /www/galeon/files
parent2fb5b1925e09436afe28037516cbf04c70e6a1da (diff)
downloadmarcuscom-ports-f188050b70ce905e367886be9cf4827a021534b9.tar
marcuscom-ports-f188050b70ce905e367886be9cf4827a021534b9.tar.gz
marcuscom-ports-f188050b70ce905e367886be9cf4827a021534b9.tar.bz2
marcuscom-ports-f188050b70ce905e367886be9cf4827a021534b9.tar.lz
marcuscom-ports-f188050b70ce905e367886be9cf4827a021534b9.tar.xz
marcuscom-ports-f188050b70ce905e367886be9cf4827a021534b9.tar.zst
marcuscom-ports-f188050b70ce905e367886be9cf4827a021534b9.zip
- Clean out www
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5045 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/galeon/files')
-rw-r--r--www/galeon/files/galeon27
-rw-r--r--www/galeon/files/patch-bookmarks_bookmarks-import-druid-konqueror.c10
-rw-r--r--www/galeon/files/patch-src_Makefile.in10
-rw-r--r--www/galeon/files/patch-src_galeon-main.c11
-rw-r--r--www/galeon/files/patch-ui_Makefile.in12
5 files changed, 0 insertions, 70 deletions
diff --git a/www/galeon/files/galeon b/www/galeon/files/galeon
deleted file mode 100644
index 4b824adf0..000000000
--- a/www/galeon/files/galeon
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-dist_bin=`dirname $0`
-
-MOZILLA_HOME=%%X11BASE%%/lib/%%MOZILLA%%
-
-if [ -z "$MOZ_PLUGIN_PATH" ]; then
- MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins
- export MOZ_PLUGIN_PATH
-fi
-
-if [ -n "$LD_LIBRARY_PATH" ]; then
- LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH
-else
- LD_LIBRARY_PATH=$MOZILLA_HOME
-fi
-export LD_LIBRARY_PATH
-
-MOZILLA_FIVE_HOME=$MOZILLA_HOME
-export MOZILLA_FIVE_HOME
-
-if [ -f %%LOCALBASE%%/lib/libflashplayer.so.1 ]; then
- LD_PRELOAD=%%LOCALBASE%%/lib/libflashplayer.so.1
- export LD_PRELOAD
-fi
-
-exec "%%PREFIX%%/bin/galeon-bin" "$@"
diff --git a/www/galeon/files/patch-bookmarks_bookmarks-import-druid-konqueror.c b/www/galeon/files/patch-bookmarks_bookmarks-import-druid-konqueror.c
deleted file mode 100644
index 0400ebcf4..000000000
--- a/www/galeon/files/patch-bookmarks_bookmarks-import-druid-konqueror.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- bookmarks/bookmarks-import-druid-konqueror.c.orig Tue Mar 30 16:33:05 2004
-+++ bookmarks/bookmarks-import-druid-konqueror.c Mon May 31 23:35:26 2004
-@@ -20,6 +20,7 @@
- #include "config.h"
- #endif
-
-+#include <sys/types.h>
- #include <glib/gi18n.h>
- #include "bookmarks-import-druid-konqueror.h"
- #include "gul-gobject-misc.h"
diff --git a/www/galeon/files/patch-src_Makefile.in b/www/galeon/files/patch-src_Makefile.in
deleted file mode 100644
index 3c75398d9..000000000
--- a/www/galeon/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Makefile.in.orig Thu Dec 18 15:12:38 2003
-+++ src/Makefile.in Thu Dec 18 15:13:13 2003
-@@ -206,6 +206,7 @@
- -I$(top_srcdir)/bookmarks \
- $(GALEON_DEPENDENCY_CFLAGS) \
- -DSHARE_DIR=\"$(pkgdatadir)\" \
-+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
- -DDATADIR=\""$(datadir)"\"
-
-
diff --git a/www/galeon/files/patch-src_galeon-main.c b/www/galeon/files/patch-src_galeon-main.c
deleted file mode 100644
index 777907e0e..000000000
--- a/www/galeon/files/patch-src_galeon-main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/galeon-main.c.orig Thu Sep 11 01:11:30 2003
-+++ src/galeon-main.c Thu Sep 11 01:12:31 2003
-@@ -130,7 +130,7 @@
- #ifdef ENABLE_NLS
- /* Initialize the i18n stuff */
- setlocale(LC_ALL, "");
-- bindtextdomain(GETTEXT_PACKAGE, DATADIR "/locale");
-+ bindtextdomain(GETTEXT_PACKAGE, GNOMELOCALEDIR);
- textdomain(GETTEXT_PACKAGE);
- #endif
- /* set the application name manually until gnome handles the
diff --git a/www/galeon/files/patch-ui_Makefile.in b/www/galeon/files/patch-ui_Makefile.in
deleted file mode 100644
index 9e87b8029..000000000
--- a/www/galeon/files/patch-ui_Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- ui/Makefile.in.orig Fri Jan 23 01:48:25 2004
-+++ ui/Makefile.in Fri Jan 23 01:48:55 2004
-@@ -265,8 +265,7 @@
- uidir = $(pkgdatadir)
-
- uixmldir = $(datadir)/gnome-2.0/ui
--uixml_in_files = galeon-bookmarks-editor-ui.xml.in \
-- nautilus-galeon-view-ui.xml.in
-+uixml_in_files = galeon-bookmarks-editor-ui.xml.in
-
-
- uixml_DATA = $(uixml_in_files:.xml.in=.xml)