From de1881dab3390372f46b0536374a0621769a7761 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 15 Dec 2007 18:56:35 +0000 Subject: [PATCH] - add missing update-desktop-database goo "reads fine" jasper@ --- audio/audacious/Makefile | 5 +++-- audio/audacious/pkg/PLIST | 4 +++- audio/easytag/Makefile | 5 +++-- audio/easytag/pkg/PLIST | 4 +++- audio/gmpc/Makefile | 6 ++++-- audio/gmpc/pkg/PLIST | 4 +++- audio/gnomad2/Makefile | 6 +++--- audio/gnomad2/pkg/PLIST | 4 +++- audio/grip/Makefile | 7 ++++--- audio/grip/pkg/PLIST | 4 +++- audio/gtkpod/Makefile | 5 +++-- audio/gtkpod/pkg/PLIST | 4 +++- audio/pympd/Makefile | 7 ++++--- audio/pympd/pkg/PLIST | 4 +++- audio/tagtool/Makefile | 7 ++++--- audio/tagtool/pkg/PLIST | 4 +++- 16 files changed, 52 insertions(+), 28 deletions(-) diff --git a/audio/audacious/Makefile b/audio/audacious/Makefile index 54de753c6b9..5f5eec9aca5 100644 --- a/audio/audacious/Makefile +++ b/audio/audacious/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2007/11/13 12:44:22 steven Exp $ +# $OpenBSD: Makefile,v 1.7 2007/12/15 18:56:35 ajacoutot Exp $ SHARED_ONLY= Yes COMMENT= GTK+-2 media player based on BMP and XMMS DISTNAME= audacious-1.3.2 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 SHARED_LIBS= audacious 5.0 CATEGORIES= audio @@ -31,6 +31,7 @@ WANTLIB= X11 Xau Xdmcp Xrender Xcursor Xext Xfixes Xi Xinerama Xrandr \ gdk-x11-2.0 gtk-x11-2.0 atk-1.0 cairo glitz png \ pango-1.0 pangocairo-1.0 pangoft2-1.0 stdc++ xml2 +RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= glade-2.0.>=0.3::devel/libglade2 \ mcs::devel/mcs diff --git a/audio/audacious/pkg/PLIST b/audio/audacious/pkg/PLIST index f6bc8bb262a..b525fb4a38f 100644 --- a/audio/audacious/pkg/PLIST +++ b/audio/audacious/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.2 2007/05/21 11:30:26 steven Exp $ +@comment $OpenBSD: PLIST,v 1.3 2007/12/15 18:56:35 ajacoutot Exp $ bin/audacious bin/audtool include/audacious/ @@ -175,3 +175,5 @@ share/locale/zh_CN/LC_MESSAGES/audacious.mo share/locale/zh_TW/LC_MESSAGES/audacious.mo share/pixmaps/ share/pixmaps/audacious.png +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index d9fa101eb96..f0050115d3c 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2007/11/13 12:44:22 steven Exp $ +# $OpenBSD: Makefile,v 1.17 2007/12/15 18:56:35 ajacoutot Exp $ COMMENT= MP3 ID3 tags editor DISTNAME= easytag-2.1 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= audio x11 HOMEPAGE= http://easytag.sourceforge.net/ @@ -25,6 +25,7 @@ WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \ glib-2.0 glitz gmodule-2.0 gobject-2.0 m ogg pango-1.0 \ pangocairo-1.0 pangoft2-1.0 png stdc++ z +RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= id3.>=3::audio/id3lib \ FLAC.>=4::audio/flac \ vorbis.>=1,vorbisfile.>=1::audio/libvorbis \ diff --git a/audio/easytag/pkg/PLIST b/audio/easytag/pkg/PLIST index 99a12eb796e..d680799c84c 100644 --- a/audio/easytag/pkg/PLIST +++ b/audio/easytag/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.8 2007/05/29 10:27:33 bernd Exp $ +@comment $OpenBSD: PLIST,v 1.9 2007/12/15 18:56:35 ajacoutot Exp $ bin/easytag @man man/man1/easytag.1 share/applications/ @@ -28,3 +28,5 @@ share/locale/uk/LC_MESSAGES/easytag.mo share/locale/zh_CN/LC_MESSAGES/easytag.mo share/pixmaps/ share/pixmaps/EasyTAG.xpm +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile index 4bef0f15322..6fa6f9e9f9f 100644 --- a/audio/gmpc/Makefile +++ b/audio/gmpc/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.17 2007/12/15 16:53:48 landry Exp $ +# $OpenBSD: Makefile,v 1.18 2007/12/15 18:56:35 ajacoutot Exp $ COMMENT= gnome music player client VERSION= 0.15.5.0 DISTNAME= gmpc-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= audio MAINTAINER= Landry Breuil @@ -36,7 +37,8 @@ USE_LIBTOOL= Yes CONFIGURE_STYLE= gnu BUILD_DEPENDS= ::textproc/p5-XML-Parser -RUN_DEPENDS= ::x11/hicolor-icon-theme +RUN_DEPENDS= ::x11/hicolor-icon-theme \ + :desktop-file-utils-*:devel/desktop-file-utils CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS+= --enable-configdir \ diff --git a/audio/gmpc/pkg/PLIST b/audio/gmpc/pkg/PLIST index 4ebc9476ff1..4cbe3f3bed5 100644 --- a/audio/gmpc/pkg/PLIST +++ b/audio/gmpc/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.4 2007/12/15 13:11:22 landry Exp $ +@comment $OpenBSD: PLIST,v 1.5 2007/12/15 18:56:35 ajacoutot Exp $ bin/gmpc include/gmpc/ include/gmpc/TreeSearchWidget.h @@ -85,3 +85,5 @@ share/pixmaps/ share/pixmaps/gmpc.png @exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor @unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database diff --git a/audio/gnomad2/Makefile b/audio/gnomad2/Makefile index 1e81f6b3748..fc83ac9e55a 100644 --- a/audio/gnomad2/Makefile +++ b/audio/gnomad2/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2007/11/13 12:44:23 steven Exp $ +# $OpenBSD: Makefile,v 1.9 2007/12/15 18:56:35 ajacoutot Exp $ COMMENT= GTK+ tool for managing Creative and Dell audio players DISTNAME= gnomad2-2.8.13 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= audio MAINTAINER= Jasper Lievisse Adriaanse @@ -37,7 +37,7 @@ LIB_DEPENDS= id3tag.>=3::audio/libid3tag \ dbus-1.>=6::x11/dbus \ dbus-glib-1.>=2::x11/dbus-glib \ gdk_pixbuf-2.0.>=400.3,gdk-x11-2.0.>=400.3,gtk-x11-2.0.>=0.5::x11/gtk+2 - +RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils BUILD_DEPENDS= ::textproc/p5-XML-Parser .include diff --git a/audio/gnomad2/pkg/PLIST b/audio/gnomad2/pkg/PLIST index c5e7492ef89..c1742276a90 100644 --- a/audio/gnomad2/pkg/PLIST +++ b/audio/gnomad2/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/11 21:58:37 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.2 2007/12/15 18:56:35 ajacoutot Exp $ bin/gnomad2 @man man/man1/gnomad2.1 share/application-registry/ @@ -7,3 +7,5 @@ share/applications/ share/applications/gnomad2.desktop share/pixmaps/ share/pixmaps/gnomad2-logo.png +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database diff --git a/audio/grip/Makefile b/audio/grip/Makefile index bcff818ab2e..5e40dfda244 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.27 2007/11/13 12:44:23 steven Exp $ +# $OpenBSD: Makefile,v 1.28 2007/12/15 18:56:35 ajacoutot Exp $ COMMENT= front-end to external cd audio rippers and mp3 encoders DISTNAME= grip-3.2.0 -PKGNAME= ${DISTNAME}p7 +PKGNAME= ${DISTNAME}p8 CATEGORIES= audio HOMEPAGE= http://www.nostatic.org/grip/ @@ -38,7 +38,8 @@ LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui \ vte.>=8::devel/vte \ cdda_interface,cdda_paranoia::audio/cdparanoia RUN_DEPENDS= ::x11/gnome/yelp \ - ::audio/vorbis-tools + ::audio/vorbis-tools \ + :desktop-file-utils-*:devel/desktop-file-utils CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/grip/pkg/PLIST b/audio/grip/pkg/PLIST index 8e7b0c1465d..430fbf4da08 100644 --- a/audio/grip/pkg/PLIST +++ b/audio/grip/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.8 2005/06/30 22:34:29 alek Exp $ +@comment $OpenBSD: PLIST,v 1.9 2007/12/15 18:56:35 ajacoutot Exp $ bin/grip share/applications/grip.desktop share/gnome/ @@ -71,3 +71,5 @@ share/locale/zh_HK/LC_MESSAGES/grip.mo share/locale/zh_TW/LC_MESSAGES/grip.mo share/pixmaps/ share/pixmaps/gripicon.png +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 21ee6dfa717..57ce0c9a5e7 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.25 2007/12/04 07:28:30 ckuethe Exp $ +# $OpenBSD: Makefile,v 1.26 2007/12/15 18:56:35 ajacoutot Exp $ COMMENT= GTK+2 program to synchronize an Apple iPod DISTNAME= gtkpod-0.99.10 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= audio x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/} @@ -19,6 +19,7 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes USE_GMAKE= Yes +RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= id3tag.>=2::audio/libid3tag \ gpod.>=600.0::audio/libgpod \ gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \ diff --git a/audio/gtkpod/pkg/PLIST b/audio/gtkpod/pkg/PLIST index 36b0419bc30..5eba20ab74d 100644 --- a/audio/gtkpod/pkg/PLIST +++ b/audio/gtkpod/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.5 2007/11/22 22:46:42 ckuethe Exp $ +@comment $OpenBSD: PLIST,v 1.6 2007/12/15 18:56:35 ajacoutot Exp $ bin/gtkpod share/applications/ share/applications/gtkpod.desktop @@ -60,3 +60,5 @@ share/locale/he/LC_MESSAGES/gtkpod.mo share/locale/it/LC_MESSAGES/gtkpod.mo share/locale/ja/LC_MESSAGES/gtkpod.mo share/locale/sv/LC_MESSAGES/gtkpod.mo +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database diff --git a/audio/pympd/Makefile b/audio/pympd/Makefile index 41354ee0415..b4d8111f1df 100644 --- a/audio/pympd/Makefile +++ b/audio/pympd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:38 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/15 18:56:35 ajacoutot Exp $ COMMENT= frontend to mpd written in Python DISTNAME= pympd-0.07 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= audio x11 HOMEPAGE= http://pympd.sourceforge.net/ @@ -19,7 +19,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pympd/} MODULES= lang/python BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ::x11/py-gtk2 +RUN_DEPENDS= ::x11/py-gtk2 \ + :desktop-file-utils-*:devel/desktop-file-utils USE_X11= Yes diff --git a/audio/pympd/pkg/PLIST b/audio/pympd/pkg/PLIST index c0500026efe..fbd317abcd6 100644 --- a/audio/pympd/pkg/PLIST +++ b/audio/pympd/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/16 15:06:27 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.2 2007/12/15 18:56:35 ajacoutot Exp $ bin/pympd lib/python${MODPY_VERSION}/site-packages/pympd/ lib/python${MODPY_VERSION}/site-packages/pympd/__init__.py @@ -41,3 +41,5 @@ share/pympd/plugins/simplequeue.py share/pympd/plugins/stopbutton.py share/pympd/plugins/trayicon.py share/pympd/pympd.svg +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile index f7f3ee6e78e..1f496728656 100644 --- a/audio/tagtool/Makefile +++ b/audio/tagtool/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2007/11/13 20:05:00 jasper Exp $ +# $OpenBSD: Makefile,v 1.9 2007/12/15 18:56:35 ajacoutot Exp $ COMMENT= Ogg Vorbis and MP3 files tagger DISTNAME= tagtool-0.12.3 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= audio HOMEPAGE= http://pwp.netcabo.pt/paol/tagtool/ @@ -33,7 +33,8 @@ LIB_DEPENDS= id3.>=3.8::audio/id3lib \ gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0:gtk+2->=2.10:x11/gtk+2 \ glade-2.0.>=0.3::devel/libglade2 \ vorbisfile.>=4::audio/libvorbis -RUN_DEPENDS= ::x11/hicolor-icon-theme +RUN_DEPENDS= ::x11/hicolor-icon-theme \ + :desktop-file-utils-*:devel/desktop-file-utils CONFIGURE_STYLE=gnu diff --git a/audio/tagtool/pkg/PLIST b/audio/tagtool/pkg/PLIST index 5fb564ae5bd..7a36091474d 100644 --- a/audio/tagtool/pkg/PLIST +++ b/audio/tagtool/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.2 2007/06/01 18:48:46 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.3 2007/12/15 18:56:35 ajacoutot Exp $ bin/tagtool share/applications/ share/applications/tagtool.desktop @@ -51,3 +51,5 @@ share/tagtool/tagtool.glade share/tagtool/warn.png @exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor @unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor +@exec %D/bin/update-desktop-database +@unexec %D/bin/update-desktop-database