Tue Nov 17 17:19:58 2009 UTC ()
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


(wiz)
diff -r1.42 -r1.43 pkgsrc/misc/deskbar-applet/Makefile
diff -r1.16 -r1.17 pkgsrc/misc/deskbar-applet/PLIST
diff -r1.17 -r1.18 pkgsrc/misc/deskbar-applet/distinfo

cvs diff -r1.42 -r1.43 pkgsrc/misc/deskbar-applet/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/deskbar-applet/Attic/Makefile 2009/09/23 09:54:45 1.42
+++ pkgsrc/misc/deskbar-applet/Attic/Makefile 2009/11/17 17:19:58 1.43
@@ -1,35 +1,34 @@ @@ -1,35 +1,34 @@
1# $NetBSD: Makefile,v 1.42 2009/09/23 09:54:45 tron Exp $ 1# $NetBSD: Makefile,v 1.43 2009/11/17 17:19:58 wiz Exp $
2# 2#
3 3
4DISTNAME= deskbar-applet-2.26.2 4DISTNAME= deskbar-applet-2.28.0
5PKGREVISION= 1 
6CATEGORIES= misc gnome 5CATEGORIES= misc gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/deskbar-applet/2.26/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/deskbar-applet/2.28/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= drochner@NetBSD.org 9MAINTAINER= drochner@NetBSD.org
11HOMEPAGE= http://raphael.slinckx.net/deskbar/ 10HOMEPAGE= http://raphael.slinckx.net/deskbar/
12COMMENT= Omnipresent, versatile search interface for the GNOME Desktop 11COMMENT= Omnipresent, versatile search interface for the GNOME Desktop
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
17GNU_CONFIGURE= YES 16GNU_CONFIGURE= YES
18USE_LIBTOOL= YES 17USE_LIBTOOL= YES
19USE_PKGLOCALEDIR= YES 18USE_PKGLOCALEDIR= YES
20USE_TOOLS+= gmake intltool msgfmt pkg-config 19USE_TOOLS+= gmake intltool msgfmt pkg-config
21 20
22PKGCONFIG_OVERRIDE= data/deskbar-applet.pc 21PKGCONFIG_OVERRIDE= data/deskbar-applet.pc.in
23 22
24GCONF_SCHEMAS= deskbar-applet.schemas 23GCONF_SCHEMAS= deskbar-applet.schemas
25 24
26PYTHON_PATCH_SCRIPTS= deskbar/deskbar-applet.py 25PYTHON_PATCH_SCRIPTS= deskbar/deskbar-applet.py
27PY_PATCHPLIST= yes 26PY_PATCHPLIST= yes
28 27
29BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 28BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
30 29
31.include "../../devel/GConf/schemas.mk" 30.include "../../devel/GConf/schemas.mk"
32.include "../../devel/gettext-lib/buildlink3.mk" 31.include "../../devel/gettext-lib/buildlink3.mk"
33.include "../../devel/libbonobo/buildlink3.mk" 32.include "../../devel/libbonobo/buildlink3.mk"
34.include "../../devel/py-gobject/buildlink3.mk" 33.include "../../devel/py-gobject/buildlink3.mk"
35.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 34.include "../../graphics/hicolor-icon-theme/buildlink3.mk"

