summaryrefslogtreecommitdiff
path: root/devel/atk
diff options
context:
space:
mode:
authorwiz <wiz>2003-12-13 00:44:50 +0000
committerwiz <wiz>2003-12-13 00:44:50 +0000
commit5ce685e1e633b5baaf4c32ae32f67b6f7801a383 (patch)
tree4b36953ea934f72f82aa43293b2cdff26947b449 /devel/atk
parentdd05a15c2af4202d131c1ec38d1450fd076892b5 (diff)
downloadpkgsrc-5ce685e1e633b5baaf4c32ae32f67b6f7801a383.tar.gz
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 (limited to 'devel/atk')
-rw-r--r--devel/atk/Makefile10
-rw-r--r--devel/atk/PLIST61
-rw-r--r--devel/atk/buildlink2.mk6
-rw-r--r--devel/atk/distinfo7
4 files changed, 44 insertions, 40 deletions
diff --git a/devel/atk/Makefile b/devel/atk/Makefile
index 42825e267a3..ce965e441b7 100644
--- a/devel/atk/Makefile
+++ b/devel/atk/Makefile
@@ -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
@@ -26,8 +24,8 @@ CONFIGURE_ARGS+= --with-html-dir="${LOCALBASE}/share/doc/html"
# 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 --git a/devel/atk/PLIST b/devel/atk/PLIST
index ca0c21135ec..90ec834134b 100644
--- a/devel/atk/PLIST
+++ b/devel/atk/PLIST
@@ -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 @@ include/atk-1.0/atk/atkvalue.h
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/bg/LC_MESSAGES/atk10.mo
${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/es/LC_MESSAGES/atk10.mo
${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/it/LC_MESSAGES/atk10.mo
${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 --git a/devel/atk/buildlink2.mk b/devel/atk/buildlink2.mk
index cd13ff5a15c..336caa62e37 100644
--- a/devel/atk/buildlink2.mk
+++ b/devel/atk/buildlink2.mk
@@ -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+= 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 --git a/devel/atk/distinfo b/devel/atk/distinfo
index b60c7bb62a1..1d5a152695a 100644
--- a/devel/atk/distinfo
+++ b/devel/atk/distinfo
@@ -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