diff options
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin/0001-Use-new-xfw_window_activate-signature-in-libwindowin.patch | 25 | ||||
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.9.bb (renamed from meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.8.bb) | 4 |
2 files changed, 2 insertions, 27 deletions
diff --git a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin/0001-Use-new-xfw_window_activate-signature-in-libwindowin.patch b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin/0001-Use-new-xfw_window_activate-signature-in-libwindowin.patch deleted file mode 100644 index 301cda7246..0000000000 --- a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin/0001-Use-new-xfw_window_activate-signature-in-libwindowin.patch +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | From 37d718444bc7e6039fb6abf2360b032a91ddc512 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= <gael@xfce.org> | ||
| 3 | Date: Mon, 7 Oct 2024 09:57:59 +0200 | ||
| 4 | Subject: [PATCH] Use new xfw_window_activate() signature in libwindowing | ||
| 5 | 4.19.6 | ||
| 6 | |||
| 7 | Upstream-Status: Backport [https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/merge_requests/63] | ||
| 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 9 | --- | ||
| 10 | panel-plugin/pulseaudio-mpris-player.c | 2 +- | ||
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 12 | |||
| 13 | diff --git a/panel-plugin/pulseaudio-mpris-player.c b/panel-plugin/pulseaudio-mpris-player.c | ||
| 14 | index 1694b3f..b4582c5 100644 | ||
| 15 | --- a/panel-plugin/pulseaudio-mpris-player.c | ||
| 16 | +++ b/panel-plugin/pulseaudio-mpris-player.c | ||
| 17 | @@ -291,7 +291,7 @@ pulseaudio_mpris_player_raise_wnck (PulseaudioMprisPlayer *player) | ||
| 18 | { | ||
| 19 | if (g_strcmp0 (player->player_label, xfw_window_get_name (lp->data)) == 0) | ||
| 20 | { | ||
| 21 | - xfw_window_activate (lp->data, g_get_monotonic_time () / 1000, NULL); | ||
| 22 | + xfw_window_activate (lp->data, NULL, g_get_monotonic_time () / 1000, NULL); | ||
| 23 | break; | ||
| 24 | } | ||
| 25 | } | ||
diff --git a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.8.bb b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.9.bb index 2cb33604c7..1729ebfb29 100644 --- a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.8.bb +++ b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.9.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | SUMMARY = "Pulseaudio mixer for the xfce panel" | 1 | SUMMARY = "Pulseaudio mixer for the xfce panel" |
| 2 | HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/start" | ||
| 2 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f" |
| 4 | 5 | ||
| @@ -8,8 +9,7 @@ REQUIRED_DISTRO_FEATURES = "pulseaudio x11" | |||
| 8 | 9 | ||
| 9 | DEPENDS += "dbus-glib pulseaudio" | 10 | DEPENDS += "dbus-glib pulseaudio" |
| 10 | 11 | ||
| 11 | SRC_URI += "file://0001-Use-new-xfw_window_activate-signature-in-libwindowin.patch" | 12 | SRC_URI[sha256sum] = "a0807615fb2848d0361b7e4568a44f26d189fda48011c7ba074986c8bfddc99a" |
| 12 | SRC_URI[sha256sum] = "bd742b207c39c221e91c57c9c9be2839eb802d1b1ee01a02b7427cd02d3f0348" | ||
| 13 | 13 | ||
| 14 | PACKAGECONFIG ??= "libnotify" | 14 | PACKAGECONFIG ??= "libnotify" |
| 15 | PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify" | 15 | PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify" |
