summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-09-10 00:34:44 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-09-10 00:34:44 +0000
commitad204571b71785c2767d72a78bedd0b652be4f62 (patch)
treec632aa6dfceea286dc5a4c026edfe4c2c5ccb8af /x11
parent5190bcf19287611dcab4f4e982c4f75afb0596d8 (diff)
downloadpkgsrc-ad204571b71785c2767d72a78bedd0b652be4f62.tar.gz
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
Diffstat (limited to 'x11')
-rw-r--r--x11/xfce4-notifyd/Makefile5
-rw-r--r--x11/xfce4-notifyd/PLIST14
-rw-r--r--x11/xfce4-notifyd/distinfo10
3 files changed, 13 insertions, 16 deletions
diff --git a/x11/xfce4-notifyd/Makefile b/x11/xfce4-notifyd/Makefile
index ffe5c8cb109..a5cc1ab068f 100644
--- a/x11/xfce4-notifyd/Makefile
+++ b/x11/xfce4-notifyd/Makefile
@@ -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}/
diff --git a/x11/xfce4-notifyd/PLIST b/x11/xfce4-notifyd/PLIST
index e21ccfbf86f..2e4df693fb5 100644
--- a/x11/xfce4-notifyd/PLIST
+++ b/x11/xfce4-notifyd/PLIST
@@ -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-notifyd.mo
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-notifyd.mo
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
diff --git a/x11/xfce4-notifyd/distinfo b/x11/xfce4-notifyd/distinfo
index b9294abfbb0..b72dafd2e99 100644
--- a/x11/xfce4-notifyd/distinfo
+++ b/x11/xfce4-notifyd/distinfo
@@ -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