summaryrefslogtreecommitdiff
path: root/devel/atk
AgeCommit message (Collapse)AuthorFilesLines
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv2-6/+6
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-02-15Updated to version 1.2.2.salo5-36/+31
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]
2003-01-04Install documentation under share/doc/html, not share/gtk-doc/html.jmmv4-32/+47
Also avoid possible detection of gtk-doc (not needed). Bump PKGREVISION to 1.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-2/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-24Update to 1.2.0.wiz4-34/+51
Changes: * Add new role ATK_ROLE_APPLICATION [Bill Haneman] * Correct implementation of i18n support [Padraig O'Briain] * Add signal "active-descendant-changed" to AtkObject [Padraig] * Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY [Bill Haneman] * Add atk_hyperlink_is_inline() [Bill] * Add new functions atk_object_add_relationship, atk_object_remove_relationship, atk_role_get_localized_name, atk_action_get_localized_name; add new roles, states and relationships; add text-attributes-changed signal for AtkText interface. [Padraig O'Briain] * Add po directory and update atk_role_get_localized_name() to allow it to return localized name [Padraig] * Add implementtaion of atk_object_factory_get_accessible_type() for AtkNoOpObjectFactory [Padraig] * Add ATK_LAYER_WINDOW {Mark Mc Loughlin] and some translation updates and bug fixes.
2002-12-19update MASTER_SITES and use .bz2 distfile.grant2-5/+5
2002-12-09Replace "true" by "${TRUE}".tron1-3/+3
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh3-14/+3
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-07Unused.wiz1-37/+0
2002-09-11buildlink1 -> buildlink2jlam1-6/+9
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-6/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam3-2/+24
buildlink2.mk files back into the main trunk.
2002-08-23update to atk-1.0.3. This is a bug fix release. Notable fixes are:dmcmahill3-7/+8
* Documentation improvements [Padraig O'Briain] * 64-bit bug fixes [George Lebl]
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh3-2/+15
Bump PKGREVISION
2002-06-30Update to 1.0.2 using patches provided by Julio Merinojschauma4-9/+9
(jmmv at hispabsd dot org) in pkg/17417, closing that PR. Muchas gracias, Julio.
2002-03-30update to atk-1.0.1dmcmahill3-7/+7
Changes in version 1.0.1 ======================== * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman] * Fix Win32 DLL name [Tor Lillqvist]
2002-03-26Add missing dependency on libiconv.rh3-2/+16
Set runtime link path _before_ linking with the various libraries.
2002-03-25remove unneeded patches. pkg-info adds -Wl,-R${path} automatically, nodmcmahill2-13/+1
need to add it explicitly.
2002-03-24import atk-1.0.0dmcmahill6-0/+150
The ATK library provides a set of interfaces for accessibility. By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, magnifiers, and alternative input devices. Atk provides a core set of interfaces which are common to all widgets and "additional" interfaces that are appropriate to certain classes of widgets and whose existence can be queried at run time. It also provides interfaces which an application can use to provide additional accessibility information to assistive technology tools.