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: wiz
Date: Wed Mar 12 14:15:20 UTC 2025
Modified Files:
pkgsrc/sysutils/libnotify: Makefile distinfo
Removed Files:
pkgsrc/sysutils/libnotify/patches: patch-meson.build
Log Message:
libnotify: update to 0.8.4.
New in 0.8.4
============
* notification: Set the icon-name property as image hint instead of as app-icon
[Julian Sparber]
* notify-send: Require valid UTF-8 for Summary and Body [Logan Rathbone]
* notify-send: Allow sending an empty summary [Evy Garden]
* notify-send: Flush stdout after printing notification ID [delthas]
* build: Improve mapfile and support building in solaris [Alan Coopersmith]
* libnotify/notification: Modernize the NotifyNotification class definition
(and add support for auto-pointers) [Marco Trevisan]
* Bugs fixed:
- #35 notify-send dumps core if notification message is invalid UTF-8 [Logan
Rathbone]
- #39 libnotify should be quiet [Bastien Nocera]
- #44 fdo documentation link outdated in README.md [Marco Trevisan]
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/sysutils/libnotify/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/libnotify/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/libnotify/patches/patch-meson.build
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.85 pkgsrc/sysutils/libnotify/Makefile:1.86
--- pkgsrc/sysutils/libnotify/Makefile:1.85 Fri Dec 27 08:20:39 2024
+++ pkgsrc/sysutils/libnotify/Makefile Wed Mar 12 14:15:20 2025
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.85 2024/12/27 08:20:39 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2025/03/12 14:15:20 wiz Exp $
-DISTNAME= libnotify-0.8.3
-PKGREVISION= 4
+DISTNAME= libnotify-0.8.4
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://developer.gnome.org/libnotify/
+HOMEPAGE= https://gitlab.gnome.org/GNOME/libnotify
COMMENT= Desktop notification framework
LICENSE= gnu-lgpl-v2.1
Index: pkgsrc/sysutils/libnotify/distinfo
diff -u pkgsrc/sysutils/libnotify/distinfo:1.19 pkgsrc/sysutils/libnotify/distinfo:1.20
--- pkgsrc/sysutils/libnotify/distinfo:1.19 Mon Jul 22 21:11:30 2024
+++ pkgsrc/sysutils/libnotify/distinfo Wed Mar 12 14:15:20 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/07/22 21:11:30 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/03/12 14:15:20 wiz Exp $
-BLAKE2s (libnotify-0.8.3.tar.xz) = 8a3482c7de787cf0785a81fb8db90aa32743796f4592814c19ff5fd5da3ba410
-SHA512 (libnotify-0.8.3.tar.xz) = e55073fdf418a4c04375825221edc92ab6a01201b83db2a1f1530f8f91f7da9da32327452b0785251790553517dcc717cfe623142450691b7dd247ec9164cffb
-Size (libnotify-0.8.3.tar.xz) = 106008 bytes
-SHA1 (patch-meson.build) = f3196637712abebfd8abed59bdf04395c04fe099
+BLAKE2s (libnotify-0.8.4.tar.xz) = c3856c002d7a092cc030db041d259685a497a5a77195aa99e76da0bf61b4b7e8
+SHA512 (libnotify-0.8.4.tar.xz) = b13163a3b787133700931077591debc9cb89ac917f8fcf46bfb58bcf7eae348601b1e03299786d9af368139278b128424919358a8e7d208621f8b350fd063b0a
+Size (libnotify-0.8.4.tar.xz) = 107396 bytes
Home |
Main Index |
Thread Index |
Old Index