0f49e4a368
- Fill missing dependancies. - Use pkgsrc intltool. What's new in at-spi-1.3.9: * New api: AccessibleApplication_getLocale (app, type), returns a POSIX locale string for a locale category, for instance Accessibility_LOCALE_TYPE_MESSAGES. * New SPI_ROLE_EDITBAR. * New Accessible_getLocalizedRoleName. * New AccessibleText_getDefaultAttributes. * fixes to AccessibleStreamableContent, including a 'seek' implementation for cspi. Thanks to Michael Meeks for some related bugfixes in StreamableContent. * now we emit key-released events to appropriate keylisteners. * new LINGUAS in configure.in: nn (Asmund Sjeveland), lt (Gediminas Paulauskas), no (Kjartan Masass), eu (Christian Rose). * bugfixes for: #120991, #120473, #118581, #127463, #116009, #114926, #125834, #111429, #121974.
35 lines
997 B
Makefile
35 lines
997 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/02/13 16:13:27 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= at-spi-1.3.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi/1.3/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Assistive Technology Service Provider Interface
|
|
|
|
DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_X11= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/cspi-1.0.pc.in
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libspi-1.0.pc.in
|
|
|
|
.include "../../devel/atk/buildlink2.mk"
|
|
.include "../../devel/gail/buildlink2.mk"
|
|
.include "../../devel/libbonobo/buildlink2.mk"
|
|
.include "../../devel/pkgconfig/buildlink2.mk"
|
|
.include "../../devel/popt/buildlink2.mk"
|
|
.include "../../textproc/intltool/buildlink2.mk"
|
|
.include "../../x11/gtk2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|