pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/gnome2-utils Update to 2.6.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f854187de3d3
branches:  trunk
changeset: 471958:f854187de3d3
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Apr 01 19:09:07 2004 +0000

description:
Update to 2.6.0:

GNOME Utilities 2.6.0
=====================

GNOME Dictionary

        * Build fixes [Dennis]

GNOME Floppy

        * Build fixes [Dennis]


GNOME Search Tool

        * Updated online user help [Breda]

GNOME System Log

        * Build fixes [Dennis]

Translations

        * Alastair McKinstry (ga)
        * Åsmund Skjæveland (nn)
        * Christian Neumair (de)
        * Dafydd Tomos (cy)
        * Gareth Owen (en_GB)
        * Isam Bayazidi (ar)
        * Laurent Dhima (sq)
        * Leonid Kanter (ru)
        * Maxim Dziumanenko (uk)
        * Mugurel Tudor (ro)
        * Runa Bhattacharjee (bn)
        * Sanlig Badral (mn)
        * Vladimir \"Kaladan\" Petkov (bg)
        * Welther José O. Esteves (pt_BR)

Miscellaneous

        * README, NEWS: Update for new release.

GNOME Utilities 2.5.90
======================

GNOME Dictionary

        * Fix bug #128647  Remember smart lookup settings between invocations [Fernando Herrera]
        * Fix bug #127292  Remove use of deprecated function [Fernando Herrera]
        * Fix bug #130457  Add bugzilla information [Fernando Herrera]
        * Fix bug #129283  Use gnome-icon-theme for window icon [Michael Terry]
        * Fix bug #106700  Use ngettext for plurals [Michael Terry]
        * Fix bug #124643  Remove unused GtkAlignment [Kjartan Maraas]
        * Many multihead fixes [Dennis Smit]

GNOME System Log

        * Fix bug #129283  Use gnome-icon-theme for window icon [Michael Terry]
        * Fix bug #106700  Use ngettext for plurals [Christian Neumair]
        * Mark various strings for translation [Maxim Dzumanenko]
        * Use the gtk+ 2.4 file chooser

GNOME Search Tool

        * Fix bug #119720  Add a 'Move to Trash' popup menu item [Cranston]
        * Fix bug #126525  New default animation  [jimmac]
        * Fix bug #132043, #128454, #128378  Accessibility fixes [Padraig Obriain]
        * Fix bug #136419  Update help documentation for GNOME 2.6 [Breda McColgan]
        * Fix bug #124656  Various memory leaks fixed [Kjartan Maraas]
        * Fix bug #123191  AIX portability fixes [Sandie Vanderme]
        * Fix bug #129283  Fix window icon [Michael Terry]
        * Fix bug #106700  Use ngettext for plurals [Christian Neumair]
        * Reduce search results' memory usage
        * Improve search performance
        * Add middle button drag and drop support to listview
        * Animation file is moved to the gnome-icon-theme module
        * Improve handling of sockets and fifos
        * Hide backup files by default
        * Use shared-mime-info database for determining file types
        * Add support for %e and %O strftime modifiers
        * Improve HIG compliance of alert dialogs
        * Use the gtk+ 2.4 file chooser

GNOME Floppy

        * Fix bug #110918 & 123831  Fixed volume name handling [Stephane Demurget]
        * Fix bug #104327  Added devfs device name support [Stephane Demurget]
        * Fix bug #129283  Use gnome-icon-theme for window icon [Michael Terry]
        * Fix bug #106700  Use ngettext for plurals [Chrisian Neumair]
        * Fix bug #127484  Use new help documenation [Balamurali Viswanathan]
        * Updated help links.

Translations

        * Takeshi Aihana, Ales Nyakhaychyk, Paisa Seeluangsawat,  Christian Rose,
          Andras Timar, Funda Wang, Danilo Segan, Ole Laursen, Alessio Frusciante
          Pauli Virtanen, Christophe Merlet, Duarte Loreto, Priit Laes,
          Åsmund Skjæveland, Tomasz Kloczko, Guntupalli Karunakar, Nikos Charonitakis,
          Alastair McKinstry, Miloslav Trmac, Kostas Papadimas, Changwoo Ryu
          Vincent van Adrighem, Laurent Dhima, Alessio Frusciante, Zygimantas Berucka,
          Artur Flinta, Ole Laursen, Metin Emirov, Laurent Dhima, Sanlig Badral,
          Francisco Javier F. Serrador, and many more...


Miscellaneous

        * README, NEWS: Update for new release.

