summaryrefslogtreecommitdiff
path: root/devel/gail/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-14 19:52:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-14 19:52:00 +0000
commitfe959336eafbb93f8be6c35fa4a21288af24dd04 (patch)
treec4222fe632981ef5851e8e20ec86d67302345100 /devel/gail/Makefile
parent5975d3857791fcea8e3b4b0a71db7e7c1d5abd55 (diff)
downloadpkgsrc-fe959336eafbb93f8be6c35fa4a21288af24dd04.tar.gz
Update to 1.4.1, based on work done by xtraeme@.
Overview of Changes in GAIL 1.4.1 ================================= * Set role for accessible object for GtkMessageDialog to ATK_ROLE_ALERT (bug #122551) * Apply build fixes for Darwin (bug #1243343) [Jerry Talkington] * Correct text length reported in text-changed signals emitted when label changes (bug #123696) * Avoid emitting focus notification for out-of-process GtkSocket (bug #120991) * Fix documentation build (bug #123876) [Malcolm Tredennick] * Report children of menu item correctly when menu item has a submenu whose menu items are created only when menu is shown (bug #120303) * Report label change only if toplevel window is showing. (bug #123470) Overview of Changes in GAIL 1.4.0 ================================= None Overview of Changes in GAIL 1.3.6 ================================= * Do notification of window title change in an idle handler. (bug #119259) Overview of Changes in GAIL 1.3.5 ================================= * Add notification that tooltip is showing if tooltip window is mapped when its accessible is created (bug #118743) * Report expected events when GtkCombo's selection is changed using the keyboard. (bug #117063) * Avoid warning when child changed in row expanded callback (bug #117630) * Do not emit focus event if active-descendant-changed signal is emitted. (bug #115599) Overview of Changes in GAIL 1.3.4 ================================= * Set insert mark at end instead of start of selected text when selecting text in a GtkTextBuffer (bug #116271) * Fix crasher bug when TreeView has empty column (bug #116043) * Return correct offset in atk_text_get_offset_at_point (bug #114780) * Correct LABELLED_BY relation for gtk-demo (bug #114452) * Set SHWOING and VISIBLE correctly when tab is not shown (bug #114397) Overview of Changes in GAIL 1.3.3 ================================= * Find label for LABELLED_BY relation when label is a sibling of widget's parent (bug #113069) * Use object data "gtk-attached-menu" to find menu attached to button to report menu as button's child. (bug #113117) * Check that widget is actually on screen before adding state VISIBLE. (bug #109860) * Report only one child for option menu. (bug #111983) Overview of Changes in GAIL 1.3.2 ================================= * Add state FOCUSABLE to child of TreeView. Set state FOCUSED on focus cell. (bug #112075) [Padraig O'Briain] * Create LABELLED_BY relation for widgets which are mnemonic widgets. (bug #72249) [Padraig] * Return correct name for GtkOptionMenu. (bug #112572) [Padraig] * Avoid redumdant acitvate events when dialog window is reopened. (bug #112896) [Padraig] * Fix crasher bug when gucharmap is started with accessibility enabled. (bug #112964) [Padraig] Overview of Changes in GAIL 1.3.1 ================================= * Allow GailOptionMenu to report its text (bug #111857) [Padraig O'Briain] * Generate documentation using output-format of xml (bug #111794) [Padraig] * Allow for menu being attached to button. This supports accessibility implementation of Gnome Menu in gnome-panel (bug #111573) [Padraig] * Emit notification when context menu is popped down for Gnome Menu. (bug #111738) [Padraig] * Fix crasher when run without gnome-conformant WM (bug #111532) [Nalin Dahyabhai] * Add cgheck that widget is on screen before reporting it as visible. [Padraig] * Set string contens of event correctly when Control modifier is set. (bug #108666) [Padraig] * Set role of GtkPlug to ATK_ROLE_PANEL (bug #108332) [Padraig] Overview of Changes in GAIL 1.3.0 ================================= * Use property name accessible-table-caption-caption in gail_tree_view_set_caption [Padraig O'Briain] * Have GailOptionMenu report menu and label as its children. [Padraig] * Report "showing" state correctly for cells in a TreeView with vertical scrollbar. (bug #104623) [Padraig] * Implement AtkText interface for GailItem, page tab of Notebook, GailStatusbar. (bug #104657) [Padraig] * Report GtkCombo popup window as child of GailCombo. [Padraig] * Add GailObject which is used for accessibility support in eel and nautilus. [Padraig] * Correct image size for image in buttons on Gnome CD Player. (bug #106715) [Padraig] * Fix crash when getting second child of GailOptionMenu. (bug #106715) [Padraig]
Diffstat (limited to 'devel/gail/Makefile')
-rw-r--r--devel/gail/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/gail/Makefile b/devel/gail/Makefile
index 798b902dca8..de898ac0933 100644
--- a/devel/gail/Makefile
+++ b/devel/gail/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2003/12/13 00:45:22 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2003/12/14 19:52:00 jmmv Exp $
#
-DISTNAME= gail-1.2.0
-PKGREVISION= 3
+DISTNAME= gail-1.4.1
CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gail/1.2/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gail/1.4/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
@@ -18,7 +17,7 @@ USE_X11= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-PKGCONFIG_OVERRIDE= ${WRKSRC}/gail.pc.in
+PKGCONFIG_OVERRIDE= gail.pc.in
CONFIGURE_ARGS+= --enable-gtk-doc=no
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html