diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-03 11:18:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-03 11:18:00 +0000 |
commit | 62f3d653de4158c6ae3307e07032d3e28776b042 (patch) | |
tree | b6a7cf13b6602f11f016f7f57355ca6f70e88c40 /www | |
parent | e3a2005d5ba4b54b16ed05301a9a5c257443bed5 (diff) | |
download | pkgsrc-62f3d653de4158c6ae3307e07032d3e28776b042.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/galeon-devel/Makefile | 9 | ||||
-rw-r--r-- | www/galeon-devel/PLIST | 11 | ||||
-rw-r--r-- | www/galeon-devel/distinfo | 3 | ||||
-rw-r--r-- | www/galeon-devel/patches/patch-ab | 13 |
4 files changed, 30 insertions, 6 deletions
diff --git a/www/galeon-devel/Makefile b/www/galeon-devel/Makefile index def7f280dc0..053191ac397 100644 --- a/www/galeon-devel/Makefile +++ b/www/galeon-devel/Makefile @@ -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 @@ GCONF2_SCHEMAS= galeon.schemas 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 --git a/www/galeon-devel/PLIST b/www/galeon-devel/PLIST index 8b671e5cea3..f0e4773881c 100644 --- a/www/galeon-devel/PLIST +++ b/www/galeon-devel/PLIST @@ -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/omf/galeon/galeon-es.omf 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 --git a/www/galeon-devel/distinfo b/www/galeon-devel/distinfo index a705bf2f47f..cff0f2677d8 100644 --- a/www/galeon-devel/distinfo +++ b/www/galeon-devel/distinfo @@ -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 --git a/www/galeon-devel/patches/patch-ab b/www/galeon-devel/patches/patch-ab new file mode 100644 index 00000000000..11cca8251b9 --- /dev/null +++ b/www/galeon-devel/patches/patch-ab @@ -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 |