pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/deskbar-applet Update to 2.14.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/53e783948adf
branches: trunk
changeset: 517244:53e783948adf
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Aug 06 19:53:44 2006 +0000
description:
Update to 2.14.2:
deskbar-applet 2.14.2
Changes:
* A small optimization (result list concatenation).
* Fixes error when clicking an empty space. Fixes bug #338238
* Fixes error when pressing alt+enter, bug #341417
* Fix the configuration file parsing that produced an error in some cases. Fixes bug 341101 by P. Oscar Boykin.
* Fix the possible bug when no connection is available when parsing galeon xml file
* Fix an error when deskbar is on bottom panel and empty string is entered
Contributors to this release: Mikkel Kamstrup Erlandsen, Raphael Slinckx
Translations:
* Added nepali translation 'ne.po'
* Updated Bulgarian translation by Alexander Shopov <ash%contact.bg@localhost>
* Updated French translation.
* Added Indonesian Translation.
* Translation updated by Laurent Richard, R.A Mauchin, Jonathan Ernst and Stéphane Raimbault
* Udated Finnish translation.
* Updated Traditional Chinese translation(Hong Kong).
* Updated Traditional Chinese translation(Taiwan).
Contributors to the translations: Ahmad Riza H Nst, Alexander Shopov, Benoît Dejean, Chao-Hsiung Liao, Christophe Fergeau, Ilkka Tuohela, Pawan Chitrakar, Laurent Richard, R.A Mauchin, Jonathan Ernst
and Stéphane Raimbault
deskbar-applet 2.14.1.1
Changes:
* Correctly handle multiple profiles in mozilla/ff.
* Correctly handle browser symlinks with parameters.
* Added artdir to the pkgconfig file.
* Better detection of Beagle .desktop files (e.g. now works on Fedora).
* Fix the handlers callback to set preferences so they take a dialog as parameter.
Contributors to this release: Raphael Slinckx, Michael Hofmann, Ignacio Vazquez-Abrams
Translations:
* Updated Simplified Chinese translation.
Contributors to the translations: Funda Wang
deskbar-applet 2.14.1
Changes:
* History order was reversed each time the applet was removed/added to a top panel. Fix that (bug #337782).
* Fixes typo in the if statement preventing duplicate detection to work properly
* Repair the no-history not appearing when history.pickle was not present
* Add transparency to Cuemiac mode Patch by Joachim Breitner <mail%joachim-breitner.de@localhost>
* Fix the history order, and update order when switching form bottom to top panel
* Implement a is_valid method to ask a match if it's still valid, to evaluate if it should be stored in history
* Follow symlinks to detect the browser
* Fix error if last_visible_path iter is None
* Fix duplication of items in deskbar history list
* Use the history icon when displaying history items and bookmark when displaying bookmarks
* Don't throw errors if an unknown beagle type is encountered
* Pass the preferences dialog to the "more" callback to allow info dialogs to be transient
* Correctly use imlogviewer passing client name to it
* Fix bug #335367. Activate the bottom hit of the view when the cuem/entr-iac is at a bottom panel.
* Fix bug #335446 where deskbar crashes when the user hits up/down immediately after entering some text.
* Implement mozilla/firefox history search, only the url, since history format is braindead. Patch by Flavio Gargiulo <flagar%gmail.com@localhost>
* Fixes the proxy detection code for google-live. Patch by Sebastian Dröge <mail%slomosnail.de@localhost>
* Fix entry in button mode placement for vertical panels Patch by Joachim Breitner <joachim%breitner.de@localhost> Fixes bug #334492
Contributors to this release: Raphael Slinckx, Pema Geyleg, Mikkel Kamstrup Erlandsen, Yair Hershkovitz, Rhys Jones
Translations:
* Added Dzongkha translation.
* Added Hebrew translation.
* Added Welsh translation.
* Updated Czech translation.
* Updated Finnish translation.
* Updated Georgian translation.
* Updated Greek translation.
Contributors to the translations: Vladimer Sichinava, Miloslav Trmac, Pema Geyleg, Priit Laes, Ilkka Tuohela, Nikos Charonitakis, Yair Hershkovitz, Rhys Jones
diffstat:
misc/deskbar-applet/Makefile | 5 ++---
misc/deskbar-applet/PLIST | 9 ++++++++-
misc/deskbar-applet/distinfo | 8 ++++----
3 files changed, 14 insertions(+), 8 deletions(-)
diffs (76 lines):
diff -r a29a3c95d092 -r 53e783948adf misc/deskbar-applet/Makefile
--- a/misc/deskbar-applet/Makefile Sun Aug 06 19:32:04 2006 +0000
+++ b/misc/deskbar-applet/Makefile Sun Aug 06 19:53:44 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2006/07/12 15:28:39 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/08/06 19:53:44 jmmv Exp $
#
-DISTNAME= deskbar-applet-2.14.0.1
-PKGREVISION= 1
+DISTNAME= deskbar-applet-2.14.2
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/deskbar-applet/2.14/}
EXTRACT_SUFX= .tar.bz2
diff -r a29a3c95d092 -r 53e783948adf misc/deskbar-applet/PLIST
--- a/misc/deskbar-applet/PLIST Sun Aug 06 19:32:04 2006 +0000
+++ b/misc/deskbar-applet/PLIST Sun Aug 06 19:53:44 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:25 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/08/06 19:53:44 jmmv Exp $
lib/bonobo/servers/Deskbar_Applet.server
lib/deskbar-applet/deskbar-applet
lib/deskbar-applet/handlers/beagle-live.py
@@ -179,6 +179,7 @@
share/deskbar-applet/art/deskbar-applet-panel-v.svg
share/deskbar-applet/art/deskbar-applet-small.png
share/deskbar-applet/art/deskbar-applet.svg
+share/deskbar-applet/art/epiphany-history.png
share/deskbar-applet/art/folder-bookmark.png
share/deskbar-applet/art/generic.png
share/deskbar-applet/art/google.png
@@ -190,18 +191,23 @@
share/locale/bg/LC_MESSAGES/deskbar-applet.mo
share/locale/ca/LC_MESSAGES/deskbar-applet.mo
share/locale/cs/LC_MESSAGES/deskbar-applet.mo
+share/locale/cy/LC_MESSAGES/deskbar-applet.mo
share/locale/da/LC_MESSAGES/deskbar-applet.mo
share/locale/de/LC_MESSAGES/deskbar-applet.mo
+share/locale/dz/LC_MESSAGES/deskbar-applet.mo
share/locale/el/LC_MESSAGES/deskbar-applet.mo
share/locale/en_CA/LC_MESSAGES/deskbar-applet.mo
share/locale/en_GB/LC_MESSAGES/deskbar-applet.mo
share/locale/es/LC_MESSAGES/deskbar-applet.mo
+share/locale/et/LC_MESSAGES/deskbar-applet.mo
share/locale/fi/LC_MESSAGES/deskbar-applet.mo
share/locale/fr/LC_MESSAGES/deskbar-applet.mo
share/locale/gl/LC_MESSAGES/deskbar-applet.mo
share/locale/gu/LC_MESSAGES/deskbar-applet.mo
+share/locale/he/LC_MESSAGES/deskbar-applet.mo
share/locale/hi/LC_MESSAGES/deskbar-applet.mo
share/locale/hu/LC_MESSAGES/deskbar-applet.mo
+share/locale/id/LC_MESSAGES/deskbar-applet.mo
share/locale/it/LC_MESSAGES/deskbar-applet.mo
share/locale/ja/LC_MESSAGES/deskbar-applet.mo
share/locale/ka/LC_MESSAGES/deskbar-applet.mo
@@ -210,6 +216,7 @@
share/locale/lt/LC_MESSAGES/deskbar-applet.mo
share/locale/mk/LC_MESSAGES/deskbar-applet.mo
share/locale/nb/LC_MESSAGES/deskbar-applet.mo
+share/locale/ne/LC_MESSAGES/deskbar-applet.mo
share/locale/nl/LC_MESSAGES/deskbar-applet.mo
share/locale/pa/LC_MESSAGES/deskbar-applet.mo
share/locale/pl/LC_MESSAGES/deskbar-applet.mo
diff -r a29a3c95d092 -r 53e783948adf misc/deskbar-applet/distinfo
--- a/misc/deskbar-applet/distinfo Sun Aug 06 19:32:04 2006 +0000
+++ b/misc/deskbar-applet/distinfo Sun Aug 06 19:53:44 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/04/01 19:39:03 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2006/08/06 19:53:44 jmmv Exp $
-SHA1 (deskbar-applet-2.14.0.1.tar.bz2) = 80efe79389cd14ca718b1ccc33fe78c2b271713c
-RMD160 (deskbar-applet-2.14.0.1.tar.bz2) = f9eb5feb37c1fdfcea90fdf02d5bd91d5901c6ee
-Size (deskbar-applet-2.14.0.1.tar.bz2) = 488833 bytes
+SHA1 (deskbar-applet-2.14.2.tar.bz2) = d0d5f3f1ec704c84d69a6bc94d5699d77d5dbc62
+RMD160 (deskbar-applet-2.14.2.tar.bz2) = b97da51fbb83537b523dad347cf7e6142be61c86
+Size (deskbar-applet-2.14.2.tar.bz2) = 498475 bytes
Home |
Main Index |
Thread Index |
Old Index