summaryrefslogtreecommitdiff
path: root/devel/atk
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-03-30 20:48:02 +0000
committerjmmv <jmmv@pkgsrc.org>2006-03-30 20:48:02 +0000
commit280a9fe111cf1c2c004a7fc0c0273cc7bd5bb35e (patch)
treeeadf96fa9600236838e0133147335cc5512fba4a /devel/atk
parent0c22caa64a3f7daf8afd376dadfed0646518b335 (diff)
downloadpkgsrc-280a9fe111cf1c2c004a7fc0c0273cc7bd5bb35e.tar.gz
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 (limited to 'devel/atk')
-rw-r--r--devel/atk/Makefile7
-rw-r--r--devel/atk/PLIST33
-rw-r--r--devel/atk/distinfo8
3 files changed, 39 insertions, 9 deletions
diff --git a/devel/atk/Makefile b/devel/atk/Makefile
index 2694d913d00..7bf2e019c89 100644
--- a/devel/atk/Makefile
+++ b/devel/atk/Makefile
@@ -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
diff --git a/devel/atk/PLIST b/devel/atk/PLIST
index 740199404e5..3fdf8d183c4 100644
--- a/devel/atk/PLIST
+++ b/devel/atk/PLIST
@@ -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/atkutil.h
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/ta/LC_MESSAGES/atk10.mo
${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/wa/LC_MESSAGES/atk10.mo
${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 --git a/devel/atk/distinfo b/devel/atk/distinfo
index 11ce1643fb5..f0118644b29 100644
--- a/devel/atk/distinfo
+++ b/devel/atk/distinfo
@@ -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