From f6aac873619d8675ea8aaf549dc774e08e478b8f Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 6 Aug 2014 10:38:21 +0000 Subject: Update to 2.12.0: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes in version 2.12.0: ========================== Translations A S Alam (pa), Claudio Arseni (it), Ask H. Larsen (da), Kjartan Maraas (nb), Andika Triwidada (id) Changes in version 2.11.92: ========================== * AtkValue: * Bug 684576: AtkValue heavily refactored. Available now so implementors could start migration on next cycle. * Bug 726216: update atk.symbols, autotools for missing symbols and files * AtkTableCell: * Added symbols to be exported at atk.symbols Contributors: Chun-wei Fan, Alejandro Piñeiro Iglesias Translations Aurimas Černius (lt), Marek Černocký (cs), Fran Diéguez (gl), Piotr Drąg (po), Rafael Ferreira (pt_BR), Attila Hammer (hu), Sphinx Jiang (zh_CN), Chao-Hsiung Liao (zh_HK), Duarte Loreto (pt), Kjartan Maraas (nb), Rūdolfs Mazurs (lv), Daniel Mustieles (es), Yuri Myasoedov (ru), Claude Paroz (fr), Changwoo Ryu (ko), Мирослав Николић (sr) Changes in version 2.11.90: ========================== * AtkComponent: * Deprecate get_position and get_size in favor of get_extents. * AtkTable: * Deprecate all index-based methods (atk_table_get_index_at, atk_table_get_column_at_index, atk_table_get_row_at_index). * AtkTableCell: * Bug 651353: Add AtkTableCell * Documentation: * Document that atk_component_contains has a default implementation. * Document AtkTableCell. * Update AtkTable documentation after AtkTableCell addition. * Document AtkRegistry (already existed but not properly included on the documentation). * API reference categorized (now easier to read). * ATK overview added. * Added some previously forgotten symbols (thanks to atk-unused.txt) Contributors: Mike Gorse, Alejandro Piñeiro Iglesias Translations: Jorge Pérez Pérez (an), Kjartan Maraas (nb), Andika Triwidada (id) Changes in version 2.11.6: ========================== * AtkText: * Bug 723292: Getting the localized role name fails for ATK_ROLE_EDITBAR * Bug 653293: text-insert and text-remove are again detailed signals. Document it. Contributors: Alejandro Piñeiro Iglesias Translations: Aurimas Černius (lt), Marek Černocký (cs), Tong Hui (zh_CN), Chao-Hsiung Liao (zh_HK) Changes in version 2.11.5: ========================== * MSVC Builds: Rework Introspection Build and other miscellaneous fixes Contributors: Chun-wei Fan Translations: Yosef Or Boczko (he), Dimitris Spingos (el), Peter Vágner (sk) Changes in version 2.11.4: ========================== * AtkRole: * Bug 720065: add roles for description lists * Deprecations: * Bug 476674: deprecate table properties that depend on the row/column number * Bug 652798: kill AtkMisc * Deprecate connect/remove_property_change_handler * Deprecate atk_role_register * Documentation: * Bug 644747: improve documentation for AtkObject::property-change * Improved AtkUtil documentation * Updated new symbols sections on documentation * Not using GTK-Doc tag "Virtual" anymore, as is deprecated * Building: * Bug 644756: remove atkintl.h in favour of gi18n-lib.h from glib * Bug 652965: include atk-enum-types.h on atk.h * Fixed some gobject-introspection warnings * Replace INCLUDES for AM_CPPFLAGS to silence automake deprecation warnings. * Visual C++ Studio files: * Add a PlatformToolsetTag on gengir MSVC Project * Split the Property Sheets * Update Visual C++ 2008 "install" phase * Bug 690145: use Python to Generate the MSVC Projects * Miscellanea: * Bug 572489: atk_text_range_extents should use g_return_if_fail * Bug 653293: remove G_SIGNAL_DETAILED from atktext signals that doesn't use details * Bug 720095: add atk_object_peek_parent * Updated AUTHORS and doap files * Added role names on source file in order to be translated Contributors: Chun-wei Fan, Kjartan Maraas, Alejandro Piñeiro Iglesias, Colin Walters, Yue Wang Translations: Fran Diéguez (gl), Michael Jayt (zh_CN), Daniel Mustieles (es), Fábio Nogueira (pt_BR) Changes in version 2.11.3: ========================== * Bug 709214: Need API to get the document's current page number and * page count * Updated Greek translation Changes in version 2.11.2: ========================== * AtkRole: * Bug 709106: add media (audio and video) roles * Bug 712586: new ATK roles for ARIA roles (plus rating) * This includes: ATK_ROLE_DEFINITION, ATK_ROLE_ARTICLE, ATK_ROLE_LANDMARK, ATK_ROLE_LOG, ATK_ROLE_MARQUEE, ATK_ROLE_MATH, ATK_ROLE_RATING, ATK_ROLE_TIMER, * AtkState: * Bug 712576: add ATK_STATE_CHECKABLE * Bug 712581: add ATK_STATE_HAS_POPUP * AtkDocument: * Bug 709106: add page-changed-signal * Deprecated atk_document_get_document and atk_document_get_document_type * Added testdocument on tests directory * Documentation: * Update documentation for selected_link method and property * Improve documentation of AtkAttribute and AtkAttributeSet * Updated Galician and Spanish translations Changes in version 2.11.1: ========================== * Bug 684667: Improve AtkObject::children-changed documentation * Bug 709351: new role ATK_ROLE_TITLE_BAR * Bug 710463: new role ATK_ROLE_BLOCK_QUOTE * Updated Spanish translation --- devel/atk/Makefile | 4 ++-- devel/atk/PLIST | 25 ++++++++++++++++++------- devel/atk/distinfo | 8 ++++---- 3 files changed, 24 insertions(+), 13 deletions(-) (limited to 'devel/atk') diff --git a/devel/atk/Makefile b/devel/atk/Makefile index ffc5f939485..a00fad6d9d6 100644 --- a/devel/atk/Makefile +++ b/devel/atk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.88 2013/10/04 21:17:27 wiz Exp $ +# $NetBSD: Makefile,v 1.89 2014/08/06 10:38:21 wiz Exp $ -DISTNAME= atk-2.10.0 +DISTNAME= atk-2.12.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/devel/atk/PLIST b/devel/atk/PLIST index 76f317c720d..2f1785737c2 100644 --- a/devel/atk/PLIST +++ b/devel/atk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.39 2013/10/04 21:17:27 wiz Exp $ +@comment $NetBSD: PLIST,v 1.40 2014/08/06 10:38:21 wiz Exp $ include/atk-1.0/atk/atk-enum-types.h include/atk-1.0/atk/atk.h include/atk-1.0/atk/atkaction.h @@ -16,6 +16,7 @@ include/atk-1.0/atk/atknoopobjectfactory.h include/atk-1.0/atk/atkobject.h include/atk-1.0/atk/atkobjectfactory.h include/atk-1.0/atk/atkplug.h +include/atk-1.0/atk/atkrange.h include/atk-1.0/atk/atkregistry.h include/atk-1.0/atk/atkrelation.h include/atk-1.0/atk/atkrelationset.h @@ -26,6 +27,7 @@ include/atk-1.0/atk/atkstate.h include/atk-1.0/atk/atkstateset.h include/atk-1.0/atk/atkstreamablecontent.h include/atk-1.0/atk/atktable.h +include/atk-1.0/atk/atktablecell.h include/atk-1.0/atk/atktext.h include/atk-1.0/atk/atkutil.h include/atk-1.0/atk/atkvalue.h @@ -43,6 +45,7 @@ share/gtk-doc/html/atk/AtkGObjectAccessible.html share/gtk-doc/html/atk/AtkHyperlink.html share/gtk-doc/html/atk/AtkHypertext.html share/gtk-doc/html/atk/AtkImage.html +share/gtk-doc/html/atk/AtkMisc.html share/gtk-doc/html/atk/AtkNoOpObject.html share/gtk-doc/html/atk/AtkNoOpObjectFactory.html share/gtk-doc/html/atk/AtkObject.html @@ -54,40 +57,48 @@ share/gtk-doc/html/atk/AtkSelection.html share/gtk-doc/html/atk/AtkStateSet.html share/gtk-doc/html/atk/AtkStreamableContent.html share/gtk-doc/html/atk/AtkTable.html +share/gtk-doc/html/atk/AtkTableCell.html share/gtk-doc/html/atk/AtkText.html share/gtk-doc/html/atk/AtkUtil.html share/gtk-doc/html/atk/AtkValue.html share/gtk-doc/html/atk/AtkWindow.html +share/gtk-doc/html/atk/accessibles.html share/gtk-doc/html/atk/api-index-1-12.html share/gtk-doc/html/atk/api-index-1-13.html -share/gtk-doc/html/atk/api-index-1-18.html share/gtk-doc/html/atk/api-index-1-20.html share/gtk-doc/html/atk/api-index-1-22.html -share/gtk-doc/html/atk/api-index-1-24.html -share/gtk-doc/html/atk/api-index-1-26.html -share/gtk-doc/html/atk/api-index-1-28.html share/gtk-doc/html/atk/api-index-1-3.html share/gtk-doc/html/atk/api-index-1-30.html -share/gtk-doc/html/atk/api-index-1-32.html share/gtk-doc/html/atk/api-index-1-4.html share/gtk-doc/html/atk/api-index-1-6.html +share/gtk-doc/html/atk/api-index-1-9.html +share/gtk-doc/html/atk/api-index-2-10.html +share/gtk-doc/html/atk/api-index-2-12.html +share/gtk-doc/html/atk/api-index-2-2.html +share/gtk-doc/html/atk/api-index-2-8.html share/gtk-doc/html/atk/api-index-deprecated.html share/gtk-doc/html/atk/api-index-full.html share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html share/gtk-doc/html/atk/atk-AtkPlug.html +share/gtk-doc/html/atk/atk-AtkRange.html share/gtk-doc/html/atk/atk-AtkSocket.html share/gtk-doc/html/atk/atk-AtkState.html share/gtk-doc/html/atk/atk-Versioning-Utilities.html share/gtk-doc/html/atk/atk.devhelp2 -share/gtk-doc/html/atk/atk.html +share/gtk-doc/html/atk/atkobject.html +share/gtk-doc/html/atk/data.html +share/gtk-doc/html/atk/deprecated.html share/gtk-doc/html/atk/home.png share/gtk-doc/html/atk/index.html share/gtk-doc/html/atk/index.sgml +share/gtk-doc/html/atk/interfaces.html share/gtk-doc/html/atk/left-insensitive.png share/gtk-doc/html/atk/left.png +share/gtk-doc/html/atk/overview.html share/gtk-doc/html/atk/right-insensitive.png share/gtk-doc/html/atk/right.png share/gtk-doc/html/atk/style.css +share/gtk-doc/html/atk/toolkit.html share/gtk-doc/html/atk/up-insensitive.png share/gtk-doc/html/atk/up.png share/gtk-doc/html/atk/utilities.html diff --git a/devel/atk/distinfo b/devel/atk/distinfo index 814b83cfdf1..8148c276f63 100644 --- a/devel/atk/distinfo +++ b/devel/atk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.45 2013/10/04 21:17:27 wiz Exp $ +$NetBSD: distinfo,v 1.46 2014/08/06 10:38:21 wiz Exp $ -SHA1 (atk-2.10.0.tar.xz) = 9b7f09a31f3781d5af4eb02ec0e2b289cf077a49 -RMD160 (atk-2.10.0.tar.xz) = 4bf2e6524b9e288bde7db9baf4aa5de42d55a9d1 -Size (atk-2.10.0.tar.xz) = 642336 bytes +SHA1 (atk-2.12.0.tar.xz) = 3ad6fc3c530b3c848cd2cad38a7c68191426baae +RMD160 (atk-2.12.0.tar.xz) = 02d80ad7d2ae468d5f0ea4bcf31f013b95c79f96 +Size (atk-2.12.0.tar.xz) = 688716 bytes -- cgit v1.2.3