Thu Nov 23 15:16:39 2017 UTC ()
at-spi2-core: update to 2.26.2.

What's new in at-spi2-core 2.26.2:

* dist po/meson.build (bgo#789666).

* Generate correct sonname when building with meson.

What's new in at-spi2-core 2.26.1:

* Remove unused dependency on libxkbcommon.

* Various meson build fixes.

* Updated Dutch and Catalan translations.

What's new in at-spi2-core 2.25.92:

* configure.ac: make xkb optional, as intended.

* Optionally read the bus address from the ATSPI_BUS_ADDRESS environment
  variable (bgo#787126).


(wiz)
diff -r1.25 -r1.26 pkgsrc/devel/at-spi2-core/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/at-spi2-core/PLIST
diff -r1.21 -r1.22 pkgsrc/devel/at-spi2-core/distinfo

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

--- pkgsrc/devel/at-spi2-core/Makefile 2017/10/15 23:19:11 1.25
+++ pkgsrc/devel/at-spi2-core/Makefile 2017/11/23 15:16:39 1.26
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.25 2017/10/15 23:19:11 prlw1 Exp $ 1# $NetBSD: Makefile,v 1.26 2017/11/23 15:16:39 wiz Exp $
2 2
3DISTNAME= at-spi2-core-2.25.91 3DISTNAME= at-spi2-core-2.26.2
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
@@ -39,15 +39,14 @@ SUBST_STAGE.eg= pre-configure @@ -39,15 +39,14 @@ SUBST_STAGE.eg= pre-configure
39SUBST_MESSAGE.eg= Fixing path to examples directory. 39SUBST_MESSAGE.eg= Fixing path to examples directory.
40 40
41CONF_FILES= ${eg_busconfigdir}/accessibility.conf \ 41CONF_FILES= ${eg_busconfigdir}/accessibility.conf \
42 ${busconfigdir}/accessibility.conf 42 ${busconfigdir}/accessibility.conf
43CONF_FILES+= ${eg_default_sessiondir}/at-spi-dbus-bus.desktop \ 43CONF_FILES+= ${eg_default_sessiondir}/at-spi-dbus-bus.desktop \
44 ${default_sessiondir}/at-spi-dbus-bus.desktop 44 ${default_sessiondir}/at-spi-dbus-bus.desktop
45MAKE_DIRS+= ${default_sessiondir} 45MAKE_DIRS+= ${default_sessiondir}
46 46
47.include "../../devel/glib2/buildlink3.mk" 47.include "../../devel/glib2/buildlink3.mk"
48.include "../../devel/gobject-introspection/buildlink3.mk" 48.include "../../devel/gobject-introspection/buildlink3.mk"
49.include "../../sysutils/dbus/buildlink3.mk" 49.include "../../sysutils/dbus/buildlink3.mk"
50.include "../../x11/libXi/buildlink3.mk" 50.include "../../x11/libXi/buildlink3.mk"
51.include "../../x11/libXtst/buildlink3.mk" 51.include "../../x11/libXtst/buildlink3.mk"
52.include "../../x11/libxkbcommon/buildlink3.mk" 
53.include "../../mk/bsd.pkg.mk" 52.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/at-spi2-core/PLIST 2017/08/25 12:17:00 1.13
+++ pkgsrc/devel/at-spi2-core/PLIST 2017/11/23 15:16:39 1.14
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.13 2017/08/25 12:17:00 prlw1 Exp $ 1@comment $NetBSD: PLIST,v 1.14 2017/11/23 15:16:39 wiz 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
@@ -65,27 +65,26 @@ share/gtk-doc/html/libatspi/libatspi-ats @@ -65,27 +65,26 @@ share/gtk-doc/html/libatspi/libatspi-ats
65share/gtk-doc/html/libatspi/libatspi-atspi-editabletext.html 65share/gtk-doc/html/libatspi/libatspi-atspi-editabletext.html
66share/gtk-doc/html/libatspi/libatspi-atspi-hypertext.html 66share/gtk-doc/html/libatspi/libatspi-atspi-hypertext.html
67share/gtk-doc/html/libatspi/libatspi-atspi-image.html 67share/gtk-doc/html/libatspi/libatspi-atspi-image.html
68share/gtk-doc/html/libatspi/libatspi-atspi-listener-private.html 68share/gtk-doc/html/libatspi/libatspi-atspi-listener-private.html
69share/gtk-doc/html/libatspi/libatspi-atspi-misc-private.html 69share/gtk-doc/html/libatspi/libatspi-atspi-misc-private.html
70share/gtk-doc/html/libatspi/libatspi-atspi-misc.html 70share/gtk-doc/html/libatspi/libatspi-atspi-misc.html
71share/gtk-doc/html/libatspi/libatspi-atspi-registry.html 71share/gtk-doc/html/libatspi/libatspi-atspi-registry.html
72share/gtk-doc/html/libatspi/libatspi-atspi-selection.html 72share/gtk-doc/html/libatspi/libatspi-atspi-selection.html
73share/gtk-doc/html/libatspi/libatspi-atspi-table-cell.html 73share/gtk-doc/html/libatspi/libatspi-atspi-table-cell.html
74share/gtk-doc/html/libatspi/libatspi-atspi-table.html 74share/gtk-doc/html/libatspi/libatspi-atspi-table.html
75share/gtk-doc/html/libatspi/libatspi-atspi-text.html 75share/gtk-doc/html/libatspi/libatspi-atspi-text.html
76share/gtk-doc/html/libatspi/libatspi-atspi-types.html 76share/gtk-doc/html/libatspi/libatspi-atspi-types.html
77share/gtk-doc/html/libatspi/libatspi-atspi-value.html 77share/gtk-doc/html/libatspi/libatspi-atspi-value.html
78share/gtk-doc/html/libatspi/libatspi.devhelp2 
79share/gtk-doc/html/libatspi/object-tree.html 78share/gtk-doc/html/libatspi/object-tree.html
80share/gtk-doc/html/libatspi/right-insensitive.png 79share/gtk-doc/html/libatspi/right-insensitive.png
81share/gtk-doc/html/libatspi/right.png 80share/gtk-doc/html/libatspi/right.png
82share/gtk-doc/html/libatspi/style.css 81share/gtk-doc/html/libatspi/style.css
83share/gtk-doc/html/libatspi/up-insensitive.png 82share/gtk-doc/html/libatspi/up-insensitive.png
84share/gtk-doc/html/libatspi/up.png 83share/gtk-doc/html/libatspi/up.png
85share/locale/an/LC_MESSAGES/at-spi2-core.mo 84share/locale/an/LC_MESSAGES/at-spi2-core.mo
86share/locale/as/LC_MESSAGES/at-spi2-core.mo 85share/locale/as/LC_MESSAGES/at-spi2-core.mo
87share/locale/ast/LC_MESSAGES/at-spi2-core.mo 86share/locale/ast/LC_MESSAGES/at-spi2-core.mo
88share/locale/be/LC_MESSAGES/at-spi2-core.mo 87share/locale/be/LC_MESSAGES/at-spi2-core.mo
89share/locale/bg/LC_MESSAGES/at-spi2-core.mo 88share/locale/bg/LC_MESSAGES/at-spi2-core.mo
90share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo 89share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo
91share/locale/bs/LC_MESSAGES/at-spi2-core.mo 90share/locale/bs/LC_MESSAGES/at-spi2-core.mo

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

--- pkgsrc/devel/at-spi2-core/distinfo 2017/08/25 12:17:00 1.21
+++ pkgsrc/devel/at-spi2-core/distinfo 2017/11/23 15:16:39 1.22
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.21 2017/08/25 12:17:00 prlw1 Exp $ 1$NetBSD: distinfo,v 1.22 2017/11/23 15:16:39 wiz Exp $
2 2
3SHA1 (at-spi2-core-2.25.91.tar.xz) = 0af727548bbd8940341470d9085a1deed3d192e4 3SHA1 (at-spi2-core-2.26.2.tar.xz) = 1c39d66c1ca02005abff884fdab0ab510311d018
4RMD160 (at-spi2-core-2.25.91.tar.xz) = c28a13e548c9f6084337ee4f91fd622e4ecdfa80 4RMD160 (at-spi2-core-2.26.2.tar.xz) = 8b4da05431a7c764701a36d8be4753ff0dc17574
5SHA512 (at-spi2-core-2.25.91.tar.xz) = 9842c28d908b4eb6982f35a2c72c36c4e77292a0b65939c53efef090b7692e5a582563cdbad7bac1f431874d32225a27394a7be8518ba5c37fb2554bc4e045e4 5SHA512 (at-spi2-core-2.26.2.tar.xz) = 6a8e158e30c37ce475467b6634aff046a318875271966d7bfa3e56052d0cd26cd37435d0b9ae14f079542b8b3e76088da5bd50ed39eb39f3f40394c55ed3f255
6Size (at-spi2-core-2.25.91.tar.xz) = 489564 bytes 6Size (at-spi2-core-2.26.2.tar.xz) = 494484 bytes