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:           Tue Sep 19 01:58:46 UTC 2023

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

Log Message:
xfce4-notifyd: update to 0.9.0

Change log:

0.9.0 (2023-09-18)
=====
- Add missing sanity check
- I18n: Update po/LINGUAS list
- I18n: Update po/LINGUAS list
- I18n: Update po/LINGUAS list
- wayland: put windows on overlay layer, not top
- Set window theme before placing window
- Set initial window position before realizing windows
- Avoid storing NULL app IDs in the app ID count hashtable
- Simplify dbus/systemd service dir logic in configure.ac
- Fix typos in README
- Instal D-Bus and systemd files under $prefix by default
- Fix distcheck when run as non-root
- Use pkg-config to find default systemd user unit directory
- Change default systemd user path from /lib/... to /usr/lib/...
- Change options for installing startup files
- Add positioning options top-center and bottom-center
- Simplify notification placement code
- Stop using GtkCornerType; migrate setting to enum nick
- Move log level settings from int to enum nick string
- Move datetime format setting from int to enum nick string
- Have a single entry point for setting migrations
- Fix incorrect enum value for apps log level
- Use registered enum types for config->enum mapping
- Move enums to common, use glib-mkenums
- Use new XDT feature macros
- Don't log duplicate entries when updating an existing notification
- Clean up logic in notify_notify()
- Correctly update critical notifications while in DnD mode
- Fix incorrect casts in GTree foreach functions
- Remove expire/fade timeout source removal hacks
- Missed a spot to reset fade/slide
- Allow slideout when no fadeout
- Only start fade timeout if no existing handle
- Only start expiration timeout if no existing handle
- Ensure timeout sources are removed in _window_dispose()
- Move log dbus signal emissions to XfceNotifyDaemonLog
- Remove expire and fade sources before emitting closed signal
- Emit NotificationClosed when not showing notification
- Consolidate the window movement code
- Add option to show notifications on all monitors
- Migrate the primary-monitor setting to a string-based enum
- Translation Updates:
  Albanian, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  Eastern Armenian, English (Australia), English (United Kingdom),
  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.45 -r1.46 pkgsrc/x11/xfce4-notifyd/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xfce4-notifyd/PLIST
cvs rdiff -u -r1.19 -r1.20 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.45 pkgsrc/x11/xfce4-notifyd/Makefile:1.46
--- pkgsrc/x11/xfce4-notifyd/Makefile:1.45      Wed Apr 19 08:12:00 2023
+++ pkgsrc/x11/xfce4-notifyd/Makefile   Tue Sep 19 01:58:46 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2023/04/19 08:12:00 adam Exp $
+# $NetBSD: Makefile,v 1.46 2023/09/19 01:58:46 gutteridge Exp $
 
-PKGREVISION= 1
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.8.2
+VERSION=       0.9.0
 DISTNAME=      xfce4-notifyd-${VERSION}
 CATEGORIES=    x11
 MASTER_SITES=  https://archive.xfce.org/src/apps/xfce4-notifyd/${VERSION:R}/
@@ -13,6 +12,8 @@ COMMENT=      Xfce Notify daemon
 
 USE_TOOLS+=    gdbus-codegen
 
+CONFIGURE_ARGS+=       --enable-xdg-autostart
+
 DESKTOP_FILE=  xfce4-notifyd.desktop
 EGDIR=         share/examples/xfce4-notifyd
 MAKE_DIRS+=    ${PKG_SYSCONFDIR}/xdg/autostart

Index: pkgsrc/x11/xfce4-notifyd/PLIST
diff -u pkgsrc/x11/xfce4-notifyd/PLIST:1.9 pkgsrc/x11/xfce4-notifyd/PLIST:1.10
--- pkgsrc/x11/xfce4-notifyd/PLIST:1.9  Sun Mar  5 02:10:43 2023
+++ pkgsrc/x11/xfce4-notifyd/PLIST      Tue Sep 19 01:58:46 2023
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.9 2023/03/05 02:10:43 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/09/19 01:58:46 gutteridge Exp $
 bin/xfce4-notifyd-config
 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/dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service
 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
@@ -11,6 +13,7 @@ share/icons/hicolor/scalable/apps/org.xf
 share/icons/hicolor/scalable/status/notification-disabled-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
 share/locale/bg/LC_MESSAGES/xfce4-notifyd.mo

Index: pkgsrc/x11/xfce4-notifyd/distinfo
diff -u pkgsrc/x11/xfce4-notifyd/distinfo:1.19 pkgsrc/x11/xfce4-notifyd/distinfo:1.20
--- pkgsrc/x11/xfce4-notifyd/distinfo:1.19      Sun Mar  5 02:10:43 2023
+++ pkgsrc/x11/xfce4-notifyd/distinfo   Tue Sep 19 01:58:46 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2023/03/05 02:10:43 gutteridge Exp $
+$NetBSD: distinfo,v 1.20 2023/09/19 01:58:46 gutteridge Exp $
 
-BLAKE2s (xfce4-notifyd-0.8.2.tar.bz2) = c4606585858a2d512636dc9bc1e899551fa3e8dd4ec5dd534ee54cac9b340a20
-SHA512 (xfce4-notifyd-0.8.2.tar.bz2) = 8da4bc1f81c1baa91367ba508be87e2bac71180734062cdcb308076acf97a5ccb52382b7e1bd031750253dda6a69882eb92f4679220bb042426092a47eb8c7e0
-Size (xfce4-notifyd-0.8.2.tar.bz2) = 684013 bytes
-SHA1 (patch-xfce4-notifyd_Makefile.in) = ec082899b10f9e09d03ede52d3d636eaac420d64
+BLAKE2s (xfce4-notifyd-0.9.0.tar.bz2) = 294052a290daff54124fe560b887fed364d303a7c0512ee3f715fd73a77872b5
+SHA512 (xfce4-notifyd-0.9.0.tar.bz2) = 79d65e1fe7dc7957a0a43474d156b8a7ab1940dc7bfca640610ee17c80105e538a701f66727bef907b29115f4b92efb6e0f754884dcb0b7f06f89341eec26939
+Size (xfce4-notifyd-0.9.0.tar.bz2) = 727524 bytes
+SHA1 (patch-xfce4-notifyd_Makefile.in) = e1d1a9b033876dee100966344b585b3612196322



Home | Main Index | Thread Index | Old Index