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.28.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99a0a196bc1d
branches:  trunk
changeset: 567452:99a0a196bc1d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 17 17:19:58 2009 +0000

description:
Update to 2.28.0:

=====================
deskbar-applet 2.28.0
=====================

Translations:
- Updated as: Amitakhya Phukan
- Updated da: Kenneth Nielsen
- Updated el: Kostas Papadimas
- Updated el: Μάριος Ζηντίλης
- Updated en_GB: Philip Withnall
- Updated hi: Rajesh Ranjan
- Updated hu: Gabor Kelemen
- Updated it: Milo Casagrande
- Updated lt: Aurimas Fišeras
- Updated mai: Sangeeta Kumari
- Updated ml: Ani Peter
- Updated mr: Sandeep Shedmake
- Updated pa: A S Alam
- Updated ro: Adi Roiban
- Updated sl: Matej Urbančič
- Updated te: Krishna Babu K

======================
deskbar-applet 2.27.92
======================

- Fixed bug #593798:  Duplicate object id in preferences ui file

Translations:
- Updated bn_IN: Runa Bhattacharjee
- Updated bn: Loba Yeasmeen
- Updated br: Denis
- Updated ca: Gil Forcada
- Updated cs: Pavel Šefránek
- Updated de: Mario Blättermann
- Updated gu: Sweta Kothari
- Updated hu: Gabor Kelemen
- Updated kn: Shankar Prasad
- Updated ko: Changwoo Ryu
- Updated pt: Duarte Loreto
- Updated ta: I. Felix

======================
deskbar-applet 2.27.91
======================

- Reverted fix for bug #578803: deskbar-applet incorrectly installs to pythondir rather than pyexecdir
- Fixed bug #589094: deskbar installs in libdir instead of libexecdir

Translations:
- Updated bg: Alexander Shopov
- Updated da: Leif Larsen
- Updated eu: Iñaki Larrañaga Murgoitio
- Updated fr: Claude Paroz
- Updated gl: Antón Méixome
- Updated pl: Tomasz Dominikowski
- Updated th: Theppitak Karoonboonyanan

======================
deskbar-applet 2.27.90
======================

Translations:
- Updated ar: Khaled Hosny
- Updated ca@valencia: Carles Ferrando Garcia
- Updated ga: Seán de Búrca

=====================
deskbar-applet 2.27.5
=====================

Translations:
- Updated fi: Ilkka Tuohela
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao

=====================
deskbar-applet 2.27.4
=====================
In this release the dependency on deprecated libgnomeui has been removed.

- Fixed bug in files handler that uppercase querys never showed up
- Use gio instead gnome.ui to retrieve thumbnails
- Use SessionManager DBus service to logout/restart/shutdown instead of gnome.ui
- Fixed bug #573639: Remove deprecated libgnomeui dependency
- Always execute default action of first item when pressing Enter in entry
- Use Utils.url_show_file instead of gnome-open

- Updated cs: Lucas Lommer
- Updated et: Ivar Smolin
- Updated he: Yaron Shahrabani
- Updated uk: wanderlust

=====================
deskbar-applet 2.27.3
=====================

Translations:
- Updated da: Kenneth Nielsen
- Updated nb: Kjartan Maraas
- Updated sv: Daniel Nylander

=====================
deskbar-applet 2.27.2
=====================

- Fixed bug #582131: build: missing ChangeLog when running automake
- Fixed bug that caused the window to show up again when intending to close it by pressing the keybinding

Translations:
- Updated el: Fotis Tsamis
- Updated et: Ivar Smolin
- Updated or: Manoj Kumar Giri
- Updated pt_BR: Og Maciel

=====================
deskbar-applet 2.27.1
=====================

- Fixed bug #575185: Scan directories in templates folder
- Display tooltips in history popup
- Fixed parts of bug #577649. Check if templates directory can be retrieved and exists in has_requirements.
- Fixed bug #580548: Error in ActionsFactory when file doesn't exist
- Fixed bug #580188: self._desktop is None in OpenDesktopFileAction.py
- Fixed bug 581207: Use g_timeout_add_seconds to reduce wakeups (Javier Jardón)

Translations:
- Updated ar: Khaled Hosny
- Updated es: Jorge González
- Updated or: Manoj Kumar Giri
- Updated zh_CN: Deng Xiyue

