diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-01 18:30:41 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-01 18:30:41 +0000 |
commit | 73e6c33ea48308f5ea70bfd331a441709ea58d62 (patch) | |
tree | 160eafd34e0ca2e2d2935fe2f0e463451c8e2b83 /devel/at-spi/Makefile | |
parent | c9be99c7aa9da6db0f3d9194f4df8da1155c00fd (diff) | |
download | pkgsrc-73e6c33ea48308f5ea70bfd331a441709ea58d62.tar.gz |
Update to 1.4.0:
What's new in at-spi-1.4.0: [GNOME 2.6.0 release]
* build improvements from Laszlo Peter.
* en_GB added to ALL_LINGUAS.
What's new in at-spi-1.3.16: [GNOME 2.6 RC1 release]
* Fix for bug #134036, which could steal keystrokes from applications
if at-spi registry failed.
* Build fixes, added .pc.in files (from Laszlo Peter).
This is the gnome-2.6 beta release of at-spi.
What's new in at-spi-1.3.15:
* translations:
Amanpreet Singh Alam (pa)
Bojan Suzic (sr@ije)
Diffstat (limited to 'devel/at-spi/Makefile')
-rw-r--r-- | devel/at-spi/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/at-spi/Makefile b/devel/at-spi/Makefile index d42b981a0ce..7c9f8be2220 100644 --- a/devel/at-spi/Makefile +++ b/devel/at-spi/Makefile @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.12 2004/03/09 22:12:25 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/01 18:30:41 jmmv Exp $ # -DISTNAME= at-spi-1.3.15 +DISTNAME= at-spi-1.4.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi/1.3/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi/1.4/} 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_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= yes |