cvs diff -r1.16 -r1.17 pkgsrc/misc/deskbar-applet/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/deskbar-applet/Attic/PLIST 2009/06/14 18:07:19 1.16
+++ pkgsrc/misc/deskbar-applet/Attic/PLIST 2009/11/17 17:19:58 1.17
@@ -1,82 +1,15 @@ @@ -1,82 +1,15 @@
1@comment $NetBSD: PLIST,v 1.16 2009/06/14 18:07:19 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.17 2009/11/17 17:19:58 wiz Exp $
2lib/bonobo/servers/Deskbar_Applet.server 2lib/bonobo/servers/Deskbar_Applet.server
3lib/deskbar-applet/deskbar-applet 
4lib/deskbar-applet/modules-2.20-compatible/beagle-live.py 
5lib/deskbar-applet/modules-2.20-compatible/beagle-live.pyc 
6lib/deskbar-applet/modules-2.20-compatible/beagle-live.pyo 
7lib/deskbar-applet/modules-2.20-compatible/beagle-static.py 
8lib/deskbar-applet/modules-2.20-compatible/beagle-static.pyc 
9lib/deskbar-applet/modules-2.20-compatible/beagle-static.pyo 
10lib/deskbar-applet/modules-2.20-compatible/calculator.py 
11lib/deskbar-applet/modules-2.20-compatible/calculator.pyc 
12lib/deskbar-applet/modules-2.20-compatible/calculator.pyo 
13lib/deskbar-applet/modules-2.20-compatible/desklicious.py 
14lib/deskbar-applet/modules-2.20-compatible/desklicious.pyc 
15lib/deskbar-applet/modules-2.20-compatible/desklicious.pyo 
16lib/deskbar-applet/modules-2.20-compatible/epiphany.py 
17lib/deskbar-applet/modules-2.20-compatible/epiphany.pyc 
18lib/deskbar-applet/modules-2.20-compatible/epiphany.pyo 
19lib/deskbar-applet/modules-2.20-compatible/evolution.py 
20lib/deskbar-applet/modules-2.20-compatible/evolution.pyc 
21lib/deskbar-applet/modules-2.20-compatible/evolution.pyo 
22lib/deskbar-applet/modules-2.20-compatible/files.py 
23lib/deskbar-applet/modules-2.20-compatible/files.pyc 
24lib/deskbar-applet/modules-2.20-compatible/files.pyo 
25lib/deskbar-applet/modules-2.20-compatible/gdmactions.py 
26lib/deskbar-applet/modules-2.20-compatible/gdmactions.pyc 
27lib/deskbar-applet/modules-2.20-compatible/gdmactions.pyo 
28lib/deskbar-applet/modules-2.20-compatible/googlecodesearch.py 
29lib/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyc 
30lib/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyo 
31lib/deskbar-applet/modules-2.20-compatible/googlesearch.py 
32lib/deskbar-applet/modules-2.20-compatible/googlesearch.pyc 
33lib/deskbar-applet/modules-2.20-compatible/googlesearch.pyo 
34lib/deskbar-applet/modules-2.20-compatible/history.py 
35lib/deskbar-applet/modules-2.20-compatible/history.pyc 
36lib/deskbar-applet/modules-2.20-compatible/history.pyo 
37lib/deskbar-applet/modules-2.20-compatible/iswitch-window.py 
38lib/deskbar-applet/modules-2.20-compatible/iswitch-window.pyc 
39lib/deskbar-applet/modules-2.20-compatible/iswitch-window.pyo 
40lib/deskbar-applet/modules-2.20-compatible/mozilla.py 
41lib/deskbar-applet/modules-2.20-compatible/mozilla.pyc 
42lib/deskbar-applet/modules-2.20-compatible/mozilla.pyo 
43lib/deskbar-applet/modules-2.20-compatible/opensearch.py 
44lib/deskbar-applet/modules-2.20-compatible/opensearch.pyc 
45lib/deskbar-applet/modules-2.20-compatible/opensearch.pyo 
46lib/deskbar-applet/modules-2.20-compatible/programs.py 
47lib/deskbar-applet/modules-2.20-compatible/programs.pyc 
48lib/deskbar-applet/modules-2.20-compatible/programs.pyo 
49lib/deskbar-applet/modules-2.20-compatible/recent.py 
50lib/deskbar-applet/modules-2.20-compatible/recent.pyc 
51lib/deskbar-applet/modules-2.20-compatible/recent.pyo 
52lib/deskbar-applet/modules-2.20-compatible/templates.py 
53lib/deskbar-applet/modules-2.20-compatible/templates.pyc 
54lib/deskbar-applet/modules-2.20-compatible/templates.pyo 
55lib/deskbar-applet/modules-2.20-compatible/tomboy.py 
56lib/deskbar-applet/modules-2.20-compatible/tomboy.pyc 
57lib/deskbar-applet/modules-2.20-compatible/tomboy.pyo 
58lib/deskbar-applet/modules-2.20-compatible/twitter.py 
59lib/deskbar-applet/modules-2.20-compatible/twitter.pyc 
60lib/deskbar-applet/modules-2.20-compatible/twitter.pyo 
61lib/deskbar-applet/modules-2.20-compatible/web_address.py 
62lib/deskbar-applet/modules-2.20-compatible/web_address.pyc 
63lib/deskbar-applet/modules-2.20-compatible/web_address.pyo 
64lib/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.py 
65lib/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyc 
66lib/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyo 
67lib/deskbar-applet/modules-2.20-compatible/yahoo.py 
68lib/deskbar-applet/modules-2.20-compatible/yahoo.pyc 
69lib/deskbar-applet/modules-2.20-compatible/yahoo.pyo 
70lib/pkgconfig/deskbar-applet.pc 3lib/pkgconfig/deskbar-applet.pc
71${PYSITELIB}/deskbar/__init__.py 4${PYSITELIB}/deskbar/__init__.py
72${PYSITELIB}/deskbar/__init__.pyc 5${PYSITELIB}/deskbar/__init__.pyc
73${PYSITELIB}/deskbar/__init__.pyo 6${PYSITELIB}/deskbar/__init__.pyo
74${PYSITELIB}/deskbar/core/BrowserMatch.py 7${PYSITELIB}/deskbar/core/BrowserMatch.py
75${PYSITELIB}/deskbar/core/BrowserMatch.pyc 8${PYSITELIB}/deskbar/core/BrowserMatch.pyc
76${PYSITELIB}/deskbar/core/BrowserMatch.pyo 9${PYSITELIB}/deskbar/core/BrowserMatch.pyo
77${PYSITELIB}/deskbar/core/Categories.py 10${PYSITELIB}/deskbar/core/Categories.py
78${PYSITELIB}/deskbar/core/Categories.pyc 11${PYSITELIB}/deskbar/core/Categories.pyc
79${PYSITELIB}/deskbar/core/Categories.pyo 12${PYSITELIB}/deskbar/core/Categories.pyo
80${PYSITELIB}/deskbar/core/CoreImpl.py 13${PYSITELIB}/deskbar/core/CoreImpl.py
81${PYSITELIB}/deskbar/core/CoreImpl.pyc 14${PYSITELIB}/deskbar/core/CoreImpl.pyc
82${PYSITELIB}/deskbar/core/CoreImpl.pyo 15${PYSITELIB}/deskbar/core/CoreImpl.pyo
@@ -166,30 +99,26 @@ ${PYSITELIB}/deskbar/handlers/actions/Se @@ -166,30 +99,26 @@ ${PYSITELIB}/deskbar/handlers/actions/Se
166${PYSITELIB}/deskbar/handlers/actions/SendFileViaEmailAction.py 99${PYSITELIB}/deskbar/handlers/actions/SendFileViaEmailAction.py
167${PYSITELIB}/deskbar/handlers/actions/SendFileViaEmailAction.pyc 100${PYSITELIB}/deskbar/handlers/actions/SendFileViaEmailAction.pyc
168${PYSITELIB}/deskbar/handlers/actions/SendFileViaEmailAction.pyo 101${PYSITELIB}/deskbar/handlers/actions/SendFileViaEmailAction.pyo
169${PYSITELIB}/deskbar/handlers/actions/ShowUrlAction.py 102${PYSITELIB}/deskbar/handlers/actions/ShowUrlAction.py
170${PYSITELIB}/deskbar/handlers/actions/ShowUrlAction.pyc 103${PYSITELIB}/deskbar/handlers/actions/ShowUrlAction.pyc
171${PYSITELIB}/deskbar/handlers/actions/ShowUrlAction.pyo 104${PYSITELIB}/deskbar/handlers/actions/ShowUrlAction.pyo
172${PYSITELIB}/deskbar/handlers/actions/__init__.py 105${PYSITELIB}/deskbar/handlers/actions/__init__.py
173${PYSITELIB}/deskbar/handlers/actions/__init__.pyc 106${PYSITELIB}/deskbar/handlers/actions/__init__.pyc
174${PYSITELIB}/deskbar/handlers/actions/__init__.pyo 107${PYSITELIB}/deskbar/handlers/actions/__init__.pyo
175${PYSITELIB}/deskbar/handlers/evolution/__init__.py 108${PYSITELIB}/deskbar/handlers/evolution/__init__.py
176${PYSITELIB}/deskbar/handlers/evolution/__init__.pyc 109${PYSITELIB}/deskbar/handlers/evolution/__init__.pyc
177${PYSITELIB}/deskbar/handlers/evolution/__init__.pyo 110${PYSITELIB}/deskbar/handlers/evolution/__init__.pyo
178${PYSITELIB}/deskbar/handlers/evolution/_evolution.la 111${PYSITELIB}/deskbar/handlers/evolution/_evolution.la
179${PYSITELIB}/deskbar/handlers/gdmclient/__init__.py 
180${PYSITELIB}/deskbar/handlers/gdmclient/__init__.pyc 
181${PYSITELIB}/deskbar/handlers/gdmclient/__init__.pyo 
182${PYSITELIB}/deskbar/handlers/gdmclient/_gdmclient.la 
183${PYSITELIB}/deskbar/interfaces/Action.py 112${PYSITELIB}/deskbar/interfaces/Action.py
184${PYSITELIB}/deskbar/interfaces/Action.pyc 113${PYSITELIB}/deskbar/interfaces/Action.pyc
185${PYSITELIB}/deskbar/interfaces/Action.pyo 114${PYSITELIB}/deskbar/interfaces/Action.pyo
186${PYSITELIB}/deskbar/interfaces/Controller.py 115${PYSITELIB}/deskbar/interfaces/Controller.py
187${PYSITELIB}/deskbar/interfaces/Controller.pyc 116${PYSITELIB}/deskbar/interfaces/Controller.pyc
188${PYSITELIB}/deskbar/interfaces/Controller.pyo 117${PYSITELIB}/deskbar/interfaces/Controller.pyo
189${PYSITELIB}/deskbar/interfaces/Core.py 118${PYSITELIB}/deskbar/interfaces/Core.py
190${PYSITELIB}/deskbar/interfaces/Core.pyc 119${PYSITELIB}/deskbar/interfaces/Core.pyc
191${PYSITELIB}/deskbar/interfaces/Core.pyo 120${PYSITELIB}/deskbar/interfaces/Core.pyo
192${PYSITELIB}/deskbar/interfaces/Match.py 121${PYSITELIB}/deskbar/interfaces/Match.py
193${PYSITELIB}/deskbar/interfaces/Match.pyc 122${PYSITELIB}/deskbar/interfaces/Match.pyc
194${PYSITELIB}/deskbar/interfaces/Match.pyo 123${PYSITELIB}/deskbar/interfaces/Match.pyo
195${PYSITELIB}/deskbar/interfaces/Module.py 124${PYSITELIB}/deskbar/interfaces/Module.py
@@ -283,52 +212,125 @@ ${PYSITELIB}/deskbar/ui/preferences/Desk @@ -283,52 +212,125 @@ ${PYSITELIB}/deskbar/ui/preferences/Desk
283${PYSITELIB}/deskbar/ui/preferences/DeskbarPreferences.pyo 212${PYSITELIB}/deskbar/ui/preferences/DeskbarPreferences.pyo
284${PYSITELIB}/deskbar/ui/preferences/ErrorDialog.py 213${PYSITELIB}/deskbar/ui/preferences/ErrorDialog.py
285${PYSITELIB}/deskbar/ui/preferences/ErrorDialog.pyc 214${PYSITELIB}/deskbar/ui/preferences/ErrorDialog.pyc
286${PYSITELIB}/deskbar/ui/preferences/ErrorDialog.pyo 215${PYSITELIB}/deskbar/ui/preferences/ErrorDialog.pyo
287${PYSITELIB}/deskbar/ui/preferences/ModuleListView.py 216${PYSITELIB}/deskbar/ui/preferences/ModuleListView.py
288${PYSITELIB}/deskbar/ui/preferences/ModuleListView.pyc 217${PYSITELIB}/deskbar/ui/preferences/ModuleListView.pyc
289${PYSITELIB}/deskbar/ui/preferences/ModuleListView.pyo 218${PYSITELIB}/deskbar/ui/preferences/ModuleListView.pyo
290${PYSITELIB}/deskbar/ui/preferences/ProgressbarDialog.py 219${PYSITELIB}/deskbar/ui/preferences/ProgressbarDialog.py
291${PYSITELIB}/deskbar/ui/preferences/ProgressbarDialog.pyc 220${PYSITELIB}/deskbar/ui/preferences/ProgressbarDialog.pyc
292${PYSITELIB}/deskbar/ui/preferences/ProgressbarDialog.pyo 221${PYSITELIB}/deskbar/ui/preferences/ProgressbarDialog.pyo
293${PYSITELIB}/deskbar/ui/preferences/__init__.py 222${PYSITELIB}/deskbar/ui/preferences/__init__.py
294${PYSITELIB}/deskbar/ui/preferences/__init__.pyc 223${PYSITELIB}/deskbar/ui/preferences/__init__.pyc
295${PYSITELIB}/deskbar/ui/preferences/__init__.pyo 224${PYSITELIB}/deskbar/ui/preferences/__init__.pyo
 225libexec/deskbar-applet/deskbar-applet
 226libexec/deskbar-applet/modules-2.20-compatible/beagle-live.py
 227libexec/deskbar-applet/modules-2.20-compatible/beagle-live.pyc
 228libexec/deskbar-applet/modules-2.20-compatible/beagle-live.pyo
 229libexec/deskbar-applet/modules-2.20-compatible/beagle-static.py
 230libexec/deskbar-applet/modules-2.20-compatible/beagle-static.pyc
 231libexec/deskbar-applet/modules-2.20-compatible/beagle-static.pyo
 232libexec/deskbar-applet/modules-2.20-compatible/calculator.py
 233libexec/deskbar-applet/modules-2.20-compatible/calculator.pyc
 234libexec/deskbar-applet/modules-2.20-compatible/calculator.pyo
 235libexec/deskbar-applet/modules-2.20-compatible/desklicious.py
 236libexec/deskbar-applet/modules-2.20-compatible/desklicious.pyc
 237libexec/deskbar-applet/modules-2.20-compatible/desklicious.pyo
 238libexec/deskbar-applet/modules-2.20-compatible/epiphany.py
 239libexec/deskbar-applet/modules-2.20-compatible/epiphany.pyc
 240libexec/deskbar-applet/modules-2.20-compatible/epiphany.pyo
 241libexec/deskbar-applet/modules-2.20-compatible/evolution.py
 242libexec/deskbar-applet/modules-2.20-compatible/evolution.pyc
 243libexec/deskbar-applet/modules-2.20-compatible/evolution.pyo
 244libexec/deskbar-applet/modules-2.20-compatible/files.py
 245libexec/deskbar-applet/modules-2.20-compatible/files.pyc
 246libexec/deskbar-applet/modules-2.20-compatible/files.pyo
 247libexec/deskbar-applet/modules-2.20-compatible/gdmactions.py
 248libexec/deskbar-applet/modules-2.20-compatible/gdmactions.pyc
 249libexec/deskbar-applet/modules-2.20-compatible/gdmactions.pyo
 250libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.py
 251libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyc
 252libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyo
 253libexec/deskbar-applet/modules-2.20-compatible/googlesearch.py
 254libexec/deskbar-applet/modules-2.20-compatible/googlesearch.pyc
 255libexec/deskbar-applet/modules-2.20-compatible/googlesearch.pyo
 256libexec/deskbar-applet/modules-2.20-compatible/history.py
 257libexec/deskbar-applet/modules-2.20-compatible/history.pyc
 258libexec/deskbar-applet/modules-2.20-compatible/history.pyo
 259libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.py
 260libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.pyc
 261libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.pyo
 262libexec/deskbar-applet/modules-2.20-compatible/mozilla.py
 263libexec/deskbar-applet/modules-2.20-compatible/mozilla.pyc
 264libexec/deskbar-applet/modules-2.20-compatible/mozilla.pyo
 265libexec/deskbar-applet/modules-2.20-compatible/opensearch.py
 266libexec/deskbar-applet/modules-2.20-compatible/opensearch.pyc
 267libexec/deskbar-applet/modules-2.20-compatible/opensearch.pyo
 268libexec/deskbar-applet/modules-2.20-compatible/programs.py
 269libexec/deskbar-applet/modules-2.20-compatible/programs.pyc
 270libexec/deskbar-applet/modules-2.20-compatible/programs.pyo
 271libexec/deskbar-applet/modules-2.20-compatible/recent.py
 272libexec/deskbar-applet/modules-2.20-compatible/recent.pyc
 273libexec/deskbar-applet/modules-2.20-compatible/recent.pyo
 274libexec/deskbar-applet/modules-2.20-compatible/templates.py
 275libexec/deskbar-applet/modules-2.20-compatible/templates.pyc
 276libexec/deskbar-applet/modules-2.20-compatible/templates.pyo
 277libexec/deskbar-applet/modules-2.20-compatible/tomboy.py
 278libexec/deskbar-applet/modules-2.20-compatible/tomboy.pyc
 279libexec/deskbar-applet/modules-2.20-compatible/tomboy.pyo
 280libexec/deskbar-applet/modules-2.20-compatible/twitter.py
 281libexec/deskbar-applet/modules-2.20-compatible/twitter.pyc
 282libexec/deskbar-applet/modules-2.20-compatible/twitter.pyo
 283libexec/deskbar-applet/modules-2.20-compatible/web_address.py
 284libexec/deskbar-applet/modules-2.20-compatible/web_address.pyc
 285libexec/deskbar-applet/modules-2.20-compatible/web_address.pyo
 286libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.py
 287libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyc
 288libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyo
 289libexec/deskbar-applet/modules-2.20-compatible/yahoo.py
 290libexec/deskbar-applet/modules-2.20-compatible/yahoo.pyc
 291libexec/deskbar-applet/modules-2.20-compatible/yahoo.pyo
