mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
A client plugin for MPD, the Music Player Daemon.
WWW: http://goodies.xfce.org/
This commit is contained in:
parent
2d56d286af
commit
097021821b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183108
@ -645,6 +645,7 @@
|
||||
SUBDIR += xcd
|
||||
SUBDIR += xcdplayer
|
||||
SUBDIR += xfce4-mixer
|
||||
SUBDIR += xfce4-mpc-plugin
|
||||
SUBDIR += xhippo
|
||||
SUBDIR += ximp3
|
||||
SUBDIR += xmcd
|
||||
|
29
audio/xfce4-mpc-plugin/Makefile
Normal file
29
audio/xfce4-mpc-plugin/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: mpc plugin for xfce4
|
||||
# Date created: 12 July 2006
|
||||
# Whom: Martin Wilke (miwi@FreeBSD.org)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-mpc-plugin
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= audio xfce
|
||||
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-mpc-plugin/
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= A mpc plugin for xfce
|
||||
|
||||
LIB_DEPENDS= mpd.0:${PORTSDIR}/audio/libmpd
|
||||
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
||||
USE_XFCE= configenv libgui libutil panel
|
||||
USE_XLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
|
||||
.include <bsd.port.post.mk>
|
3
audio/xfce4-mpc-plugin/distinfo
Normal file
3
audio/xfce4-mpc-plugin/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xfce4/xfce4-mpc-plugin-0.3.0.tar.gz) = 137214b1194a025076d361d3631cc3ae
|
||||
SHA256 (xfce4/xfce4-mpc-plugin-0.3.0.tar.gz) = 8fbc809f5fabd3ce71803912601f1a42dcdaf8206580a32344fef3fd602e47f0
|
||||
SIZE (xfce4/xfce4-mpc-plugin-0.3.0.tar.gz) = 136968
|
3
audio/xfce4-mpc-plugin/pkg-descr
Normal file
3
audio/xfce4-mpc-plugin/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A client plugin for MPD, the Music Player Daemon.
|
||||
|
||||
WWW: http://goodies.xfce.org/
|
13
audio/xfce4-mpc-plugin/pkg-plist
Normal file
13
audio/xfce4-mpc-plugin/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
libexec/xfce4/panel-plugins/xfce4-mpc-plugin
|
||||
share/locale/cs/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
share/xfce4/panel-plugins/xfce4-mpc-plugin.desktop
|
||||
@dirrmtry share/xfce4/panel-plugins
|
||||
@dirrmtry share/xfce4
|
||||
@dirrmtry share/locale/pl/LC_MESSAGES
|
||||
@dirrmtry share/locale/pl
|
||||
@dirrmtry share/locale/cs/LC_MESSAGES
|
||||
@dirrmtry share/locale/cs
|
||||
@dirrmtry libexec/xfce4/panel-plugins
|
||||
@dirrmtry libexec/xfce4
|
Loading…
Reference in New Issue
Block a user