summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.5.1.bb (renamed from meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.9.bb)7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.9.bb b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.5.1.bb
index 1729ebfb29..8773cbcbb9 100644
--- a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.9.bb
+++ b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.5.1.bb
@@ -3,15 +3,20 @@ HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/start"
3LICENSE = "GPL-2.0-only" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f"
5 5
6XFCE_COMPRESS_TYPE = "xz"
7
6inherit xfce-panel-plugin features_check 8inherit xfce-panel-plugin features_check
7 9
8REQUIRED_DISTRO_FEATURES = "pulseaudio x11" 10REQUIRED_DISTRO_FEATURES = "pulseaudio x11"
9 11
10DEPENDS += "dbus-glib pulseaudio" 12DEPENDS += "dbus-glib pulseaudio"
11 13
12SRC_URI[sha256sum] = "a0807615fb2848d0361b7e4568a44f26d189fda48011c7ba074986c8bfddc99a" 14SRC_URI[sha256sum] = "8e1f3a505f37aa3bc2816a58bec5f9555366f1c476f10eab59fd0e6581d08c47"
13 15
14PACKAGECONFIG ??= "libnotify" 16PACKAGECONFIG ??= "libnotify"
15PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify" 17PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify"
16 18
19EXTRA_OECONF = "GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources \
20 "
21
17RRECOMMENDS:${PN} = "pavucontrol" 22RRECOMMENDS:${PN} = "pavucontrol"