pkgsrc/sysutils/notification-daemon/Makefile

42 lines
1.3 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.21 2012/02/06 12:41:37 wiz Exp $
#
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)
2008-11-27 15:18:31 +01:00
DISTNAME= notification-daemon-0.4.0
PKGREVISION= 8
CATEGORIES= sysutils gnome
MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.galago-project.org/
COMMENT= Shows notification messages on the desktop
2008-06-20 03:09:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
2006-12-01 15:00:16 +01:00
USE_TOOLS+= gmake intltool pkg-config msgfmt
GCONF_SCHEMAS= notification-daemon.schemas
.include "../../mk/bsd.prefs.mk"
.if defined(PKG_SYSCONFDIR.dbus)
CONFIGURE_ARGS+= --with-dbus-sys=${PKG_SYSCONFDIR.dbus}/system.d
.else
CONFIGURE_ARGS+= --with-dbus-sys=${PKG_SYSCONFDIR}/dbus-1/system.d
.endif
.include "../../devel/GConf/schemas.mk"
.include "../../devel/glib2/buildlink3.mk"
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)
2008-11-27 15:18:31 +01:00
.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/libsexy/buildlink3.mk"
.include "../../devel/libwnck/buildlink3.mk"
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)
2008-11-27 15:18:31 +01:00
.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"
2008-11-29 07:43:00 +01:00
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"