pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/gconf-editor Update to 2.12.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20222b41b1c4
branches:  trunk
changeset: 501031:20222b41b1c4
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Oct 16 12:11:33 2005 +0000

description:
Update to 2.12.0:

2.12.0: "I only care when I miss it"
* Fixes:
        - Doc fixes (Shaun McCance)

2.11.92: "Paris Combo"
* Improvements:
        - Ported to GtkComboBox byMichael Gossard

diffstat:

 editors/gconf-editor/Makefile |   6 +++---
 editors/gconf-editor/PLIST    |  18 +++++++++++++++++-
 editors/gconf-editor/distinfo |   8 ++++----
 3 files changed, 24 insertions(+), 8 deletions(-)

diffs (89 lines):

diff -r dad9e88d1f80 -r 20222b41b1c4 editors/gconf-editor/Makefile
--- a/editors/gconf-editor/Makefile     Sun Oct 16 12:11:19 2005 +0000
+++ b/editors/gconf-editor/Makefile     Sun Oct 16 12:11:33 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.35 2005/09/23 20:08:05 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2005/10/16 12:11:33 jmmv Exp $
 #
 
-DISTNAME=              gconf-editor-2.10.0
+DISTNAME=              gconf-editor-2.12.0
 CATEGORIES=            editors gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gconf-editor/2.10/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gconf-editor/2.12/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
diff -r dad9e88d1f80 -r 20222b41b1c4 editors/gconf-editor/PLIST
--- a/editors/gconf-editor/PLIST        Sun Oct 16 12:11:19 2005 +0000
+++ b/editors/gconf-editor/PLIST        Sun Oct 16 12:11:33 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2005/03/22 16:30:36 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.10 2005/10/16 12:11:33 jmmv Exp $
 bin/gconf-editor
 man/man1/gconf-editor.1
 share/applications/gconf-editor.desktop
@@ -12,6 +12,15 @@
 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
 ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/gconf-editor.mo
@@ -65,6 +74,7 @@
 ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gconf-editor.mo
+${PKGLOCALEDIR}/locale/rw/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gconf-editor.mo
@@ -72,13 +82,17 @@
 ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/gconf-editor.mo
+${PKGLOCALEDIR}/locale/te/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/th/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gconf-editor.mo
+${PKGLOCALEDIR}/locale/ug/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gconf-editor.mo
+${PKGLOCALEDIR}/locale/xh/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/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
@@ -92,6 +106,8 @@
 @dirrm share/omf/gconf-editor
 @comment in scrollkeeper: @dirrm share/omf
 @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps
+@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 -r dad9e88d1f80 -r 20222b41b1c4 editors/gconf-editor/distinfo
--- a/editors/gconf-editor/distinfo     Sun Oct 16 12:11:19 2005 +0000
+++ b/editors/gconf-editor/distinfo     Sun Oct 16 12:11:33 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2005/03/22 16:30:36 jmmv Exp $
+$NetBSD: distinfo,v 1.10 2005/10/16 12:11:33 jmmv Exp $
 
-SHA1 (gconf-editor-2.10.0.tar.bz2) = 710961b318c3410ca772cf2e169f05bd4e275e56
-RMD160 (gconf-editor-2.10.0.tar.bz2) = 21e4e87efa4fa72e0c6b05b0b4662fcbccce5e1d
-Size (gconf-editor-2.10.0.tar.bz2) = 543405 bytes
+SHA1 (gconf-editor-2.12.0.tar.bz2) = dc80bdbe1781b497391f0af0d92a2cb9124c9045
+RMD160 (gconf-editor-2.12.0.tar.bz2) = a77019c11c69099e41cc441c503e50cfdf6d999f
+Size (gconf-editor-2.12.0.tar.bz2) = 531655 bytes



Home | Main Index | Thread Index | Old Index