pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/at-spi2-core



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Aug 25 12:17:00 UTC 2017

Modified Files:
        pkgsrc/devel/at-spi2-core: Makefile PLIST buildlink3.mk distinfo
Removed Files:
        pkgsrc/devel/at-spi2-core/patches: patch-bus_Makefile.in

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/at-spi2-core/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/at-spi2-core/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/at-spi2-core/buildlink3.mk
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/at-spi2-core/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/at-spi2-core/patches/patch-bus_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/at-spi2-core/Makefile
diff -u pkgsrc/devel/at-spi2-core/Makefile:1.22 pkgsrc/devel/at-spi2-core/Makefile:1.23
--- pkgsrc/devel/at-spi2-core/Makefile:1.22     Fri Nov 25 12:49:00 2016
+++ pkgsrc/devel/at-spi2-core/Makefile  Fri Aug 25 12:17:00 2017
@@ -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 @@ CONFIGURE_ARGS+=      --sysconfdir=${PKG_SYSC
 
 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 @@ eg_default_sessiondir=       ${EGDIR}/xdg/auto
 
 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 @@ MAKE_DIRS+=   ${default_sessiondir}
 .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"

Index: pkgsrc/devel/at-spi2-core/PLIST
diff -u pkgsrc/devel/at-spi2-core/PLIST:1.12 pkgsrc/devel/at-spi2-core/PLIST:1.13
--- pkgsrc/devel/at-spi2-core/PLIST:1.12        Fri Nov 25 12:49:00 2016
+++ pkgsrc/devel/at-spi2-core/PLIST     Fri Aug 25 12:17:00 2017
@@ -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-editablet
 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/ml/LC_MESSAGES/at-spi2-core
 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

Index: pkgsrc/devel/at-spi2-core/buildlink3.mk
diff -u pkgsrc/devel/at-spi2-core/buildlink3.mk:1.4 pkgsrc/devel/at-spi2-core/buildlink3.mk:1.5
--- pkgsrc/devel/at-spi2-core/buildlink3.mk:1.4 Mon Oct  8 20:23:48 2012
+++ pkgsrc/devel/at-spi2-core/buildlink3.mk     Fri Aug 25 12:17:00 2017
@@ -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 @@ BUILDLINK_PKGSRCDIR.at-spi2-core?=    ../..
 
 .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

Index: pkgsrc/devel/at-spi2-core/distinfo
diff -u pkgsrc/devel/at-spi2-core/distinfo:1.20 pkgsrc/devel/at-spi2-core/distinfo:1.21
--- pkgsrc/devel/at-spi2-core/distinfo:1.20     Fri Nov 25 12:49:00 2016
+++ pkgsrc/devel/at-spi2-core/distinfo  Fri Aug 25 12:17:00 2017
@@ -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



Home | Main Index | Thread Index | Old Index