2005-07-21 18:29:42 +02:00
|
|
|
# $NetBSD: Makefile,v 1.82 2005/07/21 16:29:59 wiz Exp $
|
2004-07-20 19:37:23 +02:00
|
|
|
#
|
2001-07-14 04:34:51 +02:00
|
|
|
|
2005-05-31 17:43:56 +02:00
|
|
|
DISTNAME= galeon-1.3.21
|
2001-07-14 04:34:51 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/}
|
2004-07-20 19:37:23 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2001-07-14 04:34:51 +02:00
|
|
|
|
2005-07-21 15:11:42 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2001-07-14 04:34:51 +02:00
|
|
|
HOMEPAGE= http://galeon.sourceforge.net/
|
2004-07-20 19:37:23 +02:00
|
|
|
COMMENT= GNOME2 Web browser based on gecko
|
2001-07-14 04:34:51 +02:00
|
|
|
|
2004-07-20 19:37:23 +02:00
|
|
|
BUILD_USES_MSGFMT= yes
|
2001-12-28 05:41:37 +01:00
|
|
|
|
2004-07-20 19:37:23 +02:00
|
|
|
CONFLICTS+= galeon-devel-[0-9]*
|
2003-04-24 15:03:17 +02:00
|
|
|
|
2004-07-20 19:37:23 +02:00
|
|
|
USE_DIRS+= gnome2-1.5
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2004-07-20 19:37:23 +02:00
|
|
|
USE_PKGINSTALL= yes
|
2003-01-10 08:49:51 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2002-11-05 09:22:31 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-06-03 16:41:19 +02:00
|
|
|
_MOZILLA_USE_GTK2= # defined
|
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
2005-04-04 12:25:02 +02:00
|
|
|
MOZILLA_USE_XFT= YES
|
2002-09-04 16:47:32 +02:00
|
|
|
|
2005-07-21 15:11:42 +02:00
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.galeon
|
|
|
|
.include "../../www/mozilla/gecko-options.mk"
|
|
|
|
.include "../../mk/bsd.options.mk"
|
2005-05-31 17:43:56 +02:00
|
|
|
|
2005-07-21 15:11:42 +02:00
|
|
|
.if !empty(PKG_OPTIONS:Mfirefox)
|
2005-05-31 17:43:56 +02:00
|
|
|
CONFIGURE_ARGS+= --with-mozilla=firefox
|
|
|
|
.else
|
2004-07-20 19:37:23 +02:00
|
|
|
BUILDLINK_RPATHDIRS.mozilla-gtk2+= lib/mozilla-gtk2
|
2005-05-31 17:43:56 +02:00
|
|
|
.endif
|
2001-07-14 04:34:51 +02:00
|
|
|
|
2004-07-20 19:37:23 +02:00
|
|
|
GCONF2_SCHEMAS= galeon.schemas
|
2003-11-27 16:03:36 +01:00
|
|
|
|
2004-07-20 19:37:23 +02:00
|
|
|
EGDIR= ${PREFIX}/share/examples/galeon
|
|
|
|
CONF_FILES= ${EGDIR}/sound/events/galeon.soundlist \
|
|
|
|
${PKG_SYSCONFDIR}/sound/events/galeon.soundlist
|
2001-07-14 04:34:51 +02:00
|
|
|
|
2004-07-20 19:37:23 +02:00
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
2005-07-21 18:29:42 +02:00
|
|
|
.include "../../devel/pkg-config/buildlink3.mk"
|
2004-07-20 19:37:23 +02:00
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
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
2005-04-04 12:25:02 +02:00
|
|
|
.include "../../x11/gnome-desktop/buildlink3.mk"
|
2004-07-20 19:37:23 +02:00
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2005-07-21 15:11:42 +02:00
|
|
|
.include "../../www/mozilla/gecko-depends.mk"
|
2001-07-14 04:34:51 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|