diff mbox series

[meta-xfce,03/10] xfce4-pulseaudio-plugin: upgrade 0.4.9 -> 0.5.1

Message ID 20251006155146.416335-3-schonm@gmail.com
State Under Review
Headers show
Series [meta-xfce,01/10] xfce4-netload-plugin: upgrade 1.4.2 -> 1.5.0 | expand

Commit Message

Jason Schonberg Oct. 6, 2025, 3:51 p.m. UTC
Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/tags/xfce4-pulseaudio-plugin-0.5.1
Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/tags/xfce4-pulseaudio-plugin-0.5.0

Add EXTRA_OECONF to resolve configure failure:

| checking for glib-compile-resources... configure: error: could not find glib-compile-resources. You can run:
| ./configure GLIB_COMPILE_RESOURCES=/path/to/glib-compile-resources
| to provide a custom location for it.

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 ...io-plugin_0.4.9.bb => xfce4-pulseaudio-plugin_0.5.1.bb} | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
 rename meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.4.9.bb => xfce4-pulseaudio-plugin_0.5.1.bb} (68%)
diff mbox series

Patch

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
similarity index 68%
rename from meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.9.bb
rename to 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"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f"
 
+XFCE_COMPRESS_TYPE = "xz"
+
 inherit xfce-panel-plugin features_check
 
 REQUIRED_DISTRO_FEATURES = "pulseaudio x11"
 
 DEPENDS += "dbus-glib pulseaudio"
 
-SRC_URI[sha256sum] = "a0807615fb2848d0361b7e4568a44f26d189fda48011c7ba074986c8bfddc99a"
+SRC_URI[sha256sum] = "8e1f3a505f37aa3bc2816a58bec5f9555366f1c476f10eab59fd0e6581d08c47"
 
 PACKAGECONFIG ??= "libnotify"
 PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify"
 
+EXTRA_OECONF = "GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources \
+                "
+
 RRECOMMENDS:${PN} = "pavucontrol"