pkgsrc/sysutils/libnotify/Makefile

31 lines
792 B
Makefile
Raw Normal View History

2013-09-02 21:50:38 +02:00
# $NetBSD: Makefile,v 1.32 2013/09/02 19:51:26 adam Exp $
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
DISTNAME= libnotify-0.7.5
2013-09-02 21:50:38 +02:00
PKGREVISION= 1
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
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
HOMEPAGE= http://developer.gnome.org/libnotify/
COMMENT= Desktop notification framework
LICENSE= gnu-lgpl-v2.1
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]*
USE_LIBTOOL= yes
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
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= libnotify.pc.in
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"
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
BUILDLINK_DEPMETHOD.gtk3= build
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"