pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-notifyd



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Sep 10 00:34:45 UTC 2020

Modified Files:
        pkgsrc/x11/xfce4-notifyd: Makefile PLIST distinfo

Log Message:
xfce4-notifyd: update to 0.6.2

Change log:

0.6.2
======
- Switch to new app icon and rDNS icon name
- Default to session autostart instead of DBus (Fixes #27)
- Add configurable log size limit (default: 100)
- Make buttons on non-1st notifications work
- panel-plugin: Add option to hide "Clear log" dialog
- log: properly handle iso8601 timestamps
- log: Use SHA-1 data hash in icon cache paths (bug #16825)
- log: Improve performance of adding notifications to log file (bug #14865)
- log: Refactor log keyfile element insertion into a separate function
- Add basic GitLab pipeline
- Fix GTimeVal deprecation (Bug #16805)
- Remove unused expire_timeout variable
- Fix memory leaks
- settings: Switch to symbolic close icon
- Translation Updates:
  Bulgarian, Catalan, Chinese (China), Danish, Dutch, Eastern Armenian,
  Estonian, Finnish, French, Galician, German, Hebrew, Indonesian,
  Italian, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål,
  Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Turkish


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/xfce4-notifyd/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xfce4-notifyd/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xfce4-notifyd/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/xfce4-notifyd/Makefile
diff -u pkgsrc/x11/xfce4-notifyd/Makefile:1.28 pkgsrc/x11/xfce4-notifyd/Makefile:1.29
--- pkgsrc/x11/xfce4-notifyd/Makefile:1.28      Mon Aug 31 18:13:27 2020
+++ pkgsrc/x11/xfce4-notifyd/Makefile   Thu Sep 10 00:34:44 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2020/08/31 18:13:27 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2020/09/10 00:34:44 gutteridge Exp $
 
-PKGREVISION= 2
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.6.1
+VERSION=       0.6.2
 DISTNAME=      xfce4-notifyd-${VERSION}
 CATEGORIES=    x11
 MASTER_SITES=  https://archive.xfce.org/src/apps/xfce4-notifyd/${VERSION:R}/

Index: pkgsrc/x11/xfce4-notifyd/PLIST
diff -u pkgsrc/x11/xfce4-notifyd/PLIST:1.6 pkgsrc/x11/xfce4-notifyd/PLIST:1.7
--- pkgsrc/x11/xfce4-notifyd/PLIST:1.6  Fri Apr 10 20:46:21 2020
+++ pkgsrc/x11/xfce4-notifyd/PLIST      Thu Sep 10 00:34:44 2020
@@ -1,17 +1,13 @@
-@comment $NetBSD: PLIST,v 1.6 2020/04/10 20:46:21 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/09/10 00:34:44 gutteridge Exp $
 bin/xfce4-notifyd-config
-lib/systemd/user/xfce4-notifyd.service
 lib/xfce4/notifyd/xfce4-notifyd
 lib/xfce4/panel/plugins/libnotification-plugin.la
 man/man1/xfce4-notifyd-config.1
 share/applications/xfce4-notifyd-config.desktop
-share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
 share/examples/xfce4-notifyd/xfce4-notifyd.desktop
-share/icons/hicolor/16x16/apps/xfce4-notifyd.png
-share/icons/hicolor/24x24/apps/xfce4-notifyd.png
-share/icons/hicolor/32x32/apps/xfce4-notifyd.png
-share/icons/hicolor/48x48/apps/xfce4-notifyd.png
-share/icons/hicolor/scalable/apps/xfce4-notifyd.svg
+share/icons/hicolor/16x16/apps/org.xfce.notification.png
+share/icons/hicolor/48x48/apps/org.xfce.notification.png
+share/icons/hicolor/scalable/apps/org.xfce.notification.svg
 share/icons/hicolor/scalable/status/notification-disabled-new-symbolic.svg
 share/icons/hicolor/scalable/status/notification-disabled-symbolic.svg
 share/icons/hicolor/scalable/status/notification-new-symbolic.svg
@@ -28,6 +24,7 @@ share/locale/el/LC_MESSAGES/xfce4-notify
 share/locale/en_AU/LC_MESSAGES/xfce4-notifyd.mo
 share/locale/en_GB/LC_MESSAGES/xfce4-notifyd.mo
 share/locale/es/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/et/LC_MESSAGES/xfce4-notifyd.mo
 share/locale/eu/LC_MESSAGES/xfce4-notifyd.mo
 share/locale/fi/LC_MESSAGES/xfce4-notifyd.mo
 share/locale/fr/LC_MESSAGES/xfce4-notifyd.mo
@@ -36,6 +33,7 @@ share/locale/he/LC_MESSAGES/xfce4-notify
 share/locale/hr/LC_MESSAGES/xfce4-notifyd.mo
 share/locale/hu/LC_MESSAGES/xfce4-notifyd.mo
 share/locale/hy_AM/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/hye/LC_MESSAGES/xfce4-notifyd.mo
 share/locale/id/LC_MESSAGES/xfce4-notifyd.mo
 share/locale/ie/LC_MESSAGES/xfce4-notifyd.mo
 share/locale/is/LC_MESSAGES/xfce4-notifyd.mo

Index: pkgsrc/x11/xfce4-notifyd/distinfo
diff -u pkgsrc/x11/xfce4-notifyd/distinfo:1.8 pkgsrc/x11/xfce4-notifyd/distinfo:1.9
--- pkgsrc/x11/xfce4-notifyd/distinfo:1.8       Wed May 13 01:51:31 2020
+++ pkgsrc/x11/xfce4-notifyd/distinfo   Thu Sep 10 00:34:44 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/05/13 01:51:31 gutteridge Exp $
+$NetBSD: distinfo,v 1.9 2020/09/10 00:34:44 gutteridge Exp $
 
-SHA1 (xfce4-notifyd-0.6.1.tar.bz2) = 678bb804ba2e9580ec4a42dda80738bf453d7651
-RMD160 (xfce4-notifyd-0.6.1.tar.bz2) = 952a0f84530fcf51ff552a106876eda74d41d96f
-SHA512 (xfce4-notifyd-0.6.1.tar.bz2) = d48752cd4e02e515e4c5d147b7bce678a56f47f0bd336e3b9db4e14fc2b0355e0582816957fc43c313a5779b5495c836ee5da4f0cb83616a0164d692a169415f
-Size (xfce4-notifyd-0.6.1.tar.bz2) = 539209 bytes
+SHA1 (xfce4-notifyd-0.6.2.tar.bz2) = ac82a3604d3dfc38f6104e2cc0b908142331f00a
+RMD160 (xfce4-notifyd-0.6.2.tar.bz2) = ecafce753674b79b13f66fddd77774820f47b44f
+SHA512 (xfce4-notifyd-0.6.2.tar.bz2) = 13fdbcd5031ad44a89327eb65356a4d2c45315e0c8c507e457eee4cc95898794679163de9603a2059d9aaf20d62df317f8a09e0353f6adb526970a21d580b325
+Size (xfce4-notifyd-0.6.2.tar.bz2) = 548415 bytes



Home | Main Index | Thread Index | Old Index