summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-02-14 20:21:57 +0000
committerjmmv <jmmv>2003-02-14 20:21:57 +0000
commit863c26961ce1da44e6da74a50ed4efa6013d45b3 (patch)
treedb7e12c28e631e98ffd487a3fe037a722773f13a /devel
parent9608437b3e7b7827290ea89838d7e0633d20a4ab (diff)
downloadpkgsrc-863c26961ce1da44e6da74a50ed4efa6013d45b3.tar.gz
Update to 1.2.0. Changes since 0.17:
Overview of Changes in GAIL 1.2.0 ================================= * Allow for more than one label within a button (bug #103465) [Padraig O'Briain] * Report correct offsets for text when images embedded in text (bug #103035) [Padraig] * Allow for label for bhutton not existing when GailButton is created (bug #101350) [Padraig] Overview of Changes in GAIL 1.1.7 ================================= * Add --with-html-dir option to configure.in to allow location of documentation to be changed (bug #102599) [Padraig O'Briain] Overview of Changes in GAIL 1.1.6 ================================= * Do not emit warning messages after double click on a treeview row when accessibility is enabled (bug #101349) [Padraig O'Briain] * Fix crash in mixer applet when accessibility is enabled (bug #101137) [Padraig] Overview of Changes in GAIL 1.1.5 ================================= * Do not emit active-descendant-changed signal if active descendant is unchanged (bug #100829) [Padraig O'Briain] * Add AtkText interface to GailButton [Padraig] * Correct return value for atk_text_get_caret_offset() for GailLabel (bug #101020) [Padraig] Overview of Changes in GAIL 1.1.4 ================================= * Emit destroy notification while window still exists (bug #95794) [Padraig O'Briain] * Have GailTreeView report state MANAGES_DESCENDANTS [Padraig] * Have Gailtreeview emit active-descendant-changed signal when focus cell changes [Padraig] * Report correct cell area for cell in multi-renderer column (bug #84133) [Padraig] Overview of Changes in GAIL 1.1.3 ================================= * Set role for tooltip window to ATK_ROLE_TOOL_TIP and return contents of tooltip for name (bug #95824) [Padraig O'Briain] * Use queue to store pending button actions (bug #98275) [Bill Haneman] * Set role for toplevel to ATK_ROLE_APPLICATION [Bill} * Minor bug fixes [Padraig, Bill] Overview of Changes in GAIL 1.1.2 ================================= * Provide implementation of atk_selection_add_selection() for GtkTreeView which has only one visible column [Padraig O'Briain] * Correct implementation of atk_text_set_caret_offset() for GtkTextView. (bug #95056) [Padraig] * Include modifier in keybinding name for GtkButton action (bug #95151) [Padraig] * Minor bug fixes [Padraig] Overview of Changes in GAIL 1.1.1 ================================= * Fix warning messages emitted trying to set GtkTextBuffer to NULL. (bug #91717) [Padraig O'Briain] * Do not emit signals for GtkEntry on Delete or BackSpace if no text is deleted. Ensure that signal is emitted if text is deselected. (bug #90356) [Padraig] * Implement atk_component_grab_focus() for cells in a TreeView. (bug #91718) [Padraig] * Update children of toplevel before emitting children-changed signal. (bug #91957) [Padraig] * Call gtk_window_present() on toplevel in implementations of atk_component_grab_focus() (bug #91964) [Padraig] * Ensure that implementations of atk_action_do_action() return before action is done. (bug #90756) [Padraig] * Update docs so that all symbols are documented. [Padraig] * Add implementation for atk_component_get_mdi_zorder() for GailWindow. (bug #84097) [Mark Mc Loughlin]. * Use +NET_WM_DESKTOP value of Window when getting its zorder [Padraig] * Minor bug fixes [Padraig] Overview of Changes in GAIL 1.1.0 ================================= * Decouple version number of package from number of current interface exported by libgailutil (bug #89327) [Padraig O'Briain] * Do not do action for insensitive button (bug #89505) [Padraig] * If a menu item being selected has a submenu wait until the submenu is shown before reporting focus on the menu item (bug #89611) [Padraig] * Do not output actual text for GtkEntry for which visible property is false. (bug #89323) [Padraig] * Update autogen.sh so that users with both automake 1.6 and 1.4 installed get the right automake [Havoc Pennington] * Minor bug fixes [Padraig]
Diffstat (limited to 'devel')
-rw-r--r--devel/gail/Makefile9
-rw-r--r--devel/gail/buildlink2.mk4
-rw-r--r--devel/gail/distinfo6
3 files changed, 10 insertions, 9 deletions
diff --git a/devel/gail/Makefile b/devel/gail/Makefile
index 46a2662f854..f0da9e966dd 100644
--- a/devel/gail/Makefile
+++ b/devel/gail/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2003/01/06 13:54:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2003/02/14 20:21:57 jmmv Exp $
#
-DISTNAME= gail-1.1.7
+DISTNAME= gail-1.2.0
CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gail/1.1/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gail/1.2/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@netbsd.org
@@ -14,9 +14,10 @@ GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_GMAKE= yes
USE_X11= yes
-
USE_LIBTOOL= yes
+
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= ${WRKSRC}/gail.pc.in
CONFIGURE_ARGS+= --enable-gtk-doc=no
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
diff --git a/devel/gail/buildlink2.mk b/devel/gail/buildlink2.mk
index bbca5a1e14d..32ccc2b66d1 100644
--- a/devel/gail/buildlink2.mk
+++ b/devel/gail/buildlink2.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.2 2002/12/24 06:09:52 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.3 2003/02/14 20:21:57 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>=0.17nb1
+BUILDLINK_DEPENDS.gail?= gail>=1.2.0
BUILDLINK_PKGSRCDIR.gail?= ../../devel/gail
EVAL_PREFIX+= BUILDLINK_PREFIX.gail=gail
diff --git a/devel/gail/distinfo b/devel/gail/distinfo
index a15358cab93..108b1fbfcc7 100644
--- a/devel/gail/distinfo
+++ b/devel/gail/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2003/01/06 13:54:12 jmmv Exp $
+$NetBSD: distinfo,v 1.4 2003/02/14 20:21:57 jmmv Exp $
-SHA1 (gail-1.1.7.tar.bz2) = e216372541d30c8cfdbce51bcfa8b7610b6174c1
-Size (gail-1.1.7.tar.bz2) = 314230 bytes
+SHA1 (gail-1.2.0.tar.bz2) = 0b2ee703c940fc08977251cf1d4759d956c25a19
+Size (gail-1.2.0.tar.bz2) = 316112 bytes
SHA1 (patch-aa) = 5f4bf0a96ffd28ad38667c720c0a19abf1e2b6a0
SHA1 (patch-ab) = f0d567a2267be322ad9b020705b302f7a4bc46a0