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:           Wed Feb 15 00:07:39 UTC 2023

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

Log Message:
xfce4-notifyd: update to 0.8.0

Change log:

0.8.0 (2023-02-10)
=====
- Notification windows don't need to be override-redirect
- Reposition notifications when workarea changes
- Add setting to allow ignoring app-specified expire timeout
- Add setting to never expire notifications
- Update log viewer in settings when log changes on disk
- Fix one more unnecessary full count of unread messages
- Update log entry icons when marking all read
- Remove unused var
- Use new unread emblem for icons in log
- Stop checking if there are unread notifications as often
- Improve the panel icon when there are unread notifications
- Make the log max size a little friendlier
- Remove warning about high log size limit
- Add ability to mark individual log entries read
- Add emblem to icon of unread messages in log
- Make migrating the old log file more robust
- Remove bool returns from the log write functions
- Improve unread handling
- Make max-log-size option work again
- Add missing finalize for 'delete all' sqlite statement
- Implement progressive loading for log viewer
- Move log viewer to its own widget/file
- Add options for what to do when opening the plugin menu
- Add option to only show unread notifications in plugin menu
- Reduce some error-checking boilerplate
- Glade-ify the plugin settings dialog
- Queue writes to sqlite database
- settings: don't bail if libnotify init fails
- Fix deprecated unitless font-size in ZOMG-PONIES! theme
- Rearrange settings dialog
- Add ability to delete individual log entries
- Update my copyright & email
- Add timestamp formatting options
- Clean up extraneous things in settings glade file
- Add "Mark All Read" button to settings and panel plugin
- Move notification log to sqlite
- Set default debug based on git/not-git
- Remove configure.ac from gitignore
- Eliminate need for pre-processed configure.ac.in
- Translation Updates:
  Albanian, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  Eastern Armenian, English (Australia), Estonian, Finnish, French,
  Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean,
  Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese
  (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish,
  Thai, Turkish, Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/xfce4-notifyd/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xfce4-notifyd/PLIST
cvs rdiff -u -r1.17 -r1.18 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.42 pkgsrc/x11/xfce4-notifyd/Makefile:1.43
--- pkgsrc/x11/xfce4-notifyd/Makefile:1.42      Sat Feb 11 01:28:44 2023
+++ pkgsrc/x11/xfce4-notifyd/Makefile   Wed Feb 15 00:07:39 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2023/02/11 01:28:44 gutteridge Exp $
+# $NetBSD: Makefile,v 1.43 2023/02/15 00:07:39 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.7.3
+VERSION=       0.8.0
 DISTNAME=      xfce4-notifyd-${VERSION}
 CATEGORIES=    x11
 MASTER_SITES=  https://archive.xfce.org/src/apps/xfce4-notifyd/${VERSION:R}/
@@ -19,6 +19,8 @@ CONF_FILES+=  ${EGDIR}/${DESKTOP_FILE} \
                ${PKG_SYSCONFDIR}/xdg/autostart/${DESKTOP_FILE}
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+BUILDLINK_API_DEPENDS.sqlite3+=        sqlite3>=3.34.0
+.include "../../databases/sqlite3/buildlink3.mk"
 .include "../../x11/libxfce4ui/buildlink3.mk"
 .include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../sysutils/libnotify/buildlink3.mk"

Index: pkgsrc/x11/xfce4-notifyd/PLIST
diff -u pkgsrc/x11/xfce4-notifyd/PLIST:1.7 pkgsrc/x11/xfce4-notifyd/PLIST:1.8
--- pkgsrc/x11/xfce4-notifyd/PLIST:1.7  Thu Sep 10 00:34:44 2020
+++ pkgsrc/x11/xfce4-notifyd/PLIST      Wed Feb 15 00:07:39 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/09/10 00:34:44 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.8 2023/02/15 00:07:39 gutteridge Exp $
 bin/xfce4-notifyd-config
 lib/xfce4/notifyd/xfce4-notifyd
 lib/xfce4/panel/plugins/libnotification-plugin.la
@@ -8,10 +8,9 @@ share/examples/xfce4-notifyd/xfce4-notif
 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
 share/icons/hicolor/scalable/status/notification-symbolic.svg
+share/icons/hicolor/scalable/status/org.xfce.notification.unread-emblem-symbolic.svg
 share/locale/ar/LC_MESSAGES/xfce4-notifyd.mo
 share/locale/ast/LC_MESSAGES/xfce4-notifyd.mo
 share/locale/be/LC_MESSAGES/xfce4-notifyd.mo

Index: pkgsrc/x11/xfce4-notifyd/distinfo
diff -u pkgsrc/x11/xfce4-notifyd/distinfo:1.17 pkgsrc/x11/xfce4-notifyd/distinfo:1.18
--- pkgsrc/x11/xfce4-notifyd/distinfo:1.17      Sat Feb 11 01:28:44 2023
+++ pkgsrc/x11/xfce4-notifyd/distinfo   Wed Feb 15 00:07:39 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2023/02/11 01:28:44 gutteridge Exp $
+$NetBSD: distinfo,v 1.18 2023/02/15 00:07:39 gutteridge Exp $
 
-BLAKE2s (xfce4-notifyd-0.7.3.tar.bz2) = 2f5f869a9bd5dd675d6db5b50e2b5c44195cb76e291d0f909d20a06bb48d7de1
-SHA512 (xfce4-notifyd-0.7.3.tar.bz2) = 525fcf5dfa8c4a2bf48b4276b19f5fd1d5010bdeacd52f6d9189aabf1d5fe2a79efa542796c62d62c6a7bfc83d7eddf3ed671fa171be96c255907b7c7f599bee
-Size (xfce4-notifyd-0.7.3.tar.bz2) = 587185 bytes
+BLAKE2s (xfce4-notifyd-0.8.0.tar.bz2) = 5570a68df27ad8aa28e4441b9408fa782fb9cba1e3c135d463e0d470a7573a60
+SHA512 (xfce4-notifyd-0.8.0.tar.bz2) = 3b53036105fc194f87a4a76d5c5c578d0435bacf0fc10b5d0eeba37230cd76c9ce56cd30c840ee1d47baedffb1f1c1f2b8c88a0d6ca36207f0596ebc6ba75271
+Size (xfce4-notifyd-0.8.0.tar.bz2) = 612641 bytes
 SHA1 (patch-Makefile.in) = fbccb3ba71f22eb275b0f9570899105d1fdb6d08



Home | Main Index | Thread Index | Old Index