diff options
author | obache <obache> | 2013-08-16 09:17:33 +0000 |
---|---|---|
committer | obache <obache> | 2013-08-16 09:17:33 +0000 |
commit | fabb3b167061df6d4c02bf2a84e8434f28bc415f (patch) | |
tree | 001bb9bca8aed5f8004d548976d1280ee55e09e8 /sysutils | |
parent | 21d63589385326b5af56ebf073905684fac9e2cb (diff) | |
download | pkgsrc-fabb3b167061df6d4c02bf2a84e8434f28bc415f.tar.gz |
Update libnotify to 0.7.5.
New in 0.7.5
============
- Build fixes (Colin Walters)
- Documentation improvements (Javier Jardón)
- Spec clarifications (Matthias Clasen)
New in 0.7.4
============
- Improve documentation of supported image data formats (Colin Walters)
- Honor aclocal flags (Craig Keogh)
- Update autotools configuration (Javier Jardón)
- Test notification removal (William Jon McCann)
NEW in 0.7.3:
==============
- Add a way to change the application name for
individual notifications (Richard Hughes)
NEW in 0.7.2:
==============
- Add a way to change the application name (William Jon McCann)
- Mark image_path as deprecated (William Jon McCann)
- Allow properties to be set in any order (Matthias Clasen)
NEW in 0.7.1:
==============
- Don't export private symbols (Emilio Pozuelo Monfort)
- Introspection support and annotations (Jonathan Matthew, Martin Pitt)
- Documentation cleanups and fixes (Javier Jardón)
- Ref the pixbuf passed to set_image_from_pixbuf (Guillaume Desmottes)
- Add tests for new capabilities and hints (William Jon McCann)
- Update spec to mention "persistence" and "action-icons" server
capability and "action-icons", "transient" and "resident" hints.
Bump spec version to 1.2 (William Jon McCann)
NEW in 0.7.0:
==============
- Remove the ability to attach notifications to widgets or positions
- Add a test for the persistence server capability
- Port to use GBus instead of dbus-glib (Christian Persch)
- Add a macro to get library version number
- Remove GTK+ dependency from library
- Port tests to GTK+ 3
NEW in 0.6.0:
==============
The 0.5.1 release included changes that should not have been made on a
stable branch. It should have been a 0.6 series release. So here it is.
- Fixed #623096 Fix notify_get_server_info results
NEW in 0.5.1:
==============
- Remove explicit GTK+ 2.x linking, so that libnotify can link against
both GTK+ 2.x or GTK+ 3.x
NEW in 0.5.0:
==============
- Support for version 1.1 of notification spec (Aurélien Gâteau, A. Walton)
- Fixed #608089, Applications aborted at finalizing when the dbus session is being closed. (William Jon McCann)
- Fixed #608082, Arabic text is misplaced in bubbles (RTL) (William Jon McCann)
- Fixed #608086, wrong return value of notify_init() (William Jon McCann)
- Fixed #612720, Does not compile with -DGSEAL_ENABLE (William Jon McCann)
- Fixed #613999, Use g_strcompress in notify-send to parse \n from command line (William Jon McCann)
- Fixed #610880, lazily initialize the daemon (Martin Pitt)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libnotify/Makefile | 24 | ||||
-rw-r--r-- | sysutils/libnotify/PLIST | 10 | ||||
-rw-r--r-- | sysutils/libnotify/buildlink3.mk | 12 | ||||
-rw-r--r-- | sysutils/libnotify/distinfo | 9 | ||||
-rw-r--r-- | sysutils/libnotify/options.mk | 25 |
5 files changed, 56 insertions, 24 deletions
diff --git a/sysutils/libnotify/Makefile b/sysutils/libnotify/Makefile index aa2dade413f..e131affc17a 100644 --- a/sysutils/libnotify/Makefile +++ b/sysutils/libnotify/Makefile @@ -1,27 +1,29 @@ -# $NetBSD: Makefile,v 1.30 2013/06/06 12:53:57 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2013/08/16 09:17:33 obache Exp $ -DISTNAME= libnotify-0.4.5 -PKGREVISION= 17 +DISTNAME= libnotify-0.7.5 CATEGORIES= sysutils gnome -MASTER_SITES= http://www.galago-project.org/files/releases/source/libnotify/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libnotify/0.7/} +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.galago-project.org/ +HOMEPAGE= http://developer.gnome.org/libnotify/ COMMENT= Desktop notification framework LICENSE= gnu-lgpl-v2.1 CONFLICTS+= libnotify07-[0-9]* +SUPERSEDES+= libnotify07-[0-9]* USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= libnotify.pc.in +.include "options.mk" + +.include "../../graphics/gdk-pixbuf2/buildlink3.mk" +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0 .include "../../devel/glib2/buildlink3.mk" -.include "../../sysutils/dbus/buildlink3.mk" -BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.76 -.include "../../sysutils/dbus-glib/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" +BUILDLINK_DEPMETHOD.gtk3= build +.include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/libnotify/PLIST b/sysutils/libnotify/PLIST index 07fd840920b..10876df100a 100644 --- a/sysutils/libnotify/PLIST +++ b/sysutils/libnotify/PLIST @@ -1,18 +1,24 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:16:09 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2013/08/16 09:17:33 obache Exp $ bin/notify-send include/libnotify/notification.h include/libnotify/notify-enum-types.h +include/libnotify/notify-features.h include/libnotify/notify.h +${PLIST.introspection}lib/girepository-1.0/Notify-0.7.typelib lib/libnotify.la lib/pkgconfig/libnotify.pc +${PLIST.doc}share/doc/libnotify/spec/notification-spec.html +${PLIST.introspection}share/gir-1.0/Notify-0.7.gir share/gtk-doc/html/libnotify/NotifyNotification.html +share/gtk-doc/html/libnotify/annotation-glossary.html +share/gtk-doc/html/libnotify/api-index-deprecated.html +share/gtk-doc/html/libnotify/api-index-full.html share/gtk-doc/html/libnotify/ch01.html share/gtk-doc/html/libnotify/home.png share/gtk-doc/html/libnotify/index.html share/gtk-doc/html/libnotify/index.sgml share/gtk-doc/html/libnotify/left.png share/gtk-doc/html/libnotify/libnotify-notify.html -share/gtk-doc/html/libnotify/libnotify.devhelp share/gtk-doc/html/libnotify/libnotify.devhelp2 share/gtk-doc/html/libnotify/right.png share/gtk-doc/html/libnotify/style.css diff --git a/sysutils/libnotify/buildlink3.mk b/sysutils/libnotify/buildlink3.mk index 85b4d812425..aff0af84b63 100644 --- a/sysutils/libnotify/buildlink3.mk +++ b/sysutils/libnotify/buildlink3.mk @@ -1,18 +1,18 @@ -# $NetBSD: buildlink3.mk,v 1.25 2013/06/06 12:53:57 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.26 2013/08/16 09:17:33 obache Exp $ BUILDLINK_TREE+= libnotify .if !defined(LIBNOTIFY_BUILDLINK3_MK) LIBNOTIFY_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.libnotify+= libnotify>=0.3.2 -BUILDLINK_ABI_DEPENDS.libnotify+= libnotify>=0.4.5nb17 +BUILDLINK_API_DEPENDS.libnotify+= libnotify>=0.7.0 BUILDLINK_PKGSRCDIR.libnotify?= ../../sysutils/libnotify +pkgbase := libnotify +.include "../../mk/pkg-build-options.mk" + .include "../../devel/glib2/buildlink3.mk" -.include "../../sysutils/dbus/buildlink3.mk" -.include "../../sysutils/dbus-glib/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" +.include "../../graphics/gdk-pixbuf2/buildlink3.mk" .endif # LIBNOTIFY_BUILDLINK3_MK BUILDLINK_TREE+= -libnotify diff --git a/sysutils/libnotify/distinfo b/sysutils/libnotify/distinfo index d64058e39b3..ad1b338bda7 100644 --- a/sysutils/libnotify/distinfo +++ b/sysutils/libnotify/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.8 2011/04/25 08:55:28 adam Exp $ +$NetBSD: distinfo,v 1.9 2013/08/16 09:17:33 obache Exp $ -SHA1 (libnotify-0.4.5.tar.bz2) = 3bdcd4efaeb14480da4b170c6275cc3d705fb17d -RMD160 (libnotify-0.4.5.tar.bz2) = 8ea0afdb8f2f147a2c5b189bfeca58c2b4558cdb -Size (libnotify-0.4.5.tar.bz2) = 289217 bytes -SHA1 (patch-libnotify_notification.c) = 29627a105aabdfd0dbbc0347816bb2068abb99e6 +SHA1 (libnotify-0.7.5.tar.xz) = 729d1382617fee7e82eac17d808c11469ab2b7e1 +RMD160 (libnotify-0.7.5.tar.xz) = 9f166a6b17f1f00e85e658e2effa8da93ac5497f +Size (libnotify-0.7.5.tar.xz) = 275804 bytes diff --git a/sysutils/libnotify/options.mk b/sysutils/libnotify/options.mk new file mode 100644 index 00000000000..a485c7044c8 --- /dev/null +++ b/sysutils/libnotify/options.mk @@ -0,0 +1,25 @@ +# $NetBSD: options.mk,v 1.1 2013/08/16 09:17:33 obache Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.libnotify07 +PKG_SUPPORTED_OPTIONS= doc introspection +PKG_SUGGESTED_OPTIONS+= # blank +PLIST_VARS+= doc introspection + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mdoc) +BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto +CONFIGURE_ARGS+= --enable-docbook-docs +PLIST.doc= yes +.else +CONFIGURE_ARGS+= --disable-docbook-docs +.endif + +.if !empty(PKG_OPTIONS:Mintrospection) +BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.9.12 +.include "../../devel/gobject-introspection/buildlink3.mk" +CONFIGURE_ARGS+= --enable-introspection=yes +PLIST.introspection= yes +.else +CONFIGURE_ARGS+= --enable-introspection=no +.endif |