Received: by mail.netbsd.org (Postfix, from userid 605) id 6ED7284E85; Tue, 24 Jan 2023 01:11:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C6C084D15 for ; Tue, 24 Jan 2023 01:11:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nQO7r_1KM9Z7 for ; Tue, 24 Jan 2023 01:11:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CC83484C13 for ; Tue, 24 Jan 2023 01:11:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C0BCDFA90; Tue, 24 Jan 2023 01:11:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674522679211630" MIME-Version: 1.0 Date: Tue, 24 Jan 2023 01:11:19 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/xfce4-notifyd To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20230124011119.C0BCDFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674522679211630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Jan 24 01:11:19 UTC 2023 Modified Files: pkgsrc/x11/xfce4-notifyd: Makefile distinfo Log Message: xfce4-notifyd: update to 0.7.2 Change log: 0.7.2 (2023-01-22) ===== - Fix sound proplist memleak when notification isn't shown - Improve sorting in known apps list of settings - Add extra margin in the known app settings - Fix word casing in known app settings - Add ability to exclude specific applications from log - Better, non-quadratic algo for xfce_notify_count_apps_in_log() - Plug memleak in notify_get_from_desktop_file() - Redesign the known apps panel a bit - Remove a few more GTK_CHECK_VERSION call sites - Avoid use-after-free when deleting known app - Improve algo for finding desktop file for known app name - Improve icon loading for known apps list - Don't set invalid icon name in known apps list - Translation Updates: Albanian, Bulgarian, Dutch, Italian, Japanese, Lithuanian, Norwegian Bokml, Polish, Portuguese, Spanish 0.7.1 (2023-01-21) ===== - Fix incorrect usage of XDT_CHECK_OPTIONAL_PACKAGE 0.7.0 (2023-01-21) ===== - Properly validate markup - Update glade file to remove use of deprecated properties - Support the 'action-icons' hint - Add support for notification sounds - Clean up notification ID storage - Revert "Remove body-hyperlinks from GetCapabilities" - Remove body-hyperlinks from GetCapabilities - Return replaces_id if provided - Remove xfconf prop name define duplication - Add ability to disallow certain apps to send critical notifications - Add a context menu that allows individual known application deletion - Fix a slide-out loop when the mouse pointer is in the way - Add option to hide panel button when no unread notifications - Remove more pre-GTK-3.22 guards - Bump GTK minimum to 2.22 and remove/ifdef X11-isms - Support Wayland - Don't set a nonsensical icon name - Clean up xfce_notify_window_set_icon_pixbuf() - xfce_notify_window_set_icon_pixbuf() shouldn't take ownership - Move urgency hint fetch inside check for correct type - DRY up the configuration handling - Add pref to show summary & body with gauge values - Update glade file to latest version - settings: Disable single click to mute apps (Fixes #5) - Do not treat zero expiration time as urgent - Add compile_flags.txt generation - Fix incorrect icon name for preview notification - Fix blurry icons when UI scale factor > 1 - build: Let xdt-depends.m4 macros set GLib macros - Translation Updates: Albanian, Bulgarian, Chinese (China), Dutch, French, German, Greek, Hebrew, Italian, Japanese, Korean, Lithuanian, Polish, Portuguese, Portuguese (Brazil), Spanish, Turkish To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/xfce4-notifyd/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xfce4-notifyd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674522679211630 Content-Disposition: inline Content-Length: 1771 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xfce4-notifyd/Makefile diff -u pkgsrc/x11/xfce4-notifyd/Makefile:1.39 pkgsrc/x11/xfce4-notifyd/Makefile:1.40 --- pkgsrc/x11/xfce4-notifyd/Makefile:1.39 Tue Jan 3 17:38:35 2023 +++ pkgsrc/x11/xfce4-notifyd/Makefile Tue Jan 24 01:11:19 2023 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2023/01/03 17:38:35 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2023/01/24 01:11:19 gutteridge Exp $ -PKGREVISION= 1 .include "../../meta-pkgs/xfce4/Makefile.common" -VERSION= 0.6.5 +VERSION= 0.7.2 DISTNAME= xfce4-notifyd-${VERSION} CATEGORIES= x11 MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-notifyd/${VERSION:R}/ Index: pkgsrc/x11/xfce4-notifyd/distinfo diff -u pkgsrc/x11/xfce4-notifyd/distinfo:1.15 pkgsrc/x11/xfce4-notifyd/distinfo:1.16 --- pkgsrc/x11/xfce4-notifyd/distinfo:1.15 Fri Dec 16 22:54:22 2022 +++ pkgsrc/x11/xfce4-notifyd/distinfo Tue Jan 24 01:11:19 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2022/12/16 22:54:22 gutteridge Exp $ +$NetBSD: distinfo,v 1.16 2023/01/24 01:11:19 gutteridge Exp $ -BLAKE2s (xfce4-notifyd-0.6.5.tar.bz2) = 0f68118265041e95b298e2b86335a1b497d6f990926b73bd513444a0efaf8373 -SHA512 (xfce4-notifyd-0.6.5.tar.bz2) = 9953dd456520bd80e0d48da013703d7b976f953b9b41cd55f3ac236a74c55277d04f38a092e2a9024cd67cbcde3f3989daadf6b4f41e57c7e005c20f4acdf1ac -Size (xfce4-notifyd-0.6.5.tar.bz2) = 572193 bytes +BLAKE2s (xfce4-notifyd-0.7.2.tar.bz2) = a0b838f55b87472bbce845a501b314e2c8e0ae77016834792dd9ed7b716ffc9d +SHA512 (xfce4-notifyd-0.7.2.tar.bz2) = 7a2a162db82f7760a455c32c5a5dc25eba6f747bb76da56bc49f5c37e1386416496fa7bc51fe010fe403e958a8ab665ae7359ed334589b0b55942dcccd370894 +Size (xfce4-notifyd-0.7.2.tar.bz2) = 576257 bytes SHA1 (patch-Makefile.in) = fbccb3ba71f22eb275b0f9570899105d1fdb6d08 --_----------=_1674522679211630--