diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-09-16 14:48:05 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-09-16 14:48:05 +0000 |
commit | 96a767a67b26b3e30cbf99e64449d7f2cdc93e99 (patch) | |
tree | 87c32f4ba4a28bd1073a270062d693e43ed68219 /sysutils/notification-daemon | |
parent | f4cae13d40836b5aaef40ff4408b3fa16754db7e (diff) | |
download | pkgsrc-96a767a67b26b3e30cbf99e64449d7f2cdc93e99.tar.gz |
Update to 0.3.5. OK'ed by wiz@ during the freeze. Closes PR pkg/34318.
* Add three new required theme functions:
- theme_check_init - determines if the theme is compatible with the
running version of notification-daemon.
- get_theme_info - returns info on the theme.
- clear_notification_actions - Clears the notification action buttons
on the window.
* Disabled the Bubble theme for this release. It's the source of too
many bugs.
* Fix the scaling of different icon sizes. Now small icons display as
small, and larger icons are scaled down to 48x48.
* Fixed a problem where icons were being clipped in notifications.
Patch by M.S. (Bug #21)
* Fixed incorrect usage of GtkIconTheme. (Bug #38)
* Fixed notifications with a timeout of 2147484ms or longer expiring
in less than a second. (Bug #22)
* Fixed a bug where a notification would duplicate its actions when
updated. (Bug #30)
* The Standard theme's countdown timer is now rendered using Cairo when
compiled against Gtk 2.8.0 or higher. This improves the timer by making
it antialiased.
* Renamed notification-daemon.service to
org.freedesktop.Notifications.service.
Diffstat (limited to 'sysutils/notification-daemon')
-rw-r--r-- | sysutils/notification-daemon/Makefile | 5 | ||||
-rw-r--r-- | sysutils/notification-daemon/PLIST | 5 | ||||
-rw-r--r-- | sysutils/notification-daemon/distinfo | 8 |
3 files changed, 8 insertions, 10 deletions
diff --git a/sysutils/notification-daemon/Makefile b/sysutils/notification-daemon/Makefile index 2c3641739ac..0dfb21b6032 100644 --- a/sysutils/notification-daemon/Makefile +++ b/sysutils/notification-daemon/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/08/23 09:49:36 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2006/09/16 14:48:05 jmmv Exp $ # -DISTNAME= notification-daemon-0.3.4 -PKGREVISION= 2 +DISTNAME= notification-daemon-0.3.5 CATEGORIES= sysutils gnome MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ diff --git a/sysutils/notification-daemon/PLIST b/sysutils/notification-daemon/PLIST index d333fb13586..02b548c1a04 100644 --- a/sysutils/notification-daemon/PLIST +++ b/sysutils/notification-daemon/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/30 21:03:51 jmmv Exp $ -lib/notification-daemon-1.0/engines/libbubble.la +@comment $NetBSD: PLIST,v 1.2 2006/09/16 14:48:05 jmmv Exp $ lib/notification-daemon-1.0/engines/libstandard.la libexec/notification-daemon -share/dbus-1/services/notification-daemon.service +share/dbus-1/services/org.freedesktop.Notifications.service share/gconf/schemas/notification-daemon.schemas @comment in GConf2: @dirrm share/gconf/schemas @comment in dbus: @dirrm share/dbus-1/services diff --git a/sysutils/notification-daemon/distinfo b/sysutils/notification-daemon/distinfo index e41c704522a..e3959784e9d 100644 --- a/sysutils/notification-daemon/distinfo +++ b/sysutils/notification-daemon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/03/30 21:03:51 jmmv Exp $ +$NetBSD: distinfo,v 1.2 2006/09/16 14:48:05 jmmv Exp $ -SHA1 (notification-daemon-0.3.4.tar.gz) = 249205579d4efedb301c47ddd9716c67af707fcc -RMD160 (notification-daemon-0.3.4.tar.gz) = b0332dd595102037f179d86e43fd1061042a3e3e -Size (notification-daemon-0.3.4.tar.gz) = 381647 bytes +SHA1 (notification-daemon-0.3.5.tar.gz) = c8aa3b601db6d8b00cd9f4227fff146b8259eb71 +RMD160 (notification-daemon-0.3.5.tar.gz) = 5251ce4dcc2ae3cc637077ea71eb65a17c9102b4 +Size (notification-daemon-0.3.5.tar.gz) = 383582 bytes |