diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2018-03-23 22:15:09 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-04-08 17:00:06 -0700 |
| commit | a7c46adfd876f0e5956815f4989b31954eb2a892 (patch) | |
| tree | 92f07055d0d3930c1156602761b358829ceb40b2 /meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.0.bb | |
| parent | a812e10242d97aee171632cb86a5b611c79b1849 (diff) | |
| download | meta-openembedded-a7c46adfd876f0e5956815f4989b31954eb2a892.tar.gz | |
xfce4-pulseaudio-plugin: update 0.3.5 -> 0.4.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.0.bb')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.0.bb b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.0.bb new file mode 100644 index 0000000000..f5417a1a1c --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 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 x11" | ||
| 8 | |||
| 9 | DEPENDS += "pulseaudio" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "12f3dd97e02c604e2023b5baf30d4a6c" | ||
| 12 | SRC_URI[sha256sum] = "aef9ad68a0b604a6aeca4c08146f3eb42bedb4fe1c8b65b82679cec0e2fc1cb3" | ||
| 13 | |||
| 14 | PACKAGECONFIG ??= "" | ||
| 15 | PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify" | ||
| 16 | |||
| 17 | RRECOMMENDS_${PN} = "pavucontrol" | ||
