CVS: moonbase/web/galeon galeon, NONE, 1.1 BUILD, 1.4, 1.5 DEPENDS,
1.4, 1.5 DETAILS, 1.8, 1.9
nhudson at lunar-linux.org
nhudson at lunar-linux.org
Tue Oct 21 03:23:24 GMT 2003
- Previous message: CVS: moonbase/mail/MozillaThunderbird/profile.d thunderbird.rc, NONE,
1.1
- Next message: CVS: moonbase/web/galeon2 BUILD, 1.8, NONE CONFLICTS, 1.1,
NONE DEPENDS, 1.2, NONE DETAILS, 1.7, NONE galeon, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/web/galeon
In directory dbguin.lunar-linux.org:/tmp/cvs-serv24162
Modified Files:
BUILD DEPENDS DETAILS
Added Files:
galeon
Log Message:
With the update of Mozilla 1.5 and it being compiled with gtk2 by default we can no longer have a galeon 1.2.x module due to 1.2.x is compiled with gtk1 and mozilla would have to be also. So I am updating this module to new version 1.3.9 to be compatible with our version of mozilla
--- NEW FILE: galeon ---
#!/bin/sh
dist_bin=`dirname $0`
if test -n "$MOZILLA_FIVE_HOME"; then
MOZILLA_HOME=$MOZILLA_FIVE_HOME
elif [ -f /usr/lib/mozilla-1.3.1/chrome/comm.jar ]; then
MOZILLA_HOME=/usr/lib/mozilla-1.3.1
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/
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=/usr/lib/mozilla/plugins
export MOZ_PLUGIN_PATH
# 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
fi
exec "$dist_bin/galeon-bin" "$@"
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/galeon/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 29 May 2003 11:37:59 -0000 1.4
+++ BUILD 21 Oct 2003 03:23:22 -0000 1.5
@@ -1,10 +1,10 @@
(
+
+ ./configure --prefix=/opt/lunar/gnome/2.4 \
+ --disable-werror \
+ $OPTS &&
+ default_make &&
- OPTS="$OPTS --disable-werror --with-mozilla-snapshot=1.3"
-
- default_config &&
- default_make &&
- echo "YES" |
- galeon-config-tool --install-schemas --fix-gconf-permissions
-
-) > $C_FIFO 2>&1
+ cp $SCRIPT_DIRECTORY/galeon /opt/lunar/gnome/2.4/bin
+
+) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/galeon/DEPENDS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DEPENDS 24 Dec 2002 21:57:55 -0000 1.4
+++ DEPENDS 21 Oct 2003 03:23:22 -0000 1.5
@@ -1,4 +1,3 @@
depends mozilla &&
-depends gnome-vfs &&
-depends libglade &&
-depends libxml
+depends libgnomeui &&
+optional_depends "nautilus" "--enable-nautilus-view" "" "to enable nautilus view"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/galeon/DETAILS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DETAILS 12 Aug 2003 11:19:29 -0000 1.8
+++ DETAILS 21 Oct 2003 03:23:22 -0000 1.9
@@ -1,15 +1,13 @@
MODULE=galeon
- VERSION=1.2.11
- #VERSION=1.2.10
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_VFY=md5:1da60a6e3fcbfe69969038eaef634d95
+ VERSION=1.3.9
+ SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
+ SOURCE_VFY=md5:f948047373884a0dc8d841930d11680c
WEB_SITE=http://galeon.sourceforge.net
- ENTERED=20010922
- UPDATED=20030616
+ ENTERED=20030310
+ UPDATED=20031021
SHORT="Galeon is a GNOME Web browser based on Gecko (the Mozilla rendering engine)."
- MAINTAINER=csm at moongroup.com
cat << EOF
Galeon is a GNOME Web browser based on Gecko (the Mozilla rendering
engine). It is fast, has a light interface, and is fully
- Previous message: CVS: moonbase/mail/MozillaThunderbird/profile.d thunderbird.rc, NONE,
1.1
- Next message: CVS: moonbase/web/galeon2 BUILD, 1.8, NONE CONFLICTS, 1.1,
NONE DEPENDS, 1.2, NONE DETAILS, 1.7, NONE galeon, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list