[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / gail

File: [cvs.NetBSD.org] / pkgsrc / devel / gail / Attic / Makefile (download)

Revision 1.37, Fri Jan 20 13:30:52 2006 UTC (18 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.36: +2 -2 lines

Update to 1.8.8:

Changes in GAIL 1.8.8
=====================

* Another bugfix for treeviews.

* GAIL now properly uses gdk thread locks.

  GAIL 1.8.8 should be used instead of 1.8.7 or 1.8.6.

Changes in GAIL 1.8.7
=====================

* Fix for regression introduced by bad free.
  GAIL 1.8.8 should be used instead of 1.8.7 or 1.8.6.

Changes in GAIL 1.8.6
=====================

* Fixes for direct-to-atk bridge support for OpenOffice.org,
  and for other custom-widget-based apps which use gtk+ for
  their toplevels and some dialogs.

* Fix for crasher bug #306062.

# $NetBSD: Makefile,v 1.37 2006/01/20 13:30:52 jmmv Exp $
#

DISTNAME=	gail-1.8.8
CATEGORIES=	devel gnome
MASTER_SITES=	${MASTER_SITE_GNOME:=sources/gail/1.8/}
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	jmmv@NetBSD.org
HOMEPAGE=	http://developer.gnome.org/projects/gap/
COMMENT=	GNOME Accessibility Implementation Library

GNU_CONFIGURE=		yes
USE_TOOLS+=		gmake pkg-config
USE_LIBTOOL=		yes
USE_PKGLOCALEDIR=	yes

PKGCONFIG_OVERRIDE=	gail.pc.in
PKGCONFIG_OVERRIDE+=	gail-uninstalled.pc.in

CONFIGURE_ARGS+=	--with-html-dir=${PREFIX}/share/doc

.include "../../devel/atk/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"