- add missing update-desktop-database goo
"reads fine" jasper@
This commit is contained in:
parent
95fdd18a2e
commit
de1881dab3
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 <gaston@gcu.info>
|
||||
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 <jasper@openbsd.org>
|
||||
@ -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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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" \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user