pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/atk Update to 1.11.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/661c8d6e62df
branches:  trunk
changeset: 510465:661c8d6e62df
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Mar 30 20:48:02 2006 +0000

description:
Update to 1.11.3:

Changes in version 1.11.3:
=========================

 * Fix for localization bug #317458 from Kazuzi IWAMOTO.
 * Included docs in tarball as appropriate.

Changes in version 1.11.0:
=========================

  Added new APIs - minor enhancements to AtkImage,
  AtkDocument, AtkObject, AtkComponent, AtkState.

  Significant API additions:  Added locale attribute to
  AtkImage instances, and Document instances.
  Added the ability to assign weakly-typed attributes to
  AtkObject as name-value pairs; also added similar
  name-value pairs to AtkDocument for attributes which are
  intended to be valid over the entire document.

  Minor documentation fixes (thanks to Bill Abt).

  Added 'tt' (Tatar) locale, Simos Xenitellis

diffstat:

 devel/atk/Makefile |   7 +++----
 devel/atk/PLIST    |  33 ++++++++++++++++++++++++++++++++-
 devel/atk/distinfo |   8 ++++----
 3 files changed, 39 insertions(+), 9 deletions(-)

diffs (94 lines):

diff -r cad3bd050530 -r 661c8d6e62df devel/atk/Makefile
--- a/devel/atk/Makefile        Thu Mar 30 20:47:44 2006 +0000
+++ b/devel/atk/Makefile        Thu Mar 30 20:48:02 2006 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.45 2006/03/10 07:35:12 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2006/03/30 20:48:02 jmmv Exp $
 #
 
-DISTNAME=              atk-1.10.3
-PKGREVISION=           1
+DISTNAME=              atk-1.11.3
 CATEGORIES=            devel
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/atk/1.10/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/atk/1.11/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            wiz%NetBSD.org@localhost
diff -r cad3bd050530 -r 661c8d6e62df devel/atk/PLIST
--- a/devel/atk/PLIST   Thu Mar 30 20:47:44 2006 +0000
+++ b/devel/atk/PLIST   Thu Mar 30 20:48:02 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2005/10/02 12:15:54 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.19 2006/03/30 20:48:02 jmmv Exp $
 include/atk-1.0/atk/atk-enum-types.h
 include/atk-1.0/atk/atk.h
 include/atk-1.0/atk/atkaction.h
@@ -27,9 +27,38 @@
 include/atk-1.0/atk/atkvalue.h
 lib/libatk-1.0.la
 lib/pkgconfig/atk.pc
+share/doc/atk/AtkAction.html
+share/doc/atk/AtkComponent.html
+share/doc/atk/AtkDocument.html
+share/doc/atk/AtkEditableText.html
+share/doc/atk/AtkGObjectAccessible.html
+share/doc/atk/AtkHyperlink.html
+share/doc/atk/AtkHypertext.html
+share/doc/atk/AtkImage.html
+share/doc/atk/AtkNoOpObject.html
+share/doc/atk/AtkNoOpObjectFactory.html
+share/doc/atk/AtkObject.html
+share/doc/atk/AtkObjectFactory.html
+share/doc/atk/AtkRegistry.html
+share/doc/atk/AtkRelation.html
+share/doc/atk/AtkRelationSet.html
+share/doc/atk/AtkSelection.html
+share/doc/atk/AtkStreamableContent.html
+share/doc/atk/AtkTable.html
+share/doc/atk/AtkText.html
+share/doc/atk/AtkUtil.html
+share/doc/atk/AtkValue.html
+share/doc/atk/atk-AtkState.html
+share/doc/atk/atk-AtkStateSet.html
+share/doc/atk/atk.devhelp
+share/doc/atk/atk.devhelp2
+share/doc/atk/atk.html
 share/doc/atk/home.png
+share/doc/atk/index.html
+share/doc/atk/index.sgml
 share/doc/atk/left.png
 share/doc/atk/right.png
+share/doc/atk/style.css
 share/doc/atk/up.png
 ${PKGLOCALEDIR}/locale/af/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/atk10.mo
@@ -99,6 +128,7 @@
 ${PKGLOCALEDIR}/locale/th/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/tk/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/atk10.mo
+${PKGLOCALEDIR}/locale/tt/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/ug/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/atk10.mo
@@ -106,6 +136,7 @@
 ${PKGLOCALEDIR}/locale/xh/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/yi/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/atk10.mo
+${PKGLOCALEDIR}/locale/zh_HK/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/atk10.mo
 @dirrm share/doc/atk
 @dirrm include/atk-1.0/atk
diff -r cad3bd050530 -r 661c8d6e62df devel/atk/distinfo
--- a/devel/atk/distinfo        Thu Mar 30 20:47:44 2006 +0000
+++ b/devel/atk/distinfo        Thu Mar 30 20:48:02 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2005/10/02 12:15:54 jmmv Exp $
+$NetBSD: distinfo,v 1.23 2006/03/30 20:48:02 jmmv Exp $
 
-SHA1 (atk-1.10.3.tar.bz2) = 74d83882dec2e9bd9233d12ae8db97064e7c3fbe
-RMD160 (atk-1.10.3.tar.bz2) = dcab6927ca3063223b6d4575fa7a1337baf9000f
-Size (atk-1.10.3.tar.bz2) = 542712 bytes
+SHA1 (atk-1.11.3.tar.bz2) = b35cd8e86f272aee05b3389c556e6ee510979102
+RMD160 (atk-1.11.3.tar.bz2) = 7476ed7d7413aa9054e86e2e5509aad169596f3e
+Size (atk-1.11.3.tar.bz2) = 605930 bytes



Home | Main Index | Thread Index | Old Index