summaryrefslogtreecommitdiff
path: root/editors/gconf-editor/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-03-30 21:28:52 +0000
committerjmmv <jmmv@pkgsrc.org>2006-03-30 21:28:52 +0000
commit7fda644a8fd07ff6a12b9177f8d39c5d574bd6a0 (patch)
treec0b1784038c3e78843b3ca251e0bbd05df83ebe7 /editors/gconf-editor/Makefile
parent4e41f6f09459923186c3fe2eab1beb7be49f58b9 (diff)
downloadpkgsrc-7fda644a8fd07ff6a12b9177f8d39c5d574bd6a0.tar.gz
Update to 2.14.0:
2006-03-12 Fernando Herrera <fherrera@onirica.com> * configure.in: Release 2.14.0 2006-03-04 Jérémy Ar Floc'h <jeremy.lefloch@gmail.com> * configure.in: Added Breton translation 2006-01-30 Fernando Herrera <fherrera@onirica.com> * src/gconf-key-editor.c: (update_list_buttons): Fix button sensitivity illness on the key list dialog. Patch from Christian Persch. Fixes bug #166112 2006-01-30 Fernando Herrera <fherrera@onirica.com> * src/gconf-editor-window.c: (gconf_editor_window_selection_changed): Remove duplicated strings and fix capitalization. Patch from Benoît Dejean. Fixes bug #167350 2006-01-30 Fernando Herrera <fherrera@onirica.com> * src/main.c: (invalid_arg_error_dialog): HIGfy error dialog. Patch from Kristof Vansant. Fixes bug #325058. 2006-01-30 Fernando Herrera <fherrera@onirica.com> * po/POTFILES.in: * src/gconf-cell-renderer.c: (gconf_cell_renderer_get_size), (gconf_cell_renderer_render): Translate "<no value>" string. Patch from Gabor Kelemen. Fixes bug #327525 2006-01-30 Fernando Herrera <fherrera@onirica.com> * data/gconf-editor.desktop.in.in: Added GTK; to Category entry. Fixes bug #328037 2006-01-14 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * configure.in: Add "zh_HK" to ALL_LINGUAS. 2006-01-08 Sebastien Bacher <seb128@debian.org> * src/gconf-editor-window.c: (gconf_editor_window_about_window): use "translator-credits" instead of "translator_credits", patch by Vincent van Adrighem <adrighem@gnome.org> (Closes: #300958) 2006-01-03 Mark McLoughlin <mark@skynet.ie> * configure.in: remove some redundant code which set GCONF_DEFAULTS_SOURCE with a value which was later overwritten.
Diffstat (limited to 'editors/gconf-editor/Makefile')
-rw-r--r--editors/gconf-editor/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile
index 838131a09b9..55d4f112a95 100644
--- a/editors/gconf-editor/Makefile
+++ b/editors/gconf-editor/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.44 2006/03/21 06:00:45 jlam Exp $
+# $NetBSD: Makefile,v 1.45 2006/03/30 21:28:52 jmmv Exp $
#
-DISTNAME= gconf-editor-2.12.1
-PKGREVISION= 2
+DISTNAME= gconf-editor-2.14.0
CATEGORIES= editors gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.12/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.14/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -24,7 +23,7 @@ CONFIGURE_ARGS+= --with-gconf-mandatory-source=${GCONF2_CONFIG_SOURCE:S/gconf.xm
GCONF2_SCHEMAS= gconf-editor.schemas
-BUILDLINK_DEPENDS.GConf2+= GConf2>=2.10.0
+BUILDLINK_DEPENDS.GConf2+= GConf2>=2.14.0
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"