Wed Jun 10 23:12:07 2015 UTC ()
Update at-spi2-core to 2.16.0

* Fix a couple of gtk-doc warnings (fdo#89678).
* Deprecate atspi_text_get_text_{before,at,after}_offset() (bgo#697969)
* Add roles for fractions, roots, subscripts, and superscripts (bgo#743403).
* Add names to every timeout (bgo#710644).
* Remove accessibility.conf from EXTRA_DIST (bgo#742987).
* Add ATSPI_STATE_READONLY (bgo#690004).
* Replace deprecated "Rename to" gtk-doc tag.
* Fix atspi_table_cell_get_column_span prototype.
* Make the documentation of ATSPI's STATE_ACTIVE consistent with that of
  ATK's (bgo#740274).
* Add ATSPI_ROLE_STATIC and update documentation for ATSPI_ROLE_TEXT
  (bgo#740340).
* gi-annotations: get_relation_set returns a array of AtspiRelation
* Fix some issues with the accessibility bus configuration (bgo#722738).
* Documentation for AtspiTableCell is now built.


(prlw1)
diff -r1.18 -r1.19 pkgsrc/devel/at-spi2-core/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/at-spi2-core/PLIST
diff -r1.14 -r1.15 pkgsrc/devel/at-spi2-core/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/at-spi2-core/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/at-spi2-core/Makefile 2015/01/10 16:27:34 1.18
+++ pkgsrc/devel/at-spi2-core/Makefile 2015/06/10 23:12:07 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2015/01/10 16:27:34 prlw1 Exp $ 1# $NetBSD: Makefile,v 1.19 2015/06/10 23:12:07 prlw1 Exp $
2 2
3DISTNAME= at-spi2-core-2.14.1 3DISTNAME= at-spi2-core-2.16.0
4CATEGORIES= devel gnome 4CATEGORIES= devel gnome
5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= prlw1@cam.ac.uk 8MAINTAINER= prlw1@cam.ac.uk
9HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus 9HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus
10COMMENT= Assistive Technology Service Provider Interface Core 10COMMENT= Assistive Technology Service Provider Interface Core
11LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
12 12
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
15USE_TOOLS+= gmake intltool msgfmt pkg-config 15USE_TOOLS+= gmake intltool msgfmt pkg-config
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.9 -r1.10 pkgsrc/devel/at-spi2-core/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/at-spi2-core/PLIST 2015/01/10 16:27:34 1.9
+++ pkgsrc/devel/at-spi2-core/PLIST 2015/06/10 23:12:07 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.9 2015/01/10 16:27:34 prlw1 Exp $ 1@comment $NetBSD: PLIST,v 1.10 2015/06/10 23:12:07 prlw1 Exp $
2include/at-spi-2.0/atspi/atspi-accessible.h 2include/at-spi-2.0/atspi/atspi-accessible.h
3include/at-spi-2.0/atspi/atspi-action.h 3include/at-spi-2.0/atspi/atspi-action.h
4include/at-spi-2.0/atspi/atspi-application.h 4include/at-spi-2.0/atspi/atspi-application.h
5include/at-spi-2.0/atspi/atspi-collection.h 5include/at-spi-2.0/atspi/atspi-collection.h
6include/at-spi-2.0/atspi/atspi-component.h 6include/at-spi-2.0/atspi/atspi-component.h
7include/at-spi-2.0/atspi/atspi-constants.h 7include/at-spi-2.0/atspi/atspi-constants.h
8include/at-spi-2.0/atspi/atspi-device-listener-private.h 8include/at-spi-2.0/atspi/atspi-device-listener-private.h
9include/at-spi-2.0/atspi/atspi-device-listener.h 9include/at-spi-2.0/atspi/atspi-device-listener.h
10include/at-spi-2.0/atspi/atspi-document.h 10include/at-spi-2.0/atspi/atspi-document.h
11include/at-spi-2.0/atspi/atspi-editabletext.h 11include/at-spi-2.0/atspi/atspi-editabletext.h
12include/at-spi-2.0/atspi/atspi-enum-types.h 12include/at-spi-2.0/atspi/atspi-enum-types.h
13include/at-spi-2.0/atspi/atspi-event-listener-private.h 13include/at-spi-2.0/atspi/atspi-event-listener-private.h
14include/at-spi-2.0/atspi/atspi-event-listener.h 14include/at-spi-2.0/atspi/atspi-event-listener.h
@@ -27,27 +27,27 @@ include/at-spi-2.0/atspi/atspi-selection @@ -27,27 +27,27 @@ include/at-spi-2.0/atspi/atspi-selection
27include/at-spi-2.0/atspi/atspi-stateset.h 27include/at-spi-2.0/atspi/atspi-stateset.h
28include/at-spi-2.0/atspi/atspi-table-cell.h 28include/at-spi-2.0/atspi/atspi-table-cell.h
29include/at-spi-2.0/atspi/atspi-table.h 29include/at-spi-2.0/atspi/atspi-table.h
30include/at-spi-2.0/atspi/atspi-text.h 30include/at-spi-2.0/atspi/atspi-text.h
31include/at-spi-2.0/atspi/atspi-types.h 31include/at-spi-2.0/atspi/atspi-types.h
32include/at-spi-2.0/atspi/atspi-value.h 32include/at-spi-2.0/atspi/atspi-value.h
33include/at-spi-2.0/atspi/atspi.h 33include/at-spi-2.0/atspi/atspi.h
34lib/girepository-1.0/Atspi-2.0.typelib 34lib/girepository-1.0/Atspi-2.0.typelib
35lib/libatspi.la 35lib/libatspi.la
36lib/pkgconfig/atspi-2.pc 36lib/pkgconfig/atspi-2.pc
37libexec/at-spi-bus-launcher 37libexec/at-spi-bus-launcher
38libexec/at-spi2-registryd 38libexec/at-spi2-registryd
39share/dbus-1/services/org.a11y.Bus.service 39share/dbus-1/services/org.a11y.Bus.service
40share/dbus-1/services/org.a11y.atspi.Registry.service 40share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
41share/examples/at-spi2-core/at-spi2/accessibility.conf 41share/examples/at-spi2-core/at-spi2/accessibility.conf
42share/examples/at-spi2-core/xdg/autostart/at-spi-dbus-bus.desktop 42share/examples/at-spi2-core/xdg/autostart/at-spi-dbus-bus.desktop
43share/gir-1.0/Atspi-2.0.gir 43share/gir-1.0/Atspi-2.0.gir
44share/gtk-doc/html/libatspi/AtspiAccessible.html 44share/gtk-doc/html/libatspi/AtspiAccessible.html
45share/gtk-doc/html/libatspi/AtspiDeviceListener.html 45share/gtk-doc/html/libatspi/AtspiDeviceListener.html
46share/gtk-doc/html/libatspi/AtspiEventListener.html 46share/gtk-doc/html/libatspi/AtspiEventListener.html
47share/gtk-doc/html/libatspi/AtspiHyperlink.html 47share/gtk-doc/html/libatspi/AtspiHyperlink.html
48share/gtk-doc/html/libatspi/AtspiMatchRule.html 48share/gtk-doc/html/libatspi/AtspiMatchRule.html
49share/gtk-doc/html/libatspi/AtspiObject.html 49share/gtk-doc/html/libatspi/AtspiObject.html
50share/gtk-doc/html/libatspi/AtspiRelation.html 50share/gtk-doc/html/libatspi/AtspiRelation.html
51share/gtk-doc/html/libatspi/AtspiStateSet.html 51share/gtk-doc/html/libatspi/AtspiStateSet.html
52share/gtk-doc/html/libatspi/annotation-glossary.html 52share/gtk-doc/html/libatspi/annotation-glossary.html
53share/gtk-doc/html/libatspi/api-index-full.html 53share/gtk-doc/html/libatspi/api-index-full.html
@@ -79,51 +79,53 @@ share/gtk-doc/html/libatspi/libatspi-ats @@ -79,51 +79,53 @@ share/gtk-doc/html/libatspi/libatspi-ats
79share/gtk-doc/html/libatspi/libatspi.devhelp2 79share/gtk-doc/html/libatspi/libatspi.devhelp2
80share/gtk-doc/html/libatspi/object-tree.html 80share/gtk-doc/html/libatspi/object-tree.html
81share/gtk-doc/html/libatspi/right-insensitive.png 81share/gtk-doc/html/libatspi/right-insensitive.png
82share/gtk-doc/html/libatspi/right.png 82share/gtk-doc/html/libatspi/right.png
83share/gtk-doc/html/libatspi/style.css 83share/gtk-doc/html/libatspi/style.css
84share/gtk-doc/html/libatspi/up-insensitive.png 84share/gtk-doc/html/libatspi/up-insensitive.png
85share/gtk-doc/html/libatspi/up.png 85share/gtk-doc/html/libatspi/up.png
86share/locale/an/LC_MESSAGES/at-spi2-core.mo 86share/locale/an/LC_MESSAGES/at-spi2-core.mo
87share/locale/as/LC_MESSAGES/at-spi2-core.mo 87share/locale/as/LC_MESSAGES/at-spi2-core.mo
88share/locale/ast/LC_MESSAGES/at-spi2-core.mo 88share/locale/ast/LC_MESSAGES/at-spi2-core.mo
89share/locale/be/LC_MESSAGES/at-spi2-core.mo 89share/locale/be/LC_MESSAGES/at-spi2-core.mo
90share/locale/bg/LC_MESSAGES/at-spi2-core.mo 90share/locale/bg/LC_MESSAGES/at-spi2-core.mo
91share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo 91share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo
 92share/locale/bs/LC_MESSAGES/at-spi2-core.mo
92share/locale/ca/LC_MESSAGES/at-spi2-core.mo 93share/locale/ca/LC_MESSAGES/at-spi2-core.mo
93share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo 94share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo
94share/locale/cs/LC_MESSAGES/at-spi2-core.mo 95share/locale/cs/LC_MESSAGES/at-spi2-core.mo
95share/locale/da/LC_MESSAGES/at-spi2-core.mo 96share/locale/da/LC_MESSAGES/at-spi2-core.mo
96share/locale/de/LC_MESSAGES/at-spi2-core.mo 97share/locale/de/LC_MESSAGES/at-spi2-core.mo
97share/locale/el/LC_MESSAGES/at-spi2-core.mo 98share/locale/el/LC_MESSAGES/at-spi2-core.mo
98share/locale/en_CA/LC_MESSAGES/at-spi2-core.mo 99share/locale/en_CA/LC_MESSAGES/at-spi2-core.mo
99share/locale/en_GB/LC_MESSAGES/at-spi2-core.mo 100share/locale/en_GB/LC_MESSAGES/at-spi2-core.mo
100share/locale/eo/LC_MESSAGES/at-spi2-core.mo 101share/locale/eo/LC_MESSAGES/at-spi2-core.mo
101share/locale/es/LC_MESSAGES/at-spi2-core.mo 102share/locale/es/LC_MESSAGES/at-spi2-core.mo
102share/locale/et/LC_MESSAGES/at-spi2-core.mo 103share/locale/et/LC_MESSAGES/at-spi2-core.mo
103share/locale/eu/LC_MESSAGES/at-spi2-core.mo 104share/locale/eu/LC_MESSAGES/at-spi2-core.mo
104share/locale/fa/LC_MESSAGES/at-spi2-core.mo 105share/locale/fa/LC_MESSAGES/at-spi2-core.mo
105share/locale/fi/LC_MESSAGES/at-spi2-core.mo 106share/locale/fi/LC_MESSAGES/at-spi2-core.mo
106share/locale/fr/LC_MESSAGES/at-spi2-core.mo 107share/locale/fr/LC_MESSAGES/at-spi2-core.mo
107share/locale/fur/LC_MESSAGES/at-spi2-core.mo 108share/locale/fur/LC_MESSAGES/at-spi2-core.mo
108share/locale/ga/LC_MESSAGES/at-spi2-core.mo 109share/locale/ga/LC_MESSAGES/at-spi2-core.mo
109share/locale/gl/LC_MESSAGES/at-spi2-core.mo 110share/locale/gl/LC_MESSAGES/at-spi2-core.mo
110share/locale/gu/LC_MESSAGES/at-spi2-core.mo 111share/locale/gu/LC_MESSAGES/at-spi2-core.mo
111share/locale/he/LC_MESSAGES/at-spi2-core.mo 112share/locale/he/LC_MESSAGES/at-spi2-core.mo
112share/locale/hi/LC_MESSAGES/at-spi2-core.mo 113share/locale/hi/LC_MESSAGES/at-spi2-core.mo
113share/locale/hu/LC_MESSAGES/at-spi2-core.mo 114share/locale/hu/LC_MESSAGES/at-spi2-core.mo
114share/locale/id/LC_MESSAGES/at-spi2-core.mo 115share/locale/id/LC_MESSAGES/at-spi2-core.mo
115share/locale/it/LC_MESSAGES/at-spi2-core.mo 116share/locale/it/LC_MESSAGES/at-spi2-core.mo
116share/locale/ja/LC_MESSAGES/at-spi2-core.mo 117share/locale/ja/LC_MESSAGES/at-spi2-core.mo
 118share/locale/kk/LC_MESSAGES/at-spi2-core.mo
117share/locale/km/LC_MESSAGES/at-spi2-core.mo 119share/locale/km/LC_MESSAGES/at-spi2-core.mo
118share/locale/kn/LC_MESSAGES/at-spi2-core.mo 120share/locale/kn/LC_MESSAGES/at-spi2-core.mo
119share/locale/ko/LC_MESSAGES/at-spi2-core.mo 121share/locale/ko/LC_MESSAGES/at-spi2-core.mo
120share/locale/lt/LC_MESSAGES/at-spi2-core.mo 122share/locale/lt/LC_MESSAGES/at-spi2-core.mo
121share/locale/lv/LC_MESSAGES/at-spi2-core.mo 123share/locale/lv/LC_MESSAGES/at-spi2-core.mo
122share/locale/ml/LC_MESSAGES/at-spi2-core.mo 124share/locale/ml/LC_MESSAGES/at-spi2-core.mo
123share/locale/mr/LC_MESSAGES/at-spi2-core.mo 125share/locale/mr/LC_MESSAGES/at-spi2-core.mo
124share/locale/ms/LC_MESSAGES/at-spi2-core.mo 126share/locale/ms/LC_MESSAGES/at-spi2-core.mo
125share/locale/nb/LC_MESSAGES/at-spi2-core.mo 127share/locale/nb/LC_MESSAGES/at-spi2-core.mo
126share/locale/nl/LC_MESSAGES/at-spi2-core.mo 128share/locale/nl/LC_MESSAGES/at-spi2-core.mo
127share/locale/or/LC_MESSAGES/at-spi2-core.mo 129share/locale/or/LC_MESSAGES/at-spi2-core.mo
128share/locale/pa/LC_MESSAGES/at-spi2-core.mo 130share/locale/pa/LC_MESSAGES/at-spi2-core.mo
129share/locale/pl/LC_MESSAGES/at-spi2-core.mo 131share/locale/pl/LC_MESSAGES/at-spi2-core.mo

cvs diff -r1.14 -r1.15 pkgsrc/devel/at-spi2-core/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/at-spi2-core/distinfo 2015/01/10 16:27:34 1.14
+++ pkgsrc/devel/at-spi2-core/distinfo 2015/06/10 23:12:07 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2015/01/10 16:27:34 prlw1 Exp $ 1$NetBSD: distinfo,v 1.15 2015/06/10 23:12:07 prlw1 Exp $
2 2
3SHA1 (at-spi2-core-2.14.1.tar.xz) = 95d41898b4f7e84bdf5377a37ed65bf4c4a808e9 3SHA1 (at-spi2-core-2.16.0.tar.xz) = efff62fb8cb8f629d5cdb2fca3e249fa69a12899
4RMD160 (at-spi2-core-2.14.1.tar.xz) = 24c686b3da0313dd9ca91394db25e5deec2e744a 4RMD160 (at-spi2-core-2.16.0.tar.xz) = 3ea5a06cf42365275dddfbd80e0ea0fa5398edbf
5Size (at-spi2-core-2.14.1.tar.xz) = 456272 bytes 5Size (at-spi2-core-2.16.0.tar.xz) = 455264 bytes