pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/galeon-devel Fix installation of configuration fil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d3aee2c7667
branches: trunk
changeset: 472064:0d3aee2c7667
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sat Apr 03 11:18:00 2004 +0000
description:
Fix installation of configuration file, PLIST and icon name in the .desktop
file (so that it shows up properly in the menu). Bump PKGREVISION to 1.
diffstat:
www/galeon-devel/Makefile | 9 +++++----
www/galeon-devel/PLIST | 11 ++++++++++-
www/galeon-devel/distinfo | 3 ++-
www/galeon-devel/patches/patch-ab | 13 +++++++++++++
4 files changed, 30 insertions(+), 6 deletions(-)
diffs (88 lines):
diff -r bff99926c5a7 -r 0d3aee2c7667 www/galeon-devel/Makefile
--- a/www/galeon-devel/Makefile Sat Apr 03 10:26:14 2004 +0000
+++ b/www/galeon-devel/Makefile Sat Apr 03 11:18:00 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2004/04/02 16:16:29 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/03 11:18:00 jmmv Exp $
#
DISTNAME= galeon-1.3.14a
PKGNAME= ${DISTNAME:S/galeon/galeon-devel/}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/}
EXTRACT_SUFX= .tar.bz2
@@ -30,9 +31,9 @@
CONFIGURE_ARGS+= --with-mozilla-snapshot=1.6
CONFIGURE_ARGS+= --enable-nautilus-view=yes
-EGDIR= ${PREFIX}/share/examples/galeon2
-CONF_FILES= ${EGDIR}/galeon.soundlist \
- ${PKG_SYSCONFDIR}/galeon.soundlist
+EGDIR= ${PREFIX}/share/examples/galeon-devel
+CONF_FILES= ${EGDIR}/sound/events/galeon.soundlist \
+ ${PKG_SYSCONFDIR}/sound/events/galeon.soundlist
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
diff -r bff99926c5a7 -r 0d3aee2c7667 www/galeon-devel/PLIST
--- a/www/galeon-devel/PLIST Sat Apr 03 10:26:14 2004 +0000
+++ b/www/galeon-devel/PLIST Sat Apr 03 11:18:00 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/30 23:40:54 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/04/03 11:18:00 jmmv Exp $
bin/galeon
bin/galeon-bin
bin/galeon-config-tool
@@ -223,14 +223,23 @@
share/pixmaps/galeon.png
share/sounds/galeon/clicked.wav
@dirrm share/sounds/galeon
+@comment in xdg-dirs: @dirrm share/sounds
+@comment in xdg-dirs: @dirrm share/pixmaps
@dirrm share/omf/galeon
+@comment in scrollkeeper: @dirrm share/omf
@dirrm share/gnome/help/galeon/es/figures
@dirrm share/gnome/help/galeon/es
@dirrm share/gnome/help/galeon/C/figures
@dirrm share/gnome/help/galeon/C
@dirrm share/gnome/help/galeon
+@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
@dirrm share/examples/galeon-devel/sound/events
@dirrm share/examples/galeon-devel/sound
@dirrm share/examples/galeon-devel
+@comment in xdg-dirs: @dirrm share/applications
@dirrm lib/galeon/components
+@dirrm lib/galeon
+@comment in libbonobo: @dirrm lib/bonobo/servers
diff -r bff99926c5a7 -r 0d3aee2c7667 www/galeon-devel/distinfo
--- a/www/galeon-devel/distinfo Sat Apr 03 10:26:14 2004 +0000
+++ b/www/galeon-devel/distinfo Sat Apr 03 11:18:00 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/03/30 23:40:52 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/04/03 11:18:00 jmmv Exp $
SHA1 (galeon-1.3.14a.tar.bz2) = fc3f0931bf0ca4b5fe2435bd711e5f85b8162a00
Size (galeon-1.3.14a.tar.bz2) = 3708208 bytes
SHA1 (patch-aa) = fa8259918ed06291a41ffd871edebe79e750380f
+SHA1 (patch-ab) = 6f18be168729d4b1531f009a4d5715ee14bc5d54
diff -r bff99926c5a7 -r 0d3aee2c7667 www/galeon-devel/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/galeon-devel/patches/patch-ab Sat Apr 03 11:18:00 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/04/03 11:18:00 jmmv Exp $
+
+--- galeon.desktop.in.orig 2003-09-17 23:16:18.000000000 +0200
++++ galeon.desktop.in
+@@ -7,7 +7,7 @@ _Comment=Browse the web
+ Exec=galeon
+ Terminal=false
+ Type=Application
+-Icon=galeon
++Icon=galeon.png
+ Categories=Application;Network;
+ X-GNOME-Bugzilla-Bugzilla=GNOME
+ X-GNOME-Bugzilla-Product=galeon
Home |
Main Index |
Thread Index |
Old Index