296share/deskbar-applet/Deskbar_Applet.xml 292share/deskbar-applet/Deskbar_Applet.xml
297share/deskbar-applet/art/delicious.png 293share/deskbar-applet/art/delicious.png
298share/deskbar-applet/art/deskbar-applet-panel-h.png 294share/deskbar-applet/art/deskbar-applet-panel-h.png
299share/deskbar-applet/art/deskbar-applet-panel-h.svg 295share/deskbar-applet/art/deskbar-applet-panel-h.svg
300share/deskbar-applet/art/deskbar-applet-panel-v.png 296share/deskbar-applet/art/deskbar-applet-panel-v.png
301share/deskbar-applet/art/deskbar-applet-panel-v.svg 297share/deskbar-applet/art/deskbar-applet-panel-v.svg
302share/deskbar-applet/art/epiphany-history.png 298share/deskbar-applet/art/epiphany-history.png
303share/deskbar-applet/art/generic.png 299share/deskbar-applet/art/generic.png
304share/deskbar-applet/art/google.png 300share/deskbar-applet/art/google.png
305share/deskbar-applet/art/gpm-suspend-to-disk.png 301share/deskbar-applet/art/gpm-suspend-to-disk.png
306share/deskbar-applet/art/gpm-suspend-to-ram.png 302share/deskbar-applet/art/gpm-suspend-to-ram.png
307share/deskbar-applet/art/note-new.png 303share/deskbar-applet/art/note-new.png
308share/deskbar-applet/art/note.png 304share/deskbar-applet/art/note.png
309share/deskbar-applet/art/web-search.png 305share/deskbar-applet/art/web-search.png
310share/deskbar-applet/art/wikipedia.png 306share/deskbar-applet/art/wikipedia.png
311share/deskbar-applet/art/yahoo.png 307share/deskbar-applet/art/yahoo.png
312share/deskbar-applet/mozilla-search.ui 308share/deskbar-applet/mozilla-search.ui
313share/deskbar-applet/prefs-dialog.ui 309share/deskbar-applet/prefs-dialog.ui
314share/deskbar-applet/smart-bookmarks.ui 310share/deskbar-applet/smart-bookmarks.ui
315share/gconf/schemas/deskbar-applet.schemas 311share/gconf/schemas/deskbar-applet.schemas
316share/gnome/help/deskbar/C/deskbar.xml 312share/gnome/help/deskbar/C/deskbar.xml
317share/gnome/help/deskbar/C/figures/deskbar-applet.png 313share/gnome/help/deskbar/C/figures/deskbar-applet.png
318share/gnome/help/deskbar/C/legal.xml 314share/gnome/help/deskbar/C/legal.xml
319share/gnome/help/deskbar/ca/deskbar.xml 315share/gnome/help/deskbar/ca/deskbar.xml
320share/gnome/help/deskbar/ca/figures/deskbar-applet.png 316share/gnome/help/deskbar/ca/figures/deskbar-applet.png
321share/gnome/help/deskbar/ca/legal.xml 317share/gnome/help/deskbar/ca/legal.xml
 318share/gnome/help/deskbar/cs/deskbar.xml
 319share/gnome/help/deskbar/cs/figures/deskbar-applet.png
 320share/gnome/help/deskbar/cs/legal.xml
 321share/gnome/help/deskbar/da/deskbar.xml
 322share/gnome/help/deskbar/da/figures/deskbar-applet.png
 323share/gnome/help/deskbar/da/legal.xml
