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>
* 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>
* 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>
* Fixes the proxy detection code for google-live. Patch by Sebastian Dröge <mail@slomosnail.de>
* Fix entry in button mode placement for vertical panels Patch by Joachim Breitner <joachim@breitner.de> 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
2006-08-06 21:53:44 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2006/08/06 19:53:44 jmmv Exp $
|
2006-04-01 21:39:03 +02:00
|
|
|
#
|
|
|
|
|
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>
* 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>
* 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>
* Fixes the proxy detection code for google-live. Patch by Sebastian Dröge <mail@slomosnail.de>
* Fix entry in button mode placement for vertical panels Patch by Joachim Breitner <joachim@breitner.de> 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
2006-08-06 21:53:44 +02:00
|
|
|
DISTNAME= deskbar-applet-2.14.2
|
2006-04-01 21:39:03 +02:00
|
|
|
CATEGORIES= misc gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/deskbar-applet/2.14/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
|
|
HOMEPAGE= http://raphael.slinckx.net/deskbar
|
|
|
|
COMMENT= Omnipresent, versatile search interface for the GNOME Desktop
|
|
|
|
|
2006-05-18 22:29:58 +02:00
|
|
|
BROKEN_IN= pkgsrc-2006Q1
|
|
|
|
|
2006-04-01 21:39:03 +02:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
|
|
USE_LIBTOOL= YES
|
|
|
|
USE_PKGLOCALEDIR= YES
|
2006-07-05 07:37:39 +02:00
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
2006-04-01 21:39:03 +02:00
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE= data/deskbar-applet.pc
|
|
|
|
|
|
|
|
GCONF2_SCHEMAS= deskbar-applet.schemas
|
|
|
|
|
2006-07-12 17:28:39 +02:00
|
|
|
PYTHON_ACCEPTED_VERSIONS= 24
|
2006-04-01 21:39:03 +02:00
|
|
|
PYTHON_PATCH_SCRIPTS= deskbar/deskbar-applet.py
|
|
|
|
PY_PATCHPLIST= yes
|
|
|
|
|
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
|
|
.include "../../devel/py-gobject/buildlink3.mk"
|
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../mail/evolution-data-server/buildlink3.mk"
|
|
|
|
.include "../../x11/gnome-desktop/buildlink3.mk"
|
|
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
|
|
.include "../../x11/py-gnome2/buildlink3.mk"
|
|
|
|
.include "../../x11/py-gnome2-extras/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|