diffstat:

 misc/deskbar-applet/Makefile |    9 +-
 misc/deskbar-applet/PLIST    |  152 ++++++++++++++++++++++--------------------
 misc/deskbar-applet/distinfo |    8 +-
 3 files changed, 88 insertions(+), 81 deletions(-)

diffs (249 lines):

diff -r 1195652a2bdc -r 99a0a196bc1d misc/deskbar-applet/Makefile
--- a/misc/deskbar-applet/Makefile      Tue Nov 17 17:11:18 2009 +0000
+++ b/misc/deskbar-applet/Makefile      Tue Nov 17 17:19:58 2009 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.42 2009/09/23 09:54:45 tron Exp $
+# $NetBSD: Makefile,v 1.43 2009/11/17 17:19:58 wiz Exp $
 #
 
-DISTNAME=      deskbar-applet-2.26.2
-PKGREVISION=   1
+DISTNAME=      deskbar-applet-2.28.0
 CATEGORIES=    misc gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/deskbar-applet/2.26/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/deskbar-applet/2.28/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    drochner%NetBSD.org@localhost
@@ -19,7 +18,7 @@
 USE_PKGLOCALEDIR=      YES
 USE_TOOLS+=            gmake intltool msgfmt pkg-config
 
-PKGCONFIG_OVERRIDE=    data/deskbar-applet.pc
+PKGCONFIG_OVERRIDE=    data/deskbar-applet.pc.in
 
 GCONF_SCHEMAS=         deskbar-applet.schemas
 
diff -r 1195652a2bdc -r 99a0a196bc1d misc/deskbar-applet/PLIST
--- a/misc/deskbar-applet/PLIST Tue Nov 17 17:11:18 2009 +0000
+++ b/misc/deskbar-applet/PLIST Tue Nov 17 17:19:58 2009 +0000
@@ -1,72 +1,5 @@
-@comment $NetBSD: PLIST,v 1.16 2009/06/14 18:07:19 joerg Exp $
+@comment $NetBSD: PLIST,v 1.17 2009/11/17 17:19:58 wiz Exp $
 lib/bonobo/servers/Deskbar_Applet.server