diffstat:

 misc/gnome2-utils/Makefile         |   7 +++----
 misc/gnome2-utils/PLIST            |  17 +++++++++++------
 misc/gnome2-utils/distinfo         |   9 +++------
 misc/gnome2-utils/patches/patch-aa |  13 -------------
 misc/gnome2-utils/patches/patch-ab |  13 -------------
 misc/gnome2-utils/patches/patch-ac |  13 -------------
 6 files changed, 17 insertions(+), 55 deletions(-)

diffs (160 lines):

diff -r f7bad1904e4d -r f854187de3d3 misc/gnome2-utils/Makefile
--- a/misc/gnome2-utils/Makefile        Thu Apr 01 19:08:26 2004 +0000
+++ b/misc/gnome2-utils/Makefile        Thu Apr 01 19:09:07 2004 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2004/03/26 02:27:46 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2004/04/01 19:09:07 jmmv Exp $
 #
 
-DISTNAME=              gnome-utils-2.4.1
-PKGREVISION=           10
+DISTNAME=              gnome-utils-2.6.0
 CATEGORIES=            misc gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-utils/2.4/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-utils/2.6/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            rh%NetBSD.org@localhost
diff -r f7bad1904e4d -r f854187de3d3 misc/gnome2-utils/PLIST
--- a/misc/gnome2-utils/PLIST   Thu Apr 01 19:08:26 2004 +0000
+++ b/misc/gnome2-utils/PLIST   Thu Apr 01 19:09:07 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/02/22 15:49:50 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.6 2004/04/01 19:09:07 jmmv Exp $
 bin/gnome-dictionary
 bin/gnome-search-tool
 bin/gnome-system-log
@@ -49,6 +49,9 @@
 share/gnome/help/gnome-search-tool/zh_CN/figures/gnome-search-tool_window.png
 share/gnome/help/gnome-search-tool/zh_CN/gnome-search-tool.xml
 share/gnome/help/gnome-search-tool/zh_CN/legal.xml
+share/gnome/help/gnome-search-tool/zh_HK/figures/gnome-search-tool_window.png
+share/gnome/help/gnome-search-tool/zh_HK/gnome-search-tool.xml
+share/gnome/help/gnome-search-tool/zh_HK/legal.xml
 share/gnome/help/gnome-search-tool/zh_TW/figures/gnome-search-tool_window.png
 share/gnome/help/gnome-search-tool/zh_TW/gnome-search-tool.xml
 share/gnome/help/gnome-search-tool/zh_TW/legal.xml
@@ -105,6 +108,7 @@
 ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/gnome-utils-2.0.mo
