From d4ea8d53b33cf2ed734deca3efdaa1a4ec2efc6d Mon Sep 17 00:00:00 2001 From: jmmv Date: Fri, 15 Sep 2006 15:21:40 +0000 Subject: Update to 2.16.0: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-09-05 Fernando Herrera * configure.in: Release 2.16.0 2006-08-07 Fernando Herrera * configure.in: Release 2.15.91 * Makefile.am: added missing m4 subdir 2006-08-07 Kjartan Maraas * .cvsignore: * Makefile.am: * configure.in: * docs/.cvsignore: * docs/C/gconf-editor.xml: * docs/Makefile.am: Port to gnome-doc-utils. Patch from Don Scorgie. Closes bug #346919. 2006-08-07 Kjartan Maraas * src/gedit-output-window.c: (my_popup_handler), (gedit_output_window_init): Port to gtk+ from deprecated libgnomeui API. Kristof Vansant. Closes bug #166882. 2006-07-23 Luca Ferretti * autogen.sh: add "USE_COMMON_DOC_BUILD=yes", fix bug # 348238 2006-07-11 Kjartan Maraas * autogen.sh: Convert to use gnome-autogen.sh. Fixes bug #341344. Patch from Frederic Peters. 2006-05-19 Fernando Herrera * docs/de/gconf-editor-de.omf: Converted to UTF-8 (pointed by Kjartan Maraas) 2006-05-09 Fernando Herrera * configure.in: * src/main.c: (main): Port to GOption. Patches and code from Paolo Borelli, Christian Persch and Kristof Vansant. Fixes bugs #335032 and #320390. 2006-05-09 Brian Pepple * po/LINGUAS: New file listing all supported languages. * configure.in: Use po/LINGUAS instead of including all languages directly in this file. See the wiki for more information: http://live.gnome.org/GnomeGoals/PoLinguas 2006-05-09 Fernando Herrera * src/gconf-search.c: (gconf_tree_model_search_iter_foreach): Show search results when more than one has been found on the path. Fixes #339316 2006-05-09 Fernando Herrera * src/gconf-editor-window.c: (gconf_editor_window_popup_error_dialog), (gconf_editor_window_go_to): * src/main.c: (main): remove invalid_arg_error_dialog. Reuse gconf_editor_window_popup_error_dialog and made this dialog HIG compliant. Patch from Kristof Vansant. Fixes #340241 2006-05-09 Fernando Herrera * configure.in: version 2.15.0 2006-04-27 Wouter Bolsterlee * src/main.c: Call gnome_accelerators_sync() to save the keyboard shortcuts on exit. Fixes bug #162902. 2006-04-21 Claudio Saavedra * configure.in: * docs/fr/Makefile.am: Adding missing docs/fr/Makefile.am . 2006-04-17 BenoƮt Dejean * docs/Makefile.am: * docs/fr/*: Added French translation. 2006-04-17 Kjartan Maraas * configure.in: Remove obsolete entry for no_NO. * po/no.po: And the translation. 2006-03-27 Vladimer Sichinava * configure.in: Added "ka" (Georgian) to ALL_LINGUAS 2006-03-26 Claudio Saavedra * configure.in: Adding "de" documentation entry. * docs/de/Makefile.am: Fixing build (#336005). 2006-03-25 Christian Neumair * docs/Makefile.am: (SUBDIRS): Add "de". Thanks to Keywan Najafi Tonekaboni. 2006-03-22 Tommi Vainikainen * configure.in (ALL_LINGUAS): Added Dzongkha (dz). 2006-03-20 Fernando Herrera * src/gconf-editor-window.c: (gconf_editor_gconf_value_changed): Fix memory corruption. GconfValue should be freed with gconf_value_free not with g_free. * src/gconf-list-model.c: (gconf_list_model_notify_func): Fix a tiny leak. Patch from Paolo Borelli. Closes bug #332931. --- editors/gconf-editor/Makefile | 10 ++++++---- editors/gconf-editor/PLIST | 25 +++++-------------------- editors/gconf-editor/distinfo | 8 ++++---- 3 files changed, 15 insertions(+), 28 deletions(-) (limited to 'editors') diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile index e1f568f0507..dde8b335330 100644 --- a/editors/gconf-editor/Makefile +++ b/editors/gconf-editor/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.49 2006/07/05 05:37:40 jlam Exp $ +# $NetBSD: Makefile,v 1.50 2006/09/15 15:21:40 jmmv Exp $ # -DISTNAME= gconf-editor-2.14.0 -PKGREVISION= 1 +DISTNAME= gconf-editor-2.16.0 CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.14/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.16/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -23,6 +22,8 @@ CONFIGURE_ARGS+= --with-gconf-mandatory-source=${GCONF2_CONFIG_SOURCE:S/gconf.xm GCONF2_SCHEMAS= gconf-editor.schemas BUILDLINK_API_DEPENDS.GConf2+= GConf2>=2.14.0 +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 +BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.14.0 .include "../../devel/GConf2/schemas.mk" .include "../../devel/gettext-lib/buildlink3.mk" @@ -30,6 +31,7 @@ BUILDLINK_API_DEPENDS.GConf2+= GConf2>=2.14.0 .include "../../devel/libgnome/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/gconf-editor/PLIST b/editors/gconf-editor/PLIST index bcade1e0b4f..a92e99d4004 100644 --- a/editors/gconf-editor/PLIST +++ b/editors/gconf-editor/PLIST @@ -1,26 +1,11 @@ -@comment $NetBSD: PLIST,v 1.13 2006/04/17 07:07:18 jlam Exp $ +@comment $NetBSD: PLIST,v 1.14 2006/09/15 15:21:40 jmmv Exp $ bin/gconf-editor man/man1/gconf-editor.1 share/applications/gconf-editor.desktop share/gconf/schemas/gconf-editor.schemas -share/gnome/help/gconf-editor/C/figures/entry-blank.png -share/gnome/help/gconf-editor/C/figures/entry-bool.png -share/gnome/help/gconf-editor/C/figures/entry-list.png -share/gnome/help/gconf-editor/C/figures/entry-number.png -share/gnome/help/gconf-editor/C/figures/entry-schema.png -share/gnome/help/gconf-editor/C/figures/entry-string.png share/gnome/help/gconf-editor/C/figures/gconf_editor_anno_window.png share/gnome/help/gconf-editor/C/gconf-editor.xml share/gnome/help/gconf-editor/C/legal.xml -share/gnome/help/gconf-editor/uk/figures/entry-blank.png -share/gnome/help/gconf-editor/uk/figures/entry-bool.png -share/gnome/help/gconf-editor/uk/figures/entry-list.png -share/gnome/help/gconf-editor/uk/figures/entry-number.png -share/gnome/help/gconf-editor/uk/figures/entry-schema.png -share/gnome/help/gconf-editor/uk/figures/entry-string.png -share/gnome/help/gconf-editor/uk/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/uk/gconf-editor.xml -share/gnome/help/gconf-editor/uk/legal.xml share/icons/hicolor/48x48/apps/gconf-editor.png share/locale/am/LC_MESSAGES/gconf-editor.mo share/locale/ar/LC_MESSAGES/gconf-editor.mo @@ -28,6 +13,7 @@ share/locale/az/LC_MESSAGES/gconf-editor.mo share/locale/be/LC_MESSAGES/gconf-editor.mo share/locale/bg/LC_MESSAGES/gconf-editor.mo share/locale/bn/LC_MESSAGES/gconf-editor.mo +share/locale/bn_IN/LC_MESSAGES/gconf-editor.mo share/locale/br/LC_MESSAGES/gconf-editor.mo share/locale/bs/LC_MESSAGES/gconf-editor.mo share/locale/ca/LC_MESSAGES/gconf-editor.mo @@ -35,6 +21,7 @@ share/locale/cs/LC_MESSAGES/gconf-editor.mo share/locale/cy/LC_MESSAGES/gconf-editor.mo share/locale/da/LC_MESSAGES/gconf-editor.mo share/locale/de/LC_MESSAGES/gconf-editor.mo +share/locale/dz/LC_MESSAGES/gconf-editor.mo share/locale/el/LC_MESSAGES/gconf-editor.mo share/locale/en_CA/LC_MESSAGES/gconf-editor.mo share/locale/en_GB/LC_MESSAGES/gconf-editor.mo @@ -54,12 +41,14 @@ share/locale/hu/LC_MESSAGES/gconf-editor.mo share/locale/id/LC_MESSAGES/gconf-editor.mo share/locale/it/LC_MESSAGES/gconf-editor.mo share/locale/ja/LC_MESSAGES/gconf-editor.mo +share/locale/ka/LC_MESSAGES/gconf-editor.mo share/locale/kn/LC_MESSAGES/gconf-editor.mo share/locale/ko/LC_MESSAGES/gconf-editor.mo share/locale/ku/LC_MESSAGES/gconf-editor.mo share/locale/li/LC_MESSAGES/gconf-editor.mo share/locale/lt/LC_MESSAGES/gconf-editor.mo share/locale/lv/LC_MESSAGES/gconf-editor.mo +share/locale/mg/LC_MESSAGES/gconf-editor.mo share/locale/mk/LC_MESSAGES/gconf-editor.mo share/locale/ml/LC_MESSAGES/gconf-editor.mo share/locale/mn/LC_MESSAGES/gconf-editor.mo @@ -68,7 +57,6 @@ share/locale/ms/LC_MESSAGES/gconf-editor.mo share/locale/nb/LC_MESSAGES/gconf-editor.mo share/locale/ne/LC_MESSAGES/gconf-editor.mo share/locale/nl/LC_MESSAGES/gconf-editor.mo -share/locale/no/LC_MESSAGES/gconf-editor.mo share/locale/or/LC_MESSAGES/gconf-editor.mo share/locale/pa/LC_MESSAGES/gconf-editor.mo share/locale/pl/LC_MESSAGES/gconf-editor.mo @@ -95,7 +83,6 @@ share/locale/zh_CN/LC_MESSAGES/gconf-editor.mo share/locale/zh_HK/LC_MESSAGES/gconf-editor.mo share/locale/zh_TW/LC_MESSAGES/gconf-editor.mo share/omf/gconf-editor/gconf-editor-C.omf -share/omf/gconf-editor/gconf-editor-uk.omf share/pixmaps/gconf-editor/entry-blank.png share/pixmaps/gconf-editor/entry-bool.png share/pixmaps/gconf-editor/entry-list.png @@ -110,8 +97,6 @@ share/pixmaps/gconf-editor/folder-open.png @comment in scrollkeeper: @dirrm share/omf @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps @comment in hicolor-icon-theme: @dirrm share/icons/hicolor -@dirrm share/gnome/help/gconf-editor/uk/figures -@dirrm share/gnome/help/gconf-editor/uk @dirrm share/gnome/help/gconf-editor/C/figures @dirrm share/gnome/help/gconf-editor/C @dirrm share/gnome/help/gconf-editor diff --git a/editors/gconf-editor/distinfo b/editors/gconf-editor/distinfo index dfa2fb2d131..e8a962b8132 100644 --- a/editors/gconf-editor/distinfo +++ b/editors/gconf-editor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2006/03/30 21:28:52 jmmv Exp $ +$NetBSD: distinfo,v 1.13 2006/09/15 15:21:40 jmmv Exp $ -SHA1 (gconf-editor-2.14.0.tar.bz2) = 3cda659ebbfbe8c10ca75406aed0f778374983b5 -RMD160 (gconf-editor-2.14.0.tar.bz2) = 570c863597155d075b710c153880488662406a1b -Size (gconf-editor-2.14.0.tar.bz2) = 541099 bytes +SHA1 (gconf-editor-2.16.0.tar.bz2) = a3e807aff373c3ecd7cd49d5ef7f5a8e53c058d0 +RMD160 (gconf-editor-2.16.0.tar.bz2) = fd368fd7f1de34e1f1c407e0e152eee3bbba0c71 +Size (gconf-editor-2.16.0.tar.bz2) = 528644 bytes -- cgit v1.2.3