Subject: PR/34318 CVS commit: pkgsrc/sysutils/notification-daemon
To: None <jmmv@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-bugs
Date: 09/16/2006 13:20:08
The following reply was made to PR pkg/34318; it has been noted by GNATS.
From: "Julio M. Merino Vidal" <jmmv@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/34318 CVS commit: pkgsrc/sysutils/notification-daemon
Date: Sat, 16 Sep 2006 14:48:05 +0000 (UTC)
Module Name: pkgsrc
Committed By: jmmv
Date: Sat Sep 16 14:48:05 UTC 2006
Modified Files:
pkgsrc/sysutils/notification-daemon: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/notification-daemon/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/notification-daemon/PLIST \
pkgsrc/sysutils/notification-daemon/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.