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.8.0. This version corre...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b745f0677f1
branches: trunk
changeset: 480912:8b745f0677f1
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue Sep 21 17:14:24 2004 +0000
description:
Update to 2.8.0. This version corresponds to GNOME 2.8.0.
GNOME Search Tool
* Fix bug #137404 - Improve handling of failed quick searches
* Fix bug #142450 - Results treeview should use GTK_SHADOW_IN
* Fix bug #143772 - Wrong error message when file does not exist
* Fix bug #144414 - Ctrl+Space does not select all files in table
* Fix bug #147410 - Named pipes are not recognised as files
* Fix bug #147465 - File size filter issues
* Fix bug #147480 - Searching for text with leading dash causes error
* HIG fix - put unit labels after text entries
* Format Modified date to match Nautilus 2.7.x+
* Fix memory leaks found using valgrind
* Add new force_quick_search gconf key.
* Update documentation
GNOME Dictionary
* Remove old docs [Glynn]
* Use translator-credits string [Glynn]
* Fix bug #50907 - Add shadow border [Davyd Madeley]
* Italic fixes [cs_is%yahoo.com@localhost]
* Pass PanelApplet instance to lockdown func [Leena Gunda]
* Add tooltip [Vinay M R]
* Make sure screenreader only sees text box once [Muktha]
* Add hyperlinks [Fernando Herrera, cs_is%yahoo.com@localhost]
* Present window when it's under something [Dennis Smit]
* Update from HIG [Dennis Cranston]
* Fix the flags for horizontal panels [Vincent Noel]
GNOME Floppy
* Pass through correct parameters [Chris Smith, Kjartan Maraas]
* Update to new MIME system [Ray Strode]
* Compilation fix for Fedora Core [Kjartan Maraas]
GNOME Log Viewer
* Remove old docs [Glynn]
* Use translator-credits string [Glynn]
* Parse syslog.conf [Samuel Stringham]
* Get correct date on log zoom [Harsh Jaitly]
* Use g_spawn [James Strandboge, Shakti Sen]
* Remove timer when we're done [Shakti Sen]
* Fix crash if log is < 5 lines [Shakti Sen]
Misc
* Pass distcheck [Glynn]
Translations
* Changwoo Ryu [ku]
* Adam Weinberger [en_CA]
* Gareth Owen, David Lodge [en_GB]
* Miloslav Trmac [cs]
* Christophe Merlet [fr]
* Laurent Dhima [sq]
* Francisco Javier F. Serrador [es]
* Takeshi AIHANA [ja]
* Funda Wang [zh_CN]
* Kjartan Maraas [no, nb]
* Stanislav Visnovsky, Ivan Noris [sk]
* Pawan Chitrakar [ne]
* Dinesh Nadarajah [ta]
* Alexander Shopov, Peter "Peshka" Slavov, Vladimir Petkov [bg]
* Vincent van Adrighem, Michiel Sikkes [nl]
* Artur Flinta [pl]
* Christian Rose [sv]
* Andras Timar, Laszlo Dvornik, Gabor Kelemen [hu]
* Guntupalli Karunakar [hi]
* Changwoo Ryu [ko]
* Duarte Loreto [pt]
* Akagic Amila, Tomasz KÅ~Boczko [bs]
* Tommi Vainikainen [fi]
* Martin Willemoes Hansen [da]
* Christian Neumair, Hendrik Richter [de]
* Telsa Gwynne, Dafydd Tomos, Dafydd Harries [cy]
* Danilo Å| egan [sr, sr@Latn]
* Hasbullah Bin Pit [ms]
* Adam Weinberger [en_CA]
* Leonid Kanter [ru]
* Ankit Patel [gu]
* Metin Amiroff [az]
* Žygimantas BeruÄ~Mka [lt]
* Maxim Dziumanenko [uk]
* Baris Cicek [tr]
* Ã~Esmund Skjæveland [nn]
* Kostas Papadimas, Nikos Charonitakis [el]
* Jordi Mallach [ca]
* Mugurel Tudor [ro]
* Arafat Medini [ar]
* Supranee Thirawatthanasuk [th]
diffstat:
misc/gnome2-utils/Makefile | 8 ++++----
misc/gnome2-utils/PLIST | 5 ++++-
misc/gnome2-utils/distinfo | 6 +++---
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (62 lines):
diff -r c53dfa9f4a0a -r 8b745f0677f1 misc/gnome2-utils/Makefile
--- a/misc/gnome2-utils/Makefile Tue Sep 21 17:14:13 2004 +0000
+++ b/misc/gnome2-utils/Makefile Tue Sep 21 17:14:24 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2004/06/28 15:27:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.31 2004/09/21 17:14:24 jmmv Exp $
#
-DISTNAME= gnome-utils-2.6.2
+DISTNAME= gnome-utils-2.8.0
CATEGORIES= misc gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/2.6/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/2.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh%NetBSD.org@localhost
@@ -21,7 +21,7 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-gtk-doc=no
-CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
+CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
GCONF2_SCHEMAS+= gdict.schemas
GCONF2_SCHEMAS+= gnome-search-tool.schemas
diff -r c53dfa9f4a0a -r 8b745f0677f1 misc/gnome2-utils/PLIST
--- a/misc/gnome2-utils/PLIST Tue Sep 21 17:14:13 2004 +0000
+++ b/misc/gnome2-utils/PLIST Tue Sep 21 17:14:24 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/05/15 17:03:05 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/09/21 17:14:24 jmmv Exp $
bin/gnome-dictionary
bin/gnome-search-tool
bin/gnome-system-log
@@ -91,6 +91,7 @@
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/gnome-utils-2.0.mo
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gnome-utils-2.0.mo
${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/gnome-utils-2.0.mo
+${PKGLOCALEDIR}/locale/bs/LC_MESSAGES/gnome-utils-2.0.mo
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gnome-utils-2.0.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gnome-utils-2.0.mo
${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/gnome-utils-2.0.mo
@@ -122,6 +123,8 @@
${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/gnome-utils-2.0.mo
${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/gnome-utils-2.0.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gnome-utils-2.0.mo
+${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gnome-utils-2.0.mo
+${PKGLOCALEDIR}/locale/ne/LC_MESSAGES/gnome-utils-2.0.mo
${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
diff -r c53dfa9f4a0a -r 8b745f0677f1 misc/gnome2-utils/distinfo
--- a/misc/gnome2-utils/distinfo Tue Sep 21 17:14:13 2004 +0000
+++ b/misc/gnome2-utils/distinfo Tue Sep 21 17:14:24 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2004/06/28 15:27:36 jmmv Exp $
+$NetBSD: distinfo,v 1.7 2004/09/21 17:14:24 jmmv Exp $
-SHA1 (gnome-utils-2.6.2.tar.bz2) = 137341ef7608d2da3ce94419225ee2ab8f753a2f
-Size (gnome-utils-2.6.2.tar.bz2) = 1625287 bytes
+SHA1 (gnome-utils-2.8.0.tar.bz2) = cb9ceb19806e33ef596eff78cda34cd7ad597d43
+Size (gnome-utils-2.8.0.tar.bz2) = 1737978 bytes
Home |
Main Index |
Thread Index |
Old Index