322share/gnome/help/deskbar/de/deskbar.xml 324share/gnome/help/deskbar/de/deskbar.xml
323share/gnome/help/deskbar/de/figures/deskbar-applet.png 325share/gnome/help/deskbar/de/figures/deskbar-applet.png
324share/gnome/help/deskbar/de/legal.xml 326share/gnome/help/deskbar/de/legal.xml
325share/gnome/help/deskbar/el/deskbar.xml 327share/gnome/help/deskbar/el/deskbar.xml
326share/gnome/help/deskbar/el/figures/deskbar-applet.png 328share/gnome/help/deskbar/el/figures/deskbar-applet.png
327share/gnome/help/deskbar/el/legal.xml 329share/gnome/help/deskbar/el/legal.xml
328share/gnome/help/deskbar/en_GB/deskbar.xml 330share/gnome/help/deskbar/en_GB/deskbar.xml
329share/gnome/help/deskbar/en_GB/figures/deskbar-applet.png 331share/gnome/help/deskbar/en_GB/figures/deskbar-applet.png
330share/gnome/help/deskbar/en_GB/legal.xml 332share/gnome/help/deskbar/en_GB/legal.xml
331share/gnome/help/deskbar/es/deskbar.xml 333share/gnome/help/deskbar/es/deskbar.xml
332share/gnome/help/deskbar/es/figures/deskbar-applet.png 334share/gnome/help/deskbar/es/figures/deskbar-applet.png
333share/gnome/help/deskbar/es/legal.xml 335share/gnome/help/deskbar/es/legal.xml
334share/gnome/help/deskbar/fr/deskbar.xml 336share/gnome/help/deskbar/fr/deskbar.xml
@@ -359,56 +361,60 @@ share/icons/hicolor/16x16/apps/deskbar-a @@ -359,56 +361,60 @@ share/icons/hicolor/16x16/apps/deskbar-a
359share/icons/hicolor/22x22/apps/deskbar-applet.png 361share/icons/hicolor/22x22/apps/deskbar-applet.png
360share/icons/hicolor/32x32/apps/deskbar-applet.png 362share/icons/hicolor/32x32/apps/deskbar-applet.png
361share/icons/hicolor/48x48/apps/deskbar-applet.png 363share/icons/hicolor/48x48/apps/deskbar-applet.png
362share/icons/hicolor/scalable/apps/deskbar-applet.svg 364share/icons/hicolor/scalable/apps/deskbar-applet.svg
363share/locale/af/LC_MESSAGES/deskbar-applet.mo 365share/locale/af/LC_MESSAGES/deskbar-applet.mo
364share/locale/ar/LC_MESSAGES/deskbar-applet.mo 366share/locale/ar/LC_MESSAGES/deskbar-applet.mo
365share/locale/as/LC_MESSAGES/deskbar-applet.mo 367share/locale/as/LC_MESSAGES/deskbar-applet.mo
366share/locale/ast/LC_MESSAGES/deskbar-applet.mo 368share/locale/ast/LC_MESSAGES/deskbar-applet.mo
367share/locale/be/LC_MESSAGES/deskbar-applet.mo 369share/locale/be/LC_MESSAGES/deskbar-applet.mo
368share/locale/be@latin/LC_MESSAGES/deskbar-applet.mo 370share/locale/be@latin/LC_MESSAGES/deskbar-applet.mo
369share/locale/bg/LC_MESSAGES/deskbar-applet.mo 371share/locale/bg/LC_MESSAGES/deskbar-applet.mo
370share/locale/bn/LC_MESSAGES/deskbar-applet.mo 372share/locale/bn/LC_MESSAGES/deskbar-applet.mo
371share/locale/bn_IN/LC_MESSAGES/deskbar-applet.mo 373share/locale/bn_IN/LC_MESSAGES/deskbar-applet.mo
 374share/locale/br/LC_MESSAGES/deskbar-applet.mo
