diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-08-02 22:04:16 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-24 13:51:34 +0200 |
commit | a8c467f82e192c0170c0b7f153f194d5bfa6beea (patch) | |
tree | 4dff419d25d5e688f2ee6e8f75206409dcb35e78 | |
parent | f8b8a02ec0d460e2f5b78aa519e7231d86963d4b (diff) | |
download | meta-openembedded-a8c467f82e192c0170c0b7f153f194d5bfa6beea.tar.gz |
xfce4-pulseaudio-plugin: initial add 0.2.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.3.bb b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.3.bb new file mode 100644 index 000000000..f9ad32fe6 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.3.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Pulseaudio mixer for the xfce panel" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f" | ||
4 | |||
5 | inherit xfce-panel-plugin distro_features_check | ||
6 | |||
7 | REQUIRED_DISTRO_FEATURES = "pulseaudio" | ||
8 | |||
9 | DEPENDS += "pulseaudio" | ||
10 | |||
11 | SRC_URI[md5sum] = "13a47ba5a72c16fb06f7e1cc89858cc7" | ||
12 | SRC_URI[sha256sum] = "e82836bc8cf7d905b4e60d43dc630ba8e32dea785989700c71d4aeee9f583b33" | ||
13 | |||
14 | RRECOMMENDS_${PN} = "pavucontrol" | ||