diff options
author | recht <recht@pkgsrc.org> | 2004-05-31 15:30:29 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-05-31 15:30:29 +0000 |
commit | 5977246ff66102d57cfd10d304923e42a3416a72 (patch) | |
tree | 365b90db74e0cee25a410e45c79ed9134590df1b /devel/gail | |
parent | 18c7d9ba0c81ed6a3ac52ab040088c64c04f2a31 (diff) | |
download | pkgsrc-5977246ff66102d57cfd10d304923e42a3416a72.tar.gz |
update to 1.6.5
Overview of Changes in GAIL 1.6.5
=================================
* Ensure than antecendent menu is unposted when menu item is activated.
(bug #134532)
* Set state ATK_STATE_SENSITIVE for cells in a GtkTreeView. (bug #142776)
* Emit children-changed signal when tab added to or removed from GtkNotebook.
(bug #128970)
* Updated translations: Simplified Chinese [Funda Wang]
Overview of Changes in GAIL 1.6.4
=================================
* Prevent warning message because of referring to non-existent child.
(bug #141494)
* Report labels correctly for GnomeFontPicker (bug #140616)
* Ensure that focus object for widget is not defunct before reporting
focus on it. (bug #141907)
* Set button press as default action for button consisting of a down arrow.
(bug #137401)
Overview of Changes in GAIL 1.6.3
=================================
* Fix warning messages when compiling. (bug #140475 [Stanislav Brabec]
* Rework fix for evolution crasher bug. (bug #140559)
* Do not report focus state change on widget when non-widget child of
widget is reported as having focus. (bug #134003)
Overview of Changes in GAIL 1.6.2
=================================
* Ensure that accessible name is reported for file in Nautilus List View.
(bug #139391)
* Report children of scrolled window correctly when only vertical scrollbar
is visible. (bug #138734)
* Fix crasher bug in evolution when going to a specific date. (bug #140475)
* Add translations: Add M\304\201ori [John Barstow]
Diffstat (limited to 'devel/gail')
-rw-r--r-- | devel/gail/Makefile | 5 | ||||
-rw-r--r-- | devel/gail/PLIST | 3 | ||||
-rw-r--r-- | devel/gail/distinfo | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/gail/Makefile b/devel/gail/Makefile index 7e774d0efdd..c8f9234d91b 100644 --- a/devel/gail/Makefile +++ b/devel/gail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2004/04/21 15:56:08 recht Exp $ +# $NetBSD: Makefile,v 1.22 2004/05/31 15:30:29 recht Exp $ # -DISTNAME= gail-1.6.1 +DISTNAME= gail-1.6.5 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gail/1.6/} EXTRACT_SUFX= .tar.bz2 @@ -18,6 +18,7 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE= gail.pc.in +PKGCONFIG_OVERRIDE+= gail-uninstalled.pc.in CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html diff --git a/devel/gail/PLIST b/devel/gail/PLIST index 0936f9a49f7..eeb83bccd4c 100644 --- a/devel/gail/PLIST +++ b/devel/gail/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/04/21 15:56:08 recht Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/05/31 15:30:29 recht 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 @@ -50,6 +50,7 @@ ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gail.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gail.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/gail.mo ${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/gail.mo +${PKGLOCALEDIR}/locale/mi/LC_MESSAGES/gail.mo ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/gail.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gail.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gail.mo diff --git a/devel/gail/distinfo b/devel/gail/distinfo index 1afe1976f8b..83996474842 100644 --- a/devel/gail/distinfo +++ b/devel/gail/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2004/04/21 15:56:08 recht Exp $ +$NetBSD: distinfo,v 1.8 2004/05/31 15:30:29 recht Exp $ -SHA1 (gail-1.6.1.tar.bz2) = d801e78933c1858c9b8fcaca7c585e653e19120b -Size (gail-1.6.1.tar.bz2) = 507582 bytes +SHA1 (gail-1.6.5.tar.bz2) = 114e18c298176ab777ff34ac36d1d780091e8945 +Size (gail-1.6.5.tar.bz2) = 516262 bytes |