diff options
author | prlw1 <prlw1@pkgsrc.org> | 2015-06-10 23:08:09 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2015-06-10 23:08:09 +0000 |
commit | 7659d9f2cc67db5e617483b743a2c378cf574396 (patch) | |
tree | c20e0b06e4ad106593adef2e7e8f8ac7a4885655 /devel/atk | |
parent | 89c83bad7a394a1adf72b59d6f3b7de1b83ce188 (diff) | |
download | pkgsrc-7659d9f2cc67db5e617483b743a2c378cf574396.tar.gz |
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
Diffstat (limited to 'devel/atk')
-rw-r--r-- | devel/atk/Makefile | 4 | ||||
-rw-r--r-- | devel/atk/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/atk/Makefile b/devel/atk/Makefile index 961d4e01ce4..7ea49a67089 100644 --- a/devel/atk/Makefile +++ b/devel/atk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.91 2014/10/09 14:06:07 wiz Exp $ +# $NetBSD: Makefile,v 1.92 2015/06/10 23:08:09 prlw1 Exp $ -DISTNAME= atk-2.14.0 +DISTNAME= atk-2.16.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/devel/atk/distinfo b/devel/atk/distinfo index 2e43926391d..b52dc18c815 100644 --- a/devel/atk/distinfo +++ b/devel/atk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.47 2014/10/05 14:59:26 wiz Exp $ +$NetBSD: distinfo,v 1.48 2015/06/10 23:08:09 prlw1 Exp $ -SHA1 (atk-2.14.0.tar.xz) = b803d055c8e2f786782803b7d21e413718321db7 -RMD160 (atk-2.14.0.tar.xz) = fe474f3b1a641e213bfeedb9669346844a4eae0d -Size (atk-2.14.0.tar.xz) = 696064 bytes +SHA1 (atk-2.16.0.tar.xz) = d097c6cec71ffede77be9f13f4ceee9880c0a5d7 +RMD160 (atk-2.16.0.tar.xz) = 3b52eb17e5adda88633698a81e216865fa92b43f +Size (atk-2.16.0.tar.xz) = 699816 bytes |