372share/locale/ca/LC_MESSAGES/deskbar-applet.mo 375share/locale/ca/LC_MESSAGES/deskbar-applet.mo
 376share/locale/ca@valencia/LC_MESSAGES/deskbar-applet.mo
373share/locale/cs/LC_MESSAGES/deskbar-applet.mo 377share/locale/cs/LC_MESSAGES/deskbar-applet.mo
374share/locale/cy/LC_MESSAGES/deskbar-applet.mo 378share/locale/cy/LC_MESSAGES/deskbar-applet.mo
375share/locale/da/LC_MESSAGES/deskbar-applet.mo 379share/locale/da/LC_MESSAGES/deskbar-applet.mo
376share/locale/de/LC_MESSAGES/deskbar-applet.mo 380share/locale/de/LC_MESSAGES/deskbar-applet.mo
377share/locale/dz/LC_MESSAGES/deskbar-applet.mo 381share/locale/dz/LC_MESSAGES/deskbar-applet.mo
378share/locale/el/LC_MESSAGES/deskbar-applet.mo 382share/locale/el/LC_MESSAGES/deskbar-applet.mo
379share/locale/en_CA/LC_MESSAGES/deskbar-applet.mo 383share/locale/en_CA/LC_MESSAGES/deskbar-applet.mo
380share/locale/en_GB/LC_MESSAGES/deskbar-applet.mo 384share/locale/en_GB/LC_MESSAGES/deskbar-applet.mo
381share/locale/es/LC_MESSAGES/deskbar-applet.mo 385share/locale/es/LC_MESSAGES/deskbar-applet.mo
382share/locale/et/LC_MESSAGES/deskbar-applet.mo 386share/locale/et/LC_MESSAGES/deskbar-applet.mo
383share/locale/eu/LC_MESSAGES/deskbar-applet.mo 387share/locale/eu/LC_MESSAGES/deskbar-applet.mo
384share/locale/fa/LC_MESSAGES/deskbar-applet.mo 388share/locale/fa/LC_MESSAGES/deskbar-applet.mo
385share/locale/fi/LC_MESSAGES/deskbar-applet.mo 389share/locale/fi/LC_MESSAGES/deskbar-applet.mo
386share/locale/fr/LC_MESSAGES/deskbar-applet.mo 390share/locale/fr/LC_MESSAGES/deskbar-applet.mo
 391share/locale/ga/LC_MESSAGES/deskbar-applet.mo
