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.4.1, based on PR 23687 by Min Si...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0257d57a1b27
branches:  trunk
changeset: 464576:0257d57a1b27
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 13 00:44:50 2003 +0000

description:
Update to 1.4.1, based on PR 23687 by Min Sik Kim.
Also closes PR 23570.

Contains a library major bump.

Changes in version 1.4.1
========================
* Add translations: Lithuanian [Gedminas Paulauskas],
Norwegian [(nynorsk [\303\205smund Skj\303\246veland]

* Update translations: German [Christian Neumair],
Romanian [Mi\305\237u Moldovan]

* Add description of signals to the documentation [Padraig O'Briain]

* Fix bug which caused building of rpms to fail [Scott Kennedy]

Changes in version 1.4.0
========================
* Add translations: Nepali [Pawan Chitrakar]

* Update translations: Spanish [Francisco Javier F.Serrador],
Welsh [Dafydd Harries]

Changes in version 1.3.6
========================
* Add translations: Hindi [Guntupalli Katunakar]

* Update translations: Azerbaijani [Metin Amiroff],
Italian [Alessio Frusciante]

Changes in version 1.3.5
========================
* Remove po/Makefile.in.in (bug #119053)

* Return correct value for atk_state-set_is_empty (bug #116621)

* Ensure that row and column values in atk_table_ref_at are non-negative.

* Add translations: Tamil [Dinesh N]

* Update translations: Serbian [Prevod.org], Esparanto [Charles Voelger],
Hungarian [Andras Timar].


Changes in version 1.3.4
========================
* Add translations: Irish [Paul Duffy], Limburgish [Mathieu Van Woerkom]

* Add new relation type ATK_RELATION_POPUP

* Some win32 fixes [Tor Lillqvist]

Changes in version 1.3.3
========================
* Add translations: Welsh [Dafydd Harries], Arabic [Arafat Medini]

* Update translations: Traditional Chinese [Abel Cheung]

* Add new role ATK_ROLE_AUTOCOMPLETE and state ATK_STATE_INDETERMINATE.

Changes in version 1.3.2
========================
* Add translations: Serbian [Danilo \305\240egan], Portuguese [Duarte Loreto],
Icelandic [Sam\303\272el J\303\263n Gunnarsson]

* Update translations: Traditional Chinese [Abel Cheung], Polish [Artur Flinta]


Changes in version 1.3.1
========================
* Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac]

* Added translations: Yiddish [Raphael Finkel], Japanese [Takeshi AIHANA].


Changes in version 1.3.0
========================
* Use automake-1.7, libtoolize, gtkdocize and glib-gettextize.
[James Henstridge]

* Windows fixes [Tor Lillqvist]

* Add translations: Esparanto [Charles Voelger],
Belarussian [Dmitry G.Mastrukov], Malayalam [Guntupalli Karunkar],
Persian [Roozbeh Pourander], Azerbaijani [Metin Amiroff],
Bengali [Sayamindu Dasgupta], Kannada [Pramod], Macedonian {Abel Cheung],
Turkish [Gorkem], Indonesian [Mohammad Damt],
Traditional Chinese [Abel Cheung], Slovak [Stanislav Visnovsky],
Brazilian Portuguese [Alexander Folle de Menezes],
Romanian [Mi\305\237u Moldovan], Mongolian [Sanlig Badral]

* Make atk_text_get_character_extents() return positive value, even for rtl
text. (bug #102954) [Padraig O'Briain]

* Add new functions atk_text_get_range_extents and atk_text_get_bounded_ranges.
(bug #100943) [Padraig]

* Add properties "relation-type" and "target" to AtkRelation. (bug #72426)
[Padraig]

* Add property "accessible-table-caption-object" to AtkObject. (bug #74814)
[Padraig]

* Add property "selected-link" to AtkHyperlink and new function
atk_kyperlink_is_selected_link(); add signal "link-selected" to AtkHyperlink.
(bug #104621) [Padraig]

* Correct creation of object which is not a AtkGObjectAccessible in
atk_gobject_accessible_from_object. [Padraig and Alex Larsson]

* Do not emit notification for initial setting of role using
atk_object_set_role(). (bug #107710) [Padraig]

diffstat:

 devel/atk/Makefile      |  10 +++----
 devel/atk/PLIST         |  61 +++++++++++++++++++++++++++---------------------
 devel/atk/buildlink2.mk |   6 ++--
 devel/atk/distinfo      |   7 ++---
 4 files changed, 44 insertions(+), 40 deletions(-)

diffs (173 lines):

diff -r af3f9591fe78 -r 0257d57a1b27 devel/atk/Makefile
--- a/devel/atk/Makefile        Sat Dec 13 00:34:39 2003 +0000
+++ b/devel/atk/Makefile        Sat Dec 13 00:44:50 2003 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2003/08/27 09:17:25 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2003/12/13 00:44:50 wiz Exp $
 #
 
-DISTNAME=              atk-1.2.4
+DISTNAME=              atk-1.4.1
 CATEGORIES=            devel
-MASTER_SITES=          ftp://ftp.gtk.org/pub/gtk/v2.2/ \
-                       ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.2/ \
-                       ${MASTER_SITE_GNOME:=sources/atk/1.2/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/atk/1.4/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
@@ -26,8 +24,8 @@
 # glib-mkenums overflows a 2048kb stack on atkobject.h
 UNLIMIT_RESOURCES=     stacksize
 
+.include "../../devel/gettext-lib/buildlink2.mk"
 .include "../../devel/glib2/buildlink2.mk"
 .include "../../devel/pkgconfig/buildlink2.mk"
-.include "../../converters/libiconv/buildlink2.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r af3f9591fe78 -r 0257d57a1b27 devel/atk/PLIST
--- a/devel/atk/PLIST   Sat Dec 13 00:34:39 2003 +0000
+++ b/devel/atk/PLIST   Sat Dec 13 00:44:50 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2003/08/27 09:17:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2003/12/13 00:44:50 wiz Exp $
 include/atk-1.0/atk/atk-enum-types.h
 include/atk-1.0/atk/atk.h
 include/atk-1.0/atk/atkaction.h
@@ -28,35 +28,36 @@
 lib/libatk-1.0.a
 lib/libatk-1.0.la
 lib/libatk-1.0.so
-lib/libatk-1.0.so.200
-lib/libatk-1.0.so.200.4
+lib/libatk-1.0.so.400
+lib/libatk-1.0.so.400.1
 lib/pkgconfig/atk.pc
-share/doc/html/atk/atk-atkstate.html
+share/doc/html/atk/AtkAction.html
+share/doc/html/atk/AtkComponent.html
+share/doc/html/atk/AtkDocument.html
+share/doc/html/atk/AtkEditableText.html
+share/doc/html/atk/AtkGObjectAccessible.html
+share/doc/html/atk/AtkHyperlink.html
+share/doc/html/atk/AtkHypertext.html
+share/doc/html/atk/AtkImage.html
+share/doc/html/atk/AtkNoOpObject.html
+share/doc/html/atk/AtkNoOpObjectFactory.html
+share/doc/html/atk/AtkObject.html
+share/doc/html/atk/AtkObjectFactory.html
+share/doc/html/atk/AtkRegistry.html
+share/doc/html/atk/AtkRelation.html
+share/doc/html/atk/AtkRelationSet.html
+share/doc/html/atk/AtkSelection.html
+share/doc/html/atk/AtkStateSet.html
+share/doc/html/atk/AtkStreamableContent.html
+share/doc/html/atk/AtkTable.html
+share/doc/html/atk/AtkText.html
+share/doc/html/atk/AtkUtil.html
+share/doc/html/atk/AtkValue.html
+share/doc/html/atk/atk-AtkState.html
+share/doc/html/atk/atk.devhelp
 share/doc/html/atk/atk.html
-share/doc/html/atk/atkaction.html
-share/doc/html/atk/atkcomponent.html
-share/doc/html/atk/atkdocument.html
-share/doc/html/atk/atkeditabletext.html
-share/doc/html/atk/atkgobjectaccessible.html
-share/doc/html/atk/atkhyperlink.html
-share/doc/html/atk/atkhypertext.html
-share/doc/html/atk/atkimage.html
-share/doc/html/atk/atknoopobject.html
-share/doc/html/atk/atknoopobjectfactory.html
-share/doc/html/atk/atkobject.html
-share/doc/html/atk/atkobjectfactory.html
-share/doc/html/atk/atkregistry.html
-share/doc/html/atk/atkrelation.html
-share/doc/html/atk/atkrelationset.html
-share/doc/html/atk/atkselection.html
-share/doc/html/atk/atkstateset.html
-share/doc/html/atk/atkstreamablecontent.html
-share/doc/html/atk/atktable.html
-share/doc/html/atk/atktext.html
-share/doc/html/atk/atkutil.html
-share/doc/html/atk/atkvalue.html
-share/doc/html/atk/book1.html
 share/doc/html/atk/home.png
+share/doc/html/atk/index.html
 share/doc/html/atk/index.sgml
 share/doc/html/atk/left.png
 share/doc/html/atk/right.png
@@ -68,6 +69,7 @@
 ${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/atk10.mo
+${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/atk10.mo
@@ -77,6 +79,7 @@
 ${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/atk10.mo
+${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/atk10.mo
@@ -86,12 +89,16 @@
 ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/kn/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/atk10.mo
+${PKGLOCALEDIR}/locale/li/LC_MESSAGES/atk10.mo
+${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/atk10.mo
+${PKGLOCALEDIR}/locale/ne/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/atk10.mo
+${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/atk10.mo
 ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/atk10.mo
diff -r af3f9591fe78 -r 0257d57a1b27 devel/atk/buildlink2.mk
--- a/devel/atk/buildlink2.mk   Sat Dec 13 00:34:39 2003 +0000
+++ b/devel/atk/buildlink2.mk   Sat Dec 13 00:44:50 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.8 2003/11/25 12:21:27 salo Exp $
+# $NetBSD: buildlink2.mk,v 1.9 2003/12/13 00:44:50 wiz Exp $
 #
 # This Makefile fragment is included by packages that use atk.
 #
@@ -9,7 +9,7 @@
 ATK_BUILDLINK2_MK=     # defined
 
 BUILDLINK_PACKAGES+=           atk
-BUILDLINK_DEPENDS.atk?=                atk>=1.2.2nb2
+BUILDLINK_DEPENDS.atk?=                atk>=1.4.1
 BUILDLINK_PKGSRCDIR.atk?=      ../../devel/atk
 
 EVAL_PREFIX+=          BUILDLINK_PREFIX.atk=atk
@@ -18,8 +18,8 @@
 BUILDLINK_FILES.atk+=  include/atk-1.0/*
 BUILDLINK_FILES.atk+=  lib/libatk-1.0.*
 
+.include "../../devel/gettext-lib/buildlink2.mk"
 .include "../../devel/glib2/buildlink2.mk"
-.include "../../converters/libiconv/buildlink2.mk"
 
 BUILDLINK_TARGETS+=    atk-buildlink
 
diff -r af3f9591fe78 -r 0257d57a1b27 devel/atk/distinfo
--- a/devel/atk/distinfo        Sat Dec 13 00:34:39 2003 +0000
+++ b/devel/atk/distinfo        Sat Dec 13 00:44:50 2003 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.13 2003/08/27 09:17:25 wiz Exp $
+$NetBSD: distinfo,v 1.14 2003/12/13 00:44:50 wiz Exp $
 
-SHA1 (atk-1.2.4.tar.bz2) = 5384bc2642aed1cc6c728e07f5454b480e8dc7e4
-Size (atk-1.2.4.tar.bz2) = 331413 bytes
-SHA1 (patch-aa) = 58d79386a8113c4f57209124dfd00b3bc78da86f
+SHA1 (atk-1.4.1.tar.bz2) = fd9b876fc84de635c29ab4f4c79854a2e028e422
+Size (atk-1.4.1.tar.bz2) = 444235 bytes



Home | Main Index | Thread Index | Old Index