diff --git a/devel/at-spi/Makefile b/devel/at-spi/Makefile index ad56eb684b87..b2214c53305b 100644 --- a/devel/at-spi/Makefile +++ b/devel/at-spi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2008/10/24 19:30:32 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2009/01/16 11:46:01 wiz Exp $ # -DISTNAME= at-spi-1.24.0 +DISTNAME= at-spi-1.24.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi/1.24/} EXTRACT_SUFX= .tar.bz2 @@ -25,9 +25,8 @@ PKGCONFIG_OVERRIDE+= libspi-1.0.pc.in GCONF_SCHEMAS= at-spi.schemas -BUILDLINK_API_DEPENDS.atk+= atk>=1.18.0 - .include "../../devel/GConf/schemas.mk" +BUILDLINK_API_DEPENDS.atk+= atk>=1.17.0 .include "../../devel/atk/buildlink3.mk" .include "../../devel/libbonobo/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" diff --git a/devel/at-spi/PLIST b/devel/at-spi/PLIST index a53f1ae6445e..cd892094d88d 100644 --- a/devel/at-spi/PLIST +++ b/devel/at-spi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2008/10/16 12:26:36 drochner Exp $ +@comment $NetBSD: PLIST,v 1.21 2009/01/16 11:46:01 wiz Exp $ include/at-spi-1.0/cspi/spi-impl.h include/at-spi-1.0/cspi/spi-listener.h include/at-spi-1.0/cspi/spi-roletypes.h @@ -93,7 +93,8 @@ share/doc/${PKGNAME}/reference/html/Accessibility__Text_8idl.html share/doc/${PKGNAME}/reference/html/Accessibility__Value_8idl-source.html share/doc/${PKGNAME}/reference/html/Accessibility__Value_8idl.html share/doc/${PKGNAME}/reference/html/annotated.html -share/doc/${PKGNAME}/reference/html/dir_1de6d41b6eb4399279fd277c65315d64.html +share/doc/${PKGNAME}/reference/html/classes.html +share/doc/${PKGNAME}/reference/html/dir_1c420e5db3d0f51c9ee20dd290d39df0.html share/doc/${PKGNAME}/reference/html/dirs.html share/doc/${PKGNAME}/reference/html/doxygen.css share/doc/${PKGNAME}/reference/html/doxygen.png diff --git a/devel/at-spi/distinfo b/devel/at-spi/distinfo index 4919b3568d33..1dc7b4c05727 100644 --- a/devel/at-spi/distinfo +++ b/devel/at-spi/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2008/10/16 12:26:36 drochner Exp $ +$NetBSD: distinfo,v 1.24 2009/01/16 11:46:01 wiz Exp $ -SHA1 (at-spi-1.24.0.tar.bz2) = 9c1349e27617d7a2006e76101e5b12c721e07e1a -RMD160 (at-spi-1.24.0.tar.bz2) = dcc78e63823ffd6be0fcccacf3152986506d5510 -Size (at-spi-1.24.0.tar.bz2) = 834708 bytes -SHA1 (patch-aa) = e976b18a7c4268cbd3a5805c9f826a1ea76776c4 +SHA1 (at-spi-1.24.1.tar.bz2) = b67852af63d33c77d633490ce717d7c98249ef9a +RMD160 (at-spi-1.24.1.tar.bz2) = fc6b666a3fe2dcbc1c7ea61cbc1e9ae7c881e254 +Size (at-spi-1.24.1.tar.bz2) = 821177 bytes +SHA1 (patch-aa) = 0d6e430b3a35e2957fc30a42b9be58871e1efd66 diff --git a/devel/at-spi/patches/patch-aa b/devel/at-spi/patches/patch-aa index ef917c9b57e4..ffd1462f87cb 100644 --- a/devel/at-spi/patches/patch-aa +++ b/devel/at-spi/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.6 2008/10/16 12:26:36 drochner Exp $ +$NetBSD: patch-aa,v 1.7 2009/01/16 11:46:01 wiz Exp $ ---- Makefile.in.orig 2008-09-22 10:55:52.000000000 +0200 +--- Makefile.in.orig 2008-12-19 03:58:57.000000000 +0100 +++ Makefile.in -@@ -297,7 +297,7 @@ sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ +@@ -294,7 +294,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ -SUBDIRS = docs idl libspi login-helper registryd atk-bridge cspi pyatspi test po +SUBDIRS = docs idl libspi login-helper registryd atk-bridge cspi test po pkgconfigdir = $(libdir)/pkgconfig diff --git a/devel/py-at-spi/Makefile b/devel/py-at-spi/Makefile index de05b065f813..95fe555b8d1b 100644 --- a/devel/py-at-spi/Makefile +++ b/devel/py-at-spi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2008/12/11 09:09:18 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2009/01/16 11:46:01 wiz Exp $ # -DISTNAME= at-spi-1.24.0 +DISTNAME= at-spi-1.24.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi/1.24/} diff --git a/devel/py-at-spi/distinfo b/devel/py-at-spi/distinfo index d8f0aff286ff..125114d9692a 100644 --- a/devel/py-at-spi/distinfo +++ b/devel/py-at-spi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/12/11 09:09:18 wiz Exp $ +$NetBSD: distinfo,v 1.4 2009/01/16 11:46:01 wiz Exp $ -SHA1 (at-spi-1.24.0.tar.bz2) = 9c1349e27617d7a2006e76101e5b12c721e07e1a -RMD160 (at-spi-1.24.0.tar.bz2) = dcc78e63823ffd6be0fcccacf3152986506d5510 -Size (at-spi-1.24.0.tar.bz2) = 834708 bytes +SHA1 (at-spi-1.24.1.tar.bz2) = b67852af63d33c77d633490ce717d7c98249ef9a +RMD160 (at-spi-1.24.1.tar.bz2) = fc6b666a3fe2dcbc1c7ea61cbc1e9ae7c881e254 +Size (at-spi-1.24.1.tar.bz2) = 821177 bytes