pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xfce4-panel xfce4-panel: update to 4.16.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d0bc6dc0428
branches: trunk
changeset: 384021:1d0bc6dc0428
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Thu Aug 25 22:59:25 2022 +0000
description:
xfce4-panel: update to 4.16.5
Change log:
4.16.5 (2022-08-20)
======
- systray: Help to keep status notifiers from vanishing (#102, #243, #599)
- panel: Populate item dialog after setting dialog screen (Fixes #62)
- systray: Perform sanity checks also for "NewStatus" signal (Fixes #602)
- pager: Properly disconnect signal handler
- tasklist: Guard against null workspace
- panel: Be sure to save plugins before xfconf_shutdown()
- tasklist: Fix critical warning when starting on a disconnected device
- Update `.gitignore`
- libxfce4panel: Destroy plugin prefs dialog on plugin "destroy" signal
- build: Fix intltool lock file problem during make distcheck
- prefs-dialog: Filter out irrelevant selection changes in "Items" tab
- wrapper: Ensure that provider stays alive when processing "g-signal"
- Revert "panel: Keep a reference on item during drag and drop"
- tasklist: Fix wireframe for CSD windows (v2) (#562)
- Translation Updates:
English (United Kingdom), Georgian, Greek, Panjabi (Punjabi), Russian
diffstat:
x11/xfce4-panel/Makefile | 5 +--
x11/xfce4-panel/distinfo | 9 +++----
x11/xfce4-panel/patches/patch-plugins_systray_sn-item.c | 21 -----------------
3 files changed, 6 insertions(+), 29 deletions(-)
diffs (55 lines):
diff -r e9d03002966d -r 1d0bc6dc0428 x11/xfce4-panel/Makefile
--- a/x11/xfce4-panel/Makefile Thu Aug 25 22:58:00 2022 +0000
+++ b/x11/xfce4-panel/Makefile Thu Aug 25 22:59:25 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.95 2022/08/11 05:09:35 gutteridge Exp $
+# $NetBSD: Makefile,v 1.96 2022/08/25 22:59:25 gutteridge Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
-DISTNAME= xfce4-panel-4.16.4
-PKGREVISION= 2
+DISTNAME= xfce4-panel-4.16.5
CATEGORIES= x11
MASTER_SITES+= https://archive.xfce.org/src/xfce/xfce4-panel/4.16/
diff -r e9d03002966d -r 1d0bc6dc0428 x11/xfce4-panel/distinfo
--- a/x11/xfce4-panel/distinfo Thu Aug 25 22:58:00 2022 +0000
+++ b/x11/xfce4-panel/distinfo Thu Aug 25 22:59:25 2022 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.38 2022/07/24 20:46:33 gutteridge Exp $
+$NetBSD: distinfo,v 1.39 2022/08/25 22:59:25 gutteridge Exp $
-BLAKE2s (xfce4-panel-4.16.4.tar.bz2) = 33c871f286627f035903b08379dc9febe9207c5786a671b2d32219a43b8f40c1
-SHA512 (xfce4-panel-4.16.4.tar.bz2) = a1ad5a528968c4b1a5d2fb1537f7774aeeb525d7cb2f77e261b187b94e9de22f018bbd47d462ce4ad09b360126548d5848e46643df40549f9f8a3c44a4a14564
-Size (xfce4-panel-4.16.4.tar.bz2) = 1383630 bytes
+BLAKE2s (xfce4-panel-4.16.5.tar.bz2) = 376ee39d02a44e8c7530049ed5508c3d614331c6e6d4116a700ca1ca1dac81e7
+SHA512 (xfce4-panel-4.16.5.tar.bz2) = d72220fa2812ae3b420350dab4c9d33e01d26d27ba33e4c16ad848ed1915c3c4aaf41fef24e2e7271e31171536148ad32b55aabc3e1facd4bf8a411990fd27bb
+Size (xfce4-panel-4.16.5.tar.bz2) = 1386556 bytes
SHA1 (patch-migrate_Makefile.in) = bf71d8ff41cfe4ce60e7e1887858b5474f1fe11c
-SHA1 (patch-plugins_systray_sn-item.c) = c1d32f965c6d2cc5fc0f219e5619ba532fdd8108
diff -r e9d03002966d -r 1d0bc6dc0428 x11/xfce4-panel/patches/patch-plugins_systray_sn-item.c
--- a/x11/xfce4-panel/patches/patch-plugins_systray_sn-item.c Thu Aug 25 22:58:00 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-plugins_systray_sn-item.c,v 1.1 2022/07/24 20:46:33 gutteridge Exp $
-
-Do not crash if a "NewStatus" signal is received. Xfce commit
-https://gitlab.xfce.org/xfce/xfce4-panel/-/commit/5ec17b6d1166e7dc4a9fe7d45169252335bdf1da
-
---- plugins/systray/sn-item.c.orig 2022-04-16 11:39:02.000000000 +0000
-+++ plugins/systray/sn-item.c
-@@ -565,6 +565,13 @@ sn_item_signal_received (GDBusProxy *pro
- }
- else if (!g_strcmp0 (signal_name, "NewStatus"))
- {
-+ finish_and_return_if_true (parameters == NULL);
-+ if (! g_variant_check_format_string (parameters, "(s)", FALSE))
-+ {
-+ g_warning ("Could not parse properties for StatusNotifierItem.");
-+ return;
-+ }
-+
- g_variant_get (parameters, "(s)", &status);
- exposed = sn_item_status_is_exposed (status);
- g_free (status);
Home |
Main Index |
Thread Index |
Old Index