-lib/deskbar-applet/deskbar-applet
-lib/deskbar-applet/modules-2.20-compatible/beagle-live.py
-lib/deskbar-applet/modules-2.20-compatible/beagle-live.pyc
-lib/deskbar-applet/modules-2.20-compatible/beagle-live.pyo
-lib/deskbar-applet/modules-2.20-compatible/beagle-static.py
-lib/deskbar-applet/modules-2.20-compatible/beagle-static.pyc
-lib/deskbar-applet/modules-2.20-compatible/beagle-static.pyo
-lib/deskbar-applet/modules-2.20-compatible/calculator.py
-lib/deskbar-applet/modules-2.20-compatible/calculator.pyc
-lib/deskbar-applet/modules-2.20-compatible/calculator.pyo
-lib/deskbar-applet/modules-2.20-compatible/desklicious.py
-lib/deskbar-applet/modules-2.20-compatible/desklicious.pyc
-lib/deskbar-applet/modules-2.20-compatible/desklicious.pyo
-lib/deskbar-applet/modules-2.20-compatible/epiphany.py
-lib/deskbar-applet/modules-2.20-compatible/epiphany.pyc
-lib/deskbar-applet/modules-2.20-compatible/epiphany.pyo
-lib/deskbar-applet/modules-2.20-compatible/evolution.py
-lib/deskbar-applet/modules-2.20-compatible/evolution.pyc
-lib/deskbar-applet/modules-2.20-compatible/evolution.pyo
-lib/deskbar-applet/modules-2.20-compatible/files.py
-lib/deskbar-applet/modules-2.20-compatible/files.pyc
-lib/deskbar-applet/modules-2.20-compatible/files.pyo
-lib/deskbar-applet/modules-2.20-compatible/gdmactions.py
-lib/deskbar-applet/modules-2.20-compatible/gdmactions.pyc
-lib/deskbar-applet/modules-2.20-compatible/gdmactions.pyo
-lib/deskbar-applet/modules-2.20-compatible/googlecodesearch.py
-lib/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyc
-lib/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyo
-lib/deskbar-applet/modules-2.20-compatible/googlesearch.py
-lib/deskbar-applet/modules-2.20-compatible/googlesearch.pyc
-lib/deskbar-applet/modules-2.20-compatible/googlesearch.pyo
-lib/deskbar-applet/modules-2.20-compatible/history.py
-lib/deskbar-applet/modules-2.20-compatible/history.pyc
-lib/deskbar-applet/modules-2.20-compatible/history.pyo
-lib/deskbar-applet/modules-2.20-compatible/iswitch-window.py
-lib/deskbar-applet/modules-2.20-compatible/iswitch-window.pyc
-lib/deskbar-applet/modules-2.20-compatible/iswitch-window.pyo
-lib/deskbar-applet/modules-2.20-compatible/mozilla.py
-lib/deskbar-applet/modules-2.20-compatible/mozilla.pyc
-lib/deskbar-applet/modules-2.20-compatible/mozilla.pyo
-lib/deskbar-applet/modules-2.20-compatible/opensearch.py
-lib/deskbar-applet/modules-2.20-compatible/opensearch.pyc
-lib/deskbar-applet/modules-2.20-compatible/opensearch.pyo
-lib/deskbar-applet/modules-2.20-compatible/programs.py
-lib/deskbar-applet/modules-2.20-compatible/programs.pyc
-lib/deskbar-applet/modules-2.20-compatible/programs.pyo
-lib/deskbar-applet/modules-2.20-compatible/recent.py
-lib/deskbar-applet/modules-2.20-compatible/recent.pyc
-lib/deskbar-applet/modules-2.20-compatible/recent.pyo
-lib/deskbar-applet/modules-2.20-compatible/templates.py
-lib/deskbar-applet/modules-2.20-compatible/templates.pyc
-lib/deskbar-applet/modules-2.20-compatible/templates.pyo
-lib/deskbar-applet/modules-2.20-compatible/tomboy.py
-lib/deskbar-applet/modules-2.20-compatible/tomboy.pyc
-lib/deskbar-applet/modules-2.20-compatible/tomboy.pyo
-lib/deskbar-applet/modules-2.20-compatible/twitter.py
-lib/deskbar-applet/modules-2.20-compatible/twitter.pyc
-lib/deskbar-applet/modules-2.20-compatible/twitter.pyo
-lib/deskbar-applet/modules-2.20-compatible/web_address.py
-lib/deskbar-applet/modules-2.20-compatible/web_address.pyc
-lib/deskbar-applet/modules-2.20-compatible/web_address.pyo
-lib/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.py
-lib/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyc
-lib/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyo
-lib/deskbar-applet/modules-2.20-compatible/yahoo.py
-lib/deskbar-applet/modules-2.20-compatible/yahoo.pyc
-lib/deskbar-applet/modules-2.20-compatible/yahoo.pyo
 lib/pkgconfig/deskbar-applet.pc
 ${PYSITELIB}/deskbar/__init__.py
 ${PYSITELIB}/deskbar/__init__.pyc
@@ -176,10 +109,6 @@
 ${PYSITELIB}/deskbar/handlers/evolution/__init__.pyc
 ${PYSITELIB}/deskbar/handlers/evolution/__init__.pyo
 ${PYSITELIB}/deskbar/handlers/evolution/_evolution.la
-${PYSITELIB}/deskbar/handlers/gdmclient/__init__.py
-${PYSITELIB}/deskbar/handlers/gdmclient/__init__.pyc
-${PYSITELIB}/deskbar/handlers/gdmclient/__init__.pyo
-${PYSITELIB}/deskbar/handlers/gdmclient/_gdmclient.la
 ${PYSITELIB}/deskbar/interfaces/Action.py
 ${PYSITELIB}/deskbar/interfaces/Action.pyc
 ${PYSITELIB}/deskbar/interfaces/Action.pyo
@@ -293,6 +222,73 @@
 ${PYSITELIB}/deskbar/ui/preferences/__init__.py
 ${PYSITELIB}/deskbar/ui/preferences/__init__.pyc
 ${PYSITELIB}/deskbar/ui/preferences/__init__.pyo
