All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-xfce][PATCH 1/6] xfce4-mailwatch-plugin: upgrade 1.3.1 -> 1.3.2
@ 2025-06-06 14:58 Jason Schonberg
  2025-06-06 14:58 ` [meta-xfce][PATCH 2/6] xfce4-netload-plugin: upgrade 1.4.1 -> 1.4.2 Jason Schonberg
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jason Schonberg @ 2025-06-06 14:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jason Schonberg

Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-mailwatch-plugin/-/tags/xfce4-mailwatch-plugin-1.3.2

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 ...ailwatch-plugin_1.3.1.bb => xfce4-mailwatch-plugin_1.3.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-xfce/recipes-panel-plugins/mailwatch/{xfce4-mailwatch-plugin_1.3.1.bb => xfce4-mailwatch-plugin_1.3.2.bb} (82%)

diff --git a/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.1.bb b/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.2.bb
similarity index 82%
rename from meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.1.bb
rename to meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.2.bb
index d6b367c0da..9ac375999f 100644
--- a/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.1.bb
+++ b/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.2.bb
@@ -7,7 +7,7 @@ inherit xfce-panel-plugin
 
 DEPENDS += "gnutls"
 
-SRC_URI[sha256sum] = "054964e9fe4ca668486400991ce1ea01d07aac7ba235f4b14d4a8f7d9800046a"
+SRC_URI[sha256sum] = "c4783f1533891cd2e0c34066da859864dce45a23caa6015b58cb9fa9d65a7e44"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-xfce][PATCH 2/6] xfce4-netload-plugin: upgrade 1.4.1 -> 1.4.2
  2025-06-06 14:58 [meta-xfce][PATCH 1/6] xfce4-mailwatch-plugin: upgrade 1.3.1 -> 1.3.2 Jason Schonberg
@ 2025-06-06 14:58 ` Jason Schonberg
  2025-06-06 14:58 ` [meta-xfce][PATCH 3/6] xfce4-places-plugin: upgrade 1.8.3 -> 1.8.4 Jason Schonberg
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Jason Schonberg @ 2025-06-06 14:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jason Schonberg

Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-netload-plugin/-/tags/xfce4-netload-plugin-1.4.2

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 ...e4-netload-plugin_1.4.1.bb => xfce4-netload-plugin_1.4.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-xfce/recipes-panel-plugins/netload/{xfce4-netload-plugin_1.4.1.bb => xfce4-netload-plugin_1.4.2.bb} (81%)

diff --git a/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.4.1.bb b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.4.2.bb
similarity index 81%
rename from meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.4.1.bb
rename to meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.4.2.bb
index 6ed4747565..3c113290fd 100644
--- a/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.4.1.bb
+++ b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.4.2.bb
@@ -6,4 +6,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2b6065ae7d3696cdad6869dd8627a9fe"
 inherit xfce-panel-plugin
 
 SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
-SRC_URI[sha256sum] = "9fac3a3ad52e18584bfb127cd1721d56de1004b9fdd140915fded89704ccb44e"
+SRC_URI[sha256sum] = "a2041338408b2670f8debe57fcec6af539f704659eba853943c1524936ebabeb"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-xfce][PATCH 3/6] xfce4-places-plugin: upgrade 1.8.3 -> 1.8.4
  2025-06-06 14:58 [meta-xfce][PATCH 1/6] xfce4-mailwatch-plugin: upgrade 1.3.1 -> 1.3.2 Jason Schonberg
  2025-06-06 14:58 ` [meta-xfce][PATCH 2/6] xfce4-netload-plugin: upgrade 1.4.1 -> 1.4.2 Jason Schonberg
@ 2025-06-06 14:58 ` Jason Schonberg
  2025-06-06 14:58 ` [meta-xfce][PATCH 4/6] xfce4-pulseaudio-plugin: upgrade 0.4.8 -> 0.4.9 Jason Schonberg
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Jason Schonberg @ 2025-06-06 14:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jason Schonberg

Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-places-plugin/-/tags/xfce4-places-plugin-1.8.4

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 ...fce4-places-plugin_1.8.3.bb => xfce4-places-plugin_1.8.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-xfce/recipes-panel-plugins/places/{xfce4-places-plugin_1.8.3.bb => xfce4-places-plugin_1.8.4.bb} (84%)