387share/locale/gl/LC_MESSAGES/deskbar-applet.mo 392share/locale/gl/LC_MESSAGES/deskbar-applet.mo
388share/locale/gu/LC_MESSAGES/deskbar-applet.mo 393share/locale/gu/LC_MESSAGES/deskbar-applet.mo
389share/locale/he/LC_MESSAGES/deskbar-applet.mo 394share/locale/he/LC_MESSAGES/deskbar-applet.mo
390share/locale/hi/LC_MESSAGES/deskbar-applet.mo 395share/locale/hi/LC_MESSAGES/deskbar-applet.mo
391share/locale/hr/LC_MESSAGES/deskbar-applet.mo 396share/locale/hr/LC_MESSAGES/deskbar-applet.mo
392share/locale/hu/LC_MESSAGES/deskbar-applet.mo 397share/locale/hu/LC_MESSAGES/deskbar-applet.mo
393share/locale/id/LC_MESSAGES/deskbar-applet.mo 398share/locale/id/LC_MESSAGES/deskbar-applet.mo
394share/locale/it/LC_MESSAGES/deskbar-applet.mo 399share/locale/it/LC_MESSAGES/deskbar-applet.mo
395share/locale/ja/LC_MESSAGES/deskbar-applet.mo 400share/locale/ja/LC_MESSAGES/deskbar-applet.mo
396share/locale/ka/LC_MESSAGES/deskbar-applet.mo 401share/locale/ka/LC_MESSAGES/deskbar-applet.mo
397share/locale/kn/LC_MESSAGES/deskbar-applet.mo 402share/locale/kn/LC_MESSAGES/deskbar-applet.mo
398share/locale/ko/LC_MESSAGES/deskbar-applet.mo 403share/locale/ko/LC_MESSAGES/deskbar-applet.mo
399share/locale/ku/LC_MESSAGES/deskbar-applet.mo 404share/locale/ku/LC_MESSAGES/deskbar-applet.mo
400share/locale/lt/LC_MESSAGES/deskbar-applet.mo 405share/locale/lt/LC_MESSAGES/deskbar-applet.mo
401share/locale/lv/LC_MESSAGES/deskbar-applet.mo 406share/locale/lv/LC_MESSAGES/deskbar-applet.mo
 407share/locale/mai/LC_MESSAGES/deskbar-applet.mo