+libexec/deskbar-applet/deskbar-applet
+libexec/deskbar-applet/modules-2.20-compatible/beagle-live.py
+libexec/deskbar-applet/modules-2.20-compatible/beagle-live.pyc
+libexec/deskbar-applet/modules-2.20-compatible/beagle-live.pyo
+libexec/deskbar-applet/modules-2.20-compatible/beagle-static.py
+libexec/deskbar-applet/modules-2.20-compatible/beagle-static.pyc
+libexec/deskbar-applet/modules-2.20-compatible/beagle-static.pyo
+libexec/deskbar-applet/modules-2.20-compatible/calculator.py
+libexec/deskbar-applet/modules-2.20-compatible/calculator.pyc
+libexec/deskbar-applet/modules-2.20-compatible/calculator.pyo
+libexec/deskbar-applet/modules-2.20-compatible/desklicious.py
+libexec/deskbar-applet/modules-2.20-compatible/desklicious.pyc
+libexec/deskbar-applet/modules-2.20-compatible/desklicious.pyo
+libexec/deskbar-applet/modules-2.20-compatible/epiphany.py
+libexec/deskbar-applet/modules-2.20-compatible/epiphany.pyc
+libexec/deskbar-applet/modules-2.20-compatible/epiphany.pyo
+libexec/deskbar-applet/modules-2.20-compatible/evolution.py
+libexec/deskbar-applet/modules-2.20-compatible/evolution.pyc
+libexec/deskbar-applet/modules-2.20-compatible/evolution.pyo
+libexec/deskbar-applet/modules-2.20-compatible/files.py
+libexec/deskbar-applet/modules-2.20-compatible/files.pyc
+libexec/deskbar-applet/modules-2.20-compatible/files.pyo
+libexec/deskbar-applet/modules-2.20-compatible/gdmactions.py
+libexec/deskbar-applet/modules-2.20-compatible/gdmactions.pyc
+libexec/deskbar-applet/modules-2.20-compatible/gdmactions.pyo
+libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.py
+libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyc
+libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyo
+libexec/deskbar-applet/modules-2.20-compatible/googlesearch.py
+libexec/deskbar-applet/modules-2.20-compatible/googlesearch.pyc
+libexec/deskbar-applet/modules-2.20-compatible/googlesearch.pyo
+libexec/deskbar-applet/modules-2.20-compatible/history.py
+libexec/deskbar-applet/modules-2.20-compatible/history.pyc
+libexec/deskbar-applet/modules-2.20-compatible/history.pyo
+libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.py
+libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.pyc
+libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.pyo
+libexec/deskbar-applet/modules-2.20-compatible/mozilla.py
+libexec/deskbar-applet/modules-2.20-compatible/mozilla.pyc
+libexec/deskbar-applet/modules-2.20-compatible/mozilla.pyo
+libexec/deskbar-applet/modules-2.20-compatible/opensearch.py
+libexec/deskbar-applet/modules-2.20-compatible/opensearch.pyc
+libexec/deskbar-applet/modules-2.20-compatible/opensearch.pyo
+libexec/deskbar-applet/modules-2.20-compatible/programs.py
+libexec/deskbar-applet/modules-2.20-compatible/programs.pyc
+libexec/deskbar-applet/modules-2.20-compatible/programs.pyo
+libexec/deskbar-applet/modules-2.20-compatible/recent.py
+libexec/deskbar-applet/modules-2.20-compatible/recent.pyc
+libexec/deskbar-applet/modules-2.20-compatible/recent.pyo
+libexec/deskbar-applet/modules-2.20-compatible/templates.py
+libexec/deskbar-applet/modules-2.20-compatible/templates.pyc
+libexec/deskbar-applet/modules-2.20-compatible/templates.pyo
+libexec/deskbar-applet/modules-2.20-compatible/tomboy.py
+libexec/deskbar-applet/modules-2.20-compatible/tomboy.pyc
+libexec/deskbar-applet/modules-2.20-compatible/tomboy.pyo
+libexec/deskbar-applet/modules-2.20-compatible/twitter.py
+libexec/deskbar-applet/modules-2.20-compatible/twitter.pyc
+libexec/deskbar-applet/modules-2.20-compatible/twitter.pyo
+libexec/deskbar-applet/modules-2.20-compatible/web_address.py
+libexec/deskbar-applet/modules-2.20-compatible/web_address.pyc
+libexec/deskbar-applet/modules-2.20-compatible/web_address.pyo
+libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.py
+libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyc
+libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyo
+libexec/deskbar-applet/modules-2.20-compatible/yahoo.py
+libexec/deskbar-applet/modules-2.20-compatible/yahoo.pyc
+libexec/deskbar-applet/modules-2.20-compatible/yahoo.pyo
 share/deskbar-applet/Deskbar_Applet.xml
 share/deskbar-applet/art/delicious.png
 share/deskbar-applet/art/deskbar-applet-panel-h.png
