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:           Sun Feb 11 02:58:05 UTC 2024

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

Log Message:
xfce4-notifyd: update to 0.9.4

0.9.4 (2024-02-09)
=====
- Clarify why the symbolic icons don't go in symbolic/status
- Fix icons directory names
- Fall back to monitor 0 if no primary monitor set
- Add a fallback for drawing the unread notification emblem
- Remove redundant icon embleming code
- Fix opacity on notification hover
- Translation Updates:
  Greek, Hungarian, Italian, Lithuanian, Occitan (post 1500)


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/x11/xfce4-notifyd/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xfce4-notifyd/PLIST
cvs rdiff -u -r1.22 -r1.23 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.52 pkgsrc/x11/xfce4-notifyd/Makefile:1.53
--- pkgsrc/x11/xfce4-notifyd/Makefile:1.52      Tue Nov 14 14:03:23 2023
+++ pkgsrc/x11/xfce4-notifyd/Makefile   Sun Feb 11 02:58:05 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2023/11/14 14:03:23 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2024/02/11 02:58:05 gutteridge Exp $
 
-PKGREVISION= 3
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.9.3
+VERSION=       0.9.4
 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.10 pkgsrc/x11/xfce4-notifyd/PLIST:1.11
--- pkgsrc/x11/xfce4-notifyd/PLIST:1.10 Tue Sep 19 01:58:46 2023
+++ pkgsrc/x11/xfce4-notifyd/PLIST      Sun Feb 11 02:58:05 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2023/09/19 01:58:46 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.11 2024/02/11 02:58:05 gutteridge Exp $
 bin/xfce4-notifyd-config
 lib/xfce4/notifyd/xfce4-notifyd
 lib/xfce4/panel/plugins/libnotification-plugin.la
@@ -9,6 +9,7 @@ share/dbus-1/services/org.xfce.xfce4-not
 share/examples/xfce4-notifyd/xfce4-notifyd.desktop
 share/icons/hicolor/16x16/apps/org.xfce.notification.png
 share/icons/hicolor/48x48/apps/org.xfce.notification.png
+share/icons/hicolor/128x128/apps/org.xfce.notification.png
 share/icons/hicolor/scalable/apps/org.xfce.notification.svg
 share/icons/hicolor/scalable/status/notification-disabled-symbolic.svg
 share/icons/hicolor/scalable/status/notification-symbolic.svg

Index: pkgsrc/x11/xfce4-notifyd/distinfo
diff -u pkgsrc/x11/xfce4-notifyd/distinfo:1.22 pkgsrc/x11/xfce4-notifyd/distinfo:1.23
--- pkgsrc/x11/xfce4-notifyd/distinfo:1.22      Thu Nov  2 01:25:24 2023
+++ pkgsrc/x11/xfce4-notifyd/distinfo   Sun Feb 11 02:58:05 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2023/11/02 01:25:24 gutteridge Exp $
+$NetBSD: distinfo,v 1.23 2024/02/11 02:58:05 gutteridge Exp $
 
-BLAKE2s (xfce4-notifyd-0.9.3.tar.bz2) = 25c9356009a0061c24c18f089a08280996a90dc81ea4df027db3ed29d100e143
-SHA512 (xfce4-notifyd-0.9.3.tar.bz2) = df6b3cdc0fa8d349f7c3f9e7d920aa1b3f7a729c2a123d982e5312af227d34bd9803c3643eaa0af02aa1ccd870251614a32934e994236d953a610dd6aef61500
-Size (xfce4-notifyd-0.9.3.tar.bz2) = 730485 bytes
+BLAKE2s (xfce4-notifyd-0.9.4.tar.bz2) = b9072c14d44b1898eeeeecf6a7bd92cffdf8fbbf6a6aea3762b86ec49bf5c5f4
+SHA512 (xfce4-notifyd-0.9.4.tar.bz2) = d3339ec3555f27e624e643b52ce4de2a0834d38f675b286976abcb4e143cbbb32665b1f36fbff23791c152e1f0616b752a7f049045fc32829c27c0a87d82df94
+Size (xfce4-notifyd-0.9.4.tar.bz2) = 732160 bytes
 SHA1 (patch-xfce4-notifyd_Makefile.in) = ac527cea718eb402a357b76e58947fb25073cb49



Home | Main Index | Thread Index | Old Index