402share/locale/mg/LC_MESSAGES/deskbar-applet.mo 408share/locale/mg/LC_MESSAGES/deskbar-applet.mo
403share/locale/mk/LC_MESSAGES/deskbar-applet.mo 409share/locale/mk/LC_MESSAGES/deskbar-applet.mo
404share/locale/ml/LC_MESSAGES/deskbar-applet.mo 410share/locale/ml/LC_MESSAGES/deskbar-applet.mo
405share/locale/mn/LC_MESSAGES/deskbar-applet.mo 411share/locale/mn/LC_MESSAGES/deskbar-applet.mo
406share/locale/mr/LC_MESSAGES/deskbar-applet.mo 412share/locale/mr/LC_MESSAGES/deskbar-applet.mo
407share/locale/nb/LC_MESSAGES/deskbar-applet.mo 413share/locale/nb/LC_MESSAGES/deskbar-applet.mo
408share/locale/ne/LC_MESSAGES/deskbar-applet.mo 414share/locale/ne/LC_MESSAGES/deskbar-applet.mo
409share/locale/nl/LC_MESSAGES/deskbar-applet.mo 415share/locale/nl/LC_MESSAGES/deskbar-applet.mo
410share/locale/nn/LC_MESSAGES/deskbar-applet.mo 416share/locale/nn/LC_MESSAGES/deskbar-applet.mo
411share/locale/oc/LC_MESSAGES/deskbar-applet.mo 417share/locale/oc/LC_MESSAGES/deskbar-applet.mo
412share/locale/or/LC_MESSAGES/deskbar-applet.mo 418share/locale/or/LC_MESSAGES/deskbar-applet.mo
413share/locale/pa/LC_MESSAGES/deskbar-applet.mo 419share/locale/pa/LC_MESSAGES/deskbar-applet.mo
414share/locale/pl/LC_MESSAGES/deskbar-applet.mo 420share/locale/pl/LC_MESSAGES/deskbar-applet.mo
@@ -425,25 +431,27 @@ share/locale/sr/LC_MESSAGES/deskbar-appl @@ -425,25 +431,27 @@ share/locale/sr/LC_MESSAGES/deskbar-appl
425share/locale/sr@latin/LC_MESSAGES/deskbar-applet.mo 431share/locale/sr@latin/LC_MESSAGES/deskbar-applet.mo
426share/locale/sv/LC_MESSAGES/deskbar-applet.mo 432share/locale/sv/LC_MESSAGES/deskbar-applet.mo
427share/locale/ta/LC_MESSAGES/deskbar-applet.mo 433share/locale/ta/LC_MESSAGES/deskbar-applet.mo
428share/locale/te/LC_MESSAGES/deskbar-applet.mo 434share/locale/te/LC_MESSAGES/deskbar-applet.mo
429share/locale/th/LC_MESSAGES/deskbar-applet.mo 435share/locale/th/LC_MESSAGES/deskbar-applet.mo
430share/locale/tr/LC_MESSAGES/deskbar-applet.mo 436share/locale/tr/LC_MESSAGES/deskbar-applet.mo
431share/locale/uk/LC_MESSAGES/deskbar-applet.mo 437share/locale/uk/LC_MESSAGES/deskbar-applet.mo
432share/locale/vi/LC_MESSAGES/deskbar-applet.mo 438share/locale/vi/LC_MESSAGES/deskbar-applet.mo
433share/locale/zh_CN/LC_MESSAGES/deskbar-applet.mo 439share/locale/zh_CN/LC_MESSAGES/deskbar-applet.mo
434share/locale/zh_HK/LC_MESSAGES/deskbar-applet.mo 440share/locale/zh_HK/LC_MESSAGES/deskbar-applet.mo
435share/locale/zh_TW/LC_MESSAGES/deskbar-applet.mo 441share/locale/zh_TW/LC_MESSAGES/deskbar-applet.mo
436share/omf/deskbar/deskbar-C.omf 442share/omf/deskbar/deskbar-C.omf
437share/omf/deskbar/deskbar-ca.omf 443share/omf/deskbar/deskbar-ca.omf
 444share/omf/deskbar/deskbar-cs.omf
 445share/omf/deskbar/deskbar-da.omf
