From patchwork Sun Mar 18 20:40:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [meta-oe,4/6] xfce4-mpc-plugin: initial add 0.4.2 Date: Sun, 18 Mar 2012 20:40:52 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40googlemail=2Ecom=3E?= X-Patchwork-Id: 23779 Message-Id: <1332103254-3729-4-git-send-email-schnitzeltony@googlemail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andreas Müller --- .../mpc/xfce4-mpc-plugin_0.4.2.bb | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 meta-xfce/recipes-panel-plugins/mpc/xfce4-mpc-plugin_0.4.2.bb diff --git a/meta-xfce/recipes-panel-plugins/mpc/xfce4-mpc-plugin_0.4.2.bb b/meta-xfce/recipes-panel-plugins/mpc/xfce4-mpc-plugin_0.4.2.bb new file mode 100644 index 0000000..734f19e --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/mpc/xfce4-mpc-plugin_0.4.2.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Simple client plugin for Music Player Daemon" +HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin" +SECTION = "x11/application" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=3604d987e6dfdfc672c754d08953b0e0" + +inherit xfce-panel-plugin + +DEPENDS += "libmpd" + +# for now we reccomend our own mpd-server +RRECOMMENDS_${PN} = "mpd" + +SRC_URI[md5sum] = "45cfce0f9c4de5a3f51b006ef8caa515" +SRC_URI[sha256sum] = "5fa2e8c1217d80c2777d92650ba054cabf916e1452635a118005282886271714"