summaryrefslogtreecommitdiff
path: root/sysutils/libnotify/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2006-09-16 14:46:55 +0000
committerjmmv <jmmv>2006-09-16 14:46:55 +0000
commit9dacb98a343bbd8f20ca775e2b127f78d6b22e9b (patch)
tree324bd8fe39bf02967948ab100c082521b96f6af8 /sysutils/libnotify/Makefile
parent100781a435c85c0cc5cf2bd3575a728791123cce (diff)
downloadpkgsrc-9dacb98a343bbd8f20ca775e2b127f78d6b22e9b.tar.gz
Update to 0.4.2. OK'ed by wiz@ during the freeze. Closes PR pkg/34317.
version 0.4.2 (17-June-2006): * Add G_BEGIN_DECLS and G_END_DECLS to notify.h, so that libnotify can be used in C++ applications properly. version 0.4.1 (17-June-2006): * Added support for attaching to a GtkStatusIcon. Patch by chpe. (Bug #60) * Added GObject properties to NotifyNotification. Patch by chpe. (Bug #60) * Added API documentation, accessible through devhelp. * Fixed up libnotify.pc to support dependencies correctly. (Bug #58) * Fixed notify_uninit() to properly set _initted to FALSE after being called. (Bug #56) version 0.4.0 (26-April-2006): * Patch by M.S. to switch notify-send to use GOption instead of popt, to add -v, --version, -h, and --hint options, and to rename -T, --type to -c, --category. This also fixes assertions when calling notify-send "". (Bug #41) * Fixed the short flag for --type to be -T in notify-send. (Bug #18) * Fixed the help in notify-send to indicate that --expire-timeout requires milliseconds, not seconds. (Bug #28) * Fixed some C99 usage. Patch by jensgr. (Bug #44) * Fixed notify-send on PPC.
Diffstat (limited to 'sysutils/libnotify/Makefile')
-rw-r--r--sysutils/libnotify/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/libnotify/Makefile b/sysutils/libnotify/Makefile
index df564ffa38a..a7aec30f9f9 100644
--- a/sysutils/libnotify/Makefile
+++ b/sysutils/libnotify/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2006/08/23 09:49:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2006/09/16 14:46:55 jmmv Exp $
#
-DISTNAME= libnotify-0.3.2
-PKGREVISION= 2
+DISTNAME= libnotify-0.4.2
CATEGORIES= sysutils gnome
MASTER_SITES= http://www.galago-project.org/files/releases/source/libnotify/
@@ -17,7 +16,6 @@ USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE= libnotify.pc.in
.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/popt/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"