diff --git a/x11/xfce4/xfce4-mpc/Makefile b/x11/xfce4/xfce4-mpc/Makefile new file mode 100644 index 00000000000..a89e2bb2e74 --- /dev/null +++ b/x11/xfce4/xfce4-mpc/Makefile @@ -0,0 +1,34 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2007/05/31 12:28:13 steven Exp $ + +COMMENT= "simple client plugin for Music Player Daemon" + +V= 0.3.2 +DISTNAME= xfce4-mpc-plugin-${V} +PKGNAME= xfce4-mpc-${V} + +MAINTAINER= Landry Breuil +HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin + +# BSD-ISC +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes + +MASTER_SITES= http://goodies.xfce.org/releases/xfce4-mpc-plugin/ + +USE_GMAKE= Yes +LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \ + xfcegui4.>=4::x11/xfce4/libxfcegui4 + +CONFIGURE_ARGS= --without-libmpd + +RUN_DEPENDS= :xfce4-panel->=4.4.1:x11/xfce4/xfce4-panel +WANTLIB= X11 Xdmcp Xrender Xau fontconfig freetype m z c \ + Xcursor Xext Xfixes Xi Xinerama Xrandr expat \ + atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \ + gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \ + pangoft2-1.0 pangocairo-1.0 cairo glitz png \ + xfce4util.>=1 + +.include diff --git a/x11/xfce4/xfce4-mpc/distinfo b/x11/xfce4/xfce4-mpc/distinfo new file mode 100644 index 00000000000..ea407ee107d --- /dev/null +++ b/x11/xfce4/xfce4-mpc/distinfo @@ -0,0 +1,5 @@ +MD5 (xfce4/xfce4-mpc-plugin-0.3.2.tar.gz) = pE0920XLUkv3fTUiysVyhg== +RMD160 (xfce4/xfce4-mpc-plugin-0.3.2.tar.gz) = 1vVHbcYxXEsnjChTdlHywHluVP0= +SHA1 (xfce4/xfce4-mpc-plugin-0.3.2.tar.gz) = DaIMmXH5yzm4zek4soUU8ZTm8ow= +SHA256 (xfce4/xfce4-mpc-plugin-0.3.2.tar.gz) = hfUVxfL5DciRyhz5xOdFDtRhq3jOO9osfu+HbSimPl8= +SIZE (xfce4/xfce4-mpc-plugin-0.3.2.tar.gz) = 221042 diff --git a/x11/xfce4/xfce4-mpc/pkg/DESCR b/x11/xfce4/xfce4-mpc/pkg/DESCR new file mode 100644 index 00000000000..b96866f84e7 --- /dev/null +++ b/x11/xfce4/xfce4-mpc/pkg/DESCR @@ -0,0 +1,6 @@ +Features: send Play/Stop/Next/Previous command to MPD, decrease/increase +volume using the mouse wheel, show the current volume, status and title as +a tooltip when passing the mouse over the plugin, show a simple playlist +window upon middle-click, permitting to select a track to play, toggles +repeat/random features in the right-click menu, launch configurable client +(gmpc, xterm -e ncmpc,..) through right-click menu. diff --git a/x11/xfce4/xfce4-mpc/pkg/PLIST b/x11/xfce4/xfce4-mpc/pkg/PLIST new file mode 100644 index 00000000000..f4f43f69c60 --- /dev/null +++ b/x11/xfce4/xfce4-mpc/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/31 12:28:13 steven Exp $ +libexec/xfce4/ +libexec/xfce4/panel-plugins/ +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