pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/at-spi2-core Update at-spi2-core to 2.25.91



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7dc7cae9b622
branches:  trunk
changeset: 367170:7dc7cae9b622
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Fri Aug 25 12:17:00 2017 +0000

description:
Update at-spi2-core to 2.25.91

This has several fixes which aren't in the "stable" 2.24.1


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

* Meson builds should now be usable.

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

* Fix a couple of introspection issues (bgo#784481).
* atspi_get_a11_bus: don't leak the DBusConnection.
* Meson fixes.

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

* Fix gir generation with autotools (bgo#783994).

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

* Fix -Wmisleading-indentation warnings.
* Fix memory leak of at-spi-bus-launcher.
* Add error-message, error-for, details, and details-for relation types.
* Poll direct dbus connections in the main loop--fixes processes
  being marked hung and the hung flag never being removed.
* Add Meson build system (thanks to Emmanuele Bassi).
* Various build fixes (thanks to Emmanuele Bassi).

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

* attempt to fix an occasional crash when an application disappears
  (bgo#767074).
* Add some missing roles to correspond with atk (description list,
  description term, description value, and footnote).

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

* atspi_table_cell_get_position: don't crash on error.

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

* Table cell API fixes (bgo#779835).

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

* Fix an occasional crash when an application is closed (bgo#767074).

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

* Don't pull in X headers if x11 is disabled (bgo#773710).
* at-spi-bus-launcher: session management fixes (bgo#774441).
* events: add recently added page changed event (bgo#719898).
* roles: EXTENDED roles are deprecated (bgo#W720123).

diffstat:

 devel/at-spi2-core/Makefile                      |  15 +++++++-
 devel/at-spi2-core/PLIST                         |   4 +-
 devel/at-spi2-core/buildlink3.mk                 |   5 ++-
 devel/at-spi2-core/distinfo                      |  11 +++---
 devel/at-spi2-core/patches/patch-bus_Makefile.in |  39 ------------------------
 5 files changed, 23 insertions(+), 51 deletions(-)

diffs (145 lines):

diff -r b69e62c5c3a9 -r 7dc7cae9b622 devel/at-spi2-core/Makefile
--- a/devel/at-spi2-core/Makefile       Fri Aug 25 12:09:13 2017 +0000
+++ b/devel/at-spi2-core/Makefile       Fri Aug 25 12:17:00 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2016/11/25 12:49:00 prlw1 Exp $
+# $NetBSD: Makefile,v 1.23 2017/08/25 12:17:00 prlw1 Exp $
 
-DISTNAME=      at-spi2-core-2.22.0
+DISTNAME=      at-spi2-core-2.25.91
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -19,7 +19,9 @@
 
 PKGCONFIG_OVERRIDE+=   atspi-2.pc.in
 
-BUILD_DEFS+=   VARBASE PKG_SYSCONFBASE
+CHECK_PORTABILITY_SKIP+=       config/test-driver
+
+BUILD_DEFS+=           VARBASE PKG_SYSCONFBASE
 
 EGDIR=                 ${PREFIX}/share/examples/at-spi2-core
 PKG_SYSCONFSUBDIR=     at-spi2
@@ -30,6 +32,12 @@
 
 INSTALL_MAKE_FLAGS+=   sysconfdir=${EGDIR}
 
+SUBST_CLASSES+=                eg
+SUBST_SED.eg+=         -e 's,defaults,examples/${PKGBASE},g'
+SUBST_FILES.eg+=       bus/Makefile.in
+SUBST_STAGE.eg=        pre-configure
+SUBST_MESSAGE.eg=      Fixing path to examples directory.
+
 CONF_FILES=    ${eg_busconfigdir}/accessibility.conf \
                        ${busconfigdir}/accessibility.conf
 CONF_FILES+=   ${eg_default_sessiondir}/at-spi-dbus-bus.desktop \
@@ -41,4 +49,5 @@
 .include "../../sysutils/dbus/buildlink3.mk"
 .include "../../x11/libXi/buildlink3.mk"
 .include "../../x11/libXtst/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b69e62c5c3a9 -r 7dc7cae9b622 devel/at-spi2-core/PLIST
--- a/devel/at-spi2-core/PLIST  Fri Aug 25 12:09:13 2017 +0000
+++ b/devel/at-spi2-core/PLIST  Fri Aug 25 12:17:00 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2016/11/25 12:49:00 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/08/25 12:17:00 prlw1 Exp $
 include/at-spi-2.0/atspi/atspi-accessible.h
 include/at-spi-2.0/atspi/atspi-action.h
 include/at-spi-2.0/atspi/atspi-application.h
@@ -12,7 +12,6 @@
 include/at-spi-2.0/atspi/atspi-enum-types.h
 include/at-spi-2.0/atspi/atspi-event-listener-private.h
 include/at-spi-2.0/atspi/atspi-event-listener.h
-include/at-spi-2.0/atspi/atspi-gmain.c
 include/at-spi-2.0/atspi/atspi-gmain.h
 include/at-spi-2.0/atspi/atspi-hyperlink.h
 include/at-spi-2.0/atspi/atspi-hypertext.h
@@ -127,6 +126,7 @@
 share/locale/mr/LC_MESSAGES/at-spi2-core.mo
 share/locale/ms/LC_MESSAGES/at-spi2-core.mo
 share/locale/nb/LC_MESSAGES/at-spi2-core.mo
+share/locale/ne/LC_MESSAGES/at-spi2-core.mo
 share/locale/nl/LC_MESSAGES/at-spi2-core.mo
 share/locale/oc/LC_MESSAGES/at-spi2-core.mo
 share/locale/or/LC_MESSAGES/at-spi2-core.mo
diff -r b69e62c5c3a9 -r 7dc7cae9b622 devel/at-spi2-core/buildlink3.mk
--- a/devel/at-spi2-core/buildlink3.mk  Fri Aug 25 12:09:13 2017 +0000
+++ b/devel/at-spi2-core/buildlink3.mk  Fri Aug 25 12:17:00 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2012/10/08 20:23:48 prlw1 Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2017/08/25 12:17:00 prlw1 Exp $
 
 BUILDLINK_TREE+=       at-spi2-core
 
@@ -11,6 +11,9 @@
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
+.include "../../x11/libXi/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
 .endif # AT_SPI2_CORE_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -at-spi2-core
diff -r b69e62c5c3a9 -r 7dc7cae9b622 devel/at-spi2-core/distinfo
--- a/devel/at-spi2-core/distinfo       Fri Aug 25 12:09:13 2017 +0000
+++ b/devel/at-spi2-core/distinfo       Fri Aug 25 12:17:00 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.20 2016/11/25 12:49:00 prlw1 Exp $
+$NetBSD: distinfo,v 1.21 2017/08/25 12:17:00 prlw1 Exp $
 
-SHA1 (at-spi2-core-2.22.0.tar.xz) = c370b7fbaee618c76ec8668dc1c2f4c34e3bb505
-RMD160 (at-spi2-core-2.22.0.tar.xz) = a6a21917851799b6ccf0cede93ebcea0bd10f4b6
-SHA512 (at-spi2-core-2.22.0.tar.xz) = f43fde89a47754a6fab80ebecb6c303b50d4829b4b376f363c085841243b30910003bc359ec16fc20f4363253df06b8e0f818b91d96b03c99b29f9a1ab5af118
-Size (at-spi2-core-2.22.0.tar.xz) = 449364 bytes
-SHA1 (patch-bus_Makefile.in) = 3c70c0493f081125f80c758c47724d96a4d45222
+SHA1 (at-spi2-core-2.25.91.tar.xz) = 0af727548bbd8940341470d9085a1deed3d192e4
+RMD160 (at-spi2-core-2.25.91.tar.xz) = c28a13e548c9f6084337ee4f91fd622e4ecdfa80
+SHA512 (at-spi2-core-2.25.91.tar.xz) = 9842c28d908b4eb6982f35a2c72c36c4e77292a0b65939c53efef090b7692e5a582563cdbad7bac1f431874d32225a27394a7be8518ba5c37fb2554bc4e045e4
+Size (at-spi2-core-2.25.91.tar.xz) = 489564 bytes
diff -r b69e62c5c3a9 -r 7dc7cae9b622 devel/at-spi2-core/patches/patch-bus_Makefile.in
--- a/devel/at-spi2-core/patches/patch-bus_Makefile.in  Fri Aug 25 12:09:13 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-$NetBSD: patch-bus_Makefile.in,v 1.1 2016/04/10 22:38:02 prlw1 Exp $
-
-Revert commit 2ef00769:
-
-    Support a stateless configuration by default
-    
-    Using a stateless configuration, we ship sensible defaults in
-    our vendor-config file to live in the /usr/share/ filesystem,
-    which is considered to be provided by the vendor, and to all
-    intents and purposes, read-only.
-    
-    With this change we can fall-back to the vendor system
-    configuration to always do the right thing, in the absence of
-    a local system administrator configuration file in the /etc/
-    tree.
-    
-    Notably, this saves users from the potential risks and pitfalls
-    of so called "three way merges" on upgrades, and offers the
-    immediate benefit that one can perform a factory reset of the
-    software, simply by removing the relevant file in /etc/.
-    
-    This change also resolves a memory leak in the launch code,
-    where a string allocation was entirely unnecessary.
-
-The above change essentially uses $(datadir)/defaults/at-spi2 the
-way we use the examples directory, so stick to using the pkgsrc
-CONF_FILES mechanism.
-
---- bus/Makefile.in.orig       2016-04-10 22:03:15.171286587 +0000
-+++ bus/Makefile.in
-@@ -403,7 +403,7 @@ top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- CLEANFILES = at-spi-dbus-bus.desktop
--busconfigdir = $(datadir)/defaults/at-spi2
-+busconfigdir = $(sysconfdir)/at-spi2
- busconfig_DATA = accessibility.conf
- at_spi_bus_launcher_SOURCES = at-spi-bus-launcher.c
- at_spi_bus_launcher_CPPFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\" \



Home | Main Index | Thread Index | Old Index