pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/mate-notification-daemon mate-notification-da...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89046b2524fa
branches:  trunk
changeset: 388847:89046b2524fa
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Nov 27 05:05:41 2022 +0000

description:
mate-notification-daemon: update to 1.26.0

Change log:

### mate-notification-daemon 1.26.0

  * Translations update
  * Update copyright to 2021

### mate-notification-daemon 1.25.1

  * Translations update
  * daemon: g_memdup is dreprecated from glib 2.68
  * engines.c: fix memory leak
  * mate-notification-properties.c: fix memory leaks
  * Remove shadow warnings [-Wshadow]
  * travis: build with mate-common-1.24.2 from repos
  * build: allow users to disable gettext support (--disable-nls)
  * Use notify_stack_destroy() instead of g_clear_object() for stacks (which are not GObjects)]
  * update resource for transifex
  * Update copyright to 2021
  * update issue template
  * applet: Resize icon size with panel
  * mate-notification-applet: avoid segfault after removing the applet
  * Group common constants in a single file
  * Add Do Not Disturb Applet
  * build: Fix make distcheck
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * Formatting
  * Use C-style comments
  * Remove NOTIFICATION_DAEMON_* from src/themes/standard/Makefile.am
  * Remove ENABLE_X11 AM_CONDITIONAL()
  * Don't error if X11 libs not found if X11 not forced on
  * Set layer and notificaiton
  * Implement placement on Wayland
  * Add initial Wayland backend
  * Hide X11-specific code behind ifdefs and checks
  * Remove X11 calls from nodoka-theme.c
  * Use gdk_set_allowed_backends ()
  * Support --enable-x11 and --enable-wayland
  * Include directory in warning message when failed to open themes

### mate-notification-daemon 1.25.0

  * Translations update
  * add git.mk to generate .gitignore
  * daemon: Use monotonic time instead of real time
  * Remove conversion warnings
  * build: silent build warnings for distcheck
  * Filter-out img elements from notification body
  * The body of a notification may also contain hyperlinks
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * Rewrite mate-notification-properties.ui from scratch
  * daemon: Remove warning about GTimeVal deprecation
  * build: Remove generated files

diffstat:

 sysutils/mate-notification-daemon/Makefile |  7 ++++---
 sysutils/mate-notification-daemon/PLIST    |  5 ++++-
 sysutils/mate-notification-daemon/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (60 lines):

diff -r dcd1ce2e7563 -r 89046b2524fa sysutils/mate-notification-daemon/Makefile
--- a/sysutils/mate-notification-daemon/Makefile        Sun Nov 27 05:04:58 2022 +0000
+++ b/sysutils/mate-notification-daemon/Makefile        Sun Nov 27 05:05:41 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2022/11/23 16:21:08 adam Exp $
+# $NetBSD: Makefile,v 1.27 2022/11/27 05:05:41 gutteridge Exp $
 
-PKGREVISION= 4
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      mate-notification-daemon-${VERSION:R}.2
+DISTNAME=      mate-notification-daemon-${VERSION}
 CATEGORIES=    sysutils
 
 COMMENT=       Notification daemon for MATE desktop
@@ -18,4 +17,6 @@
 .include "../../sysutils/dbus-glib/buildlink3.mk"
 .include "../../sysutils/libnotify/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/mate-desktop/buildlink3.mk"
+.include "../../x11/mate-panel/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r dcd1ce2e7563 -r 89046b2524fa sysutils/mate-notification-daemon/PLIST
--- a/sysutils/mate-notification-daemon/PLIST   Sun Nov 27 05:04:58 2022 +0000
+++ b/sysutils/mate-notification-daemon/PLIST   Sun Nov 27 05:05:41 2022 +0000
@@ -1,13 +1,15 @@
-@comment $NetBSD: PLIST,v 1.6 2020/04/05 16:05:43 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/11/27 05:05:41 gutteridge Exp $
 bin/mate-notification-properties
 lib/mate-notification-daemon/engines/libcoco.la
 lib/mate-notification-daemon/engines/libnodoka.la
 lib/mate-notification-daemon/engines/libslider.la
 lib/mate-notification-daemon/engines/libstandard.la
+libexec/mate-notification-applet
 libexec/mate-notification-daemon
 man/man1/mate-notification-properties.1
 share/applications/mate-notification-properties.desktop
 share/dbus-1/services/org.freedesktop.mate.Notifications.service
+share/dbus-1/services/org.mate.panel.applet.MateNotificationAppletFactory.service
 share/glib-2.0/schemas/org.mate.NotificationDaemon.gschema.xml
 share/icons/hicolor/16x16/apps/mate-notification-properties.png
 share/icons/hicolor/22x22/apps/mate-notification-properties.png
@@ -122,3 +124,4 @@
 share/locale/zh_CN/LC_MESSAGES/mate-notification-daemon.mo
 share/locale/zh_HK/LC_MESSAGES/mate-notification-daemon.mo
 share/locale/zh_TW/LC_MESSAGES/mate-notification-daemon.mo
+share/mate-panel/applets/org.mate.applets.MateNotificationApplet.mate-panel-applet
diff -r dcd1ce2e7563 -r 89046b2524fa sysutils/mate-notification-daemon/distinfo
--- a/sysutils/mate-notification-daemon/distinfo        Sun Nov 27 05:04:58 2022 +0000
+++ b/sysutils/mate-notification-daemon/distinfo        Sun Nov 27 05:05:41 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:19:50 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/11/27 05:05:41 gutteridge Exp $
 
-BLAKE2s (mate-notification-daemon-1.24.2.tar.xz) = be1ef054766cf1e1a42f584e6d1e0f0abc69ecbd96ac4adb2b3abdf90e11ea6c
-SHA512 (mate-notification-daemon-1.24.2.tar.xz) = be9db249bec6dc2206d69998b972f06ab4e2ee5c30b5bcf44c43b508954a9984a37bc9a2fe9989aec55969492256ed742fb2a9618b751e47ff43b66c383c1bd4
-Size (mate-notification-daemon-1.24.2.tar.xz) = 396156 bytes
+BLAKE2s (mate-notification-daemon-1.26.0.tar.xz) = d7c2ecbea7e989fea9775588c02791e2e97c3a8631e91b67e5591de8e2f10419
+SHA512 (mate-notification-daemon-1.26.0.tar.xz) = 5249cf14ba93f2e74b9774226c5d0f5e90a517df07569e16a23af7053f5ef160afe98c8a3452baf80c243272763eee1fde0b84f434f55df1f9de26298361a1dc
+Size (mate-notification-daemon-1.26.0.tar.xz) = 421032 bytes



Home | Main Index | Thread Index | Old Index