summaryrefslogtreecommitdiff
path: root/www/galeon
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-04-04 10:25:02 +0000
committerabs <abs@pkgsrc.org>2005-04-04 10:25:02 +0000
commitf83e34bbc6b49f75c5f86601d7cb665be513be8e (patch)
treefd2ef30f6543be0712157065ce5006f3de77cb8a /www/galeon
parent1d719d6f0fe4862a705d95cf7e636acbf8662604 (diff)
downloadpkgsrc-f83e34bbc6b49f75c5f86601d7cb665be513be8e.tar.gz
Update galeon to 1.3.20, and drop maintainership:
Changes in 1.3.19: * Works with mozilla 1.7 -> 1.7.5, 1.8a3 -> 1.8a6 and trunk (Note that there's a bug in 1.8a6 that prevents it working with galeon if mozilla is compiled by FC3's gcc or gcc cvs. This is fixed in trunk.) * Try and stop the page from stealing focus from the location bar * Jump to tabs that open javascript dialogs, secunia advisory SA12712 * Make the location bar turn yellow for secure sites * Myportal overhaul, including clickable folder headers, and working file urls * Fix cookie preferences * Improved Javascript console * Allow compilation against FireFox libs (no type-ahead-find though) * Allow compilation against Thunderbird libs (requires custom thunderbird build with extra components) * Launch urls opened from the command line in a new tab if a galeon window is on the current workspace * Encode smart bookmarks better, so they work when the substituion is in the path portion of the url * Use the iso-codes package if it is available for language names * Lots of other bug fixes Changes in 1.3.20: * Works with mozilla 1.7 -> 1.7.5, 1.8a3 -> 1.8b1 and trunk * Using FireFox patched according to the instructions on http://live.gnome.org/Epiphany_2fMozillaPatches, type ahead find will work. * Further improvements to the attempt to stop the focus being stolen from web pages. * Works with Gnome 2.10: o Use startup notification when launching programs o Don't steal focus from other applications when launching new windows o Show application icons in the "Open With" menu * Don't show security dialogs twice * Use our own version of the security dialogs to look nicer, and allow better translation * Much improved favicon cache - only store favicons on disk for bookmarks * When saving files, check the user has permission. * Lots of other bug fixes
Diffstat (limited to 'www/galeon')
-rw-r--r--www/galeon/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index b8c02108187..7c99c38e729 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.74 2004/11/27 00:52:49 abs Exp $
+# $NetBSD: Makefile,v 1.75 2005/04/04 10:25:02 abs Exp $
#
-DISTNAME= galeon-1.3.18
+DISTNAME= galeon-1.3.20
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= abs@NetBSD.org
+MAINTAINER= packages@NetBSD.org
HOMEPAGE= http://galeon.sourceforge.net/
COMMENT= GNOME2 Web browser based on gecko
@@ -23,13 +23,13 @@ USE_LIBTOOL= yes
USE_X11= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/14a/14/}
+MOZILLA_USE_GTK2= # defined
+MOZILLA_USE_XFT= YES
BUILDLINK_RPATHDIRS.mozilla-gtk2+= lib/mozilla-gtk2
GCONF2_SCHEMAS= galeon.schemas
-CONFIGURE_ARGS+= --enable-nautilus-view=yes
-
EGDIR= ${PREFIX}/share/examples/galeon
CONF_FILES= ${EGDIR}/sound/events/galeon.soundlist \
${PKG_SYSCONFDIR}/sound/events/galeon.soundlist
@@ -40,9 +40,9 @@ CONF_FILES= ${EGDIR}/sound/events/galeon.soundlist \
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
-.include "../../sysutils/nautilus/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../www/mozilla-gtk2/buildlink3.mk"
+.include "../../x11/gnome-desktop/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"