pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/libnotify



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 30 15:58:31 UTC 2022

Modified Files:
        pkgsrc/sysutils/libnotify: Makefile buildlink3.mk distinfo

Log Message:
libnotify: updated to 0.7.12

New in 0.7.12
============
* docs/notify-send: Add --transient option to manpage
* notify-send: Move server capabilities check to a separate function
* notify-send: Add debug message about server not supporting persistence
* notification: Include sender-pid hint by default if not provided
* Delete unused notifynotification.xml
* notification: Bookend calling NotifyActionCallback with temporary ref

New in 0.7.11
=============
* Fix potential build errors with old glib version we require
* notify-send: Add support for boolean hints
* notify-send: Support passing any hint value, by parsing variant strings
* notify-send: Add explicit option to create transient notifications

New in 0.7.10
=============
* notify-send: Support commas in icon filenames
* notify-send: Give failing exit code if showing notification fails
* notify-send: Support for replacing an existing notification
* notify-send: Add option to wait until notification has been closed
* notify-send: Add support for notification actions and responses
* notification: Send the application ID when possible
* notification: Use g_memdup2 when available
* notification: Improve SNAP detection and confined desktop ID
* notification: Add support for getting actions activation token
* notify: Use application ID if any to set the fallback app name
* Build fixes and improvements
* Docs updates


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/sysutils/libnotify/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/libnotify/buildlink3.mk
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/libnotify/distinfo

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

Modified files:

Index: pkgsrc/sysutils/libnotify/Makefile
diff -u pkgsrc/sysutils/libnotify/Makefile:1.66 pkgsrc/sysutils/libnotify/Makefile:1.67
--- pkgsrc/sysutils/libnotify/Makefile:1.66     Wed Dec  8 16:02:39 2021
+++ pkgsrc/sysutils/libnotify/Makefile  Mon May 30 15:58:30 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.66 2021/12/08 16:02:39 adam Exp $
+# $NetBSD: Makefile,v 1.67 2022/05/30 15:58:30 adam Exp $
 
-DISTNAME=      libnotify-0.7.9
-PKGREVISION=   4
+DISTNAME=      libnotify-0.7.12
 CATEGORIES=    sysutils gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libnotify/0.7/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libnotify/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/sysutils/libnotify/buildlink3.mk
diff -u pkgsrc/sysutils/libnotify/buildlink3.mk:1.31 pkgsrc/sysutils/libnotify/buildlink3.mk:1.32
--- pkgsrc/sysutils/libnotify/buildlink3.mk:1.31        Wed Dec  8 16:02:39 2021
+++ pkgsrc/sysutils/libnotify/buildlink3.mk     Mon May 30 15:58:30 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.31 2021/12/08 16:02:39 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.32 2022/05/30 15:58:30 adam Exp $
 
 BUILDLINK_TREE+=       libnotify
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        libnotify
 LIBNOTIFY_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libnotify+=      libnotify>=0.7.0
-BUILDLINK_ABI_DEPENDS.libnotify?=      libnotify>=0.7.9nb3
+BUILDLINK_ABI_DEPENDS.libnotify+=      libnotify>=0.7.9nb3
 BUILDLINK_PKGSRCDIR.libnotify?=                ../../sysutils/libnotify
 
 pkgbase := libnotify

Index: pkgsrc/sysutils/libnotify/distinfo
diff -u pkgsrc/sysutils/libnotify/distinfo:1.16 pkgsrc/sysutils/libnotify/distinfo:1.17
--- pkgsrc/sysutils/libnotify/distinfo:1.16     Tue Oct 26 11:19:47 2021
+++ pkgsrc/sysutils/libnotify/distinfo  Mon May 30 15:58:30 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 11:19:47 nia Exp $
+$NetBSD: distinfo,v 1.17 2022/05/30 15:58:30 adam Exp $
 
-BLAKE2s (libnotify-0.7.9.tar.xz) = a044935b6800cd6e16d756fbec9aa2bb7d5e2fc44b9cc211c464f9c362cabc4e
-SHA512 (libnotify-0.7.9.tar.xz) = 8a842b50777279efdb7d96a836a546c47decad158a4f03f7ffc818860d1f6276a657619e4f4a19a4e2f5ad55e0371c793420d50d802983700e8c342273b73874
-Size (libnotify-0.7.9.tar.xz) = 98148 bytes
+BLAKE2s (libnotify-0.7.12.tar.xz) = ba0bf65ef535f8b17b66b34a1e267c8b25e2406c0561d2fa64e34d947e6f8e8f
+SHA512 (libnotify-0.7.12.tar.xz) = 1ddbdc2ea7ba653ea54169db9ed3d471f6e3421ef29e486c9b8d36837a655bcd613d0f07a8cf1253b87c42a2651e2f1634145622d8624d91e4223452deb99f1b
+Size (libnotify-0.7.12.tar.xz) = 102032 bytes
 SHA1 (patch-meson.build) = f3196637712abebfd8abed59bdf04395c04fe099



Home | Main Index | Thread Index | Old Index