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 to 0.3.5. OK'ed b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fa98d2062d75
branches: trunk
changeset: 518746:fa98d2062d75
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sat Sep 16 14:48:05 2006 +0000
description:
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:
sysutils/notification-daemon/Makefile | 5 ++---
sysutils/notification-daemon/PLIST | 5 ++---
sysutils/notification-daemon/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 10 deletions(-)
diffs (41 lines):
diff -r b0c3642d1c11 -r fa98d2062d75 sysutils/notification-daemon/Makefile
--- a/sysutils/notification-daemon/Makefile Sat Sep 16 14:46:55 2006 +0000
+++ b/sysutils/notification-daemon/Makefile Sat Sep 16 14:48:05 2006 +0000
@@ -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 -r b0c3642d1c11 -r fa98d2062d75 sysutils/notification-daemon/PLIST
--- a/sysutils/notification-daemon/PLIST Sat Sep 16 14:46:55 2006 +0000
+++ b/sysutils/notification-daemon/PLIST Sat Sep 16 14:48:05 2006 +0000
@@ -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 -r b0c3642d1c11 -r fa98d2062d75 sysutils/notification-daemon/distinfo
--- a/sysutils/notification-daemon/distinfo Sat Sep 16 14:46:55 2006 +0000
+++ b/sysutils/notification-daemon/distinfo Sat Sep 16 14:48:05 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index