diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-03 11:59:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-03 11:59:33 +0000 |
commit | ebb9ac95b89910a79e84c7e98af140df48cee06d (patch) | |
tree | 11a0d38202ec87786acaa1e8d9a189201c8f0c73 /www/galeon | |
parent | 1c56f8190baefb2945995d65f876dbdcb81ab49f (diff) | |
download | ports-ebb9ac95b89910a79e84c7e98af140df48cee06d.tar.gz ports-ebb9ac95b89910a79e84c7e98af140df48cee06d.zip |
Notes
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 2 | ||||
-rw-r--r-- | www/galeon/distinfo | 2 | ||||
-rw-r--r-- | www/galeon/files/patch-ab | 18 | ||||
-rw-r--r-- | www/galeon/pkg-plist | 5 |
4 files changed, 20 insertions, 7 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index e22c5fc90e11..329ba0b3612c 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= galeon -PORTVERSION= 0.10.4 +PORTVERSION= 0.10.5 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/} diff --git a/www/galeon/distinfo b/www/galeon/distinfo index b4abb7d3e477..9a192b50290f 100644 --- a/www/galeon/distinfo +++ b/www/galeon/distinfo @@ -1 +1 @@ -MD5 (galeon-0.10.4.tar.gz) = a01c4da98783fde0fd083d0d2d40f482 +MD5 (galeon-0.10.5.tar.gz) = 1368c32bd78bb730419cd4e9dd54031e diff --git a/www/galeon/files/patch-ab b/www/galeon/files/patch-ab index e14e1525c664..79e523a1f68c 100644 --- a/www/galeon/files/patch-ab +++ b/www/galeon/files/patch-ab @@ -1,14 +1,13 @@ $FreeBSD$ ---- src/galeon.orig Tue Apr 3 22:06:15 2001 -+++ src/galeon Mon Apr 9 14:27:58 2001 -@@ -1,15 +1,15 @@ +--- src/galeon.orig Mon Apr 30 11:46:07 2001 ++++ src/galeon Thu May 3 14:37:04 2001 +@@ -1,17 +1,13 @@ #!/bin/sh -dist_bin=`dirname $0` -+dist_bin=%%PREFIX%%/bin - +- if test -n "$MOZILLA_FIVE_HOME"; then MOZILLA_HOME=$MOZILLA_FIVE_HOME -elif [ -f /usr/local/mozilla/chrome/embed.jar ]; then @@ -17,6 +16,8 @@ $FreeBSD$ - MOZILLA_HOME=/usr/lib/mozilla -elif [ -f /opt/mozilla/chrome/embed.jar ]; then - MOZILLA_HOME=/opt/mozilla +-elif [ -f /usr/lib/mozilla-0.8.1/chrome/embed.jar ]; then +- MOZILLA_HOME=/usr/lib/mozilla-0.8.1/ +elif [ -f %%LOCALBASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then + MOZILLA_HOME=%%LOCALBASE%%/lib/%%MOZILLA%% +elif [ -f %%X11BASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then @@ -26,3 +27,10 @@ $FreeBSD$ else echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory" exit +@@ -31,5 +27,5 @@ + if [ -f ./galeon-bin ]; then + exec ./galeon-bin "$@" + else +-exec $dist_bin/galeon-bin "$@" ++exec %%PREFIX%%/bin/galeon-bin "$@" + fi diff --git a/www/galeon/pkg-plist b/www/galeon/pkg-plist index d2bb1b413f00..520860ac7131 100644 --- a/www/galeon/pkg-plist +++ b/www/galeon/pkg-plist @@ -1,12 +1,16 @@ bin/galeon bin/galeon-bin +etc/sound/events/galeon.soundlist share/gnome/apps/Internet/galeon.desktop share/gnome/galeon/delete.xpm share/gnome/galeon/dir.xpm share/gnome/galeon/dir_open.xpm share/gnome/galeon/drag-url-icon.png +share/gnome/galeon/galeon-composite.png +share/gnome/galeon/galeon-watermark.png share/gnome/galeon/galeon.glade share/gnome/galeon/galeon.png +share/gnome/galeon/google.png share/gnome/galeon/i-bookmark.xpm share/gnome/galeon/link.xpm share/gnome/galeon/logo.png @@ -138,6 +142,7 @@ share/gnome/help/galeon/C/stylesheet-images/warning.gif share/gnome/help/galeon/C/toolbar.html share/gnome/oaf/galeon.oaf share/gnome/pixmaps/galeon.png +share/gnome/sounds/galeon/clicked.wav share/locale/az/LC_MESSAGES/galeon.mo share/locale/ca/LC_MESSAGES/galeon.mo share/locale/cs/LC_MESSAGES/galeon.mo |