+${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/id/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gnome-utils-2.0.mo
@@ -119,6 +123,7 @@
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gnome-utils-2.0.mo
+${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gnome-utils-2.0.mo
@@ -131,6 +136,7 @@
 ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/gnome-utils-2.0.mo
+${PKGLOCALEDIR}/locale/th/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gnome-utils-2.0.mo
 ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gnome-utils-2.0.mo
@@ -147,6 +153,7 @@
 share/omf/gnome-utils/gnome-search-tool-ko.omf
 share/omf/gnome-utils/gnome-search-tool-sv.omf
 share/omf/gnome-utils/gnome-search-tool-zh_CN.omf
+share/omf/gnome-utils/gnome-search-tool-zh_HK.omf
 share/omf/gnome-utils/gnome-search-tool-zh_TW.omf
 share/omf/gnome-utils/gnome-system-log-C.omf
 share/omf/gnome-utils/gnome-system-log-de.omf
@@ -158,10 +165,6 @@
 share/omf/gnome-utils/gnome-system-log-sv.omf
 share/omf/gnome-utils/gnome-system-log-zh_CN.omf
 share/omf/gnome-utils/gnome-system-log-zh_TW.omf
-share/pixmaps/gdict.png
-share/pixmaps/gnome-search-tool/gnome-search-tool-animation.png
-share/pixmaps/gnome-searchtool.png
-@dirrm share/pixmaps/gnome-search-tool
 @dirrm share/omf/gnome-utils
 @comment in scrollkeeper: @dirrm share/omf
 @dirrm share/gnome/help/gnome-system-log/zh_TW/figures
@@ -187,6 +190,8 @@
 @dirrm share/gnome/help/gnome-system-log
 @dirrm share/gnome/help/gnome-search-tool/zh_TW/figures
 @dirrm share/gnome/help/gnome-search-tool/zh_TW
+@dirrm share/gnome/help/gnome-search-tool/zh_HK/figures
+@dirrm share/gnome/help/gnome-search-tool/zh_HK
 @dirrm share/gnome/help/gnome-search-tool/zh_CN/figures
 @dirrm share/gnome/help/gnome-search-tool/zh_CN
 @dirrm share/gnome/help/gnome-search-tool/sv/figures
@@ -213,5 +218,5 @@
 @dirrm share/gnome-system-log
 @comment in gnome2-dirs: @dirrm share/gnome-2.0/ui
 @comment in GConf2: @dirrm share/gconf/schemas
-@comment in gnome2-dirs: @dirrm share/applications
+@comment in xdg-dirs: @dirrm share/applications
 @comment in libbonobo: @dirrm lib/bonobo/servers
diff -r f7bad1904e4d -r f854187de3d3 misc/gnome2-utils/distinfo
--- a/misc/gnome2-utils/distinfo        Thu Apr 01 19:08:26 2004 +0000
+++ b/misc/gnome2-utils/distinfo        Thu Apr 01 19:09:07 2004 +0000
@@ -1,7 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/01/17 00:21:01 xtraeme Exp $
+$NetBSD: distinfo,v 1.4 2004/04/01 19:09:07 jmmv Exp $
 
-SHA1 (gnome-utils-2.4.1.tar.bz2) = 10316a89be78737672bb706ab326caf6ea71af17
-Size (gnome-utils-2.4.1.tar.bz2) = 1628878 bytes
-SHA1 (patch-aa) = 778654537ef7b6a071be1ae854545c3c9f612507
-SHA1 (patch-ab) = 48d42744bc5342f32158d7b9a8027f98dec04cd9
-SHA1 (patch-ac) = 5f6d505a52fa343456c8f2d7178cc4de434bd9ae
+SHA1 (gnome-utils-2.6.0.tar.bz2) = 28769efd7fde0292aed444d86c1cf13235c1b508
+Size (gnome-utils-2.6.0.tar.bz2) = 1639773 bytes
diff -r f7bad1904e4d -r f854187de3d3 misc/gnome2-utils/patches/patch-aa
--- a/misc/gnome2-utils/patches/patch-aa        Thu Apr 01 19:08:26 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/04/21 03:34:02 rh Exp $
-
---- gdictsrc/Makefile.in.orig  2003-03-13 20:23:10.000000000 +1000
-+++ gdictsrc/Makefile.in
-@@ -161,7 +161,7 @@ serverdir = $(libdir)/bonobo/servers
- server_in_files = GNOME_GDictApplet.server.in
- server_DATA = $(server_in_files:.server.in=.server)
- 
--schemadir = $(sysconfdir)/gconf/schemas
-+schemadir = ${GCONF_SCHEMA_FILE_DIR}
- schemas_in_file = gdict.schemas.in
- schema_DATA = $(schemas_in_file:.schemas.in=.schemas)
- schema_source_data = $(foreach file, $(schema_DATA), $(srcdir)/$(file))
diff -r f7bad1904e4d -r f854187de3d3 misc/gnome2-utils/patches/patch-ab
--- a/misc/gnome2-utils/patches/patch-ab        Thu Apr 01 19:08:26 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2003/04/21 03:34:02 rh Exp $
-
---- logview/Makefile.in.orig   2003-04-21 12:48:24.000000000 +1000
-+++ logview/Makefile.in
-@@ -149,7 +149,7 @@ man_MANS = gnome-system-log.1
- Utilities_in_files = gnome-system-log.desktop.in
- Utilities_DATA = $(Utilities_in_files:.desktop.in=.desktop)
- 
--schemadir = $(sysconfdir)/gconf/schemas
-+schemadir = ${GCONF_SCHEMA_FILE_DIR}
- schemas_in_file = logview.schemas.in
- schema_DATA = $(schemas_in_file:.schemas.in=.schemas)
- schema_source_data = $(foreach file, $(schema_DATA), $(srcdir)/$(file))
diff -r f7bad1904e4d -r f854187de3d3 misc/gnome2-utils/patches/patch-ac
--- a/misc/gnome2-utils/patches/patch-ac        Thu Apr 01 19:08:26 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2004/01/17 00:21:01 xtraeme Exp $
-
---- gsearchtool/Makefile.in.orig       2004-01-17 01:15:34.000000000 +0100
-+++ gsearchtool/Makefile.in    2004-01-17 01:16:02.000000000 +0100
-@@ -142,7 +142,7 @@
- 
- bin_PROGRAMS = gnome-search-tool
- 
--schemadir = $(sysconfdir)/gconf/schemas
-+schemadir = @GCONF_SCHEMA_FILE_DIR@
- schema_DATA = gnome-search-tool.schemas
- 
- gnome_search_tool_SOURCES = \



Home | Main Index | Thread Index | Old Index