From 65516bb8b0517ec97eb21ccc5830f1aa92775f4c Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 15 Dec 2007 21:14:22 +0000 Subject: [PATCH] - add update-desktop-database goo --- net/xchat/Makefile | 5 +++-- net/xchat/pkg/PLIST | 4 +++- www/bluefish/Makefile | 4 +++- www/bluefish/pkg/PLIST | 4 +++- www/epiphany/Makefile | 6 ++++-- www/epiphany/pkg/PLIST | 4 +++- www/galeon/Makefile | 7 ++++--- www/galeon/pkg/PLIST | 4 +++- 8 files changed, 26 insertions(+), 12 deletions(-) diff --git a/net/xchat/Makefile b/net/xchat/Makefile index 241f602211a..1bac693fbdd 100644 --- a/net/xchat/Makefile +++ b/net/xchat/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.64 2007/11/24 19:21:16 okan Exp $ +# $OpenBSD: Makefile,v 1.65 2007/12/15 21:14:22 ajacoutot Exp $ COMMENT= GTK+2 IRC client MAJOR= 2.8 VERSION= ${MAJOR}.4 DISTNAME= xchat-${VERSION} -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= net x11 HOMEPAGE= http://www.xchat.org/ @@ -28,6 +28,7 @@ MASTER_SITES0= ${MASTER_SITE_SOURCEFORGE:=xchat/} EXTRACT_SUFX= .tar.bz2 +RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 \ sexy::x11/libsexy diff --git a/net/xchat/pkg/PLIST b/net/xchat/pkg/PLIST index 55daaa31e99..5de45c58001 100644 --- a/net/xchat/pkg/PLIST +++ b/net/xchat/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.22 2007/07/07 12:51:10 couderc Exp $ +@comment $OpenBSD: PLIST,v 1.23 2007/12/15 21:14:22 ajacoutot Exp $ bin/xchat share/applications/ share/applications/xchat.desktop @@ -38,3 +38,5 @@ share/locale/zh_CN/LC_MESSAGES/xchat.mo share/locale/zh_TW/LC_MESSAGES/xchat.mo share/pixmaps/ share/pixmaps/xchat.png +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 3c5965ef1af..832b91b410d 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.49 2007/09/15 20:38:20 merdely Exp $ +# $OpenBSD: Makefile,v 1.50 2007/12/15 21:14:22 ajacoutot Exp $ COMMENT= HTML editor for experienced web designers DISTNAME= bluefish-1.0.7 +PKGNAME= ${DISTNAME}p0 CATEGORIES= www HOMEPAGE= http://bluefish.openoffice.nl/ @@ -26,6 +27,7 @@ WANTLIB= X11 Xext Xrender glitz png atk-1.0 c m \ MODULES= devel/gettext +RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils BUILD_DEPENDS= ::misc/shared-mime-info LIB_DEPENDS= gtk-x11-2.0.>=0.14,gdk-x11-2.0.>=0.14,gdk_pixbuf-2.0.>=0.14::x11/gtk+2 \ pcre::devel/pcre \ diff --git a/www/bluefish/pkg/PLIST b/www/bluefish/pkg/PLIST index 41c80f2c87b..734d15fda98 100644 --- a/www/bluefish/pkg/PLIST +++ b/www/bluefish/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.17 2007/01/06 16:31:36 mbalmer Exp $ +@comment $OpenBSD: PLIST,v 1.18 2007/12/15 21:14:22 ajacoutot Exp $ bin/bluefish @man man/man1/bluefish.1 share/application-registry/ @@ -66,3 +66,5 @@ share/mime/packages/bluefish.xml share/pixmaps/ share/pixmaps/bluefish-icon.png share/pixmaps/gnome-mime-application-bluefish-project.png +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 866480a31b1..406287fa4f5 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2007/09/15 20:38:21 merdely Exp $ +# $OpenBSD: Makefile,v 1.18 2007/12/15 21:14:22 ajacoutot Exp $ SHARED_ONLY= Yes COMMENT= extremely lightweight and simple web browser for gnome @@ -6,6 +6,7 @@ COMMENT= extremely lightweight and simple web browser for gnome M= 2.18 V= 2.18.2 DISTNAME= epiphany-${V} +PKGNAME= ${DISTNAME}p0 CATEGORIES= www HOMEPAGE= http://www.gnome.org/projects/epiphany/ @@ -25,7 +26,8 @@ RUN_DEPENDS= :gnome-doc-utils->=0.3.2:x11/gnome/doc-utils \ :gnome-themes-*:x11/gnome/themes \ :iso-codes-*:devel/iso-codes \ :scrollkeeper-*:textproc/scrollkeeper \ - :yelp-*:x11/gnome/yelp + :yelp-*:x11/gnome/yelp \ + :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= gnome-desktop-2::x11/gnome/desktop \ gnomeui-2.>=1400::x11/gnome/libgnomeui \ mozilla-firefox/gtkembedmoz,mozilla-firefox/mozjs,mozilla-firefox/xpcom,mozilla-firefox/xpcom_core:mozilla-firefox->=2.0:www/mozilla-firefox \ diff --git a/www/epiphany/pkg/PLIST b/www/epiphany/pkg/PLIST index 62c275460d2..7edcced8818 100644 --- a/www/epiphany/pkg/PLIST +++ b/www/epiphany/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.6 2007/06/04 18:35:36 martynas Exp $ +@comment $OpenBSD: PLIST,v 1.7 2007/12/15 21:14:22 ajacoutot Exp $ bin/epiphany include/epiphany/ include/epiphany/${M}/ @@ -349,3 +349,5 @@ share/schemas/epiphany/epiphany.schemas @exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/epiphany/*.schemas > /dev/null @exec %D/bin/scrollkeeper-update -q @unexec %D/bin/scrollkeeper-update -q +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database diff --git a/www/galeon/Makefile b/www/galeon/Makefile index a839191e15c..f10ce51bba2 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.37 2007/09/15 20:38:21 merdely Exp $ +# $OpenBSD: Makefile,v 1.38 2007/12/15 21:14:22 ajacoutot Exp $ COMMENT= GNOME web browser based on gecko V= 2.0.3 DISTNAME= galeon-${V} -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= www HOMEPAGE= http://galeon.sourceforge.net/ @@ -38,7 +38,8 @@ RUN_DEPENDS= :gnome-doc-utils->=0.3.2:x11/gnome/doc-utils \ :gnome-themes-*:x11/gnome/themes \ :iso-codes-*:devel/iso-codes \ :scrollkeeper-*:textproc/scrollkeeper \ - :yelp-*:x11/gnome/yelp + :yelp-*:x11/gnome/yelp \ + :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= gnome-desktop-2::x11/gnome/desktop \ gnomeui-2.>=1400::x11/gnome/libgnomeui \ mozilla-firefox/gtkembedmoz,mozilla-firefox/xpcom,mozilla-firefox/xpcom_core:mozilla-firefox->=2.0:www/mozilla-firefox \ diff --git a/www/galeon/pkg/PLIST b/www/galeon/pkg/PLIST index 27212f1f9bb..e18fc960c0a 100644 --- a/www/galeon/pkg/PLIST +++ b/www/galeon/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.11 2007/08/08 17:24:58 martynas Exp $ +@comment $OpenBSD: PLIST,v 1.12 2007/12/15 21:14:22 ajacoutot Exp $ bin/galeon bin/galeon-config-tool lib/bonobo/ @@ -249,3 +249,5 @@ share/sounds/galeon/clicked.wav @exec %D/bin/scrollkeeper-update -q @unexec %D/bin/scrollkeeper-update -q @exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/galeon/*.schemas > /dev/null +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database