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.10.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/547691e86137
branches:  trunk
changeset: 491268:547691e86137
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Mar 22 16:30:36 2005 +0000

description:
Update to 2.10.0:

2.10.0: "Maria Stuarda"
* Translations:
        - Updated Updated Romanian translation by Mugurel Tudor.
        - Updated Hungarian translation updated by Gabor Kelemen.
        - Updated Lithuanian translation by Gintautas Miliauskas.

2.9.92: "Drexler singing"
* Fixed:
        - Readd a missing icon
        - Fix some deprecated includes

2.9.91: "Spectacular Spectacular"
* Fixes:
        - Fix a crash when closing an old window and changing externay gconf
          keys that were monitorized by that window. (John Ellis)

2.9.3: "Bang Bang"
* Fixes:
        - Tons of leaks fixed (Paolo Borelli)
        - Continue search after finding a pattern (Madhan Raj)

2.9.2: "Con la frente marchita"
* Impovements:
        - Add bugzilla verstion to .desktop file (Christoffer Olsen)
        - Show in the window title the current configuration database
        - Use a new icon for boormarks
        - Added German documentation (Keywan Najafi Tonekaboni)
* Fixes:
        - Install icon in the right place, use for the window title
          correctly
        - Lot of HIGifycation work (Dennis Cranston)
        - Disable popups entries for defaults/mandatoy if user cannot
          change them
        - Lot of strings fixes (Dave Ahlswede, Dennis Cranston, David Lodge)
        - Update auto* magic (James Henstridge)
        - Handle menu tearoffs correctly, using the ui_manager (James Bowes)

diffstat:

 editors/gconf-editor/Makefile |  10 ++++++----
 editors/gconf-editor/PLIST    |   5 +++--
 editors/gconf-editor/distinfo |   8 ++++----
 3 files changed, 13 insertions(+), 10 deletions(-)

diffs (79 lines):

diff -r 4dd18856a702 -r 547691e86137 editors/gconf-editor/Makefile
--- a/editors/gconf-editor/Makefile     Tue Mar 22 16:30:14 2005 +0000
+++ b/editors/gconf-editor/Makefile     Tue Mar 22 16:30:36 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2004/12/12 15:35:50 minskim Exp $
+# $NetBSD: Makefile,v 1.29 2005/03/22 16:30:36 jmmv Exp $
 #
 
-DISTNAME=              gconf-editor-2.8.2
-PKGREVISION=           2
+DISTNAME=              gconf-editor-2.10.0
 CATEGORIES=            editors gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gconf-editor/2.8/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gconf-editor/2.10/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            sab%posix.org.uk@localhost
@@ -26,12 +25,15 @@
 
 GCONF2_SCHEMAS=                gconf-editor.schemas
 
+BUILDLINK_DEPENDS.GConf2+=     GConf2>=2.10.0
+
 .include "../../devel/GConf2/schemas.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libgnome/buildlink3.mk"
 .include "../../devel/libgnomeui/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../textproc/intltool/buildlink3.mk"
 .include "../../textproc/scrollkeeper/omf.mk"
 .include "../../x11/gtk2/buildlink3.mk"
diff -r 4dd18856a702 -r 547691e86137 editors/gconf-editor/PLIST
--- a/editors/gconf-editor/PLIST        Tue Mar 22 16:30:14 2005 +0000
+++ b/editors/gconf-editor/PLIST        Tue Mar 22 16:30:36 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2004/12/12 15:33:27 minskim Exp $
+@comment $NetBSD: PLIST,v 1.9 2005/03/22 16:30:36 jmmv Exp $
 bin/gconf-editor
 man/man1/gconf-editor.1
 share/applications/gconf-editor.desktop
@@ -12,6 +12,7 @@
 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/icons/hicolor/48x48/apps/gconf-editor.png
 ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/gconf-editor.mo
 ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gconf-editor.mo
@@ -78,7 +79,6 @@
 ${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/pixmaps/gconf-editor.png
 share/pixmaps/gconf-editor/entry-blank.png
 share/pixmaps/gconf-editor/entry-bool.png
 share/pixmaps/gconf-editor/entry-list.png
@@ -91,6 +91,7 @@
 @comment in xdg-dirs: @dirrm share/pixmaps
 @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/C/figures
 @dirrm share/gnome/help/gconf-editor/C
 @dirrm share/gnome/help/gconf-editor
diff -r 4dd18856a702 -r 547691e86137 editors/gconf-editor/distinfo
--- a/editors/gconf-editor/distinfo     Tue Mar 22 16:30:14 2005 +0000
+++ b/editors/gconf-editor/distinfo     Tue Mar 22 16:30:36 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2005/02/23 17:15:10 agc Exp $
+$NetBSD: distinfo,v 1.9 2005/03/22 16:30:36 jmmv Exp $
 
-SHA1 (gconf-editor-2.8.2.tar.bz2) = eaed1d64dee8ddcb7aae371f6d60a1338796c023
-RMD160 (gconf-editor-2.8.2.tar.bz2) = 4c88e338d760e6cc04cd89d11dfa6a1692a3a273
-Size (gconf-editor-2.8.2.tar.bz2) = 510014 bytes
+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



Home | Main Index | Thread Index | Old Index