2006-07-12 15:47:10 +02:00
|
|
|
# $NetBSD: Makefile,v 1.51 2006/07/12 13:47:10 wiz Exp $
|
2002-03-24 21:28:05 +01:00
|
|
|
#
|
|
|
|
|
2006-07-12 15:47:10 +02:00
|
|
|
DISTNAME= atk-1.12.1
|
2002-03-24 21:28:05 +01:00
|
|
|
CATEGORIES= devel
|
2006-07-12 15:47:10 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/1.12/}
|
2002-12-19 13:59:29 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2002-03-24 21:28:05 +01:00
|
|
|
|
2006-03-10 08:35:12 +01:00
|
|
|
MAINTAINER= wiz@NetBSD.org
|
2002-03-24 21:28:05 +01:00
|
|
|
HOMEPAGE= http://developer.gnome.org/projects/gap/
|
|
|
|
COMMENT= Set of interfaces for accessibility
|
|
|
|
|
2004-04-24 18:00:16 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
|
2006-07-12 15:47:10 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config msgfmt perl
|
2002-03-24 21:28:05 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-12-24 04:44:18 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2002-03-24 21:28:05 +01:00
|
|
|
USE_LIBTOOL= yes
|
2004-02-14 19:26:26 +01:00
|
|
|
PKGCONFIG_OVERRIDE= atk.pc.in
|
2002-09-11 13:42:11 +02:00
|
|
|
|
2003-01-04 20:58:00 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-gtk-doc=no
|
Update to 1.8.0. This version corresponds to GNOME 2.8.0.
While here, move documentation to share/doc, out of share/doc/html.
Changes in version 1.8.0
========================
* Add translations: Bosnian [Kenan Had\305\276iavdi\304\207],
Norwegian [Kjartan Marass], Gujarati [Ankit Patel]
* Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
Vietnamese [Nguy\341\273\205n Th\303\241i Ng\341\273\215c Duy],
Turkish [Baris Cicek], German [Hendrik Richter],
Greek [Nikos Charonitakis], Arabic [Arafat Medini],
Brazilian Portuguese [Raphael Higino], Nepali [Pawan Chitrakar],
Danish [Martin Willemoes Hansen], Albanian [Laurent Dhima],
Finnish [Pauli Virtanen], Azerbaijani [M\311\231tin \306\217mirov] ,
Polish [Artur Flinta], Panjabi [AmanPreet Singh Alam],
Serbian [Danilo \305\240egan], Mongolian [Sanlig Badral],
Russian [Russian team <gnome-cyr@gnome.org>], Dutch [Timo Meinen],
Ukranian [Maxim Dziumanenko], Canadian English [Adam Weinberger],
Simplified Chinese [Funda Wang], Basque [I\303\261aki Larra\303\261aga]
Changes in version 1.7.3
========================
* Minor updates to documentation.
* Update translations: Hindi [Guntupalli Karunakar], Czech [Miloslav Trmac],
Portuguese [Duarte Loreto], Japanese [Takeshi AIHANA],
British [David Lodge], Spanish [Francisco Javier F. Serrador],
Korean [Changwoo Ryu], Albanian [Laurent Dhima]
Changes in version 1.7.2
========================
* Added new role ATK_ROLE_EMBEDDED.. (bug #147989)
* Add support for AtkRectangle and correct definition of
"bounds-changed" signal.
* Update translations: Nepali [Pawan Chitrakar], Albanian [Laurent Dhima]
Changes in version 1.7.1
========================
* Allow locale dir to be not hardcoded into binary. (bug #1289006)
* Add translations: Turkmen [M\303\274hemmet Amut]
* Update translations: Hungarian [Andras Timar], Bulgarian [Rostislav Raikov]
Changes in version 1.7.0
========================
* Add "bounds-changed" signal for AtkComponent. (bug #140476)
* Add new state ATK_STATE_TRUNCATED and new relation
ATK_RELATION_PARENT_WINDOW_OF. (bug #133375)
2004-09-21 18:43:25 +02:00
|
|
|
CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share/doc"
|
2003-01-04 20:58:00 +01:00
|
|
|
|
2004-04-14 01:31:12 +02:00
|
|
|
# Avoid an ICE in gcc2 on sparc64
|
2005-12-05 21:49:47 +01:00
|
|
|
CONFIGURE_ENV+= F77=${FALSE:Q}
|
2004-04-14 01:31:12 +02:00
|
|
|
|
2003-05-06 19:40:18 +02:00
|
|
|
# glib-mkenums overflows a 2048kb stack on atkobject.h
|
2002-03-24 21:28:05 +01:00
|
|
|
UNLIMIT_RESOURCES= stacksize
|
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.3
|
2004-12-28 17:37:17 +01:00
|
|
|
|
2006-05-08 22:01:21 +02:00
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
|
|
|
|
.if !empty(PKGSRC_COMPILER:Mmipspro*)
|
|
|
|
CFLAGS+= -c99
|
|
|
|
.endif
|
|
|
|
|
2004-02-10 02:56:42 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2002-09-11 13:42:11 +02:00
|
|
|
|
2002-03-24 21:28:05 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|