pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/notification-daemon Update notification-daemo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3be2dd29cad
branches:  trunk
changeset: 550732:f3be2dd29cad
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Thu Nov 27 14:18:31 2008 +0000

description:
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)

diffstat:

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

diffs (66 lines):

diff -r 3a8491834df1 -r f3be2dd29cad sysutils/notification-daemon/Makefile
--- a/sysutils/notification-daemon/Makefile     Thu Nov 27 14:17:38 2008 +0000
+++ b/sysutils/notification-daemon/Makefile     Thu Nov 27 14:18:31 2008 +0000
@@ -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 @@
 
 .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 -r 3a8491834df1 -r f3be2dd29cad sysutils/notification-daemon/PLIST
--- a/sysutils/notification-daemon/PLIST        Thu Nov 27 14:17:38 2008 +0000
+++ b/sysutils/notification-daemon/PLIST        Thu Nov 27 14:18:31 2008 +0000
@@ -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 -r 3a8491834df1 -r f3be2dd29cad sysutils/notification-daemon/distinfo
--- a/sysutils/notification-daemon/distinfo     Thu Nov 27 14:17:38 2008 +0000
+++ b/sysutils/notification-daemon/distinfo     Thu Nov 27 14:18:31 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index