diff --git a/meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.8.3.bb b/meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.8.4.bb
similarity index 84%
rename from meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.8.3.bb
rename to meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.8.4.bb
index 753dcae91e..4fe293898d 100644
--- a/meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.8.3.bb
+++ b/meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.8.4.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b6952d9a47fc2ad0f315510e1290455f"
 
 inherit xfce-panel-plugin
 
-SRC_URI[sha256sum] = "f11d0e6d03f22ab02c2e6b507d365b5a918532e8819e50647ee1860eca60c743"
+SRC_URI[sha256sum] = "ba766a5d31580fad043fbd1fd66b811cbda706229473d24a734a590d49ef710e"
 
 PACKAGECONFIG ??= "notify"
 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-xfce][PATCH 4/6] xfce4-pulseaudio-plugin: upgrade 0.4.8 -> 0.4.9
  2025-06-06 14:58 [meta-xfce][PATCH 1/6] xfce4-mailwatch-plugin: upgrade 1.3.1 -> 1.3.2 Jason Schonberg
  2025-06-06 14:58 ` [meta-xfce][PATCH 2/6] xfce4-netload-plugin: upgrade 1.4.1 -> 1.4.2 Jason Schonberg
  2025-06-06 14:58 ` [meta-xfce][PATCH 3/6] xfce4-places-plugin: upgrade 1.8.3 -> 1.8.4 Jason Schonberg
@ 2025-06-06 14:58 ` Jason Schonberg
  2025-06-06 14:58 ` [meta-xfce][PATCH 5/6] xfce4-smartbookmark-plugin: upgrade 0.5.2 -> 0.5.3 Jason Schonberg
  2025-06-06 14:58 ` [meta-xfce][PATCH 6/6] xfce4-time-out-plugin: upgrade 1.1.3 -> 1.1.4 Jason Schonberg
  4 siblings, 0 replies; 6+ messages in thread
From: Jason Schonberg @ 2025-06-06 14:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jason Schonberg

  Drop 0001-Use-new-xfw_window_activate-signature-in-libwindowin.patch
  It is already integrated in this version.
    https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/commit/35d5172d514e1fb1bdb6718041d0e8c0f70eae3b

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>
---
 ...ow_activate-signature-in-libwindowin.patch | 25 -------------------
 ....8.bb => xfce4-pulseaudio-plugin_0.4.9.bb} |  4 +--
 2 files changed, 2 insertions(+), 27 deletions(-)
 delete mode 100644 meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin/0001-Use-new-xfw_window_activate-signature-in-libwindowin.patch
 rename meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.4.8.bb => xfce4-pulseaudio-plugin_0.4.9.bb} (70%)

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 @@
-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;
-         }
-     }
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
similarity index 70%
rename from meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.8.bb
rename to 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 @@
 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"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-xfce][PATCH 5/6] xfce4-smartbookmark-plugin: upgrade 0.5.2 -> 0.5.3
  2025-06-06 14:58 [meta-xfce][PATCH 1/6] xfce4-mailwatch-plugin: upgrade 1.3.1 -> 1.3.2 Jason Schonberg
                   ` (2 preceding siblings ...)
  2025-06-06 14:58 ` [meta-xfce][PATCH 4/6] xfce4-pulseaudio-plugin: upgrade 0.4.8 -> 0.4.9 Jason Schonberg
@ 2025-06-06 14:58 ` Jason Schonberg
  2025-06-06 14:58 ` [meta-xfce][PATCH 6/6] xfce4-time-out-plugin: upgrade 1.1.3 -> 1.1.4 Jason Schonberg
  4 siblings, 0 replies; 6+ messages in thread
From: Jason Schonberg @ 2025-06-06 14:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jason Schonberg

Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-smartbookmark-plugin/-/tags/xfce4-smartbookmark-plugin-0.5.3

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 ...mark-plugin_0.5.2.bb => xfce4-smartbookmark-plugin_0.5.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-xfce/recipes-panel-plugins/smartbookmark/{xfce4-smartbookmark-plugin_0.5.2.bb => xfce4-smartbookmark-plugin_0.5.3.bb} (76%)

diff --git a/meta-xfce/recipes-panel-plugins/smartbookmark/xfce4-smartbookmark-plugin_0.5.2.bb b/meta-xfce/recipes-panel-plugins/smartbookmark/xfce4-smartbookmark-plugin_0.5.3.bb
similarity index 76%
rename from meta-xfce/recipes-panel-plugins/smartbookmark/xfce4-smartbookmark-plugin_0.5.2.bb
rename to meta-xfce/recipes-panel-plugins/smartbookmark/xfce4-smartbookmark-plugin_0.5.3.bb
index 68e9cbd3a3..18083ec697 100644
--- a/meta-xfce/recipes-panel-plugins/smartbookmark/xfce4-smartbookmark-plugin_0.5.2.bb
+++ b/meta-xfce/recipes-panel-plugins/smartbookmark/xfce4-smartbookmark-plugin_0.5.3.bb
@@ -5,4 +5,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 inherit xfce-panel-plugin
 
-SRC_URI[sha256sum] = "2a279e2f5a54518684e62ad1f3cd8ef950826505b39725f1b5d8f0c43031cdd3"
+SRC_URI[sha256sum] = "3b4db0ac198339197a7682935f0bba5a7e8dd7f35bf575ac6665afa4cecec236"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-xfce][PATCH 6/6] xfce4-time-out-plugin: upgrade 1.1.3 -> 1.1.4
  2025-06-06 14:58 [meta-xfce][PATCH 1/6] xfce4-mailwatch-plugin: upgrade 1.3.1 -> 1.3.2 Jason Schonberg
                   ` (3 preceding siblings ...)
  2025-06-06 14:58 ` [meta-xfce][PATCH 5/6] xfce4-smartbookmark-plugin: upgrade 0.5.2 -> 0.5.3 Jason Schonberg
@ 2025-06-06 14:58 ` Jason Schonberg
  4 siblings, 0 replies; 6+ messages in thread
