summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-12 04:42:31 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-12 04:42:31 +0800
commitd804579f8340bb3c572da117a3eb33c97021749f (patch)
tree705fa08e502eecb6fc7136e46cf1c54a6119cf22 /www
parent61a2c6dbd0a77f7010f528c01fdb3ab288d3697c (diff)
downloadmarcuscom-ports-d804579f8340bb3c572da117a3eb33c97021749f.tar
marcuscom-ports-d804579f8340bb3c572da117a3eb33c97021749f.tar.gz
marcuscom-ports-d804579f8340bb3c572da117a3eb33c97021749f.tar.bz2
marcuscom-ports-d804579f8340bb3c572da117a3eb33c97021749f.tar.lz
marcuscom-ports-d804579f8340bb3c572da117a3eb33c97021749f.tar.xz
marcuscom-ports-d804579f8340bb3c572da117a3eb33c97021749f.tar.zst
marcuscom-ports-d804579f8340bb3c572da117a3eb33c97021749f.zip
Update to 1.3.8.
PR: 56689 Submitted by: Simon Barner <barner@in.tum.de> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1199 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/galeon2/Makefile97
-rw-r--r--www/galeon2/distinfo1
-rw-r--r--www/galeon2/files/patch-ab47
-rw-r--r--www/galeon2/files/patch-bookmarks_bookmarks-import-druid-konqueror.c10
-rw-r--r--www/galeon2/files/patch-configure10
-rw-r--r--www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp40
-rw-r--r--www/galeon2/files/patch-mozilla_TOCProtocolHandler.h11
-rw-r--r--www/galeon2/files/patch-src_Makefile.in10
-rw-r--r--www/galeon2/files/patch-src_galeon-main.c11
-rw-r--r--www/galeon2/files/patch-ui_Makefile.in10
-rw-r--r--www/galeon2/files/patch-utils_gul-toolbar-bonobo-view.c10
-rw-r--r--www/galeon2/pkg-descr4
-rw-r--r--www/galeon2/pkg-plist312
13 files changed, 573 insertions, 0 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile
new file mode 100644
index 000000000..aa2b898ff
--- /dev/null
+++ b/www/galeon2/Makefile
@@ -0,0 +1,97 @@
+# Ports collection Makefile for: galeon2
+# Date created: 16 November 2002
+# Whom: Maxime Romano <verbophobe@jewcrew.org>
+#
+# $FreeBSD: ports/www/galeon2/Makefile,v 1.116 2003/08/29 20:28:20 marcus Exp $
+#
+
+PORTNAME= galeon2
+PORTVERSION= 1.3.8
+CATEGORIES= www gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//}
+DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME 2 Web browser based on gecko (the Mozilla rendering engine)
+
+BUILD_DEPENDS= ${X11BASE}/include/mozilla${HEADERS_SUFX}/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers${HEADERS_SUFX} \
+ ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
+RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
+
+MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.4"
+
+MOZILLA= mozilla-gtk2
+HEADERS_SUFX=
+
+.if !defined(WITH_MOZILLA)
+MOZILLA= mozilla-gtk2
+HEADERS_SUFX=
+.else
+.if ${WITH_MOZILLA}=="mozilla-devel-gtk2"
+MOZILLA= ${WITH_MOZILLA}
+HEADERS_SUFX= -devel
+MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.5b"
+.else
+MOZILLA= mozilla-gtk2
+HEADERS_SUFX=
+.endif
+.endif
+
+USE_X_PREFIX= yes
+USE_GNOME= gnomeprefix gnomehack libgnomeui
+USE_LIBTOOL= yes
+USE_GMAKE= yes
+USE_REINPLACE= yes
+CONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla${HEADERS_SUFX}" \
+ --with-mozilla-libs="${X11BASE}/lib/${MOZILLA}" \
+ --enable-nautilus-view=no \
+ ${MOZ_CONFIGURE_ARGS}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+
+MAN1= galeon.1
+
+FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+# Galeon does not build correctly in -CURRENT if -Werror is passed
+# to the compiler.
+NO_WERROR= yes
+.endif
+# allow build with more warnings enabled
+.if defined(NO_WERROR)
+CONFIGURE_ARGS+= --disable-werror
+.endif
+
+pre-everything::
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " By default the port uses www/mozilla-gtk2 for html rendering, but you can"
+ @${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:"
+ @${ECHO_MSG}
+ @${ECHO_MSG} " mozilla-devel-gtk2 "
+ @${ECHO_MSG} ""
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g' \
+ ${WRKSRC}/configure
+ @${FIND} ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
+ 's|-lpthread|${PTHREAD_LIBS}|g'
+ @${FIND} ${WRKSRC} -name "*.cpp" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|malloc\.h|stdlib.h|g'
+ @${REINPLACE_CMD} -e 's|@prefix@/@DATADIRNAME@|@datadir@|g' \
+ ${WRKSRC}/ui/galeon-bookmarks-editor-ui.xml.in
+
+post-configure:
+ @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
+ s|%%LOCALBASE%%|${LOCALBASE}|g ; \
+ s|%%X11BASE%%|${X11BASE}|g ; \
+ s|%%MOZILLA%%|${MOZILLA}|g ; \
+ s|%%FLASHPLAYER%%|${FLASHPLAYER}|g' ${WRKSRC}/src/galeon
+
+pre-install:
+ @-${X11BASE}/bin/gconftool-2 --shutdown
+
+.include <bsd.port.post.mk>
diff --git a/www/galeon2/distinfo b/www/galeon2/distinfo
new file mode 100644
index 000000000..779279954
--- /dev/null
+++ b/www/galeon2/distinfo
@@ -0,0 +1 @@
+MD5 (galeon-1.3.8.tar.gz) = 8154fd1854c0e47ffbc93378de011811
diff --git a/www/galeon2/files/patch-ab b/www/galeon2/files/patch-ab
new file mode 100644
index 000000000..2f0e0e8d4
--- /dev/null
+++ b/www/galeon2/files/patch-ab
@@ -0,0 +1,47 @@
+--- src/galeon.in.orig Thu Apr 3 15:08:00 2003
++++ src/galeon.in Sat Apr 19 23:10:10 2003
+@@ -4,18 +4,14 @@
+
+ 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@
+-elif [ -f /usr/local/mozilla/chrome/comm.jar ]; then
+- MOZILLA_HOME=/usr/local/mozilla
+-elif [ -f /usr/lib/mozilla/chrome/comm.jar ]; then
+- MOZILLA_HOME=/usr/lib/mozilla
+-elif [ -f /opt/mozilla/chrome/comm.jar ]; then
+- MOZILLA_HOME=/opt/mozilla
+-elif [ -f /usr/lib/mozilla-0.9.7/chrome/comm.jar ]; then
+- MOZILLA_HOME=/usr/lib/mozilla-0.9.7/
+-elif [ -f /opt/gnome/lib/mozilla/chrome/comm.jar ]; then
+- MOZILLA_HOME=/opt/gnome/lib/mozilla/
++elif [ -f %%LOCALBASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then
++ MOZILLA_HOME=%%LOCALBASE%%/lib/%%MOZILLA%%
++elif [ -f %%X11BASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then
++ MOZILLA_HOME=%%X11BASE%%/lib/%%MOZILLA%%
++elif [ -f %%PREFIX%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then
++ MOZILLA_HOME=%%PREFIX%%/lib/%%MOZILLA%%
+ else
+ echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory"
+ exit
+@@ -27,11 +23,12 @@
+ MOZILLA_FIVE_HOME=$MOZILLA_HOME
+ export MOZILLA_FIVE_HOME
+
+-# for some reason this lets Galeon start properly on Red Hat 7.1 systems
+-if [ -f /etc/redhat-release ]; then
+- if [ "`cat /etc/redhat-release`" = "Red Hat Linux release 7.1 (Seawolf)" ]; then
+- export LD_ASSUME_KERNEL=2.2.5
+- fi
++MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins
++export MOZ_PLUGIN_PATH
++
++if [ -f %%FLASHPLAYER%% ]; then
++ LD_PRELOAD=%%FLASHPLAYER%%
++ export LD_PRELOAD
+ fi
+
+-exec "$dist_bin/galeon-bin" "$@"
++exec "%%PREFIX%%/bin/galeon-bin" "$@"
diff --git a/www/galeon2/files/patch-bookmarks_bookmarks-import-druid-konqueror.c b/www/galeon2/files/patch-bookmarks_bookmarks-import-druid-konqueror.c
new file mode 100644
index 000000000..6a54adc32
--- /dev/null
+++ b/www/galeon2/files/patch-bookmarks_bookmarks-import-druid-konqueror.c
@@ -0,0 +1,10 @@
+--- bookmarks/bookmarks-import-druid-konqueror.c.orig Sun Feb 16 18:36:14 2003
++++ bookmarks/bookmarks-import-druid-konqueror.c Sun Feb 16 18:36:40 2003
+@@ -20,6 +20,7 @@
+ #include "config.h"
+ #endif
+
++#include <sys/types.h>
+ #include <libgnome/gnome-i18n.h>
+ #include "bookmarks-import-druid-konqueror.h"
+ #include "gul-gobject-misc.h"
diff --git a/www/galeon2/files/patch-configure b/www/galeon2/files/patch-configure
new file mode 100644
index 000000000..c4953085d
--- /dev/null
+++ b/www/galeon2/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Sun Mar 9 08:30:25 2003
++++ configure Mon Apr 7 21:57:40 2003
+@@ -7838,6 +7838,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp b/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp
new file mode 100644
index 000000000..37f1b5483
--- /dev/null
+++ b/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp
@@ -0,0 +1,40 @@
+--- mozilla/TOCProtocolHandler.cpp.orig Sat Jun 14 11:42:57 2003
++++ mozilla/TOCProtocolHandler.cpp Mon Jul 21 11:30:04 2003
+@@ -83,8 +83,8 @@
+ oStream->Write (str.c_str(), str.size(), &bytesWriten);
+
+ static void ParseEnvPath(const nsCString &path, list<string> &dirs);
+-static int gHelpSelect (const struct dirent *dirEntry);
+-static int gnomeHelpSelect (const struct dirent *dirEntry);
++static int gHelpSelect (struct dirent *dirEntry);
++static int gnomeHelpSelect (struct dirent *dirEntry);
+ static void RenderContentType (nsIOutputStream *oStream, PRUint32 &bytesWriten);
+
+ /* Implementation file */
+@@ -362,7 +362,7 @@
+ }
+
+ NS_METHOD GTOCProtocolHandler::CreateHelpPage (const char *type,
+- int (*select)(const struct dirent *))
++ int (*select)(struct dirent *))
+ {
+ nsresult rv;
+
+@@ -445,7 +445,7 @@
+ }
+ }
+
+-int gHelpSelect (const struct dirent *dirEntry)
++int gHelpSelect (struct dirent *dirEntry)
+ {
+ #ifdef NOT_PORTED
+ char *helpPath = gnome_help_file_find_file (
+@@ -461,7 +461,7 @@
+ #endif
+ }
+
+-int gnomeHelpSelect (const struct dirent *dirEntry)
++int gnomeHelpSelect (struct dirent *dirEntry)
+ {
+ #ifdef NOT_PORTED
+ nsCString fileName = dirEntry->d_name;
diff --git a/www/galeon2/files/patch-mozilla_TOCProtocolHandler.h b/www/galeon2/files/patch-mozilla_TOCProtocolHandler.h
new file mode 100644
index 000000000..e942b83c8
--- /dev/null
+++ b/www/galeon2/files/patch-mozilla_TOCProtocolHandler.h
@@ -0,0 +1,11 @@
+--- mozilla/TOCProtocolHandler.h.orig Wed Nov 20 15:25:05 2002
++++ mozilla/TOCProtocolHandler.h Wed Nov 20 15:25:10 2002
+@@ -55,7 +55,7 @@
+ NS_METHOD CreateInfoPage (void);
+ NS_METHOD CreateManPage (void);
+ NS_METHOD CreateHelpPage (const char *type,
+- int (*select)(const struct dirent *));
++ int (*select)(struct dirent *));
+ nsCOMPtr<nsIURI> mURI;
+ nsCOMPtr<nsIChannel> mChannel;
+ nsCOMPtr<nsIStorageStream> mStream;
diff --git a/www/galeon2/files/patch-src_Makefile.in b/www/galeon2/files/patch-src_Makefile.in
new file mode 100644
index 000000000..75df3add0
--- /dev/null
+++ b/www/galeon2/files/patch-src_Makefile.in
@@ -0,0 +1,10 @@
+--- src/Makefile.in.orig Sun Aug 17 15:00:55 2003
++++ src/Makefile.in Sun Aug 17 15:01:50 2003
+@@ -205,6 +205,7 @@
+ $(GALEON_DEPENDENCY_CFLAGS) \
+ -DSHARE_DIR=\"$(pkgdatadir)\" \
+ -DDATADIR=\""$(datadir)"\" \
++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -DG_DISABLE_DEPRECATED \
+ -DGDK_DISABLE_DEPRECATED \
+ -DGTK_DISABLE_DEPRECATED \
diff --git a/www/galeon2/files/patch-src_galeon-main.c b/www/galeon2/files/patch-src_galeon-main.c
new file mode 100644
index 000000000..777907e0e
--- /dev/null
+++ b/www/galeon2/files/patch-src_galeon-main.c
@@ -0,0 +1,11 @@
+--- 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/galeon2/files/patch-ui_Makefile.in b/www/galeon2/files/patch-ui_Makefile.in
new file mode 100644
index 000000000..375c1bf91
--- /dev/null
+++ b/www/galeon2/files/patch-ui_Makefile.in
@@ -0,0 +1,10 @@
+--- ui/Makefile.in.orig Sun Nov 17 00:56:49 2002
++++ ui/Makefile.in Sun Nov 17 00:56:52 2002
+@@ -182,7 +182,6 @@
+
+ uixmldir = $(datadir)/gnome-2.0/ui
+ uixml_in_files = galeon-bookmarks-editor-ui.xml.in \
+- nautilus-galeon-view-ui.xml.in \
+ galeon-ui.xml.in
+
+
diff --git a/www/galeon2/files/patch-utils_gul-toolbar-bonobo-view.c b/www/galeon2/files/patch-utils_gul-toolbar-bonobo-view.c
new file mode 100644
index 000000000..ffa0128c0
--- /dev/null
+++ b/www/galeon2/files/patch-utils_gul-toolbar-bonobo-view.c
@@ -0,0 +1,10 @@
+--- utils/gul-toolbar-bonobo-view.c.orig Sun Jun 15 02:34:00 2003
++++ utils/gul-toolbar-bonobo-view.c Sun Jun 15 02:34:36 2003
+@@ -20,6 +20,7 @@
+ #include "config.h"
+ #endif
+
++#include <sys/types.h>
+ #include <libgnome/gnome-i18n.h>
+ #include "gul-gobject-misc.h"
+ #include "galeon-marshal.h"
diff --git a/www/galeon2/pkg-descr b/www/galeon2/pkg-descr
new file mode 100644
index 000000000..9a4205386
--- /dev/null
+++ b/www/galeon2/pkg-descr
@@ -0,0 +1,4 @@
+Galeon is a GNOME 2 Web browser based on Gecko (the mozilla rendering engine).
+It's fast, it has a light interface, and it is fully standards-compliant.
+
+WWW: http://galeon.sourceforge.net/
diff --git a/www/galeon2/pkg-plist b/www/galeon2/pkg-plist
new file mode 100644
index 000000000..c69e4d8ff
--- /dev/null
+++ b/www/galeon2/pkg-plist
@@ -0,0 +1,312 @@
+bin/galeon
+bin/galeon-bin
+bin/galeon-config-tool
+etc/gconf/gconf.xml.defaults/apps/galeon/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Advanced/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Advanced/Filtering/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Advanced/Network/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Advanced/Persistent/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Advanced/Security/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Browsing/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Browsing/Bookmarks/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Browsing/Find/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Browsing/General/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Browsing/History/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Handlers/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Handlers/Downloading/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Handlers/Programs/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Print/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Rendering/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Rendering/FontsColors/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/Rendering/Language/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/State/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/UI/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/UI/Mouse/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/UI/Tabs/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/UI/Toolbar/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/galeon/UI/Windows/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Advanced/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Advanced/Filtering/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Advanced/Network/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Advanced/Persistent/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Advanced/Security/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Browsing/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Browsing/Bookmarks/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Browsing/Find/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Browsing/General/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Browsing/History/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Handlers/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Handlers/Downloading/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Handlers/Programs/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Print/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Rendering/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Rendering/FontsColors/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Rendering/Language/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/State/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/UI/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/UI/Mouse/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/UI/Tabs/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/UI/Toolbar/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/galeon/UI/Windows/%gconf.xml
+etc/gconf/schemas/galeon.schemas
+etc/sound/events/galeon.soundlist
+lib/galeon/components/libgaleon-xpcom.so
+libdata/bonobo/servers/GNOME_Galeon_Automation.server
+libdata/bonobo/servers/GNOME_Galeon_NautilusView.server
+share/gnome/applications/galeon.desktop
+share/gnome/galeon/FAQ.html
+share/gnome/galeon/Insecure.png
+share/gnome/galeon/Secure.png
+share/gnome/galeon/about_logo.png
+share/gnome/galeon/autoscroll.xpm
+share/gnome/galeon/blocked.png
+share/gnome/galeon/bookmarks-editor-small.glade
+share/gnome/galeon/bookmarks-editor.glade
+share/gnome/galeon/bookmarks-find.glade
+share/gnome/galeon/bookmarks.glade
+share/gnome/galeon/bug.png
+share/gnome/galeon/debian.png
+share/gnome/galeon/default-bookmarks.xbel
+share/gnome/galeon/default-prefs.js
+share/gnome/galeon/fetch_favicon.xpm
+share/gnome/galeon/freshmeat.png
+share/gnome/galeon/galeon-bookmark-alias-mark.png
+share/gnome/galeon/galeon-bookmark.png
+share/gnome/galeon/galeon-default-open.png
+share/gnome/galeon/galeon-default.png
+share/gnome/galeon/galeon-folder-open.png
+share/gnome/galeon/galeon-folder.png
+share/gnome/galeon/galeon-fullscreen.png
+share/gnome/galeon/galeon-history.png
+share/gnome/galeon/galeon-prefs-fonts.png
+share/gnome/galeon/galeon-prefs-general.png
+share/gnome/galeon/galeon-prefs-language.png
+share/gnome/galeon/galeon-prefs-mouse.png
+share/gnome/galeon/galeon-prefs-network.png
+share/gnome/galeon/galeon-prefs-privacy.png
+share/gnome/galeon/galeon-prefs-tabs.png
+share/gnome/galeon/galeon-prefs-web-content.png
+share/gnome/galeon/galeon-send-link.png
+share/gnome/galeon/galeon-separator.png
+share/gnome/galeon/galeon-tab-loading.gif
+share/gnome/galeon/galeon-viewsource.png
+share/gnome/galeon/galeon.glade
+share/gnome/galeon/galeon.png
+share/gnome/galeon/gnu.png
+share/gnome/galeon/google.png
+share/gnome/galeon/google_groups.png
+share/gnome/galeon/google_images.png
+share/gnome/galeon/imdb_movies.png
+share/gnome/galeon/logo.png
+share/gnome/galeon/myportal.css
+share/gnome/galeon/new_alias.xpm
+share/gnome/galeon/new_alias_small.xpm
+share/gnome/galeon/new_folder.xpm
+share/gnome/galeon/new_folder_small.xpm
+share/gnome/galeon/new_item.xpm
+share/gnome/galeon/new_item_small.xpm
+share/gnome/galeon/new_separator.xpm
+share/gnome/galeon/new_separator_small.xpm
+share/gnome/galeon/prefs-dialog.glade
+share/gnome/galeon/print.glade
+share/gnome/galeon/prompts.glade
+share/gnome/galeon/rpm.png
+share/gnome/galeon/slack.png
+share/gnome/galeon/smart-bm-fold.png
+share/gnome/galeon/smart-bm-unfold.png
+share/gnome/galeon/spinners/crashcut/001.png
+share/gnome/galeon/spinners/crashcut/002.png
+share/gnome/galeon/spinners/crashcut/003.png
+share/gnome/galeon/spinners/crashcut/004.png
+share/gnome/galeon/spinners/crashcut/005.png
+share/gnome/galeon/spinners/crashcut/006.png
+share/gnome/galeon/spinners/crashcut/007.png
+share/gnome/galeon/spinners/crashcut/008.png
+share/gnome/galeon/spinners/crashcut/009.png
+share/gnome/galeon/spinners/crashcut/010.png
+share/gnome/galeon/spinners/crashcut/011.png
+share/gnome/galeon/spinners/crashcut/012.png
+share/gnome/galeon/spinners/crashcut/rest.png
+share/gnome/galeon/spinners/galeon/001.png
+share/gnome/galeon/spinners/galeon/002.png
+share/gnome/galeon/spinners/galeon/003.png
+share/gnome/galeon/spinners/galeon/004.png
+share/gnome/galeon/spinners/galeon/005.png
+share/gnome/galeon/spinners/galeon/006.png
+share/gnome/galeon/spinners/galeon/007.png
+share/gnome/galeon/spinners/galeon/008.png
+share/gnome/galeon/spinners/galeon/009.png
+share/gnome/galeon/spinners/galeon/010.png
+share/gnome/galeon/spinners/galeon/011.png
+share/gnome/galeon/spinners/galeon/012.png
+share/gnome/galeon/spinners/galeon/013.png
+share/gnome/galeon/spinners/galeon/014.png
+share/gnome/galeon/spinners/galeon/015.png
+share/gnome/galeon/spinners/galeon/016.png
+share/gnome/galeon/spinners/galeon/017.png
+share/gnome/galeon/spinners/galeon/018.png
+share/gnome/galeon/spinners/galeon/019.png
+share/gnome/galeon/spinners/galeon/020.png
+share/gnome/galeon/spinners/galeon/021.png
+share/gnome/galeon/spinners/galeon/022.png
+share/gnome/galeon/spinners/galeon/023.png
+share/gnome/galeon/spinners/galeon/024.png
+share/gnome/galeon/spinners/galeon/025.png
+share/gnome/galeon/spinners/galeon/026.png
+share/gnome/galeon/spinners/galeon/027.png
+share/gnome/galeon/spinners/galeon/rest.png
+share/gnome/galeon/spinners/pipeon/001.png
+share/gnome/galeon/spinners/pipeon/002.png
+share/gnome/galeon/spinners/pipeon/003.png
+share/gnome/galeon/spinners/pipeon/004.png
+share/gnome/galeon/spinners/pipeon/005.png
+share/gnome/galeon/spinners/pipeon/006.png
+share/gnome/galeon/spinners/pipeon/007.png
+share/gnome/galeon/spinners/pipeon/008.png
+share/gnome/galeon/spinners/pipeon/009.png
+share/gnome/galeon/spinners/pipeon/010.png
+share/gnome/galeon/spinners/pipeon/011.png
+share/gnome/galeon/spinners/pipeon/012.png
+share/gnome/galeon/spinners/pipeon/013.png
+share/gnome/galeon/spinners/pipeon/014.png
+share/gnome/galeon/spinners/pipeon/rest.png
+share/gnome/galeon/stocks.png
+share/gnome/galeon/toc.css
+share/gnome/galeon/toolbar-editor.glade
+share/gnome/gnome-2.0/ui/galeon-bookmarks-editor-ui.xml
+share/gnome/gnome-2.0/ui/galeon-ui.xml
+share/gnome/help/galeon/C/apx-authors.xml
+share/gnome/help/galeon/C/apx-bugs.xml
+share/gnome/help/galeon/C/apx-command-line.xml
+share/gnome/help/galeon/C/apx-compiling.xml
+share/gnome/help/galeon/C/apx-troubleshooting.xml
+share/gnome/help/galeon/C/bookmarks.xml
+share/gnome/help/galeon/C/browser-window.xml
+share/gnome/help/galeon/C/figures/bookmarks-editor.png
+share/gnome/help/galeon/C/figures/browser-window.png
+share/gnome/help/galeon/C/figures/find-dialog.png
+share/gnome/help/galeon/C/figures/othertools-history.png
+share/gnome/help/galeon/C/figures/othertools-pdm.png
+share/gnome/help/galeon/C/figures/tabbed-browsing.png
+share/gnome/help/galeon/C/figures/toolbars-bookmarks.png
+share/gnome/help/galeon/C/figures/toolbars-main.png
+share/gnome/help/galeon/C/galeon.xml
+share/gnome/help/galeon/C/getting-started.xml
+share/gnome/help/galeon/C/other-tools.xml
+share/gnome/help/galeon/C/plugins.xml
+share/gnome/help/galeon/C/preface.xml
+share/gnome/help/galeon/C/preferences.xml
+share/gnome/omf/galeon/galeon-C.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/galeon/galeon-C.omf 2>/dev/null || /usr/bin/true
+share/gnome/pixmaps/galeon.png
+share/gnome/sounds/galeon/clicked.wav
+share/locale/am/LC_MESSAGES/galeon-2.0.mo
+share/locale/az/LC_MESSAGES/galeon-2.0.mo
+share/locale/be/LC_MESSAGES/galeon-2.0.mo
+share/locale/bg/LC_MESSAGES/galeon-2.0.mo
+share/locale/ca/LC_MESSAGES/galeon-2.0.mo
+share/locale/cs/LC_MESSAGES/galeon-2.0.mo
+share/locale/da/LC_MESSAGES/galeon-2.0.mo
+share/locale/de/LC_MESSAGES/galeon-2.0.mo
+share/locale/el/LC_MESSAGES/galeon-2.0.mo
+share/locale/en_GB/LC_MESSAGES/galeon-2.0.mo
+share/locale/es/LC_MESSAGES/galeon-2.0.mo
+share/locale/et/LC_MESSAGES/galeon-2.0.mo
+share/locale/eu/LC_MESSAGES/galeon-2.0.mo
+share/locale/fi/LC_MESSAGES/galeon-2.0.mo
+share/locale/fr/LC_MESSAGES/galeon-2.0.mo
+share/locale/ga/LC_MESSAGES/galeon-2.0.mo
+share/locale/gl/LC_MESSAGES/galeon-2.0.mo
+share/locale/hr/LC_MESSAGES/galeon-2.0.mo
+share/locale/hu/LC_MESSAGES/galeon-2.0.mo
+share/locale/it/LC_MESSAGES/galeon-2.0.mo
+share/locale/ja/LC_MESSAGES/galeon-2.0.mo
+share/locale/ko/LC_MESSAGES/galeon-2.0.mo
+share/locale/lt/LC_MESSAGES/galeon-2.0.mo
+share/locale/lv/LC_MESSAGES/galeon-2.0.mo
+share/locale/mk/LC_MESSAGES/galeon-2.0.mo
+share/locale/ml/LC_MESSAGES/galeon-2.0.mo
+share/locale/mn/LC_MESSAGES/galeon-2.0.mo
+share/locale/ms/LC_MESSAGES/galeon-2.0.mo
+share/locale/nl/LC_MESSAGES/galeon-2.0.mo
+share/locale/nn/LC_MESSAGES/galeon-2.0.mo
+share/locale/no/LC_MESSAGES/galeon-2.0.mo
+share/locale/pl/LC_MESSAGES/galeon-2.0.mo
+share/locale/pt/LC_MESSAGES/galeon-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/galeon-2.0.mo
+share/locale/ro/LC_MESSAGES/galeon-2.0.mo
+share/locale/ru/LC_MESSAGES/galeon-2.0.mo
+share/locale/sk/LC_MESSAGES/galeon-2.0.mo
+share/locale/sl/LC_MESSAGES/galeon-2.0.mo
+share/locale/sr/LC_MESSAGES/galeon-2.0.mo
+share/locale/sr@Latn/LC_MESSAGES/galeon-2.0.mo
+share/locale/sv/LC_MESSAGES/galeon-2.0.mo
+share/locale/ta/LC_MESSAGES/galeon-2.0.mo
+share/locale/tr/LC_MESSAGES/galeon-2.0.mo
+share/locale/uk/LC_MESSAGES/galeon-2.0.mo
+share/locale/vi/LC_MESSAGES/galeon-2.0.mo
+share/locale/wa/LC_MESSAGES/galeon-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/galeon-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/galeon-2.0.mo
+@dirrm share/gnome/sounds/galeon
+@dirrm share/gnome/omf/galeon
+@dirrm share/gnome/help/galeon/C/figures
+@dirrm share/gnome/help/galeon/C
+@dirrm share/gnome/help/galeon
+@dirrm share/gnome/galeon/spinners/pipeon
+@dirrm share/gnome/galeon/spinners/galeon
+@dirrm share/gnome/galeon/spinners/crashcut
+@dirrm share/gnome/galeon/spinners
+@dirrm share/gnome/galeon
+@dirrm lib/galeon/components
+@dirrm lib/galeon
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/UI/Windows
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/UI/Toolbar
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/UI/Tabs
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/UI/Mouse
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/UI
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/State
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Rendering/Language
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Rendering/FontsColors
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Rendering
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Print
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Handlers/Programs
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Handlers/Downloading
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Handlers
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Browsing/History
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Browsing/General
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Browsing/Find
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Browsing/Bookmarks
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Browsing
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Advanced/Security
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Advanced/Persistent
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Advanced/Network
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Advanced/Filtering
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon/Advanced
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/galeon
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/UI/Windows
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/UI/Toolbar
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/UI/Tabs
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/UI/Mouse
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/UI
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/State
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Rendering/Language
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Rendering/FontsColors
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Rendering
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Print
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Handlers/Programs
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Handlers/Downloading
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Handlers
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Browsing/History
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Browsing/General
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Browsing/Find
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Browsing/Bookmarks
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Browsing
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Advanced/Security
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Advanced/Persistent
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Advanced/Network
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Advanced/Filtering
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Advanced
+@dirrm etc/gconf/gconf.xml.defaults/apps/galeon
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/galeon/galeon-C.omf 2>/dev/null || /usr/bin/true