pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gail Update to 1.4.1, based on work done by xtra...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cdfb8c95e9b5
branches: trunk
changeset: 464731:cdfb8c95e9b5
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Dec 14 19:52:00 2003 +0000
description:
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:
devel/gail/Makefile | 9 ++++-----
devel/gail/PLIST | 8 ++++----
devel/gail/buildlink2.mk | 5 ++---
devel/gail/distinfo | 6 +++---
4 files changed, 13 insertions(+), 15 deletions(-)
diffs (87 lines):
diff -r bd393a0db272 -r cdfb8c95e9b5 devel/gail/Makefile
--- a/devel/gail/Makefile Sun Dec 14 19:51:29 2003 +0000
+++ b/devel/gail/Makefile Sun Dec 14 19:52:00 2003 +0000
@@ -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@localhost
@@ -18,7 +17,7 @@
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
diff -r bd393a0db272 -r cdfb8c95e9b5 devel/gail/PLIST
--- a/devel/gail/PLIST Sun Dec 14 19:51:29 2003 +0000
+++ b/devel/gail/PLIST Sun Dec 14 19:52:00 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2003/01/06 13:54:12 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.5 2003/12/14 19:52:00 jmmv Exp $
include/gail-1.0/libgail-util/gail-util.h
include/gail-1.0/libgail-util/gailmisc.h
include/gail-1.0/libgail-util/gailtextutil.h
@@ -11,9 +11,9 @@
lib/libgailutil.so.17
lib/libgailutil.so.17.0
lib/pkgconfig/gail.pc
-share/doc/html/gail-libgail-util/book1.html
-share/doc/html/gail-libgail-util/gail-libgail-util-gailmisc.html
-share/doc/html/gail-libgail-util/gail-libgail-util-gailtextutil.html
+share/doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html
+share/doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html
+share/doc/html/gail-libgail-util/index.html
share/doc/html/gail-libgail-util/index.sgml
share/doc/html/gail-libgail-util/libgail-util-main.html
@dirrm share/doc/html/gail-libgail-util
diff -r bd393a0db272 -r cdfb8c95e9b5 devel/gail/buildlink2.mk
--- a/devel/gail/buildlink2.mk Sun Dec 14 19:51:29 2003 +0000
+++ b/devel/gail/buildlink2.mk Sun Dec 14 19:52:00 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.6 2003/12/13 00:45:22 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.7 2003/12/14 19:52:00 jmmv Exp $
#
# This Makefile fragment is included by packages that use gail.
#
@@ -9,7 +9,7 @@
GAIL_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= gail
-BUILDLINK_DEPENDS.gail?= gail>=1.2.0nb3
+BUILDLINK_DEPENDS.gail?= gail>=1.4.1
BUILDLINK_PKGSRCDIR.gail?= ../../devel/gail
EVAL_PREFIX+= BUILDLINK_PREFIX.gail=gail
@@ -17,7 +17,6 @@
BUILDLINK_FILES.gail+= include/gail-1.0/libgail-util/*
BUILDLINK_FILES.gail+= lib/gtk-2.0/modules/libgail.*
BUILDLINK_FILES.gail+= lib/libgailutil.*
-BUILDLINK_FILES.gail+= lib/pkgconfig/gail.pc
.include "../../devel/atk/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
diff -r bd393a0db272 -r cdfb8c95e9b5 devel/gail/distinfo
--- a/devel/gail/distinfo Sun Dec 14 19:51:29 2003 +0000
+++ b/devel/gail/distinfo Sun Dec 14 19:52:00 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2003/02/14 20:21:57 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2003/12/14 19:52:00 jmmv Exp $
-SHA1 (gail-1.2.0.tar.bz2) = 0b2ee703c940fc08977251cf1d4759d956c25a19
-Size (gail-1.2.0.tar.bz2) = 316112 bytes
+SHA1 (gail-1.4.1.tar.bz2) = fc073d3b22b0f58925fa48c4f1c239ffc88664fb
+Size (gail-1.4.1.tar.bz2) = 397503 bytes
SHA1 (patch-aa) = 5f4bf0a96ffd28ad38667c720c0a19abf1e2b6a0
SHA1 (patch-ab) = f0d567a2267be322ad9b020705b302f7a4bc46a0
Home |
Main Index |
Thread Index |
Old Index