pkgsrc/devel/at-spi2-core/Makefile
prlw1 af2ace9486 Update at-spi2-core to 2.35.1
What's new in at-spi2-core 2.35.1:

* Fix source reproducibility (!25).

* Avoid depending on Meson 0.50 (#20).

* Add ATSPI_ROLE_MARK and ATSPI_ROLE_SUGGESTION (!27).

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

* Fix a use after free when freeing an event.
* Clean up handling of the X11 property specifying the bus address (#18).
* Update doap.

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

* Now requires meson 0.50.0.
* License is now LGPL-2.1+.
* Meson: only link to libdl when it is necessary.
* Update installation instructions.
* Clarify atspi_editable_text_insert_text documentation.
* Do not warn on no reply from pending get_items call.
* Eliminate some superfluous runtime warnings.

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

* Refactor the API for the screen reader to notify listeners of its status.

* Add a sender to the AtspiEvent struct.

* Add missing atspi_application_get_type prototype.

* Support mutter remote desktop interface for synthesizing keyboard/mouse
  events (likely still needs work).
2020-02-07 17:07:46 +00:00

51 lines
1.8 KiB
Makefile

# $NetBSD: Makefile,v 1.35 2020/02/07 17:07:46 prlw1 Exp $
DISTNAME= at-spi2-core-2.35.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= https://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus
COMMENT= Assistive Technology Service Provider Interface Core
LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= msgfmt pkg-config
PKGCONFIG_OVERRIDE= output/meson-private/atspi-2.pc
PKGCONFIG_OVERRIDE_STAGE= pre-install
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/atspi
BUILD_DEFS+= PKG_SYSCONFBASE
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
busconfigdir= ${PKG_SYSCONFDIR}/at-spi2
eg_busconfigdir= ${EGDIR}/at-spi2
default_sessiondir= ${PKG_SYSCONFBASE}/xdg/autostart
eg_default_sessiondir= ${EGDIR}/xdg/autostart
SUBST_CLASSES+= eg
SUBST_SED.eg+= -e 's,defaults,examples/${PKGBASE},'
SUBST_FILES.eg+= bus/meson.build
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 \
${default_sessiondir}/at-spi-dbus-bus.desktop
MAKE_DIRS+= ${busconfigdir} ${default_sessiondir}
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${eg_default_sessiondir}
${MV} ${DESTDIR}${PKG_SYSCONFDIR}/xdg/autostart/at-spi-dbus-bus.desktop \
${DESTDIR}${eg_default_sessiondir}/at-spi-dbus-bus.desktop
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../x11/libXi/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../devel/meson/build.mk"
.include "../../mk/bsd.pkg.mk"