pkgsrc/sysutils/libnotify/Makefile

39 lines
1.2 KiB
Makefile
Raw Normal View History

2020-03-28 19:16:39 +01:00
# $NetBSD: Makefile,v 1.63 2020/03/28 18:16:39 nia Exp $
DISTNAME= libnotify-0.7.9
PKGREVISION= 2
CATEGORIES= sysutils gnome
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)
2013-08-16 11:17:33 +02:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libnotify/0.7/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
2017-08-16 22:21:03 +02:00
HOMEPAGE= https://developer.gnome.org/libnotify/
COMMENT= Desktop notification framework
LICENSE= gnu-lgpl-v2.1
2020-03-28 19:16:39 +01:00
TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
CONFLICTS+= libnotify07-[0-9]*
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)
2013-08-16 11:17:33 +02:00
SUPERSEDES+= libnotify07-[0-9]*
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)
2013-08-16 11:17:33 +02:00
USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE= output/meson-private/libnotify.pc
PKGCONFIG_OVERRIDE_STAGE= pre-install
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/${PKGBASE}
# Apply removals to post-wrapper transformed arguments.
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,${WRKSRC}/libnotify/libnotify.map
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)
2013-08-16 11:17:33 +02:00
.include "options.mk"
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_DEPMETHOD.gtk3= build
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)
2013-08-16 11:17:33 +02:00
.include "../../x11/gtk3/buildlink3.mk"
.include "../../devel/meson/build.mk"
.include "../../mk/bsd.pkg.mk"