head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.4 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.2 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.6.0.4 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q3:1.6.0.2 pkgsrc-2011Q3-base:1.6 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.4.0.2 netbsd-1-6-1-base:1.4 buildlink2-base:1.1 buildlink2:1.1.0.4 netbsd-1-6:1.1.0.6 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.2 pkgviews-base:1.1; locks; strict; comment @# @; 1.7 date 2012.01.31.02.21.56; author obache; state dead; branches; next 1.6; 1.6 date 2011.07.18.12.02.02; author tron; state Exp; branches; next 1.5; 1.5 date 2003.02.15.06.16.30; author salo; state dead; branches; next 1.4; 1.4 date 2003.01.04.19.58.00; author jmmv; state Exp; branches; next 1.3; 1.3 date 2002.10.30.03.09.28; author rh; state dead; branches; next 1.2; 1.2 date 2002.08.25.19.22.22; author jlam; state Exp; branches; next 1.1; 1.1 date 2002.07.18.02.19.26; author rh; state Exp; branches 1.1.4.1; next ; 1.1.4.1 date 2002.07.18.02.19.26; author jlam; state dead; branches; next 1.1.4.2; 1.1.4.2 date 2002.08.22.11.10.21; author jlam; state Exp; branches; next ; desc @@ 1.7 log @Update atk to 2.2.0. Based on PR#45738 by Patrick Welche. Changes in version 2.2.0: ========================= * * Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and * Catalan (Valencian) translations Changes in version 2.1.92: ========================== * * Updated Visual Studio files due AtkWindow addition * Bug 649577: atk_add_global_event_listener should only accept ATK events * Minor documentation updates * Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi, * Asturian, Italian, Polish, British English, Brazilian Portuguese, * Korean, Telugu and Kannada Translation Changes in version 2.1.5: ========================= * * Bug 638924: Add AtkWindow * Fixing out of tree compilation on Win32 * Update README.txt * Fixing release number of the new ATK roles added * Updated Traditional Chinese, Indonesian, Bulgarian, French, * Hungarian and Swedish translations Changes in version 2.1.0: ========================= * * Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1 * Bug 651343: New ATK Roles * Added Leon Fan as maintainer * Improved Visual C++ 2010 infrastructure * Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian, * Norwegian, Galician, and Spanish translations @ text @$NetBSD: patch-ab,v 1.6 2011/07/18 12:02:02 tron Exp $ Fix broken shared library version number. Create with "autoreconf" after applying "patch-aa". Please look here for more details: https://bugzilla.gnome.org/show_bug.cgi?id=654767 --- configure.orig 2011-06-13 17:34:43.000000000 +0100 +++ configure 2011-07-18 12:44:14.000000000 +0100 @@@@ -2961,7 +2961,7 @@@@ ATK_VERSION=2.0.1 ATK_API_VERSION=1.0 ATK_INTERFACE_AGE=1 -ATK_BINARY_AGE=11 +ATK_BINARY_AGE=20011 @@@@ -2971,7 +2971,7 @@@@ -LT_VERSION_INFO=10:1:10 +LT_VERSION_INFO=20010:1:20010 LT_CURRENT_MINUS_AGE=0 @ 1.6 log @Use patch provided by the ATK maintainers to fix GNOME bug 654767. Tested under NetBSD/amd64 5.1_STABLE and Mac OS 10.6.8. Bump package revision because the shared library version was increased. @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Updated to version 1.2.2. Patch from Juan RP via PR pkg/20249. Changes: 1.2.2: ====== - Add translations: Simplified Chinese (zh_CN) [He Qiangqiang], Albanian [Laurent Dhima], Finnisg [Pauli Virtanen], Italian [Alession Frusciante], Amharic [Daniel Yacob] - Allow changing of default installation directory for documentation. (bug 102497) [Padraig O'Briain]. 1.2.1: ====== - Add translations: Catalan [Jordi Mallach], French [Christophe Marlet], Latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla], Greek [Kostas Papadimas] @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.4 2003/01/04 19:58:00 jmmv Exp $ d3 19 a21 3 --- docs/Makefile.in.orig Sat Jan 4 15:54:20 2003 +++ docs/Makefile.in @@@@ -129,7 +129,7 @@@@ DOC_SOURCE_DIR = ../atk d23 3 a25 1 INSTALLDIR = $(prefix)/share/gtk-doc a26 2 -HTML_DIR = ${datadir}/gtk-doc/html +HTML_DIR = ${datadir}/doc/html a27 2 # Header files to ignore when scanning IGNORE_HFILES = atkmarshal.h atkintl.h @ 1.4 log @Install documentation under share/doc/html, not share/gtk-doc/html. Also avoid possible detection of gtk-doc (not needed). Bump PKGREVISION to 1. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2002/08/25 19:22:22 jlam Exp $ d3 11 a13 9 --- atk.pc.in.orig Wed Mar 6 03:27:29 2002 +++ atk.pc.in @@@@ -7,5 +7,5 @@@@ Name: Atk Description: Accessibility Toolkit Version: @@VERSION@@ Requires: @@GLIB_PACKAGES@@ -Libs: -L${libdir} -latk-@@ATK_API_VERSION@@ +Libs: -L${libdir} -Wl,-R${libdir} -latk-@@ATK_API_VERSION@@ Cflags: -I${includedir}/atk-1.0 @ 1.2 log @Merge changes in packages from the buildlink2 branch that have buildlink2.mk files back into the main trunk. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.4.1 2002/08/22 11:10:21 jlam Exp $ @ 1.1 log @Patch the various pkgconfig files to include proper -Wl,-R options. Bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @ 1.1.4.1 log @file patch-ab was added on branch buildlink2 on 2002-08-22 11:10:21 +0000 @ text @d1 11 @ 1.1.4.2 log @Merge changes from pkgsrc-current into the buildlink2 branch for the packages that have buildlink2.mk files. @ text @a0 11 $NetBSD: patch-ab,v 1.1.4.1 2002/08/22 11:10:21 jlam Exp $ --- atk.pc.in.orig Wed Mar 6 03:27:29 2002 +++ atk.pc.in @@@@ -7,5 +7,5 @@@@ Name: Atk Description: Accessibility Toolkit Version: @@VERSION@@ Requires: @@GLIB_PACKAGES@@ -Libs: -L${libdir} -latk-@@ATK_API_VERSION@@ +Libs: -L${libdir} -Wl,-R${libdir} -latk-@@ATK_API_VERSION@@ Cflags: -I${includedir}/atk-1.0 @