pkgsrc/devel/at-spi2-atk/Makefile
prlw1 d8be26eabb Update to at-spi2-atk 2.5.4
* Fix for bug #679013 - AtspiCollection should be implemented for
  all containers
* Plug ref count leaks (BGO#679285).
* Only add items to the cache on children-changed if the children are
  included in the event.
* Only send PropertyChange signals used for caching, absent listeners.

Especially:

* Only create a directory and a socket when requested.
    Currently, atk-bridge clutters XDG_RUNTIME_DIR with directories for sockets,
    which is especially annoying since gtk currently does not call
    atk_bridge_adaptor_cleanup, so the directories never go away. This change do
    not really solve the problem--it only hides it from users who do not really
    need AT-SPI--but, nevertheless, there is no reason to create a directory or
    socket if nothing has requested it, so doing this lazily makes sense.

* Don't create a (non-readable) subdirectory for the socket when root.
    If an application is running as root but within a user's runtime directory,
    then creating a temporary directory will result in the directory being owned
    by root, and the user will not have permission to search the directory to
    access the socket, so an AT running as the normal user will not be able to
    connect to the application running as root.
    Fixes regression introduced by the fix for BGO#678348.
2012-07-28 18:05:59 +00:00

30 lines
894 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/07/28 18:05:59 prlw1 Exp $
#
DISTNAME= at-spi2-atk-2.5.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-atk/2.5/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus
COMMENT= Assistive Technology Service Provider Interface A11y Toolkit
LICENSE= gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= atk-bridge-2.0.pc.in
BUILDLINK_API_DEPENDS.atk+= atk>=2.1.5
.include "../../devel/atk/buildlink3.mk"
.include "../../devel/at-spi2-core/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"