438share/omf/deskbar/deskbar-de.omf 446share/omf/deskbar/deskbar-de.omf
439share/omf/deskbar/deskbar-el.omf 447share/omf/deskbar/deskbar-el.omf
440share/omf/deskbar/deskbar-en_GB.omf 448share/omf/deskbar/deskbar-en_GB.omf
441share/omf/deskbar/deskbar-es.omf 449share/omf/deskbar/deskbar-es.omf
442share/omf/deskbar/deskbar-fr.omf 450share/omf/deskbar/deskbar-fr.omf
443share/omf/deskbar/deskbar-it.omf 451share/omf/deskbar/deskbar-it.omf
444share/omf/deskbar/deskbar-oc.omf 452share/omf/deskbar/deskbar-oc.omf
445share/omf/deskbar/deskbar-pt_BR.omf 453share/omf/deskbar/deskbar-pt_BR.omf
446share/omf/deskbar/deskbar-ru.omf 454share/omf/deskbar/deskbar-ru.omf
447share/omf/deskbar/deskbar-sv.omf 455share/omf/deskbar/deskbar-sv.omf
448share/omf/deskbar/deskbar-uk.omf 456share/omf/deskbar/deskbar-uk.omf
449share/omf/deskbar/deskbar-zh_CN.omf 457share/omf/deskbar/deskbar-zh_CN.omf

cvs diff -r1.17 -r1.18 pkgsrc/misc/deskbar-applet/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/deskbar-applet/Attic/distinfo 2009/05/19 11:53:49 1.17
+++ pkgsrc/misc/deskbar-applet/Attic/distinfo 2009/11/17 17:19:58 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2009/05/19 11:53:49 wiz Exp $ 1$NetBSD: distinfo,v 1.18 2009/11/17 17:19:58 wiz Exp $
2 2
3SHA1 (deskbar-applet-2.26.2.tar.bz2) = 4a203f094020ad3c743f2e1c888f3003302ecfcc 3SHA1 (deskbar-applet-2.28.0.tar.bz2) = 4901a7e0b62c092d0d3b5ebf4a0bab539b7bc5ec
4RMD160 (deskbar-applet-2.26.2.tar.bz2) = 439be94415675764d94aac06f8cb63ef56fef941 4RMD160 (deskbar-applet-2.28.0.tar.bz2) = 308f8d5a09f82254334de77aa3fbf697e12116b0
5Size (deskbar-applet-2.26.2.tar.bz2) = 981493 bytes 5Size (deskbar-applet-2.28.0.tar.bz2) = 1087593 bytes