Changes: * Add new role ATK_ROLE_APPLICATION [Bill Haneman] * Correct implementation of i18n support [Padraig O'Briain] * Add signal "active-descendant-changed" to AtkObject [Padraig] * Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY [Bill Haneman] * Add atk_hyperlink_is_inline() [Bill] * Add new functions atk_object_add_relationship, atk_object_remove_relationship, atk_role_get_localized_name, atk_action_get_localized_name; add new roles, states and relationships; add text-attributes-changed signal for AtkText interface. [Padraig O'Briain] * Add po directory and update atk_role_get_localized_name() to allow it to return localized name [Padraig] * Add implementtaion of atk_object_factory_get_accessible_type() for AtkNoOpObjectFactory [Padraig] * Add ATK_LAYER_WINDOW {Mark Mc Loughlin] and some translation updates and bug fixes.
31 lines
827 B
Makefile
31 lines
827 B
Makefile
# $NetBSD: Makefile,v 1.12 2002/12/24 03:44:18 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= atk-1.2.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.2/ \
|
|
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.2/ \
|
|
${MASTER_SITE_GNOME:=sources/atk/1.2/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://developer.gnome.org/projects/gap/
|
|
COMMENT= Set of interfaces for accessibility
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
PKGCONFIG_OVERRIDE= ${WRKSRC}/atk.pc.in
|
|
|
|
# glib-mkenums overflows a 2048kb stack on atkobject.h
|
|
UNLIMIT_RESOURCES= stacksize
|
|
|
|
.include "../../devel/glib2/buildlink2.mk"
|
|
.include "../../devel/pkgconfig/buildlink2.mk"
|
|
.include "../../converters/libiconv/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|