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.9.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/97e9bce63225
branches: trunk
changeset: 518650:97e9bce63225
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Fri Sep 15 15:09:59 2006 +0000
description:
Update to 1.9.2:
2006-08-21 Bill Haneman <bill.haneman%sun.com@localhost>
* configure.in: Revved to 1.9.2.
* gail/gailnotebook.c:
(gail_notebook_child_parent_set): Fix from Carlos Garnacho Parro,
ensure that correct gailnotebookpage object is removed.
Bug #345074.
2006-08-03 Jovan Naumovski <jovan%lugola.net@localhost>
* Added sl.po to po/ and 'sl' to ALL_LINGUAS in configure.in
2006-07-24 Bill Haneman <bill.haneman%sun.com@localhost>
* configure.in: Revved to 1.9.1.
* gail/gailtoplevel.c:
(gail_toplevel_show_event_watcher):
Don't add to parent if object is a tooltip. See bug #150649.
2006-07-18 Runa Bhattacharjee <runabh%gmail.com@localhost>
* configure.in: Added Malayalam (ml) to ALL_LINGUAS.
2006-07-17 Bill Haneman <bill.haneman%sun.com@localhost>
* gail/gail.c:
(gail_focus_watcher):
(gail_focus_notify):
Don't set/emit focus if
received by objects with ROLE_REDUNDANT_OBJECT.
See mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=339554
2006-07-03 Runa Bhattacharjee <runabh%gmail.com@localhost>
* configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.
2006-06-27 Bill Haneman <bill.haneman%sun.com@localhost>
* gail/gailtextview.c:
(gail_streamable_content_get_stream): Unlink the temp file
once we've created the IO channel.
2006-06-23 James Henstridge <james%jamesh.id.au@localhost>
* gail/gailtextview.c (gail_streamable_content_get_stream): fix a
typo to unbreak build.
2006-06-23 Bill Haneman <bill.haneman%sun.com@localhost>
* configure.in: Depend on gtk+ 2.9.4.
* gail/gailtextview.c:
(gail_text_view_get_type):
Added AtkStreamableContent interface to gailtextview.
The methods below rely on the serialization API
for GtkTextBuffer.
(atk_streamable_content_interface_init): New.
(gail_streamable_content_get_n_mime_types): New.
(gail_streamable_content_get_mime_type): New.
(gail_streamable_content_get_stream): New.
(gail_streamable_content_get_uri): New.
2006-06-21 Raivis Dejus <orvils%gmail.com@localhost>
* configure.in: Added "lv" (Latvian) to ALL_LINGUAS.
2006-05-19 Li Yuan <li.yuan%sun.com@localhost>
Fix for #313703
reviewed by: <padraig.obriain%sun.com@localhost>
* gail/gailbutton.c: (gail_button_notify_weak_ref),
(gail_button_notify_label_weak_ref), (gail_button_init_textutil):
If the button is destroyed first, we should disconnect the signal
connected to the label.
2006-04-17 Kjartan Maraas <kmaraas%gnome.org@localhost>
* configure.in: Remove obsolete entry for no_NO
* po/no.po: And the translation.
2006-03-30 Guntupalli Karunakar <karunakar%indlinux.org@localhost>
* configure.in: Added "dz" (Dzongkha) to ALL_LINGUAS.
2006-03-20 Vladimer Sichinava <vlsichinava%gmail.com@localhost>
* configure.in: Added "ka" (Georgian) to ALL_LINGUAS
2006-03-14 Bill Haneman <bill.haneman%sun.com@localhost>
* gail/gailcombobox.c:
(gail_combo_box_get_name): Don't free gail_combo_box->name
unconditionally, only free it when we're about to replace it.
Bug #334438.
* gail/gailcell.c:
Patch from Ross Burton to change most g_return_ usage to
either g_assert or plain logic. Bug #334007.
diffstat:
devel/gail/Makefile | 9 ++++-----
devel/gail/PLIST | 35 ++++++++++++++++++++---------------
devel/gail/distinfo | 8 ++++----
3 files changed, 28 insertions(+), 24 deletions(-)
diffs (132 lines):
diff -r 3f13adb35919 -r 97e9bce63225 devel/gail/Makefile
--- a/devel/gail/Makefile Fri Sep 15 15:09:45 2006 +0000
+++ b/devel/gail/Makefile Fri Sep 15 15:09:59 2006 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.44 2006/06/11 22:48:13 joerg Exp $
+# $NetBSD: Makefile,v 1.45 2006/09/15 15:09:59 jmmv Exp $
#
-DISTNAME= gail-1.8.11
-PKGREVISION= 1
+DISTNAME= gail-1.9.2
CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gail/1.8/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gail/1.9/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv%NetBSD.org@localhost
@@ -19,7 +18,7 @@
PKGCONFIG_OVERRIDE= gail.pc.in
PKGCONFIG_OVERRIDE+= gail-uninstalled.pc.in
-CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
.include "../../devel/atk/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
diff -r 3f13adb35919 -r 97e9bce63225 devel/gail/PLIST
--- a/devel/gail/PLIST Fri Sep 15 15:09:45 2006 +0000
+++ b/devel/gail/PLIST Fri Sep 15 15:09:59 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2006/04/17 07:07:16 jlam Exp $
+@comment $NetBSD: PLIST,v 1.21 2006/09/15 15:09:59 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
@@ -6,30 +6,32 @@
lib/gtk-2.0/modules/libgail.la
lib/libgailutil.la
lib/pkgconfig/gail.pc
-share/doc/gail-libgail-util/gail-libgail-util-GailMisc.html
-share/doc/gail-libgail-util/gail-libgail-util-GailTextUtil.html
-share/doc/gail-libgail-util/gail-libgail-util.devhelp
-share/doc/gail-libgail-util/gail-libgail-util.devhelp2
-share/doc/gail-libgail-util/home.png
-share/doc/gail-libgail-util/index.html
-share/doc/gail-libgail-util/index.sgml
-share/doc/gail-libgail-util/left.png
-share/doc/gail-libgail-util/libgail-util-main.html
-share/doc/gail-libgail-util/right.png
-share/doc/gail-libgail-util/style.css
-share/doc/gail-libgail-util/up.png
+share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html
+share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html
+share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp
+share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2
+share/gtk-doc/html/gail-libgail-util/home.png
+share/gtk-doc/html/gail-libgail-util/index.html
+share/gtk-doc/html/gail-libgail-util/index.sgml
+share/gtk-doc/html/gail-libgail-util/left.png
+share/gtk-doc/html/gail-libgail-util/libgail-util-main.html
+share/gtk-doc/html/gail-libgail-util/right.png
+share/gtk-doc/html/gail-libgail-util/style.css
+share/gtk-doc/html/gail-libgail-util/up.png
share/locale/ar/LC_MESSAGES/gail.mo
share/locale/as/LC_MESSAGES/gail.mo
share/locale/az/LC_MESSAGES/gail.mo
share/locale/be/LC_MESSAGES/gail.mo
share/locale/bg/LC_MESSAGES/gail.mo
share/locale/bn/LC_MESSAGES/gail.mo
+share/locale/bn_IN/LC_MESSAGES/gail.mo
share/locale/bs/LC_MESSAGES/gail.mo
share/locale/ca/LC_MESSAGES/gail.mo
share/locale/cs/LC_MESSAGES/gail.mo
share/locale/cy/LC_MESSAGES/gail.mo
share/locale/da/LC_MESSAGES/gail.mo
share/locale/de/LC_MESSAGES/gail.mo
+share/locale/dz/LC_MESSAGES/gail.mo
share/locale/el/LC_MESSAGES/gail.mo
share/locale/en_CA/LC_MESSAGES/gail.mo
share/locale/en_GB/LC_MESSAGES/gail.mo
@@ -50,18 +52,20 @@
share/locale/is/LC_MESSAGES/gail.mo
share/locale/it/LC_MESSAGES/gail.mo
share/locale/ja/LC_MESSAGES/gail.mo
+share/locale/ka/LC_MESSAGES/gail.mo
share/locale/ko/LC_MESSAGES/gail.mo
share/locale/ku/LC_MESSAGES/gail.mo
share/locale/lt/LC_MESSAGES/gail.mo
+share/locale/lv/LC_MESSAGES/gail.mo
share/locale/mi/LC_MESSAGES/gail.mo
share/locale/mk/LC_MESSAGES/gail.mo
+share/locale/ml/LC_MESSAGES/gail.mo
share/locale/mn/LC_MESSAGES/gail.mo
share/locale/ms/LC_MESSAGES/gail.mo
share/locale/nb/LC_MESSAGES/gail.mo
share/locale/ne/LC_MESSAGES/gail.mo
share/locale/nl/LC_MESSAGES/gail.mo
share/locale/nn/LC_MESSAGES/gail.mo
-share/locale/no/LC_MESSAGES/gail.mo
share/locale/or/LC_MESSAGES/gail.mo
share/locale/pa/LC_MESSAGES/gail.mo
share/locale/pl/LC_MESSAGES/gail.mo
@@ -71,6 +75,7 @@
share/locale/ru/LC_MESSAGES/gail.mo
share/locale/rw/LC_MESSAGES/gail.mo
share/locale/sk/LC_MESSAGES/gail.mo
+share/locale/sl/LC_MESSAGES/gail.mo
share/locale/sq/LC_MESSAGES/gail.mo
share/locale/sr/LC_MESSAGES/gail.mo
share/locale/sr@Latn/LC_MESSAGES/gail.mo
@@ -85,7 +90,7 @@
share/locale/zh_CN/LC_MESSAGES/gail.mo
share/locale/zh_HK/LC_MESSAGES/gail.mo
share/locale/zh_TW/LC_MESSAGES/gail.mo
-@dirrm share/doc/gail-libgail-util
+@dirrm share/gtk-doc/html/gail-libgail-util
@comment in gtk2: @dirrm lib/gtk-2.0/modules
@dirrm include/gail-1.0/libgail-util
@dirrm include/gail-1.0
diff -r 3f13adb35919 -r 97e9bce63225 devel/gail/distinfo
--- a/devel/gail/distinfo Fri Sep 15 15:09:45 2006 +0000
+++ b/devel/gail/distinfo Fri Sep 15 15:09:59 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2006/03/30 21:11:09 jmmv Exp $
+$NetBSD: distinfo,v 1.21 2006/09/15 15:09:59 jmmv Exp $
-SHA1 (gail-1.8.11.tar.bz2) = 0b58a0dddcf7f9f502570c83d7924032d5eba5e8
-RMD160 (gail-1.8.11.tar.bz2) = 2cc9c780cb4328c9d4964a0cf0a188efa63b02ae
-Size (gail-1.8.11.tar.bz2) = 584492 bytes
+SHA1 (gail-1.9.2.tar.bz2) = 6f4a1a17556ab01fe16495a6453287aa364730fa
+RMD160 (gail-1.9.2.tar.bz2) = 518f33464530a5f7d0e6800391471c909cece021
+Size (gail-1.9.2.tar.bz2) = 621027 bytes
Home |
Main Index |
Thread Index |
Old Index