9ab7bb7d89
version 0.4.4 (27-February-2007): * Fixed a bug where a notification's ID could be reset when a different notification was closed. Patch by jylefort. (Bug #94) * Fixed a crash when the D-BUS proxy was not being freed on notify_uninit, which was problematic when used in a loadable module. (Bug #92) * Fixed a crash when a signal handler for the notification's closed signal caused the notification to be destroyed. (Bug #116) * Fixed memory leaks when creating notifications. (Bug #112) * Fixed potential memory leaks where the function passed to notify_notification_add_action to free the user data was not being called. (Bug #119)
22 lines
606 B
Makefile
22 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.6 2007/03/21 22:33:59 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libnotify-0.4.4
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= http://www.galago-project.org/files/releases/source/libnotify/
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.galago-project.org/
|
|
COMMENT= Desktop notification framework
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE= libnotify.pc.in
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|