From 528d552e7c3e373d200c7f6f02795eb7deb258fa Mon Sep 17 00:00:00 2001 From: jmcneill Date: Thu, 27 Nov 2008 14:18:31 +0000 Subject: Update notification-daemon to 0.4.0. version 0.4.0 (20-November-2008): * Bumped up the required minimum version of GTK+ to 2.10.0. * Bump the notification spec version we're compliant with to 1.0. * Send the reason code along with the NotificationClosed signal in order to indicate why the notification was closed. (Bug #137) * Send an error if the user attempts to close an already closed notification. * Text is now escaped in the summary in the Standard theme so that ampersands and other special characters show up instead of disappearing. (Bug #132) * Set the type hint for notifications to TYPE_NOTIFICATION. (Bug #146) * Added support for playing sounds when the "sound-file" hint is set or when the default_sound GConf key is set, as well as support for the "suppress-sound" hint. Patch by Jim Ramsay. (Ticket #111) * Added a control panel applet for controlling such things as the notification theme and popup positions. Patch by John Wendell. (Ticket #126) * Added better support for attaching context notifications to an icon on the system tray, even when it moves. Patch by Colin Walters. * Added an Arabic translation. Patch by Djihed Afifi. (Ticket #131) * Added an Italian translation. Patch by Luca Ferretti. * Fixed a bug where text would sometimes get truncated. (Ticket #162) * Fixed a bug where notifications weren't displayed if a fullscreen window was minimized. (Bug #142) * Fixed a bug where we were quitting on theme engine failure, instead of falling back to the default theme engine. Patch by driehuis-at-playbeing.org. (Ticket #128) * Fixed a bug where notifications with arrows were crossing the monitor on multihead setups instead of staying on their head. Patch by M.S. (Bug #5) * Fixed the close button size on the notifications so that they don't stretch. Patch by Luca Cavelli. (Bug #127) * Fixed a crash when an unsupported value type was passed in for the urgency when using the standard theme. (Bug #135) --- sysutils/notification-daemon/Makefile | 7 +++++-- sysutils/notification-daemon/PLIST | 14 +++++++++++++- sysutils/notification-daemon/distinfo | 8 ++++---- 3 files changed, 22 insertions(+), 7 deletions(-) (limited to 'sysutils/notification-daemon') diff --git a/sysutils/notification-daemon/Makefile b/sysutils/notification-daemon/Makefile index 881ac92da96..1108f7321bf 100644 --- a/sysutils/notification-daemon/Makefile +++ b/sysutils/notification-daemon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:36 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/11/27 14:18:31 jmcneill Exp $ # -DISTNAME= notification-daemon-0.3.7 +DISTNAME= notification-daemon-0.4.0 CATEGORIES= sysutils gnome MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ @@ -27,8 +27,11 @@ CONFIGURE_ARGS+= --with-dbus-sys=${PKG_SYSCONFDIR}/dbus-1/system.d .include "../../devel/GConf/schemas.mk" .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/libglade/buildlink3.mk" .include "../../devel/libsexy/buildlink3.mk" .include "../../devel/libwnck/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../multimedia/gstreamer0.10/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" .include "../../sysutils/libnotify/buildlink3.mk" diff --git a/sysutils/notification-daemon/PLIST b/sysutils/notification-daemon/PLIST index d6da2d5f7f8..54543261bb0 100644 --- a/sysutils/notification-daemon/PLIST +++ b/sysutils/notification-daemon/PLIST @@ -1,11 +1,23 @@ -@comment $NetBSD: PLIST,v 1.5 2007/09/25 10:54:19 hira Exp $ +@comment $NetBSD: PLIST,v 1.6 2008/11/27 14:18:31 jmcneill Exp $ +bin/notification-properties lib/notification-daemon-1.0/engines/libstandard.la libexec/notification-daemon +share/applications/notification-properties.desktop share/dbus-1/services/org.freedesktop.Notifications.service share/gconf/schemas/notification-daemon.schemas +share/icons/hicolor/16x16/apps/notification-properties.png +share/icons/hicolor/22x22/apps/notification-properties.png +share/icons/hicolor/24x24/apps/notification-properties.png +share/icons/hicolor/32x32/apps/notification-properties.png +share/icons/hicolor/48x48/apps/notification-properties.png +share/icons/hicolor/scalable/apps/notification-properties.svg +share/locale/ar/LC_MESSAGES/notification-daemon.mo share/locale/de/LC_MESSAGES/notification-daemon.mo +share/locale/it/LC_MESSAGES/notification-daemon.mo share/locale/nl/LC_MESSAGES/notification-daemon.mo +share/locale/pl/LC_MESSAGES/notification-daemon.mo share/locale/sv/LC_MESSAGES/notification-daemon.mo +share/notification-daemon/notification-properties.glade @comment in GConf: @dirrm share/gconf/schemas @comment in dbus: @dirrm share/dbus-1/services @dirrm lib/notification-daemon-1.0/engines diff --git a/sysutils/notification-daemon/distinfo b/sysutils/notification-daemon/distinfo index 3aacf3e6759..9aaf29d8e02 100644 --- a/sysutils/notification-daemon/distinfo +++ b/sysutils/notification-daemon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/03/23 17:07:37 drochner Exp $ +$NetBSD: distinfo,v 1.5 2008/11/27 14:18:31 jmcneill Exp $ -SHA1 (notification-daemon-0.3.7.tar.gz) = 14abf2431b1feb8c752926ff9cb84dc1b66823a6 -RMD160 (notification-daemon-0.3.7.tar.gz) = 04a226d939f6985ee73e4d603a95598cc8eff221 -Size (notification-daemon-0.3.7.tar.gz) = 412184 bytes +SHA1 (notification-daemon-0.4.0.tar.gz) = c978d780588f31f4e5b75487ad1f1b7498e51a07 +RMD160 (notification-daemon-0.4.0.tar.gz) = 349ea655b4fd0a2b5987b59a5d1241158f20f9d5 +Size (notification-daemon-0.4.0.tar.gz) = 404178 bytes -- cgit v1.2.3