Thu Aug 25 22:59:26 2022 UTC ()
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


(gutteridge)
diff -r1.95 -r1.96 pkgsrc/x11/xfce4-panel/Makefile
diff -r1.38 -r1.39 pkgsrc/x11/xfce4-panel/distinfo
diff -r1.1 -r0 pkgsrc/x11/xfce4-panel/patches/patch-plugins_systray_sn-item.c

cvs diff -r1.95 -r1.96 pkgsrc/x11/xfce4-panel/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xfce4-panel/Makefile 2022/08/11 05:09:35 1.95
+++ pkgsrc/x11/xfce4-panel/Makefile 2022/08/25 22:59:25 1.96
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.95 2022/08/11 05:09:35 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.96 2022/08/25 22:59:25 gutteridge Exp $
2 2
3.include "../../meta-pkgs/xfce4/Makefile.common" 3.include "../../meta-pkgs/xfce4/Makefile.common"
4 4
5DISTNAME= xfce4-panel-4.16.4 5DISTNAME= xfce4-panel-4.16.5
6PKGREVISION= 2 
7CATEGORIES= x11 6CATEGORIES= x11
8MASTER_SITES+= https://archive.xfce.org/src/xfce/xfce4-panel/4.16/ 7MASTER_SITES+= https://archive.xfce.org/src/xfce/xfce4-panel/4.16/
9 8
10HOMEPAGE= https://docs.xfce.org/xfce/xfce4-panel/start 9HOMEPAGE= https://docs.xfce.org/xfce/xfce4-panel/start
11COMMENT= Xfce panel 10COMMENT= Xfce panel
12 11
13USE_TOOLS+= gdbus-codegen 12USE_TOOLS+= gdbus-codegen
14 13
15PKGCONFIG_OVERRIDE= libxfce4panel/libxfce4panel-1.0.pc.in 14PKGCONFIG_OVERRIDE= libxfce4panel/libxfce4panel-1.0.pc.in
16PTHREAD_AUTO_VARS= yes 15PTHREAD_AUTO_VARS= yes
17 16
18PKG_SYSCONFSUBDIR= xdg/xfce4/panel 17PKG_SYSCONFSUBDIR= xdg/xfce4/panel
19EGDIR= ${XFCE4_EGBASE}/panel 18EGDIR= ${XFCE4_EGBASE}/panel

cvs diff -r1.38 -r1.39 pkgsrc/x11/xfce4-panel/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xfce4-panel/distinfo 2022/07/24 20:46:33 1.38
+++ pkgsrc/x11/xfce4-panel/distinfo 2022/08/25 22:59:25 1.39
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.38 2022/07/24 20:46:33 gutteridge Exp $ 1$NetBSD: distinfo,v 1.39 2022/08/25 22:59:25 gutteridge Exp $
2 2
3BLAKE2s (xfce4-panel-4.16.4.tar.bz2) = 33c871f286627f035903b08379dc9febe9207c5786a671b2d32219a43b8f40c1 3BLAKE2s (xfce4-panel-4.16.5.tar.bz2) = 376ee39d02a44e8c7530049ed5508c3d614331c6e6d4116a700ca1ca1dac81e7
4SHA512 (xfce4-panel-4.16.4.tar.bz2) = a1ad5a528968c4b1a5d2fb1537f7774aeeb525d7cb2f77e261b187b94e9de22f018bbd47d462ce4ad09b360126548d5848e46643df40549f9f8a3c44a4a14564 4SHA512 (xfce4-panel-4.16.5.tar.bz2) = d72220fa2812ae3b420350dab4c9d33e01d26d27ba33e4c16ad848ed1915c3c4aaf41fef24e2e7271e31171536148ad32b55aabc3e1facd4bf8a411990fd27bb
5Size (xfce4-panel-4.16.4.tar.bz2) = 1383630 bytes 5Size (xfce4-panel-4.16.5.tar.bz2) = 1386556 bytes
6SHA1 (patch-migrate_Makefile.in) = bf71d8ff41cfe4ce60e7e1887858b5474f1fe11c 6SHA1 (patch-migrate_Makefile.in) = bf71d8ff41cfe4ce60e7e1887858b5474f1fe11c
7SHA1 (patch-plugins_systray_sn-item.c) = c1d32f965c6d2cc5fc0f219e5619ba532fdd8108 

File Deleted: pkgsrc/x11/xfce4-panel/patches/Attic/patch-plugins_systray_sn-item.c