pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/libxfce4ui



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Jun  6 01:12:27 UTC 2023

Modified Files:
        pkgsrc/x11/libxfce4ui: Makefile distinfo

Log Message:
libxfce4ui: update to 4.18.4

Change log:

4.18.4 (2023-05-22)
======
- screensaver: Prevent recursive calling of lock command
- screensaver: Add lock-on-sleep property
- screensaver: Update fallback list
- screensaver: Prioritize user lock command
- screensaver: Rewrite D-Bus proxies management
- screensaver: Use reasonable timeout for methods that may not reply
- screensaver: Remove support for gnome-screensaver (Fixes #62)
- screensaver: Do not take into account empty commands
- screensaver: Simplify Xfconf management
- screensaver: Fix memory leak
- screensaver: Fix typos
- screensaver: Run lock command synchronously (Fixes #70)
- screensaver: Add missing include guard


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/libxfce4ui/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/libxfce4ui/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libxfce4ui/Makefile
diff -u pkgsrc/x11/libxfce4ui/Makefile:1.37 pkgsrc/x11/libxfce4ui/Makefile:1.38
--- pkgsrc/x11/libxfce4ui/Makefile:1.37 Mon Apr  3 00:29:32 2023
+++ pkgsrc/x11/libxfce4ui/Makefile      Tue Jun  6 01:12:27 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2023/04/03 00:29:32 gutteridge Exp $
+# $NetBSD: Makefile,v 1.38 2023/06/06 01:12:27 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      libxfce4ui-4.18.3
+DISTNAME=      libxfce4ui-4.18.4
 CATEGORIES=    x11
 MASTER_SITES+= https://archive.xfce.org/src/xfce/libxfce4ui/${PKGVERSION_NOREV:R}/
 

Index: pkgsrc/x11/libxfce4ui/distinfo
diff -u pkgsrc/x11/libxfce4ui/distinfo:1.15 pkgsrc/x11/libxfce4ui/distinfo:1.16
--- pkgsrc/x11/libxfce4ui/distinfo:1.15 Mon Apr  3 00:29:32 2023
+++ pkgsrc/x11/libxfce4ui/distinfo      Tue Jun  6 01:12:27 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2023/04/03 00:29:32 gutteridge Exp $
+$NetBSD: distinfo,v 1.16 2023/06/06 01:12:27 gutteridge Exp $
 
-BLAKE2s (libxfce4ui-4.18.3.tar.bz2) = 0c6b8ce8cea37794d8a4fd0a2433fafa594ac9b4e40f4dafcf90d9179ae1ac35
-SHA512 (libxfce4ui-4.18.3.tar.bz2) = 697d883352189426b36d6c06254404b1dd2ba5f9630691b7dfddb2496d7b0233e807485155ead02dfaa73dc543eee7d8e459dc72ec56f646ec020fc9142edd28
-Size (libxfce4ui-4.18.3.tar.bz2) = 905070 bytes
+BLAKE2s (libxfce4ui-4.18.4.tar.bz2) = f826a87e2a40157871441ec9a445fdf4b863d76fa530f2361c846fd48c132427
+SHA512 (libxfce4ui-4.18.4.tar.bz2) = e931d38319bcc0dcfa854642f604fcd782ffb27a160ae7e2625d7a276625635131b0451c12ccd502b68366283c503ad21536389e70da6912e46eb16b97f28642
+Size (libxfce4ui-4.18.4.tar.bz2) = 907248 bytes
 SHA1 (patch-libxfce4kbd-private_Makefile.in) = 10443997b9699363ab19d0092b6ac7a898a512d8



Home | Main Index | Thread Index | Old Index