mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
xfce4-pulseaudio-plugin: upgrade 0.4.8 -> 0.4.9
Drop 0001-Use-new-xfw_window_activate-signature-in-libwindowin.patch
It is already integrated in this version.
35d5172d51
Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/tags/xfce4-pulseaudio-plugin-0.4.9
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
eab79494e3
commit
6c8da69487
|
|
@ -1,25 +0,0 @@
|
|||
From 37d718444bc7e6039fb6abf2360b032a91ddc512 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= <gael@xfce.org>
|
||||
Date: Mon, 7 Oct 2024 09:57:59 +0200
|
||||
Subject: [PATCH] Use new xfw_window_activate() signature in libwindowing
|
||||
4.19.6
|
||||
|
||||
Upstream-Status: Backport [https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/merge_requests/63]
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
panel-plugin/pulseaudio-mpris-player.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/panel-plugin/pulseaudio-mpris-player.c b/panel-plugin/pulseaudio-mpris-player.c
|
||||
index 1694b3f..b4582c5 100644
|
||||
--- a/panel-plugin/pulseaudio-mpris-player.c
|
||||
+++ b/panel-plugin/pulseaudio-mpris-player.c
|
||||
@@ -291,7 +291,7 @@ pulseaudio_mpris_player_raise_wnck (PulseaudioMprisPlayer *player)
|
||||
{
|
||||
if (g_strcmp0 (player->player_label, xfw_window_get_name (lp->data)) == 0)
|
||||
{
|
||||
- xfw_window_activate (lp->data, g_get_monotonic_time () / 1000, NULL);
|
||||
+ xfw_window_activate (lp->data, NULL, g_get_monotonic_time () / 1000, NULL);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
SUMMARY = "Pulseaudio mixer for the xfce panel"
|
||||
HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/start"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f"
|
||||
|
||||
|
|
@ -8,8 +9,7 @@ REQUIRED_DISTRO_FEATURES = "pulseaudio x11"
|
|||
|
||||
DEPENDS += "dbus-glib pulseaudio"
|
||||
|
||||
SRC_URI += "file://0001-Use-new-xfw_window_activate-signature-in-libwindowin.patch"
|
||||
SRC_URI[sha256sum] = "bd742b207c39c221e91c57c9c9be2839eb802d1b1ee01a02b7427cd02d3f0348"
|
||||
SRC_URI[sha256sum] = "a0807615fb2848d0361b7e4568a44f26d189fda48011c7ba074986c8bfddc99a"
|
||||
|
||||
PACKAGECONFIG ??= "libnotify"
|
||||
PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify"
|
||||
Loading…
Reference in New Issue
Block a user