pkgsrc/devel/atk/Makefile

30 lines
862 B
Makefile
Raw Normal View History

Update atk to 2.16.0 Changes in version 2.16.0: ========================== * * Bug 746459: Fix a couple of GTK-Doc comment blocks * Visual Studio support * Speed Up Release Builds * Fix and improve .pdb Generation. * "Install" .pdb Files Contributors: Chun-wei Fan Translations: Josef Andersson (sv), Jiri Gronroos (fi), Baurzhan Muftakhidinov (kk), Samir Ribic (bs), Zahari Yurukov (bg) Changes in version 2.15.91: =========================== * * Building: * Bug 744413: Stop using deprecated GNOME-specific autoconf macros on configure.ac * Stop using deprecated gnome-autogen.sh on autogen.sh Contributors: Javier Jardon Translations: Muhammet Kara (tr), Dusan Kazik (sk) Changes in version 2.15.4: ========================== * * AtkRole: * Bug 742806: Add new roles for fractions, roots, subscripts, and superscripts Contributors: Joanmarie Diggs Changes in version 2.15.3: ========================== * * AtkState: * Bug 665598: Add ATK_STATE_READ_ONLY * Bugfixing: * Unref STATE_TYPE class ref after using it at state_type_get_name * AtkTable: Added missing ":" on one gi annotation Contributors: Joanmarie Diggs, Alejandro Pineiro Iglesias Translations: Muhammet Kara (tr) Changes in version 2.15.2: ========================== * * AtkRole: * Bug 739981: Add ATK_ROLE_STATIC and clarify ATK_ROLE_TEXT * AtkState: * Bug 740152: Document the deprecation of ATK_STATE_ARMED * Documentation: * Bug 740044: Fix some unclear language regarding ATK_STATE_ACTIVE * Bug 740066: Improve documentation related to AtkState and AtkStateSet * Extend atk_focus_tracker_notify deprecation documentation * Remove some in-code documentation, that is already part of the docs Contributors: Joanmarie Diggs, Alejandro Pineiro Translations: Anders Jonsson (sv) Changes in version 2.15.1: ========================== * * Bug 407539: Add ATK_STATE_HAS_TOOLTIP * Documentation: * Updated README file * Bug 737602: Update documentation to reflect an additional use case for STATE_INDETERMINATE
2015-06-11 01:08:09 +02:00
# $NetBSD: Makefile,v 1.92 2015/06/10 23:08:09 prlw1 Exp $
Update atk to 2.16.0 Changes in version 2.16.0: ========================== * * Bug 746459: Fix a couple of GTK-Doc comment blocks * Visual Studio support * Speed Up Release Builds * Fix and improve .pdb Generation. * "Install" .pdb Files Contributors: Chun-wei Fan Translations: Josef Andersson (sv), Jiri Gronroos (fi), Baurzhan Muftakhidinov (kk), Samir Ribic (bs), Zahari Yurukov (bg) Changes in version 2.15.91: =========================== * * Building: * Bug 744413: Stop using deprecated GNOME-specific autoconf macros on configure.ac * Stop using deprecated gnome-autogen.sh on autogen.sh Contributors: Javier Jardon Translations: Muhammet Kara (tr), Dusan Kazik (sk) Changes in version 2.15.4: ========================== * * AtkRole: * Bug 742806: Add new roles for fractions, roots, subscripts, and superscripts Contributors: Joanmarie Diggs Changes in version 2.15.3: ========================== * * AtkState: * Bug 665598: Add ATK_STATE_READ_ONLY * Bugfixing: * Unref STATE_TYPE class ref after using it at state_type_get_name * AtkTable: Added missing ":" on one gi annotation Contributors: Joanmarie Diggs, Alejandro Pineiro Iglesias Translations: Muhammet Kara (tr) Changes in version 2.15.2: ========================== * * AtkRole: * Bug 739981: Add ATK_ROLE_STATIC and clarify ATK_ROLE_TEXT * AtkState: * Bug 740152: Document the deprecation of ATK_STATE_ARMED * Documentation: * Bug 740044: Fix some unclear language regarding ATK_STATE_ACTIVE * Bug 740066: Improve documentation related to AtkState and AtkStateSet * Extend atk_focus_tracker_notify deprecation documentation * Remove some in-code documentation, that is already part of the docs Contributors: Joanmarie Diggs, Alejandro Pineiro Translations: Anders Jonsson (sv) Changes in version 2.15.1: ========================== * * Bug 407539: Add ATK_STATE_HAS_TOOLTIP * Documentation: * Updated README file * Bug 737602: Update documentation to reflect an additional use case for STATE_INDETERMINATE
2015-06-11 01:08:09 +02:00
DISTNAME= atk-2.16.0
Update atk to 2.8.0 Changes in version 2.8.0: ========================== * * Updated Visual C++ configuration files * Make entries more consistent with the other GNOME Visual Studio projects. * Enable the building of introspection files for Visual C++ builds * bgo694255: Visual C++ builds: Integrate building of introspection files * Updated Slovak, Portuguese and Tadjik translation. Changes in version 2.7.91: ========================== * * atkobject: added a explicit include to locale.h Changes in version 2.7.90: ========================== * * Bug 694117 * * atkobject: add atk_object_get_object_locale * * atkdocument: deprecate atk_document_get_locale Changes in version 2.7.5: ========================== * * build: Use GNOME_COMPILE_WARNINGS * atkhyperlink: Ensure we get even deprecated prototypes * Bug 651343: add ATK_ROLE_LEVEL_BAR * Prepare Visual Studio 2010 projects for Visual Studio 2012 * Updated Uyghur translations Changes in version 2.7.4: ========================== * * Bug 690379: Atk lacks any kind of version utilities * Fixed out of tree builds caused by fix of bug 690379 * Bug 656750: AtkWindow requires documentation Changes in version 2.7.3: ========================== * * Bug 689907: Problems with the management of * ATK_STATE_SELECTABLE/ATK_STATE_SELECTED states at AtkObject * Bug 686746: Port introspection fixes from Vala * Bug 689952: Add introspection support for Windows MSVC builds * Other Visual C++ configuration files: * * Use MultiByte character set Changes in version 2.7.2: ========================== * * Bug 686801: Extend atk_add_global_event_listener in order to support * signal details * Updated Thai translation.
2013-05-18 23:46:13 +02:00
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
2007-07-21 23:56:07 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2011-07-15 15:38:04 +02:00
HOMEPAGE= http://developer.gnome.org/atk/
COMMENT= Set of interfaces for accessibility
LICENSE= gnu-lgpl-v2
USE_TOOLS+= gmake pkg-config msgfmt
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c99
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= atk.pc.in
2002-09-11 13:42:11 +02:00
# glib-mkenums overflows a 2048kb stack on atkobject.h
UNLIMIT_RESOURCES= stacksize
2004-02-10 02:56:42 +01:00
.include "../../devel/gettext-lib/buildlink3.mk"
2012-06-12 21:17:30 +02:00
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.31.2
2004-02-10 02:56:42 +01:00
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_DEPMETHOD.gobject-introspection:= build
.include "../../devel/gobject-introspection/buildlink3.mk"
2002-09-11 13:42:11 +02:00
.include "../../mk/bsd.pkg.mk"