2012-02-06 13:39:42 +01:00
|
|
|
# $NetBSD: Makefile,v 1.80 2012/02/06 12:39:46 wiz Exp $
|
2002-03-24 21:28:05 +01:00
|
|
|
|
Update atk to 2.2.0.
Based on PR#45738 by Patrick Welche.
Changes in version 2.2.0:
=========================
*
* Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and
* Catalan (Valencian) translations
Changes in version 2.1.92:
==========================
*
* Updated Visual Studio files due AtkWindow addition
* Bug 649577: atk_add_global_event_listener should only accept ATK events
* Minor documentation updates
* Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi,
* Asturian, Italian, Polish, British English, Brazilian Portuguese,
* Korean, Telugu and Kannada Translation
Changes in version 2.1.5:
=========================
*
* Bug 638924: Add AtkWindow
* Fixing out of tree compilation on Win32
* Update README.txt
* Fixing release number of the new ATK roles added
* Updated Traditional Chinese, Indonesian, Bulgarian, French,
* Hungarian and Swedish translations
Changes in version 2.1.0:
=========================
*
* Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1
* Bug 651343: New ATK Roles
* Added Leon Fan as maintainer
* Improved Visual C++ 2010 infrastructure
* Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian,
* Norwegian, Galician, and Spanish translations
2012-01-31 03:21:56 +01:00
|
|
|
DISTNAME= atk-2.2.0
|
2012-02-06 13:39:42 +01:00
|
|
|
PKGREVISION= 1
|
2002-03-24 21:28:05 +01:00
|
|
|
CATEGORIES= devel
|
Update atk to 2.2.0.
Based on PR#45738 by Patrick Welche.
Changes in version 2.2.0:
=========================
*
* Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and
* Catalan (Valencian) translations
Changes in version 2.1.92:
==========================
*
* Updated Visual Studio files due AtkWindow addition
* Bug 649577: atk_add_global_event_listener should only accept ATK events
* Minor documentation updates
* Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi,
* Asturian, Italian, Polish, British English, Brazilian Portuguese,
* Korean, Telugu and Kannada Translation
Changes in version 2.1.5:
=========================
*
* Bug 638924: Add AtkWindow
* Fixing out of tree compilation on Win32
* Update README.txt
* Fixing release number of the new ATK roles added
* Updated Traditional Chinese, Indonesian, Bulgarian, French,
* Hungarian and Swedish translations
Changes in version 2.1.0:
=========================
*
* Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1
* Bug 651343: New ATK Roles
* Added Leon Fan as maintainer
* Improved Visual C++ 2010 infrastructure
* Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian,
* Norwegian, Galician, and Spanish translations
2012-01-31 03:21:56 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/2.2/}
|
|
|
|
EXTRACT_SUFX= .tar.xz
|
2002-03-24 21:28:05 +01:00
|
|
|
|
2007-07-21 23:56:07 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2011-07-15 15:38:04 +02:00
|
|
|
HOMEPAGE= http://developer.gnome.org/atk/
|
2002-03-24 21:28:05 +01:00
|
|
|
COMMENT= Set of interfaces for accessibility
|
2009-07-10 14:12:25 +02:00
|
|
|
LICENSE= gnu-lgpl-v2
|
2002-03-24 21:28:05 +01:00
|
|
|
|
2004-04-24 18:00:16 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
2006-10-09 14:52:34 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2004-04-24 18:00:16 +02:00
|
|
|
|
2006-07-12 17:19:17 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config msgfmt
|
2002-03-24 21:28:05 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-12-24 04:44:18 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
Update atk to 2.2.0.
Based on PR#45738 by Patrick Welche.
Changes in version 2.2.0:
=========================
*
* Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and
* Catalan (Valencian) translations
Changes in version 2.1.92:
==========================
*
* Updated Visual Studio files due AtkWindow addition
* Bug 649577: atk_add_global_event_listener should only accept ATK events
* Minor documentation updates
* Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi,
* Asturian, Italian, Polish, British English, Brazilian Portuguese,
* Korean, Telugu and Kannada Translation
Changes in version 2.1.5:
=========================
*
* Bug 638924: Add AtkWindow
* Fixing out of tree compilation on Win32
* Update README.txt
* Fixing release number of the new ATK roles added
* Updated Traditional Chinese, Indonesian, Bulgarian, French,
* Hungarian and Swedish translations
Changes in version 2.1.0:
=========================
*
* Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1
* Bug 651343: New ATK Roles
* Added Leon Fan as maintainer
* Improved Visual C++ 2010 infrastructure
* Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian,
* Norwegian, Galician, and Spanish translations
2012-01-31 03:21:56 +01:00
|
|
|
USE_LANGUAGES= c99
|
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-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
|
|
|
|
|
2004-02-10 02:56:42 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2009-05-26 18:55:23 +02:00
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.5.7
|
2004-02-10 02:56:42 +01:00
|
|
|
.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"
|