From: Jason Schonberg @ 2025-06-06 14:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jason Schonberg

Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-time-out-plugin/-/tags/xfce4-time-out-plugin-1.1.4

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 ...-time-out-plugin_1.1.3.bb => xfce4-time-out-plugin_1.1.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-xfce/recipes-panel-plugins/time-out/{xfce4-time-out-plugin_1.1.3.bb => xfce4-time-out-plugin_1.1.4.bb} (77%)

diff --git a/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.1.3.bb b/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.1.4.bb
similarity index 77%
rename from meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.1.3.bb
rename to meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.1.4.bb
index 1622cd4d2b..f68b051e4f 100644
--- a/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.1.3.bb
+++ b/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.1.4.bb
@@ -6,4 +6,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 
 inherit xfce-panel-plugin
 
-SRC_URI[sha256sum] = "5a1ca36361e95ec718bbd887ea5be6a270ab458d1c2d672186721522a7228ee8"
+SRC_URI[sha256sum] = "b6b708900d7fd0cc3d8a045514962db94b60d959c266049aa2cff768fc381726"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-06-06 14:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-06 14:58 [meta-xfce][PATCH 1/6] xfce4-mailwatch-plugin: upgrade 1.3.1 -> 1.3.2 Jason Schonberg
2025-06-06 14:58 ` [meta-xfce][PATCH 2/6] xfce4-netload-plugin: upgrade 1.4.1 -> 1.4.2 Jason Schonberg
2025-06-06 14:58 ` [meta-xfce][PATCH 3/6] xfce4-places-plugin: upgrade 1.8.3 -> 1.8.4 Jason Schonberg
2025-06-06 14:58 ` [meta-xfce][PATCH 4/6] xfce4-pulseaudio-plugin: upgrade 0.4.8 -> 0.4.9 Jason Schonberg
2025-06-06 14:58 ` [meta-xfce][PATCH 5/6] xfce4-smartbookmark-plugin: upgrade 0.5.2 -> 0.5.3 Jason Schonberg
2025-06-06 14:58 ` [meta-xfce][PATCH 6/6] xfce4-time-out-plugin: upgrade 1.1.3 -> 1.1.4 Jason Schonberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.