@@ -319,6 +315,12 @@
 share/gnome/help/deskbar/ca/deskbar.xml
 share/gnome/help/deskbar/ca/figures/deskbar-applet.png
 share/gnome/help/deskbar/ca/legal.xml
+share/gnome/help/deskbar/cs/deskbar.xml
+share/gnome/help/deskbar/cs/figures/deskbar-applet.png
+share/gnome/help/deskbar/cs/legal.xml
+share/gnome/help/deskbar/da/deskbar.xml
+share/gnome/help/deskbar/da/figures/deskbar-applet.png
+share/gnome/help/deskbar/da/legal.xml
 share/gnome/help/deskbar/de/deskbar.xml
 share/gnome/help/deskbar/de/figures/deskbar-applet.png
 share/gnome/help/deskbar/de/legal.xml
@@ -369,7 +371,9 @@
 share/locale/bg/LC_MESSAGES/deskbar-applet.mo
 share/locale/bn/LC_MESSAGES/deskbar-applet.mo
 share/locale/bn_IN/LC_MESSAGES/deskbar-applet.mo
+share/locale/br/LC_MESSAGES/deskbar-applet.mo
 share/locale/ca/LC_MESSAGES/deskbar-applet.mo
+share/locale/ca@valencia/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
@@ -384,6 +388,7 @@
 share/locale/fa/LC_MESSAGES/deskbar-applet.mo
 share/locale/fi/LC_MESSAGES/deskbar-applet.mo
 share/locale/fr/LC_MESSAGES/deskbar-applet.mo
+share/locale/ga/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
@@ -399,6 +404,7 @@
 share/locale/ku/LC_MESSAGES/deskbar-applet.mo
 share/locale/lt/LC_MESSAGES/deskbar-applet.mo
 share/locale/lv/LC_MESSAGES/deskbar-applet.mo
+share/locale/mai/LC_MESSAGES/deskbar-applet.mo
 share/locale/mg/LC_MESSAGES/deskbar-applet.mo
 share/locale/mk/LC_MESSAGES/deskbar-applet.mo
 share/locale/ml/LC_MESSAGES/deskbar-applet.mo
@@ -435,6 +441,8 @@
 share/locale/zh_TW/LC_MESSAGES/deskbar-applet.mo
 share/omf/deskbar/deskbar-C.omf
 share/omf/deskbar/deskbar-ca.omf
+share/omf/deskbar/deskbar-cs.omf
+share/omf/deskbar/deskbar-da.omf
 share/omf/deskbar/deskbar-de.omf
 share/omf/deskbar/deskbar-el.omf
 share/omf/deskbar/deskbar-en_GB.omf
diff -r 1195652a2bdc -r 99a0a196bc1d misc/deskbar-applet/distinfo
--- a/misc/deskbar-applet/distinfo      Tue Nov 17 17:11:18 2009 +0000
+++ b/misc/deskbar-applet/distinfo      Tue Nov 17 17:19:58 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2009/05/19 11:53:49 wiz Exp $
+$NetBSD: distinfo,v 1.18 2009/11/17 17:19:58 wiz Exp $
 
-SHA1 (deskbar-applet-2.26.2.tar.bz2) = 4a203f094020ad3c743f2e1c888f3003302ecfcc
-RMD160 (deskbar-applet-2.26.2.tar.bz2) = 439be94415675764d94aac06f8cb63ef56fef941
-Size (deskbar-applet-2.26.2.tar.bz2) = 981493 bytes
+SHA1 (deskbar-applet-2.28.0.tar.bz2) = 4901a7e0b62c092d0d3b5ebf4a0bab539b7bc5ec
+RMD160 (deskbar-applet-2.28.0.tar.bz2) = 308f8d5a09f82254334de77aa3fbf697e12116b0
+Size (deskbar-applet-2.28.0.tar.bz2) = 1087593 bytes


Home | Main Index | Thread Index | Old Index