diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-09-21 17:14:24 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-09-21 17:14:24 +0000 |
commit | a5a6acb4473384e74891c4cadf08c155447f3ee2 (patch) | |
tree | b1cd99ec251c1afc6e836ae0611ca7bc97d556b3 /misc | |
parent | 922f52666f77b40089878c3e9aaf4e049fbf6d87 (diff) | |
download | pkgsrc-a5a6acb4473384e74891c4cadf08c155447f3ee2.tar.gz |
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]
* 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]
* 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 (limited to 'misc')
-rw-r--r-- | misc/gnome2-utils/Makefile | 8 | ||||
-rw-r--r-- | misc/gnome2-utils/PLIST | 5 | ||||
-rw-r--r-- | misc/gnome2-utils/distinfo | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/misc/gnome2-utils/Makefile b/misc/gnome2-utils/Makefile index e858bdbdaa1..b054fd4724c 100644 --- a/misc/gnome2-utils/Makefile +++ b/misc/gnome2-utils/Makefile @@ -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 @@ -21,7 +21,7 @@ USE_X11= yes 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 --git a/misc/gnome2-utils/PLIST b/misc/gnome2-utils/PLIST index bd74c11731e..8e6020450b3 100644 --- a/misc/gnome2-utils/PLIST +++ b/misc/gnome2-utils/PLIST @@ -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/az/LC_MESSAGES/gnome-utils-2.0.mo ${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/mk/LC_MESSAGES/gnome-utils-2.0.mo ${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 --git a/misc/gnome2-utils/distinfo b/misc/gnome2-utils/distinfo index 0c7426f6f1c..69fd50d6d9a 100644 --- a/misc/gnome2-utils/distinfo +++ b/misc/gnome2-utils/distinfo @@ -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 |