pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/galeon Switch to "seamonkey" backend from "mozilla...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5cc9cf8873fb
branches:  trunk
changeset: 518948:5cc9cf8873fb
user:      salo <salo%pkgsrc.org@localhost>
date:      Sun Sep 24 16:30:08 2006 +0000

description:
Switch to "seamonkey" backend from "mozilla" as an alternative to "firefox",
split option part to a separate file.

Remove Mozilla comment from DESCR.

Fix PLIST, bump PKGREVISION.

diffstat:

 www/galeon/DESCR      |   3 +--
 www/galeon/Makefile   |  16 ++++------------
 www/galeon/PLIST      |   5 ++++-
 www/galeon/options.mk |  12 ++++++++++++
 4 files changed, 21 insertions(+), 15 deletions(-)

diffs (84 lines):

diff -r 307f135742b6 -r 5cc9cf8873fb www/galeon/DESCR
--- a/www/galeon/DESCR  Sun Sep 24 16:28:20 2006 +0000
+++ b/www/galeon/DESCR  Sun Sep 24 16:30:08 2006 +0000
@@ -1,5 +1,4 @@
 Galeon is a GNOME Web browser based on gecko (the mozilla rendering engine).
 It's fast, it has a light interface, and it is fully standards-compliant.
 
-This version uses GNOME 2, and is a development branch built against
-www/mozilla-gtk2.
+This version uses GNOME 2, and is a development branch.
diff -r 307f135742b6 -r 5cc9cf8873fb www/galeon/Makefile
--- a/www/galeon/Makefile       Sun Sep 24 16:28:20 2006 +0000
+++ b/www/galeon/Makefile       Sun Sep 24 16:30:08 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.103 2006/09/16 12:20:41 jmmv Exp $
+# $NetBSD: Makefile,v 1.104 2006/09/24 16:30:09 salo Exp $
 #
 
 DISTNAME=              galeon-2.0.1
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            www
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=galeon/}
 EXTRACT_SUFX=          .tar.bz2
@@ -20,15 +20,7 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.galeon
-.include "../../www/mozilla/gecko-options.mk"
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mfirefox)
-CONFIGURE_ARGS+=       --with-mozilla=firefox
-.else
-BUILDLINK_RPATHDIRS.mozilla-gtk2+=     lib/mozilla-gtk2
-.endif
+.include "options.mk"
 
 GCONF2_SCHEMAS=                galeon.schemas
 
@@ -44,6 +36,6 @@
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/scrollkeeper/omf.mk"
 .include "../../x11/gnome-desktop/buildlink3.mk"
+.include "../../www/seamonkey/gecko-depends.mk"
 .include "../../mk/pthread.buildlink3.mk"
-.include "../../www/mozilla/gecko-depends.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 307f135742b6 -r 5cc9cf8873fb www/galeon/PLIST
--- a/www/galeon/PLIST  Sun Sep 24 16:28:20 2006 +0000
+++ b/www/galeon/PLIST  Sun Sep 24 16:30:08 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2006/09/02 19:42:58 rillig Exp $
+@comment $NetBSD: PLIST,v 1.29 2006/09/24 16:30:09 salo Exp $
 bin/galeon
 bin/galeon-config-tool
 lib/bonobo/servers/GNOME_Galeon_Automation.server
@@ -235,6 +235,9 @@
 @comment in gnome2-dirs: @dirrm share/gnome/help
 @comment in gnome2-dirs: @dirrm share/gnome-2.0/ui
 @comment in GConf2: @dirrm share/gconf/schemas
+@dirrm share/galeon/chrome/global
+@dirrm share/galeon/chrome/branding
+@dirrm share/galeon/chrome
 @dirrm share/galeon
 @dirrm share/examples/galeon/sound/events
 @dirrm share/examples/galeon/sound
diff -r 307f135742b6 -r 5cc9cf8873fb www/galeon/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/galeon/options.mk     Sun Sep 24 16:30:08 2006 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: options.mk,v 1.1 2006/09/24 16:30:09 salo Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.galeon
+
+.include "../../www/seamonkey/gecko-options.mk"
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mfirefox)
+CONFIGURE_ARGS+=       --with-mozilla=firefox
+.else
+BUILDLINK_RPATHDIRS.seamonkey+=        lib/seamonkey
+.endif



Home | Main Index | Thread Index | Old Index