Mon Mar 16 23:49:20 2009 UTC ()
Update gnome-panel to 2.26.0.

==============
Version 2.26.0
==============

  Panel

	* Ignore shadow mounts in the panel menus (Vincent)
	* Mark desktop files as trusted when it makes sense (Vincent)

  Clock Applet

	* Fix bad memory usage for a string returned by libical (Vincent)

  Misc

	* Remove scrollkeeper check, since it belongs to gnome-doc-utils
	  (Vincent)

  Docs Translators

	* Jen Ockwell (en_GB)
	* Jan Brož and Lucas Lommer (cs)

  Translators

	* Runa Bhattacharjee (bn_IN)
	* Reşat SABIQ (crh)
	* Hendrik Richter (de)
	* Fotis Tsamis (el)
	* Jorge González (es)
	* Mattias Põldaru (et)
	* Claude Paroz (fr)
	* Suso Baleato (gl)
	* Ankit Patel (gu)
	* Yaron Shahrabani (he)
	* Rajesh Ranjan (hi)
	* Luca Ferretti (it)
	* Žygimantas Beručka (lt)
	* wadim dziedzic (pl)
	* Duarte Loreto (pt)
	* Adi Roiban (ro)
	* Yuriy Penkin (ru)
	* I. Felix (ta)
	* Theppitak Karoonboonyanan (th)

===============
Version 2.25.92
===============

  Panel

	* Fix some randr-interaction by connecting to the monitors-changed
	  signal. This shouldn't be needed with the latest GTK+, but we keep to
	  be 100% sure it will work in 2.26.0. (Matthias Clasen)
	* Use close button instead of ok button in error dialogs (Vincent)

  All Applets

	* Use close button instead of ok button in error dialogs (Vincent)

  Translators

	* Reşat SABIQ (crh)
	* Philip Withnall (en_GB)
	* Jorge González (es)
	* Ivar Smolin (et)
	* Luca Ferretti (it)
	* Raivis Dejus (lv)
	* Thierry Randrianiriana (mg)
	* Praveen Arimbrathodiyil (ml)
	* Adi Roiban (ro)
	* Pavol Šimo (sk)
	* Dr.T.vasudevan (ta)

===============
Version 2.25.91
===============

  Panel

	* Remove the mixer applet from the default configuration since GNOME
	  upstream doesn't ship this applet by default. Some distributions
	  might want to put it back. The patch to be reverted is:
	  http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch
	  (Vincent)

  Clock Applet

	* Fix properties dialog to not have a missing image and a weird title
	  (Matthias Clasen)
	* Use new GTK+ feature to change orientation of GtkBox instead of
	  custom code (Christian Persch)

  Notification Area Applet

	* Use new GTK+ feature to change orientation of GtkBox instead of
	  custom code (Christian Persch)

  Misc

	* Require GTK+ 2.15.1 (Christian Persch)

  Docs Translators

	* Iñaki Larrañaga Murgoitio (eu)

  Translators

	* Astur (ast)
	* Ihar Hrachyshka (be@latin)
	* Alexander Shopov (bg)
	* Ask Hjorth Larsen (da)
	* Dawa pemo (dz)
	* Jorge González (es)
	* Iñaki Larrañaga Murgoitio (eu)
	* Ignacio Casal Quinteiro (gl)
	* Luca Ferretti (it)
	* Takeshi AIHANA (ja)
	* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
	* Shankar Prasad (kn)
	* Rafael Garcia (la)
	* Jovan Naumovski (mk)
	* Wouter Bolsterlee (nl)
	* Manoj Kumar Giri (or)
	* Tomasz Dominikowski (pl)
	* Duarte Loreto (pt)
	* Adi Roiban (ro)
	* Theppitak Karoonboonyanan (th)
	* Clytie Siddall (vi)
	* 甘露(Gan Lu) (zh_CN)
	* Chao-Hsiung Liao (zh_HK)
	* Chao-Hsiung Liao (zh_TW)

===============
Version 2.25.90
===============

  Panel

	* Add a timeout of 5 seconds to do the panel initial animation, in case
	  an applet is blocked while it's loading (Vincent)
	* Fix some format security warnings (Frédéric Crozat)

  Clock Applet

	* Fix some format security warnings (Frédéric Crozat)
	* Fix the dbus configuration file to specify the destination that is
	  allowed instead of just some non-existing interfaces (Vincent)
	* Properly initialize the eds part handling passwords, fixing some
	  hangs (Simon Brys, Vincent)

  Fish Applet

	* Fix some format security warnings (Frédéric Crozat)
	* Build fixes (Vincent)

  Notification Area Applet

	* Fix some format security warnings (Frédéric Crozat)

  Translators

	* Jordi Mallach (ca)
	* Ilkka Tuohela (fi)
	* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
	* Changwoo Ryu (ko)
	* Raivis Dejus (lv)
	* Jovan Naumovski (mk)
	* Sandeep Shedmake (mr)
	* Kjartan Maraas (nb)
	* André Gondim (pt_BR)
	* Krishna Babu K (te)

================
Version 2.25.5.1
================

  Panel

	* Fix a crash when the user configuration contains a separator
	  (Vincent)

==============
Version 2.25.5
==============

  Panel

	* Only show shutdown/reboot menu items if made available by the session
	  manager (Ray Strode)
	* Only allow dragging panels when pressing a modifier button (usually
	  Alt) for expanded panels (Vincent, William Lachance)
	* Delay the initial panel animation until applets/objects are loaded
	  (Ray Strode, Vincent)
	* Fix initial animation not happening for newly created panels
	  (Vincent)
	* Fix unloaded panels with existing configuration appearing empty when
	  reloaded in gconf (Vincent)
	* Correctly set the struts of the panel at the very early start so that
	  desktop icons don't jump around on login (Vincent, Ray Strode)
	* Connect to the session manager when we're really ready, instead of
	  doing it too early. This helps with desktop icons too (Behdad
	  Esfahbod, Vincent)
	* Respect TryExec key in desktop files that we directly put in the
	  menus (Matthias Clasen, Vincent)

  Clock Applet

	* Hide the option to use 12/24 hours if it's not supported in the
	  current locale (Vincent)
	* Fix a crash on Solaris when the weather code is empty (Vincent)
	* Minor HIG fix

  Misc

	* Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in
	  LDADD (Vincent)

  Translators

	* Petr Kovar (cs)
	* Andre Klapper (de)
	* Jorge González (es)
	* saudat mohammed (ha)
	* Gabor Kelemen (hu)
	* Onye, Sylvester (ig)
	* Kjartan Maraas (nb)
	* Daniel Nylander (sv)
	* Fajuyitan, Sunday Ayo (yo)

==============
Version 2.25.3
==============

Note to distributors: this release might break various other applications
(mostly applets, though). If this is the case, please contact the gnome-panel
developers to see if changes should be reverted.

 + we do not have a bonobo PanelShell interface. As far as I know, it wasn't
   used by anything and was useless anyway.
 + libpanel-applet doesn't depend on libgnomeui anymore. This might have some
   build-time and run-time side-effects:
   - build-time: the pkg-config check for libpanelapplet-2.0 won't bring
     libgnomeui anymore. The fix is to have the applet configure script check
     for libgnomeui itself if it needs it.
   - build-time: panel-applet.h doesn't contain some #include for some
     libgnomeui part anymore. The fix is to have the relevant applet code
     include the right headers it needs.
   - run-time: the macro defined in panel-applet.h and used by nearly all
     applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call
     gnome_program_init(), and it's not the case anymore. If the applet uses
     some libgnomeui widgets, there might be warnings because some of those
     require some libgnomeui initialization. The fix is to either port the
     applet to GTK+ widgets, or to have it called gnome_program_init() on its
     own.
   This last item could arguably be seen as an API change. If this causes too
   many issues, another solution might be considered.

  Panel

	* Use C_() instead of Q_() (Philip Withnall, Vincent)
	* Fix compilation warnings (Vincent)
	* Use dbus-based uniquification instead of bonobo-based (Colin Walters,
	  Vincent)
	* Add a --replace argument to replace the current panel instead of just
	  leaving (Vincent)
	* Remove unneeded call to gnome_authentication_manager_init() (we use
	  gio now) (Vincent)
	* Set an application name (Vincent)
	* Code cleanup (Vincent)
	* Use single include for glib and gtk+ (Vincent)
	* Stop using many deprecated API (Vincent)
	* Start removing calls to libgnome/libgnomeui API (Vincent)
	* Use gio to launch desktop files, instead of gnome-desktop (Vincent)
	* Stop using gnome_help_display_desktop_on_screen() and get rid of
	  libgnomeui dependency (Vincent)
	* Fix help for "connect to server" (Vincent)

  libpanel-applet

	* Use C_() instead of Q_() (Philip Withnall, Vincent)
	* Use single include for glib and gtk+ (Vincent)
	* Stop using many deprecated API (Vincent)
	* Code cleanup (Vincent)
	* Do not depend on libgnome/libgnomeui anymore [note that we still have
	  an indirect libgnome dependency, through bonobo] (Vincent)

  All Applets

	* Use single include for glib and gtk+ (Vincent)
	* Stop using gnome_help_display_desktop_on_screen() and get rid of
	  libgnomeui dependency (Vincent)

  Clock Applet

	* Add some inline documentation to the edit location window (Dan
	  Winship)
	* Remove fixed width for buttons in the pref dialog (Gabor Kelemen)
	* Build fixes (Vincent)
	* Stop using deprecated GTK+ API (Vincent)
	* Show day of week header in "set time" calendar (Vincent)

  Fish Applet

	* Fix compilation warnings (Vincent)

  Notification Area Applet

	* Real tray icons transparency (Owen Taylor)
	* Fix compilation warnings (Vincent)
	* Stop using deprecated GTK+ API (Vincent)

  Wnck Applets

	* Use the right help file for some help buttons (Vincent)
	* Make sure dialogs have the right window icon (Vincent)

  Misc

	* Require glib 2.18.0 (Vincent)
	* Remove obsolete german translation of documentation (Vincent)
	* Stop declaring a bonobo PanelShell interface (Vincent)
	* libpanel-applet and all applets in gnome-panel lose their libgnomeui
	  dependency (Vincent)

  Translators

	* Yair Hershkovitz (he)
	* Leonardo Ferreira Fontenelle (pt_BR)


(jmcneill)
diff -r1.106 -r1.107 pkgsrc/x11/gnome-panel/Makefile
diff -r1.43 -r1.44 pkgsrc/x11/gnome-panel/PLIST
diff -r1.52 -r1.53 pkgsrc/x11/gnome-panel/distinfo
diff -r0 -r1.1 pkgsrc/x11/gnome-panel/files/msgfmtstrip

cvs diff -r1.106 -r1.107 pkgsrc/x11/gnome-panel/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/gnome-panel/Attic/Makefile 2009/01/25 17:03:31 1.106
+++ pkgsrc/x11/gnome-panel/Attic/Makefile 2009/03/16 23:49:20 1.107
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.106 2009/01/25 17:03:31 drochner Exp $ 1# $NetBSD: Makefile,v 1.107 2009/03/16 23:49:20 jmcneill Exp $
2# 2#
3 3
4DISTNAME= gnome-panel-2.24.3 4DISTNAME= gnome-panel-2.26.0
5PKGREVISION= 1 
6CATEGORIES= x11 gnome 5CATEGORIES= x11 gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.24/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.26/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= drochner@NetBSD.org 9MAINTAINER= drochner@NetBSD.org
11HOMEPAGE= http://www.gnome.org/ 10HOMEPAGE= http://www.gnome.org/
12COMMENT= GNOME2 panel application 11COMMENT= GNOME2 panel application
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16EGDIR= ${PREFIX}/share/examples/gnome-panel 15EGDIR= ${PREFIX}/share/examples/gnome-panel
17CONF_FILES+= ${PREFIX}/share/examples/gnome-panel/org.gnome.ClockApplet.Mechanism.conf \ 16CONF_FILES+= ${PREFIX}/share/examples/gnome-panel/org.gnome.ClockApplet.Mechanism.conf \
18 ${PKG_SYSCONFDIR}/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf 17 ${PKG_SYSCONFDIR}/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf
19 18
20GNU_CONFIGURE= YES 19GNU_CONFIGURE= YES
@@ -32,55 +31,59 @@ GCONF_SCHEMAS+= panel-global.schemas @@ -32,55 +31,59 @@ GCONF_SCHEMAS+= panel-global.schemas
32GCONF_SCHEMAS+= panel-general.schemas 31GCONF_SCHEMAS+= panel-general.schemas
33GCONF_SCHEMAS+= panel-toplevel.schemas 32GCONF_SCHEMAS+= panel-toplevel.schemas
34GCONF_SCHEMAS+= panel-object.schemas 33GCONF_SCHEMAS+= panel-object.schemas
35GCONF_SCHEMAS+= panel-compatibility.schemas 34GCONF_SCHEMAS+= panel-compatibility.schemas
36GCONF_SCHEMAS+= workspace-switcher.schemas 35GCONF_SCHEMAS+= workspace-switcher.schemas
37GCONF_SCHEMAS+= window-list.schemas 36GCONF_SCHEMAS+= window-list.schemas
38GCONF_ENTRIES= panel-default-setup.entries 37GCONF_ENTRIES= panel-default-setup.entries
39 38
40BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0 39BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
41BUILDLINK_API_DEPENDS.libglade+= libglade>=2.5.0 40BUILDLINK_API_DEPENDS.libglade+= libglade>=2.5.0
42BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.13.0 41BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.13.0
43 42
44PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-panel 43PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-panel
45PKG_SUPPORTED_OPTIONS= evolution hal 44PKG_SUPPORTED_OPTIONS= evolution
46PKG_SUGGESTED_OPTIONS= evolution hal 45PKG_SUGGESTED_OPTIONS= evolution
47PLIST_VARS+= hal 46
48.include "../../mk/bsd.options.mk" 47.include "../../mk/bsd.options.mk"
49 48
50.if !empty(PKG_OPTIONS:Mhal) 49# The gettext version in pkgsrc cannot handle the .po files, so
51.include "../../security/policykit/buildlink3.mk" 50# we strip out usage of the newer features (context and fuzzy matches)
52.include "../../security/policykit-gnome/buildlink3.mk" 51post-patch:
53.include "../../sysutils/hal/buildlink3.mk" 52 for f in ${WRKSRC}/po/*.po ${WRKSRC}/help/*/*/*.po ; do \
54PLIST.hal= yes 53 mv $$f $$f.original ; \
55.endif 54 ${AWK} -f ${FILESDIR}/msgfmtstrip $$f.original > $$f ; \
 55 done
56 56
57BUILDLINK_DEPMETHOD.libXt?= build 57BUILDLINK_DEPMETHOD.libXt?= build
58 58
59.include "../../devel/GConf/schemas.mk" 59.include "../../devel/GConf/schemas.mk"
60.include "../../devel/gettext-lib/buildlink3.mk" 60.include "../../devel/gettext-lib/buildlink3.mk"
61.include "../../devel/libbonobo/buildlink3.mk" 61.include "../../devel/libbonobo/buildlink3.mk"
62.include "../../devel/libbonoboui/buildlink3.mk" 62.include "../../devel/libbonoboui/buildlink3.mk"
63.include "../../devel/libglade/buildlink3.mk" 63.include "../../devel/libglade/buildlink3.mk"
64.include "../../devel/libgnome/buildlink3.mk" 64.include "../../devel/libgnome/buildlink3.mk"
65.include "../../devel/libgnomeui/buildlink3.mk" 65.include "../../devel/libgnomeui/buildlink3.mk"
66.include "../../devel/libwnck/buildlink3.mk" 66.include "../../devel/libwnck/buildlink3.mk"
67BUILDLINK_API_DEPENDS.libgweather+= libgweather>=2.24.1 67BUILDLINK_API_DEPENDS.libgweather+= libgweather>=2.24.1
68.include "../../devel/libgweather/buildlink3.mk" 68.include "../../devel/libgweather/buildlink3.mk"
69.include "../../devel/pango/buildlink3.mk" 69.include "../../devel/pango/buildlink3.mk"
70.include "../../graphics/cairo/buildlink3.mk" 70.include "../../graphics/cairo/buildlink3.mk"
71.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 71.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
72.include "../../graphics/librsvg/buildlink3.mk" 72.include "../../graphics/librsvg/buildlink3.mk"
73.if !empty(PKG_OPTIONS:Mevolution) 73.if !empty(PKG_OPTIONS:Mevolution)
74.include "../../mail/evolution-data-server/buildlink3.mk" 74.include "../../mail/evolution-data-server/buildlink3.mk"
75.endif 75.endif
76.include "../../net/ORBit2/buildlink3.mk" 76.include "../../net/ORBit2/buildlink3.mk"
 77.include "../../security/policykit/buildlink3.mk"
 78.include "../../security/policykit-gnome/buildlink3.mk"
77.include "../../sysutils/dbus-glib/buildlink3.mk" 79.include "../../sysutils/dbus-glib/buildlink3.mk"
78.include "../../sysutils/gnome-menus/buildlink3.mk" 80.include "../../sysutils/gnome-menus/buildlink3.mk"
 81.include "../../sysutils/hal/buildlink3.mk"
79.include "../../textproc/gnome-doc-utils/buildlink3.mk" 82.include "../../textproc/gnome-doc-utils/buildlink3.mk"
80.include "../../mk/omf-scrollkeeper.mk" 83.include "../../mk/omf-scrollkeeper.mk"
81.include "../../x11/gnome-desktop/buildlink3.mk" 84.include "../../x11/gnome-desktop/buildlink3.mk"
82.include "../../x11/gtk2/buildlink3.mk" 85.include "../../x11/gtk2/buildlink3.mk"
83.include "../../x11/libSM/buildlink3.mk" 86.include "../../x11/libSM/buildlink3.mk"
84.include "../../x11/libX11/buildlink3.mk" 87.include "../../x11/libX11/buildlink3.mk"
85.include "../../x11/libXt/buildlink3.mk" 88.include "../../x11/libXt/buildlink3.mk"
86.include "../../mk/bsd.pkg.mk" 89.include "../../mk/bsd.pkg.mk"

cvs diff -r1.43 -r1.44 pkgsrc/x11/gnome-panel/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/gnome-panel/Attic/PLIST 2009/01/14 09:11:47 1.43
+++ pkgsrc/x11/gnome-panel/Attic/PLIST 2009/03/16 23:49:20 1.44
@@ -1,38 +1,37 @@ @@ -1,38 +1,37 @@
1@comment $NetBSD: PLIST,v 1.43 2009/01/14 09:11:47 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.44 2009/03/16 23:49:20 jmcneill Exp $
2bin/gnome-desktop-item-edit 2bin/gnome-desktop-item-edit
3bin/gnome-panel 3bin/gnome-panel
4bin/panel-test-applets 4bin/panel-test-applets
5include/panel-2.0/GNOME_Panel.h 5include/panel-2.0/GNOME_Panel.h
6include/panel-2.0/panel-applet-enums.h 6include/panel-2.0/panel-applet-enums.h
7include/panel-2.0/panel-applet-gconf.h 7include/panel-2.0/panel-applet-gconf.h
8include/panel-2.0/panel-applet.h 8include/panel-2.0/panel-applet.h
9lib/bonobo/servers/GNOME_ClockApplet_Factory.server 9lib/bonobo/servers/GNOME_ClockApplet_Factory.server
10lib/bonobo/servers/GNOME_FishApplet_Factory.server 10lib/bonobo/servers/GNOME_FishApplet_Factory.server
11lib/bonobo/servers/GNOME_NotificationAreaApplet.server 11lib/bonobo/servers/GNOME_NotificationAreaApplet.server
12lib/bonobo/servers/GNOME_Panel.server 
13lib/bonobo/servers/GNOME_Wncklet_Factory.server 12lib/bonobo/servers/GNOME_Wncklet_Factory.server
14lib/libpanel-applet-2.la 13lib/libpanel-applet-2.la
15lib/pkgconfig/libpanelapplet-2.0.pc 14lib/pkgconfig/libpanelapplet-2.0.pc
16libexec/clock-applet 15libexec/clock-applet
17libexec/fish-applet-2 16libexec/fish-applet-2
18${PLIST.hal}libexec/gnome-clock-applet-mechanism 17libexec/gnome-clock-applet-mechanism
19libexec/notification-area-applet 18libexec/notification-area-applet
20libexec/wnck-applet 19libexec/wnck-applet
21man/man1/gnome-panel.1 20man/man1/gnome-panel.1
22${PLIST.hal}share/PolicyKit/policy/org.gnome.clockapplet.mechanism.policy 21share/PolicyKit/policy/org.gnome.clockapplet.mechanism.policy
23share/applications/gnome-panel.desktop 22share/applications/gnome-panel.desktop
24${PLIST.hal}share/dbus-1/system-services/org.gnome.ClockApplet.Mechanism.service 23share/dbus-1/system-services/org.gnome.ClockApplet.Mechanism.service
25${PLIST.hal}share/examples/gnome-panel/org.gnome.ClockApplet.Mechanism.conf 24share/examples/gnome-panel/org.gnome.ClockApplet.Mechanism.conf
26share/gconf/schemas/clock.schemas 25share/gconf/schemas/clock.schemas
27share/gconf/schemas/fish.schemas 26share/gconf/schemas/fish.schemas
28share/gconf/schemas/panel-compatibility.schemas 27share/gconf/schemas/panel-compatibility.schemas
29share/gconf/schemas/panel-default-setup.entries 28share/gconf/schemas/panel-default-setup.entries
30share/gconf/schemas/panel-general.schemas 29share/gconf/schemas/panel-general.schemas
31share/gconf/schemas/panel-global.schemas 30share/gconf/schemas/panel-global.schemas
32share/gconf/schemas/panel-object.schemas 31share/gconf/schemas/panel-object.schemas
33share/gconf/schemas/panel-toplevel.schemas 32share/gconf/schemas/panel-toplevel.schemas
34share/gconf/schemas/window-list.schemas 33share/gconf/schemas/window-list.schemas
35share/gconf/schemas/workspace-switcher.schemas 34share/gconf/schemas/workspace-switcher.schemas
36share/gnome-2.0/ui/GNOME_ClockApplet.xml 35share/gnome-2.0/ui/GNOME_ClockApplet.xml
37share/gnome-2.0/ui/GNOME_FishApplet.xml 36share/gnome-2.0/ui/GNOME_FishApplet.xml
38share/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml 37share/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml
@@ -67,35 +66,44 @@ share/gnome-panel/pixmaps/monkey.png @@ -67,35 +66,44 @@ share/gnome-panel/pixmaps/monkey.png
67share/gnome-panel/pixmaps/oldwanda.png 66share/gnome-panel/pixmaps/oldwanda.png
68share/gnome-panel/pixmaps/wanda.png 67share/gnome-panel/pixmaps/wanda.png
69share/gnome-panel/pixmaps/world_map-960.png 68share/gnome-panel/pixmaps/world_map-960.png
70share/gnome-panelrc 69share/gnome-panelrc
71share/gnome/help/clock/C/clock.xml 70share/gnome/help/clock/C/clock.xml
72share/gnome/help/clock/C/figures/clock_applet.png 71share/gnome/help/clock/C/figures/clock_applet.png
73share/gnome/help/clock/C/legal.xml 72share/gnome/help/clock/C/legal.xml
74share/gnome/help/clock/ar/clock.xml 73share/gnome/help/clock/ar/clock.xml
75share/gnome/help/clock/ar/figures/clock_applet.png 74share/gnome/help/clock/ar/figures/clock_applet.png
76share/gnome/help/clock/ar/legal.xml 75share/gnome/help/clock/ar/legal.xml
77share/gnome/help/clock/ca/clock.xml 76share/gnome/help/clock/ca/clock.xml
78share/gnome/help/clock/ca/figures/clock_applet.png 77share/gnome/help/clock/ca/figures/clock_applet.png
79share/gnome/help/clock/ca/legal.xml 78share/gnome/help/clock/ca/legal.xml
 79share/gnome/help/clock/cs/clock.xml
 80share/gnome/help/clock/cs/figures/clock_applet.png
 81share/gnome/help/clock/cs/legal.xml
80share/gnome/help/clock/de/clock.xml 82share/gnome/help/clock/de/clock.xml
81share/gnome/help/clock/de/figures/clock_applet.png 83share/gnome/help/clock/de/figures/clock_applet.png
82share/gnome/help/clock/de/legal.xml 84share/gnome/help/clock/de/legal.xml
83share/gnome/help/clock/el/clock.xml 85share/gnome/help/clock/el/clock.xml
84share/gnome/help/clock/el/figures/clock_applet.png 86share/gnome/help/clock/el/figures/clock_applet.png
85share/gnome/help/clock/el/legal.xml 87share/gnome/help/clock/el/legal.xml
 88share/gnome/help/clock/en_GB/clock.xml
 89share/gnome/help/clock/en_GB/figures/clock_applet.png
 90share/gnome/help/clock/en_GB/legal.xml
86share/gnome/help/clock/es/clock.xml 91share/gnome/help/clock/es/clock.xml
87share/gnome/help/clock/es/figures/clock_applet.png 92share/gnome/help/clock/es/figures/clock_applet.png
88share/gnome/help/clock/es/legal.xml 93share/gnome/help/clock/es/legal.xml
 94share/gnome/help/clock/eu/clock.xml
 95share/gnome/help/clock/eu/figures/clock_applet.png
 96share/gnome/help/clock/eu/legal.xml
89share/gnome/help/clock/fi/clock.xml 97share/gnome/help/clock/fi/clock.xml
90share/gnome/help/clock/fi/figures/clock_applet.png 98share/gnome/help/clock/fi/figures/clock_applet.png
91share/gnome/help/clock/fi/legal.xml 99share/gnome/help/clock/fi/legal.xml
92share/gnome/help/clock/fr/clock.xml 100share/gnome/help/clock/fr/clock.xml
93share/gnome/help/clock/fr/figures/clock_applet.png 101share/gnome/help/clock/fr/figures/clock_applet.png
94share/gnome/help/clock/fr/legal.xml 102share/gnome/help/clock/fr/legal.xml
95share/gnome/help/clock/it/clock.xml 103share/gnome/help/clock/it/clock.xml
96share/gnome/help/clock/it/figures/clock_applet.png 104share/gnome/help/clock/it/figures/clock_applet.png
97share/gnome/help/clock/it/legal.xml 105share/gnome/help/clock/it/legal.xml
98share/gnome/help/clock/ja/clock.xml 106share/gnome/help/clock/ja/clock.xml
99share/gnome/help/clock/ja/figures/clock_applet.png 107share/gnome/help/clock/ja/figures/clock_applet.png
100share/gnome/help/clock/ja/legal.xml 108share/gnome/help/clock/ja/legal.xml
101share/gnome/help/clock/ko/clock.xml 109share/gnome/help/clock/ko/clock.xml
@@ -124,56 +132,58 @@ share/gnome/help/clock/sv/figures/clock_ @@ -124,56 +132,58 @@ share/gnome/help/clock/sv/figures/clock_
124share/gnome/help/clock/sv/legal.xml 132share/gnome/help/clock/sv/legal.xml
125share/gnome/help/clock/th/clock.xml 133share/gnome/help/clock/th/clock.xml
126share/gnome/help/clock/th/figures/clock_applet.png 134share/gnome/help/clock/th/figures/clock_applet.png
127share/gnome/help/clock/th/legal.xml 135share/gnome/help/clock/th/legal.xml
128share/gnome/help/clock/uk/clock.xml 136share/gnome/help/clock/uk/clock.xml
129share/gnome/help/clock/uk/figures/clock_applet.png 137share/gnome/help/clock/uk/figures/clock_applet.png
130share/gnome/help/clock/uk/legal.xml 138share/gnome/help/clock/uk/legal.xml
131share/gnome/help/clock/zh_CN/clock.xml 139share/gnome/help/clock/zh_CN/clock.xml
132share/gnome/help/clock/zh_CN/figures/clock_applet.png 140share/gnome/help/clock/zh_CN/figures/clock_applet.png
133share/gnome/help/clock/zh_CN/legal.xml 141share/gnome/help/clock/zh_CN/legal.xml
134share/gnome/help/clock/zh_TW/clock.xml 142share/gnome/help/clock/zh_TW/clock.xml
135share/gnome/help/clock/zh_TW/figures/clock_applet.png 143share/gnome/help/clock/zh_TW/figures/clock_applet.png
136share/gnome/help/clock/zh_TW/legal.xml 144share/gnome/help/clock/zh_TW/legal.xml
137share/gnome/help/fish-applet-2/de/figures/fish_applet.png 
138share/gnome/help/fish-applet-2/de/figures/fish_settings.png 
139share/gnome/help/fish-applet-2/de/fish-applet-2.xml 
140share/gnome/help/fish-applet-2/de/legal.xml 
141share/gnome/help/fish-applet-2/ja/figures/fish_applet.png 145share/gnome/help/fish-applet-2/ja/figures/fish_applet.png
142share/gnome/help/fish-applet-2/ja/fish-applet-2.xml 146share/gnome/help/fish-applet-2/ja/fish-applet-2.xml
143share/gnome/help/fish-applet-2/ja/legal.xml 147share/gnome/help/fish-applet-2/ja/legal.xml
144share/gnome/help/fish-applet-2/zh_CN/figures/fish_applet.png 148share/gnome/help/fish-applet-2/zh_CN/figures/fish_applet.png
145share/gnome/help/fish-applet-2/zh_CN/figures/fish_settings.png 149share/gnome/help/fish-applet-2/zh_CN/figures/fish_settings.png
146share/gnome/help/fish-applet-2/zh_CN/fish-applet-2.xml 150share/gnome/help/fish-applet-2/zh_CN/fish-applet-2.xml
147share/gnome/help/fish-applet-2/zh_CN/legal.xml 151share/gnome/help/fish-applet-2/zh_CN/legal.xml
148share/gnome/help/fish-applet-2/zh_TW/figures/fish_applet.png 152share/gnome/help/fish-applet-2/zh_TW/figures/fish_applet.png
149share/gnome/help/fish-applet-2/zh_TW/figures/fish_settings.png 153share/gnome/help/fish-applet-2/zh_TW/figures/fish_settings.png
150share/gnome/help/fish-applet-2/zh_TW/fish-applet-2.xml 154share/gnome/help/fish-applet-2/zh_TW/fish-applet-2.xml
151share/gnome/help/fish-applet-2/zh_TW/legal.xml 155share/gnome/help/fish-applet-2/zh_TW/legal.xml
152share/gnome/help/fish/C/figures/fish_applet.png 156share/gnome/help/fish/C/figures/fish_applet.png
153share/gnome/help/fish/C/fish.xml 157share/gnome/help/fish/C/fish.xml
154share/gnome/help/fish/C/legal.xml 158share/gnome/help/fish/C/legal.xml
155share/gnome/help/fish/ca/figures/fish_applet.png 159share/gnome/help/fish/ca/figures/fish_applet.png
156share/gnome/help/fish/ca/fish.xml 160share/gnome/help/fish/ca/fish.xml
157share/gnome/help/fish/ca/legal.xml 161share/gnome/help/fish/ca/legal.xml
158share/gnome/help/fish/de/figures/fish_applet.png 162share/gnome/help/fish/de/figures/fish_applet.png
159share/gnome/help/fish/de/fish.xml 163share/gnome/help/fish/de/fish.xml
160share/gnome/help/fish/de/legal.xml 164share/gnome/help/fish/de/legal.xml
161share/gnome/help/fish/el/figures/fish_applet.png 165share/gnome/help/fish/el/figures/fish_applet.png
162share/gnome/help/fish/el/fish.xml 166share/gnome/help/fish/el/fish.xml
163share/gnome/help/fish/el/legal.xml 167share/gnome/help/fish/el/legal.xml
 168share/gnome/help/fish/en_GB/figures/fish_applet.png
 169share/gnome/help/fish/en_GB/fish.xml
 170share/gnome/help/fish/en_GB/legal.xml
164share/gnome/help/fish/es/figures/fish_applet.png 171share/gnome/help/fish/es/figures/fish_applet.png
165share/gnome/help/fish/es/fish.xml 172share/gnome/help/fish/es/fish.xml
166share/gnome/help/fish/es/legal.xml 173share/gnome/help/fish/es/legal.xml
 174share/gnome/help/fish/eu/figures/fish_applet.png
 175share/gnome/help/fish/eu/fish.xml
 176share/gnome/help/fish/eu/legal.xml
167share/gnome/help/fish/fi/figures/fish_applet.png 177share/gnome/help/fish/fi/figures/fish_applet.png
168share/gnome/help/fish/fi/fish.xml 178share/gnome/help/fish/fi/fish.xml
169share/gnome/help/fish/fi/legal.xml 179share/gnome/help/fish/fi/legal.xml
170share/gnome/help/fish/fr/figures/fish_applet.png 180share/gnome/help/fish/fr/figures/fish_applet.png
171share/gnome/help/fish/fr/fish.xml 181share/gnome/help/fish/fr/fish.xml
172share/gnome/help/fish/fr/legal.xml 182share/gnome/help/fish/fr/legal.xml
173share/gnome/help/fish/it/figures/fish_applet.png 183share/gnome/help/fish/it/figures/fish_applet.png
174share/gnome/help/fish/it/fish.xml 184share/gnome/help/fish/it/fish.xml
175share/gnome/help/fish/it/legal.xml 185share/gnome/help/fish/it/legal.xml
176share/gnome/help/fish/ko/figures/fish_applet.png 186share/gnome/help/fish/ko/figures/fish_applet.png
177share/gnome/help/fish/ko/fish.xml 187share/gnome/help/fish/ko/fish.xml
178share/gnome/help/fish/ko/legal.xml 188share/gnome/help/fish/ko/legal.xml
179share/gnome/help/fish/oc/figures/fish_applet.png 189share/gnome/help/fish/oc/figures/fish_applet.png
@@ -184,64 +194,63 @@ share/gnome/help/fish/ru/fish.xml @@ -184,64 +194,63 @@ share/gnome/help/fish/ru/fish.xml
184share/gnome/help/fish/ru/legal.xml 194share/gnome/help/fish/ru/legal.xml
185share/gnome/help/fish/sv/figures/fish_applet.png 195share/gnome/help/fish/sv/figures/fish_applet.png
186share/gnome/help/fish/sv/fish.xml 196share/gnome/help/fish/sv/fish.xml
187share/gnome/help/fish/sv/legal.xml 197share/gnome/help/fish/sv/legal.xml
188share/gnome/help/fish/th/figures/fish_applet.png 198share/gnome/help/fish/th/figures/fish_applet.png
189share/gnome/help/fish/th/fish.xml 199share/gnome/help/fish/th/fish.xml
190share/gnome/help/fish/th/legal.xml 200share/gnome/help/fish/th/legal.xml
191share/gnome/help/fish/uk/figures/fish_applet.png 201share/gnome/help/fish/uk/figures/fish_applet.png
192share/gnome/help/fish/uk/fish.xml 202share/gnome/help/fish/uk/fish.xml
193share/gnome/help/fish/uk/legal.xml 203share/gnome/help/fish/uk/legal.xml
194share/gnome/help/window-list/C/window-list.xml 204share/gnome/help/window-list/C/window-list.xml
195share/gnome/help/window-list/ar/window-list.xml 205share/gnome/help/window-list/ar/window-list.xml
196share/gnome/help/window-list/ca/window-list.xml 206share/gnome/help/window-list/ca/window-list.xml
 207share/gnome/help/window-list/cs/window-list.xml
197share/gnome/help/window-list/da/window-list.xml 208share/gnome/help/window-list/da/window-list.xml
198share/gnome/help/window-list/de/figures/window_list_applet.png 
199share/gnome/help/window-list/de/figures/window_list_group.png 
200share/gnome/help/window-list/de/figures/window_list_group_applet.png 
201share/gnome/help/window-list/de/legal.xml 
202share/gnome/help/window-list/de/window-list.xml 209share/gnome/help/window-list/de/window-list.xml
203share/gnome/help/window-list/el/window-list.xml 210share/gnome/help/window-list/el/window-list.xml
 211share/gnome/help/window-list/en_GB/window-list.xml
204share/gnome/help/window-list/es/window-list.xml 212share/gnome/help/window-list/es/window-list.xml
 213share/gnome/help/window-list/eu/window-list.xml
205share/gnome/help/window-list/fi/window-list.xml 214share/gnome/help/window-list/fi/window-list.xml
206share/gnome/help/window-list/fr/window-list.xml 215share/gnome/help/window-list/fr/window-list.xml
207share/gnome/help/window-list/it/window-list.xml 216share/gnome/help/window-list/it/window-list.xml
208share/gnome/help/window-list/ja/figures/window_list_applet.png 217share/gnome/help/window-list/ja/figures/window_list_applet.png
209share/gnome/help/window-list/ja/figures/window_list_group_applet.png 218share/gnome/help/window-list/ja/figures/window_list_group_applet.png
210share/gnome/help/window-list/ja/legal.xml 219share/gnome/help/window-list/ja/legal.xml
211share/gnome/help/window-list/ja/window-list.xml 220share/gnome/help/window-list/ja/window-list.xml
212share/gnome/help/window-list/ko/window-list.xml 221share/gnome/help/window-list/ko/window-list.xml
213share/gnome/help/window-list/oc/window-list.xml 222share/gnome/help/window-list/oc/window-list.xml
214share/gnome/help/window-list/pa/window-list.xml 223share/gnome/help/window-list/pa/window-list.xml
215share/gnome/help/window-list/pt_BR/window-list.xml 224share/gnome/help/window-list/pt_BR/window-list.xml
216share/gnome/help/window-list/ru/window-list.xml 225share/gnome/help/window-list/ru/window-list.xml
217share/gnome/help/window-list/sv/window-list.xml 226share/gnome/help/window-list/sv/window-list.xml
218share/gnome/help/window-list/uk/window-list.xml 227share/gnome/help/window-list/uk/window-list.xml
219share/gnome/help/window-list/zh_CN/window-list.xml 228share/gnome/help/window-list/zh_CN/window-list.xml
220share/gnome/help/window-list/zh_TW/figures/window_list_applet.png 229share/gnome/help/window-list/zh_TW/figures/window_list_applet.png
221share/gnome/help/window-list/zh_TW/figures/window_list_group.png 230share/gnome/help/window-list/zh_TW/figures/window_list_group.png
222share/gnome/help/window-list/zh_TW/figures/window_list_group_applet.png 231share/gnome/help/window-list/zh_TW/figures/window_list_group_applet.png
223share/gnome/help/window-list/zh_TW/legal.xml 232share/gnome/help/window-list/zh_TW/legal.xml
224share/gnome/help/window-list/zh_TW/window-list.xml 233share/gnome/help/window-list/zh_TW/window-list.xml
225share/gnome/help/workspace-switcher/C/workspace-switcher.xml 234share/gnome/help/workspace-switcher/C/workspace-switcher.xml
226share/gnome/help/workspace-switcher/ar/workspace-switcher.xml 235share/gnome/help/workspace-switcher/ar/workspace-switcher.xml
227share/gnome/help/workspace-switcher/ca/workspace-switcher.xml 236share/gnome/help/workspace-switcher/ca/workspace-switcher.xml
 237share/gnome/help/workspace-switcher/cs/workspace-switcher.xml
228share/gnome/help/workspace-switcher/da/workspace-switcher.xml 238share/gnome/help/workspace-switcher/da/workspace-switcher.xml
229share/gnome/help/workspace-switcher/de/figures/workspace_switcher_applet.png 
230share/gnome/help/workspace-switcher/de/figures/workspacelist_applet.png 
231share/gnome/help/workspace-switcher/de/legal.xml 
232share/gnome/help/workspace-switcher/de/workspace-switcher.xml 239share/gnome/help/workspace-switcher/de/workspace-switcher.xml
233share/gnome/help/workspace-switcher/el/workspace-switcher.xml 240share/gnome/help/workspace-switcher/el/workspace-switcher.xml
 241share/gnome/help/workspace-switcher/en_GB/workspace-switcher.xml
234share/gnome/help/workspace-switcher/es/workspace-switcher.xml 242share/gnome/help/workspace-switcher/es/workspace-switcher.xml
 243share/gnome/help/workspace-switcher/eu/workspace-switcher.xml
235share/gnome/help/workspace-switcher/fi/workspace-switcher.xml 244share/gnome/help/workspace-switcher/fi/workspace-switcher.xml
236share/gnome/help/workspace-switcher/fr/workspace-switcher.xml 245share/gnome/help/workspace-switcher/fr/workspace-switcher.xml
237share/gnome/help/workspace-switcher/it/workspace-switcher.xml 246share/gnome/help/workspace-switcher/it/workspace-switcher.xml
238share/gnome/help/workspace-switcher/ja/figures/workspace_switcher_applet.png 247share/gnome/help/workspace-switcher/ja/figures/workspace_switcher_applet.png
239share/gnome/help/workspace-switcher/ja/legal.xml 248share/gnome/help/workspace-switcher/ja/legal.xml
240share/gnome/help/workspace-switcher/ja/workspace-switcher.xml 249share/gnome/help/workspace-switcher/ja/workspace-switcher.xml
241share/gnome/help/workspace-switcher/ko/workspace-switcher.xml 250share/gnome/help/workspace-switcher/ko/workspace-switcher.xml
242share/gnome/help/workspace-switcher/nl/workspace-switcher.xml 251share/gnome/help/workspace-switcher/nl/workspace-switcher.xml
243share/gnome/help/workspace-switcher/oc/workspace-switcher.xml 252share/gnome/help/workspace-switcher/oc/workspace-switcher.xml
244share/gnome/help/workspace-switcher/pa/workspace-switcher.xml 253share/gnome/help/workspace-switcher/pa/workspace-switcher.xml
245share/gnome/help/workspace-switcher/pt_BR/workspace-switcher.xml 254share/gnome/help/workspace-switcher/pt_BR/workspace-switcher.xml
246share/gnome/help/workspace-switcher/ru/workspace-switcher.xml 255share/gnome/help/workspace-switcher/ru/workspace-switcher.xml
247share/gnome/help/workspace-switcher/sv/workspace-switcher.xml 256share/gnome/help/workspace-switcher/sv/workspace-switcher.xml
@@ -336,51 +345,54 @@ share/locale/am/LC_MESSAGES/gnome-panel- @@ -336,51 +345,54 @@ share/locale/am/LC_MESSAGES/gnome-panel-
336share/locale/ar/LC_MESSAGES/gnome-panel-2.0.mo 345share/locale/ar/LC_MESSAGES/gnome-panel-2.0.mo
337share/locale/as/LC_MESSAGES/gnome-panel-2.0.mo 346share/locale/as/LC_MESSAGES/gnome-panel-2.0.mo
338share/locale/ast/LC_MESSAGES/gnome-panel-2.0.mo 347share/locale/ast/LC_MESSAGES/gnome-panel-2.0.mo
339share/locale/az/LC_MESSAGES/gnome-panel-2.0.mo 348share/locale/az/LC_MESSAGES/gnome-panel-2.0.mo
340share/locale/be/LC_MESSAGES/gnome-panel-2.0.mo 349share/locale/be/LC_MESSAGES/gnome-panel-2.0.mo
341share/locale/be@latin/LC_MESSAGES/gnome-panel-2.0.mo 350share/locale/be@latin/LC_MESSAGES/gnome-panel-2.0.mo
342share/locale/bg/LC_MESSAGES/gnome-panel-2.0.mo 351share/locale/bg/LC_MESSAGES/gnome-panel-2.0.mo
343share/locale/bn/LC_MESSAGES/gnome-panel-2.0.mo 352share/locale/bn/LC_MESSAGES/gnome-panel-2.0.mo
344share/locale/bn_IN/LC_MESSAGES/gnome-panel-2.0.mo 353share/locale/bn_IN/LC_MESSAGES/gnome-panel-2.0.mo
345share/locale/br/LC_MESSAGES/gnome-panel-2.0.mo 354share/locale/br/LC_MESSAGES/gnome-panel-2.0.mo
346share/locale/bs/LC_MESSAGES/gnome-panel-2.0.mo 355share/locale/bs/LC_MESSAGES/gnome-panel-2.0.mo
347share/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo 356share/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo
348share/locale/ca@valencia/LC_MESSAGES/gnome-panel-2.0.mo 357share/locale/ca@valencia/LC_MESSAGES/gnome-panel-2.0.mo
 358share/locale/crh/LC_MESSAGES/gnome-panel-2.0.mo
349share/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo 359share/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo
350share/locale/cy/LC_MESSAGES/gnome-panel-2.0.mo 360share/locale/cy/LC_MESSAGES/gnome-panel-2.0.mo
351share/locale/da/LC_MESSAGES/gnome-panel-2.0.mo 361share/locale/da/LC_MESSAGES/gnome-panel-2.0.mo
352share/locale/de/LC_MESSAGES/gnome-panel-2.0.mo 362share/locale/de/LC_MESSAGES/gnome-panel-2.0.mo
353share/locale/dz/LC_MESSAGES/gnome-panel-2.0.mo 363share/locale/dz/LC_MESSAGES/gnome-panel-2.0.mo
354share/locale/el/LC_MESSAGES/gnome-panel-2.0.mo 364share/locale/el/LC_MESSAGES/gnome-panel-2.0.mo
355share/locale/en_CA/LC_MESSAGES/gnome-panel-2.0.mo 365share/locale/en_CA/LC_MESSAGES/gnome-panel-2.0.mo
356share/locale/en_GB/LC_MESSAGES/gnome-panel-2.0.mo 366share/locale/en_GB/LC_MESSAGES/gnome-panel-2.0.mo
357share/locale/eo/LC_MESSAGES/gnome-panel-2.0.mo 367share/locale/eo/LC_MESSAGES/gnome-panel-2.0.mo
358share/locale/es/LC_MESSAGES/gnome-panel-2.0.mo 368share/locale/es/LC_MESSAGES/gnome-panel-2.0.mo
359share/locale/et/LC_MESSAGES/gnome-panel-2.0.mo 369share/locale/et/LC_MESSAGES/gnome-panel-2.0.mo
360share/locale/eu/LC_MESSAGES/gnome-panel-2.0.mo 370share/locale/eu/LC_MESSAGES/gnome-panel-2.0.mo
361share/locale/fa/LC_MESSAGES/gnome-panel-2.0.mo 371share/locale/fa/LC_MESSAGES/gnome-panel-2.0.mo
362share/locale/fi/LC_MESSAGES/gnome-panel-2.0.mo 372share/locale/fi/LC_MESSAGES/gnome-panel-2.0.mo
363share/locale/fr/LC_MESSAGES/gnome-panel-2.0.mo 373share/locale/fr/LC_MESSAGES/gnome-panel-2.0.mo
364share/locale/fur/LC_MESSAGES/gnome-panel-2.0.mo 374share/locale/fur/LC_MESSAGES/gnome-panel-2.0.mo
365share/locale/ga/LC_MESSAGES/gnome-panel-2.0.mo 375share/locale/ga/LC_MESSAGES/gnome-panel-2.0.mo
366share/locale/gl/LC_MESSAGES/gnome-panel-2.0.mo 376share/locale/gl/LC_MESSAGES/gnome-panel-2.0.mo
367share/locale/gu/LC_MESSAGES/gnome-panel-2.0.mo 377share/locale/gu/LC_MESSAGES/gnome-panel-2.0.mo
 378share/locale/ha/LC_MESSAGES/gnome-panel-2.0.mo
368share/locale/he/LC_MESSAGES/gnome-panel-2.0.mo 379share/locale/he/LC_MESSAGES/gnome-panel-2.0.mo
369share/locale/hi/LC_MESSAGES/gnome-panel-2.0.mo 380share/locale/hi/LC_MESSAGES/gnome-panel-2.0.mo
370share/locale/hr/LC_MESSAGES/gnome-panel-2.0.mo 381share/locale/hr/LC_MESSAGES/gnome-panel-2.0.mo
371share/locale/hu/LC_MESSAGES/gnome-panel-2.0.mo 382share/locale/hu/LC_MESSAGES/gnome-panel-2.0.mo
372share/locale/hy/LC_MESSAGES/gnome-panel-2.0.mo 383share/locale/hy/LC_MESSAGES/gnome-panel-2.0.mo
373share/locale/id/LC_MESSAGES/gnome-panel-2.0.mo 384share/locale/id/LC_MESSAGES/gnome-panel-2.0.mo
 385share/locale/ig/LC_MESSAGES/gnome-panel-2.0.mo
374share/locale/is/LC_MESSAGES/gnome-panel-2.0.mo 386share/locale/is/LC_MESSAGES/gnome-panel-2.0.mo
375share/locale/it/LC_MESSAGES/gnome-panel-2.0.mo 387share/locale/it/LC_MESSAGES/gnome-panel-2.0.mo
376share/locale/ja/LC_MESSAGES/gnome-panel-2.0.mo 388share/locale/ja/LC_MESSAGES/gnome-panel-2.0.mo
377share/locale/ka/LC_MESSAGES/gnome-panel-2.0.mo 389share/locale/ka/LC_MESSAGES/gnome-panel-2.0.mo
378share/locale/kn/LC_MESSAGES/gnome-panel-2.0.mo 390share/locale/kn/LC_MESSAGES/gnome-panel-2.0.mo
379share/locale/ko/LC_MESSAGES/gnome-panel-2.0.mo 391share/locale/ko/LC_MESSAGES/gnome-panel-2.0.mo
380share/locale/ku/LC_MESSAGES/gnome-panel-2.0.mo 392share/locale/ku/LC_MESSAGES/gnome-panel-2.0.mo
381share/locale/ky/LC_MESSAGES/gnome-panel-2.0.mo 393share/locale/ky/LC_MESSAGES/gnome-panel-2.0.mo
382share/locale/la/LC_MESSAGES/gnome-panel-2.0.mo 394share/locale/la/LC_MESSAGES/gnome-panel-2.0.mo
383share/locale/li/LC_MESSAGES/gnome-panel-2.0.mo 395share/locale/li/LC_MESSAGES/gnome-panel-2.0.mo
384share/locale/lt/LC_MESSAGES/gnome-panel-2.0.mo 396share/locale/lt/LC_MESSAGES/gnome-panel-2.0.mo
385share/locale/lv/LC_MESSAGES/gnome-panel-2.0.mo 397share/locale/lv/LC_MESSAGES/gnome-panel-2.0.mo
386share/locale/mai/LC_MESSAGES/gnome-panel-2.0.mo 398share/locale/mai/LC_MESSAGES/gnome-panel-2.0.mo
@@ -415,218 +427,239 @@ share/locale/sr@ije/LC_MESSAGES/gnome-pa @@ -415,218 +427,239 @@ share/locale/sr@ije/LC_MESSAGES/gnome-pa
415share/locale/sr@latin/LC_MESSAGES/gnome-panel-2.0.mo 427share/locale/sr@latin/LC_MESSAGES/gnome-panel-2.0.mo
416share/locale/sv/LC_MESSAGES/gnome-panel-2.0.mo 428share/locale/sv/LC_MESSAGES/gnome-panel-2.0.mo
417share/locale/ta/LC_MESSAGES/gnome-panel-2.0.mo 429share/locale/ta/LC_MESSAGES/gnome-panel-2.0.mo
418share/locale/te/LC_MESSAGES/gnome-panel-2.0.mo 430share/locale/te/LC_MESSAGES/gnome-panel-2.0.mo
419share/locale/th/LC_MESSAGES/gnome-panel-2.0.mo 431share/locale/th/LC_MESSAGES/gnome-panel-2.0.mo
420share/locale/tr/LC_MESSAGES/gnome-panel-2.0.mo 432share/locale/tr/LC_MESSAGES/gnome-panel-2.0.mo
421share/locale/uk/LC_MESSAGES/gnome-panel-2.0.mo 433share/locale/uk/LC_MESSAGES/gnome-panel-2.0.mo
422share/locale/uz/LC_MESSAGES/gnome-panel-2.0.mo 434share/locale/uz/LC_MESSAGES/gnome-panel-2.0.mo
423share/locale/uz@cyrillic/LC_MESSAGES/gnome-panel-2.0.mo 435share/locale/uz@cyrillic/LC_MESSAGES/gnome-panel-2.0.mo
424share/locale/vi/LC_MESSAGES/gnome-panel-2.0.mo 436share/locale/vi/LC_MESSAGES/gnome-panel-2.0.mo
425share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo 437share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo
426share/locale/xh/LC_MESSAGES/gnome-panel-2.0.mo 438share/locale/xh/LC_MESSAGES/gnome-panel-2.0.mo
427share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo 439share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo
 440share/locale/yo/LC_MESSAGES/gnome-panel-2.0.mo
428share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo 441share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo
429share/locale/zh_HK/LC_MESSAGES/gnome-panel-2.0.mo 442share/locale/zh_HK/LC_MESSAGES/gnome-panel-2.0.mo
430share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo 443share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo
431share/locale/zu/LC_MESSAGES/gnome-panel-2.0.mo 444share/locale/zu/LC_MESSAGES/gnome-panel-2.0.mo
432share/omf/clock/clock-C.omf 445share/omf/clock/clock-C.omf
433share/omf/clock/clock-ar.omf 446share/omf/clock/clock-ar.omf
434share/omf/clock/clock-ca.omf 447share/omf/clock/clock-ca.omf
 448share/omf/clock/clock-cs.omf
435share/omf/clock/clock-de.omf 449share/omf/clock/clock-de.omf
436share/omf/clock/clock-el.omf 450share/omf/clock/clock-el.omf
 451share/omf/clock/clock-en_GB.omf
437share/omf/clock/clock-es.omf 452share/omf/clock/clock-es.omf
 453share/omf/clock/clock-eu.omf
438share/omf/clock/clock-fi.omf 454share/omf/clock/clock-fi.omf
439share/omf/clock/clock-fr.omf 455share/omf/clock/clock-fr.omf
440share/omf/clock/clock-it.omf 456share/omf/clock/clock-it.omf
441share/omf/clock/clock-ja.omf 457share/omf/clock/clock-ja.omf
442share/omf/clock/clock-ko.omf 458share/omf/clock/clock-ko.omf
443share/omf/clock/clock-nl.omf 459share/omf/clock/clock-nl.omf
444share/omf/clock/clock-oc.omf 460share/omf/clock/clock-oc.omf
445share/omf/clock/clock-pa.omf 461share/omf/clock/clock-pa.omf
446share/omf/clock/clock-pt_BR.omf 462share/omf/clock/clock-pt_BR.omf
447share/omf/clock/clock-ru.omf 463share/omf/clock/clock-ru.omf
448share/omf/clock/clock-sr.omf 464share/omf/clock/clock-sr.omf
449share/omf/clock/clock-sv.omf 465share/omf/clock/clock-sv.omf
450share/omf/clock/clock-th.omf 466share/omf/clock/clock-th.omf
451share/omf/clock/clock-uk.omf 467share/omf/clock/clock-uk.omf
452share/omf/clock/clock-zh_CN.omf 468share/omf/clock/clock-zh_CN.omf
453share/omf/clock/clock-zh_TW.omf 469share/omf/clock/clock-zh_TW.omf
454share/omf/fish/fish-C.omf 470share/omf/fish/fish-C.omf
455share/omf/fish/fish-ca.omf 471share/omf/fish/fish-ca.omf
456share/omf/fish/fish-de.omf 472share/omf/fish/fish-de.omf
457share/omf/fish/fish-el.omf 473share/omf/fish/fish-el.omf
 474share/omf/fish/fish-en_GB.omf
458share/omf/fish/fish-es.omf 475share/omf/fish/fish-es.omf
 476share/omf/fish/fish-eu.omf
459share/omf/fish/fish-fi.omf 477share/omf/fish/fish-fi.omf
460share/omf/fish/fish-fr.omf 478share/omf/fish/fish-fr.omf
461share/omf/fish/fish-it.omf 479share/omf/fish/fish-it.omf
462share/omf/fish/fish-ko.omf 480share/omf/fish/fish-ko.omf
463share/omf/fish/fish-oc.omf 481share/omf/fish/fish-oc.omf
464share/omf/fish/fish-ru.omf 482share/omf/fish/fish-ru.omf
465share/omf/fish/fish-sv.omf 483share/omf/fish/fish-sv.omf
466share/omf/fish/fish-th.omf 484share/omf/fish/fish-th.omf
467share/omf/fish/fish-uk.omf 485share/omf/fish/fish-uk.omf
468share/omf/gnome-panel/fish-applet-2-de.omf 
469share/omf/gnome-panel/fish-applet-2-ja.omf 486share/omf/gnome-panel/fish-applet-2-ja.omf
470share/omf/gnome-panel/fish-applet-2-zh_CN.omf 487share/omf/gnome-panel/fish-applet-2-zh_CN.omf
471share/omf/gnome-panel/fish-applet-2-zh_TW.omf 488share/omf/gnome-panel/fish-applet-2-zh_TW.omf
472share/omf/gnome-panel/window-list-de.omf 
473share/omf/gnome-panel/window-list-ja.omf 489share/omf/gnome-panel/window-list-ja.omf
474share/omf/gnome-panel/window-list-zh_TW.omf 490share/omf/gnome-panel/window-list-zh_TW.omf
475share/omf/gnome-panel/workspace-switcher-de.omf 
476share/omf/gnome-panel/workspace-switcher-ja.omf 491share/omf/gnome-panel/workspace-switcher-ja.omf
477share/omf/gnome-panel/workspace-switcher-zh_CN.omf 492share/omf/gnome-panel/workspace-switcher-zh_CN.omf
478share/omf/gnome-panel/workspace-switcher-zh_TW.omf 493share/omf/gnome-panel/workspace-switcher-zh_TW.omf
479share/omf/window-list/window-list-C.omf 494share/omf/window-list/window-list-C.omf
480share/omf/window-list/window-list-ar.omf 495share/omf/window-list/window-list-ar.omf
481share/omf/window-list/window-list-ca.omf 496share/omf/window-list/window-list-ca.omf
 497share/omf/window-list/window-list-cs.omf
482share/omf/window-list/window-list-da.omf 498share/omf/window-list/window-list-da.omf
483share/omf/window-list/window-list-de.omf 499share/omf/window-list/window-list-de.omf
484share/omf/window-list/window-list-el.omf 500share/omf/window-list/window-list-el.omf
 501share/omf/window-list/window-list-en_GB.omf
485share/omf/window-list/window-list-es.omf 502share/omf/window-list/window-list-es.omf
 503share/omf/window-list/window-list-eu.omf
486share/omf/window-list/window-list-fi.omf 504share/omf/window-list/window-list-fi.omf
487share/omf/window-list/window-list-fr.omf 505share/omf/window-list/window-list-fr.omf
488share/omf/window-list/window-list-it.omf 506share/omf/window-list/window-list-it.omf
489share/omf/window-list/window-list-ko.omf 507share/omf/window-list/window-list-ko.omf
490share/omf/window-list/window-list-oc.omf 508share/omf/window-list/window-list-oc.omf
491share/omf/window-list/window-list-pa.omf 509share/omf/window-list/window-list-pa.omf
492share/omf/window-list/window-list-pt_BR.omf 510share/omf/window-list/window-list-pt_BR.omf
493share/omf/window-list/window-list-ru.omf 511share/omf/window-list/window-list-ru.omf
494share/omf/window-list/window-list-sv.omf 512share/omf/window-list/window-list-sv.omf
495share/omf/window-list/window-list-uk.omf 513share/omf/window-list/window-list-uk.omf
496share/omf/window-list/window-list-zh_CN.omf 514share/omf/window-list/window-list-zh_CN.omf
497share/omf/workspace-switcher/workspace-switcher-C.omf 515share/omf/workspace-switcher/workspace-switcher-C.omf
498share/omf/workspace-switcher/workspace-switcher-ar.omf 516share/omf/workspace-switcher/workspace-switcher-ar.omf
499share/omf/workspace-switcher/workspace-switcher-ca.omf 517share/omf/workspace-switcher/workspace-switcher-ca.omf
 518share/omf/workspace-switcher/workspace-switcher-cs.omf
500share/omf/workspace-switcher/workspace-switcher-da.omf 519share/omf/workspace-switcher/workspace-switcher-da.omf
501share/omf/workspace-switcher/workspace-switcher-de.omf 520share/omf/workspace-switcher/workspace-switcher-de.omf
502share/omf/workspace-switcher/workspace-switcher-el.omf 521share/omf/workspace-switcher/workspace-switcher-el.omf
 522share/omf/workspace-switcher/workspace-switcher-en_GB.omf
503share/omf/workspace-switcher/workspace-switcher-es.omf 523share/omf/workspace-switcher/workspace-switcher-es.omf
 524share/omf/workspace-switcher/workspace-switcher-eu.omf
504share/omf/workspace-switcher/workspace-switcher-fi.omf 525share/omf/workspace-switcher/workspace-switcher-fi.omf
505share/omf/workspace-switcher/workspace-switcher-fr.omf 526share/omf/workspace-switcher/workspace-switcher-fr.omf
506share/omf/workspace-switcher/workspace-switcher-it.omf 527share/omf/workspace-switcher/workspace-switcher-it.omf
507share/omf/workspace-switcher/workspace-switcher-ko.omf 528share/omf/workspace-switcher/workspace-switcher-ko.omf
508share/omf/workspace-switcher/workspace-switcher-nl.omf 529share/omf/workspace-switcher/workspace-switcher-nl.omf
509share/omf/workspace-switcher/workspace-switcher-oc.omf 530share/omf/workspace-switcher/workspace-switcher-oc.omf
510share/omf/workspace-switcher/workspace-switcher-pa.omf 531share/omf/workspace-switcher/workspace-switcher-pa.omf
511share/omf/workspace-switcher/workspace-switcher-pt_BR.omf 532share/omf/workspace-switcher/workspace-switcher-pt_BR.omf
512share/omf/workspace-switcher/workspace-switcher-ru.omf 533share/omf/workspace-switcher/workspace-switcher-ru.omf
513share/omf/workspace-switcher/workspace-switcher-sv.omf 534share/omf/workspace-switcher/workspace-switcher-sv.omf
514share/omf/workspace-switcher/workspace-switcher-uk.omf 535share/omf/workspace-switcher/workspace-switcher-uk.omf
515share/omf/workspace-switcher/workspace-switcher-vi.omf 536share/omf/workspace-switcher/workspace-switcher-vi.omf
516${PLIST.hal}@dirrm share/examples/gnome-panel 
517@dirrm share/omf/workspace-switcher 537@dirrm share/omf/workspace-switcher
518@dirrm share/omf/window-list 538@dirrm share/omf/window-list
519@dirrm share/omf/gnome-panel 539@dirrm share/omf/gnome-panel
520@dirrm share/omf/fish 540@dirrm share/omf/fish
521@dirrm share/omf/clock 541@dirrm share/omf/clock
522@comment in rarian: @dirrm share/omf 542@comment in rarian: @dirrm share/omf
523@dirrm share/idl/gnome-panel-2.0 543@dirrm share/idl/gnome-panel-2.0
524@comment in ORBit2: @dirrm share/idl 544@comment in ORBit2: @dirrm share/idl
525@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps 545@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps
 546@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable
526@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps 547@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps
 548@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48
527@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps 549@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps
 550@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32
528@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24/apps 551@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24/apps
 552@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24
529@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22/apps 553@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22/apps
 554@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22
530@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps 555@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps
 556@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16
531@comment in hicolor-icon-theme: @dirrm share/icons/hicolor 557@comment in hicolor-icon-theme: @dirrm share/icons/hicolor
 558@comment in xdg-dirs: @dirrm share/icons
532@dirrm share/gtk-doc/html/panel-applet 559@dirrm share/gtk-doc/html/panel-applet
533@dirrm share/gnome/help/workspace-switcher/zh_TW/figures 560@dirrm share/gnome/help/workspace-switcher/zh_TW/figures
534@dirrm share/gnome/help/workspace-switcher/zh_TW 561@dirrm share/gnome/help/workspace-switcher/zh_TW
535@dirrm share/gnome/help/workspace-switcher/zh_CN/figures 562@dirrm share/gnome/help/workspace-switcher/zh_CN/figures
536@dirrm share/gnome/help/workspace-switcher/zh_CN 563@dirrm share/gnome/help/workspace-switcher/zh_CN
537@dirrm share/gnome/help/workspace-switcher/vi 564@dirrm share/gnome/help/workspace-switcher/vi
538@dirrm share/gnome/help/workspace-switcher/uk 565@dirrm share/gnome/help/workspace-switcher/uk
539@dirrm share/gnome/help/workspace-switcher/sv 566@dirrm share/gnome/help/workspace-switcher/sv
540@dirrm share/gnome/help/workspace-switcher/ru 567@dirrm share/gnome/help/workspace-switcher/ru
541@dirrm share/gnome/help/workspace-switcher/pt_BR 568@dirrm share/gnome/help/workspace-switcher/pt_BR
542@dirrm share/gnome/help/workspace-switcher/pa 569@dirrm share/gnome/help/workspace-switcher/pa
543@dirrm share/gnome/help/workspace-switcher/oc 570@dirrm share/gnome/help/workspace-switcher/oc
544@dirrm share/gnome/help/workspace-switcher/nl 571@dirrm share/gnome/help/workspace-switcher/nl
545@dirrm share/gnome/help/workspace-switcher/ko 572@dirrm share/gnome/help/workspace-switcher/ko
546@dirrm share/gnome/help/workspace-switcher/ja/figures 573@dirrm share/gnome/help/workspace-switcher/ja/figures
547@dirrm share/gnome/help/workspace-switcher/ja 574@dirrm share/gnome/help/workspace-switcher/ja
548@dirrm share/gnome/help/workspace-switcher/it 575@dirrm share/gnome/help/workspace-switcher/it
549@dirrm share/gnome/help/workspace-switcher/fr 576@dirrm share/gnome/help/workspace-switcher/fr
550@dirrm share/gnome/help/workspace-switcher/fi 577@dirrm share/gnome/help/workspace-switcher/fi
 578@dirrm share/gnome/help/workspace-switcher/eu
551@dirrm share/gnome/help/workspace-switcher/es 579@dirrm share/gnome/help/workspace-switcher/es
 580@dirrm share/gnome/help/workspace-switcher/en_GB
552@dirrm share/gnome/help/workspace-switcher/el 581@dirrm share/gnome/help/workspace-switcher/el
553@dirrm share/gnome/help/workspace-switcher/de/figures 
554@dirrm share/gnome/help/workspace-switcher/de 582@dirrm share/gnome/help/workspace-switcher/de
555@dirrm share/gnome/help/workspace-switcher/da 583@dirrm share/gnome/help/workspace-switcher/da
 584@dirrm share/gnome/help/workspace-switcher/cs
556@dirrm share/gnome/help/workspace-switcher/ca 585@dirrm share/gnome/help/workspace-switcher/ca
557@dirrm share/gnome/help/workspace-switcher/ar 586@dirrm share/gnome/help/workspace-switcher/ar
558@dirrm share/gnome/help/workspace-switcher/C 587@dirrm share/gnome/help/workspace-switcher/C
559@dirrm share/gnome/help/workspace-switcher 588@dirrm share/gnome/help/workspace-switcher
560@dirrm share/gnome/help/window-list/zh_TW/figures 589@dirrm share/gnome/help/window-list/zh_TW/figures
561@dirrm share/gnome/help/window-list/zh_TW 590@dirrm share/gnome/help/window-list/zh_TW
562@dirrm share/gnome/help/window-list/zh_CN 591@dirrm share/gnome/help/window-list/zh_CN
563@dirrm share/gnome/help/window-list/uk 592@dirrm share/gnome/help/window-list/uk
564@dirrm share/gnome/help/window-list/sv 593@dirrm share/gnome/help/window-list/sv
565@dirrm share/gnome/help/window-list/ru 594@dirrm share/gnome/help/window-list/ru
566@dirrm share/gnome/help/window-list/pt_BR 595@dirrm share/gnome/help/window-list/pt_BR
567@dirrm share/gnome/help/window-list/pa 596@dirrm share/gnome/help/window-list/pa
568@dirrm share/gnome/help/window-list/oc 597@dirrm share/gnome/help/window-list/oc
569@dirrm share/gnome/help/window-list/ko 598@dirrm share/gnome/help/window-list/ko
570@dirrm share/gnome/help/window-list/ja/figures 599@dirrm share/gnome/help/window-list/ja/figures
571@dirrm share/gnome/help/window-list/ja 600@dirrm share/gnome/help/window-list/ja
572@dirrm share/gnome/help/window-list/it 601@dirrm share/gnome/help/window-list/it
573@dirrm share/gnome/help/window-list/fr 602@dirrm share/gnome/help/window-list/fr
574@dirrm share/gnome/help/window-list/fi 603@dirrm share/gnome/help/window-list/fi
 604@dirrm share/gnome/help/window-list/eu
575@dirrm share/gnome/help/window-list/es 605@dirrm share/gnome/help/window-list/es
 606@dirrm share/gnome/help/window-list/en_GB
576@dirrm share/gnome/help/window-list/el 607@dirrm share/gnome/help/window-list/el
577@dirrm share/gnome/help/window-list/de/figures 
578@dirrm share/gnome/help/window-list/de 608@dirrm share/gnome/help/window-list/de
579@dirrm share/gnome/help/window-list/da 609@dirrm share/gnome/help/window-list/da
 610@dirrm share/gnome/help/window-list/cs
580@dirrm share/gnome/help/window-list/ca 611@dirrm share/gnome/help/window-list/ca
581@dirrm share/gnome/help/window-list/ar 612@dirrm share/gnome/help/window-list/ar
582@dirrm share/gnome/help/window-list/C 613@dirrm share/gnome/help/window-list/C
583@dirrm share/gnome/help/window-list 614@dirrm share/gnome/help/window-list
584@dirrm share/gnome/help/fish/uk/figures 615@dirrm share/gnome/help/fish/uk/figures
585@dirrm share/gnome/help/fish/uk 616@dirrm share/gnome/help/fish/uk
586@dirrm share/gnome/help/fish/th/figures 617@dirrm share/gnome/help/fish/th/figures
587@dirrm share/gnome/help/fish/th 618@dirrm share/gnome/help/fish/th
588@dirrm share/gnome/help/fish/sv/figures 619@dirrm share/gnome/help/fish/sv/figures
589@dirrm share/gnome/help/fish/sv 620@dirrm share/gnome/help/fish/sv
590@dirrm share/gnome/help/fish/ru/figures 621@dirrm share/gnome/help/fish/ru/figures
591@dirrm share/gnome/help/fish/ru 622@dirrm share/gnome/help/fish/ru
592@dirrm share/gnome/help/fish/oc/figures 623@dirrm share/gnome/help/fish/oc/figures
593@dirrm share/gnome/help/fish/oc 624@dirrm share/gnome/help/fish/oc
594@dirrm share/gnome/help/fish/ko/figures 625@dirrm share/gnome/help/fish/ko/figures
595@dirrm share/gnome/help/fish/ko 626@dirrm share/gnome/help/fish/ko
596@dirrm share/gnome/help/fish/it/figures 627@dirrm share/gnome/help/fish/it/figures
597@dirrm share/gnome/help/fish/it 628@dirrm share/gnome/help/fish/it
598@dirrm share/gnome/help/fish/fr/figures 629@dirrm share/gnome/help/fish/fr/figures
599@dirrm share/gnome/help/fish/fr 630@dirrm share/gnome/help/fish/fr
600@dirrm share/gnome/help/fish/fi/figures 631@dirrm share/gnome/help/fish/fi/figures
601@dirrm share/gnome/help/fish/fi 632@dirrm share/gnome/help/fish/fi
 633@dirrm share/gnome/help/fish/eu/figures
 634@dirrm share/gnome/help/fish/eu
602@dirrm share/gnome/help/fish/es/figures 635@dirrm share/gnome/help/fish/es/figures
603@dirrm share/gnome/help/fish/es 636@dirrm share/gnome/help/fish/es
 637@dirrm share/gnome/help/fish/en_GB/figures
 638@dirrm share/gnome/help/fish/en_GB
604@dirrm share/gnome/help/fish/el/figures 639@dirrm share/gnome/help/fish/el/figures
605@dirrm share/gnome/help/fish/el 640@dirrm share/gnome/help/fish/el
606@dirrm share/gnome/help/fish/de/figures 641@dirrm share/gnome/help/fish/de/figures
607@dirrm share/gnome/help/fish/de 642@dirrm share/gnome/help/fish/de
608@dirrm share/gnome/help/fish/ca/figures 643@dirrm share/gnome/help/fish/ca/figures
609@dirrm share/gnome/help/fish/ca 644@dirrm share/gnome/help/fish/ca
610@dirrm share/gnome/help/fish/C/figures 645@dirrm share/gnome/help/fish/C/figures
611@dirrm share/gnome/help/fish/C 646@dirrm share/gnome/help/fish/C
612@dirrm share/gnome/help/fish-applet-2/zh_TW/figures 647@dirrm share/gnome/help/fish-applet-2/zh_TW/figures
613@dirrm share/gnome/help/fish-applet-2/zh_TW 648@dirrm share/gnome/help/fish-applet-2/zh_TW
614@dirrm share/gnome/help/fish-applet-2/zh_CN/figures 649@dirrm share/gnome/help/fish-applet-2/zh_CN/figures
615@dirrm share/gnome/help/fish-applet-2/zh_CN 650@dirrm share/gnome/help/fish-applet-2/zh_CN
616@dirrm share/gnome/help/fish-applet-2/ja/figures 651@dirrm share/gnome/help/fish-applet-2/ja/figures
617@dirrm share/gnome/help/fish-applet-2/ja 652@dirrm share/gnome/help/fish-applet-2/ja
618@dirrm share/gnome/help/fish-applet-2/de/figures 
619@dirrm share/gnome/help/fish-applet-2/de 
620@dirrm share/gnome/help/fish-applet-2 653@dirrm share/gnome/help/fish-applet-2
621@dirrm share/gnome/help/fish 654@dirrm share/gnome/help/fish
622@dirrm share/gnome/help/clock/zh_TW/figures 655@dirrm share/gnome/help/clock/zh_TW/figures
623@dirrm share/gnome/help/clock/zh_TW 656@dirrm share/gnome/help/clock/zh_TW
624@dirrm share/gnome/help/clock/zh_CN/figures 657@dirrm share/gnome/help/clock/zh_CN/figures
625@dirrm share/gnome/help/clock/zh_CN 658@dirrm share/gnome/help/clock/zh_CN
626@dirrm share/gnome/help/clock/uk/figures 659@dirrm share/gnome/help/clock/uk/figures
627@dirrm share/gnome/help/clock/uk 660@dirrm share/gnome/help/clock/uk
628@dirrm share/gnome/help/clock/th/figures 661@dirrm share/gnome/help/clock/th/figures
629@dirrm share/gnome/help/clock/th 662@dirrm share/gnome/help/clock/th
630@dirrm share/gnome/help/clock/sv/figures 663@dirrm share/gnome/help/clock/sv/figures
631@dirrm share/gnome/help/clock/sv 664@dirrm share/gnome/help/clock/sv
632@dirrm share/gnome/help/clock/sr/figures 665@dirrm share/gnome/help/clock/sr/figures
@@ -641,35 +674,46 @@ ${PLIST.hal}@dirrm share/examples/gnome- @@ -641,35 +674,46 @@ ${PLIST.hal}@dirrm share/examples/gnome-
641@dirrm share/gnome/help/clock/oc 674@dirrm share/gnome/help/clock/oc
642@dirrm share/gnome/help/clock/nl/figures 675@dirrm share/gnome/help/clock/nl/figures
643@dirrm share/gnome/help/clock/nl 676@dirrm share/gnome/help/clock/nl
644@dirrm share/gnome/help/clock/ko/figures 677@dirrm share/gnome/help/clock/ko/figures
645@dirrm share/gnome/help/clock/ko 678@dirrm share/gnome/help/clock/ko
646@dirrm share/gnome/help/clock/ja/figures 679@dirrm share/gnome/help/clock/ja/figures
647@dirrm share/gnome/help/clock/ja 680@dirrm share/gnome/help/clock/ja
648@dirrm share/gnome/help/clock/it/figures 681@dirrm share/gnome/help/clock/it/figures
649@dirrm share/gnome/help/clock/it 682@dirrm share/gnome/help/clock/it
650@dirrm share/gnome/help/clock/fr/figures 683@dirrm share/gnome/help/clock/fr/figures
651@dirrm share/gnome/help/clock/fr 684@dirrm share/gnome/help/clock/fr
652@dirrm share/gnome/help/clock/fi/figures 685@dirrm share/gnome/help/clock/fi/figures
653@dirrm share/gnome/help/clock/fi 686@dirrm share/gnome/help/clock/fi
 687@dirrm share/gnome/help/clock/eu/figures
 688@dirrm share/gnome/help/clock/eu
654@dirrm share/gnome/help/clock/es/figures 689@dirrm share/gnome/help/clock/es/figures
655@dirrm share/gnome/help/clock/es 690@dirrm share/gnome/help/clock/es
 691@dirrm share/gnome/help/clock/en_GB/figures
 692@dirrm share/gnome/help/clock/en_GB
656@dirrm share/gnome/help/clock/el/figures 693@dirrm share/gnome/help/clock/el/figures
657@dirrm share/gnome/help/clock/el 694@dirrm share/gnome/help/clock/el
658@dirrm share/gnome/help/clock/de/figures 695@dirrm share/gnome/help/clock/de/figures
659@dirrm share/gnome/help/clock/de 696@dirrm share/gnome/help/clock/de
 697@dirrm share/gnome/help/clock/cs/figures
 698@dirrm share/gnome/help/clock/cs
660@dirrm share/gnome/help/clock/ca/figures 699@dirrm share/gnome/help/clock/ca/figures
661@dirrm share/gnome/help/clock/ca 700@dirrm share/gnome/help/clock/ca
662@dirrm share/gnome/help/clock/ar/figures 701@dirrm share/gnome/help/clock/ar/figures
663@dirrm share/gnome/help/clock/ar 702@dirrm share/gnome/help/clock/ar
664@dirrm share/gnome/help/clock/C/figures 703@dirrm share/gnome/help/clock/C/figures
665@dirrm share/gnome/help/clock/C 704@dirrm share/gnome/help/clock/C
666@dirrm share/gnome/help/clock 705@dirrm share/gnome/help/clock
667@comment in gnome2-dirs: @dirrm share/gnome/help 706@comment in gnome2-dirs: @dirrm share/gnome/help
668@dirrm share/gnome-panel/pixmaps 707@dirrm share/gnome-panel/pixmaps
669@dirrm share/gnome-panel/glade 708@dirrm share/gnome-panel/glade
670@dirrm share/gnome-panel 709@dirrm share/gnome-panel
671@comment in gnome2-dirs: @dirrm share/gnome-2.0/ui 710@comment in gnome2-dirs: @dirrm share/gnome-2.0/ui
 711@comment in gnome2-dirs: @dirrm share/gnome-2.0
 712@comment in gnome2-dirs: @dirrm share/gnome
672@comment in GConf: @dirrm share/gconf/schemas 713@comment in GConf: @dirrm share/gconf/schemas
 714@dirrm share/examples/gnome-panel
 715@comment in dbus: @dirrm share/dbus-1/system-services
 716@comment in dbus: @dirrm share/dbus-1
673@comment in xdg-dirs: @dirrm share/applications 717@comment in xdg-dirs: @dirrm share/applications
674@comment in libbonobo: @dirrm lib/bonobo/servers 718@comment in libbonobo: @dirrm lib/bonobo/servers
675@dirrm include/panel-2.0 719@dirrm include/panel-2.0

cvs diff -r1.52 -r1.53 pkgsrc/x11/gnome-panel/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/gnome-panel/Attic/distinfo 2009/02/18 17:50:24 1.52
+++ pkgsrc/x11/gnome-panel/Attic/distinfo 2009/03/16 23:49:20 1.53
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.52 2009/02/18 17:50:24 drochner Exp $ 1$NetBSD: distinfo,v 1.53 2009/03/16 23:49:20 jmcneill Exp $
2 2
3SHA1 (gnome-panel-2.24.3.tar.bz2) = 46a115529c2e6ef5429e58e5389ad44660aff428 3SHA1 (gnome-panel-2.26.0.tar.bz2) = 8b3012a1f080cb7b30c25d867ca371119fc538f4
4RMD160 (gnome-panel-2.24.3.tar.bz2) = ac38a86fd844d4e7d27c9785dc27a0327d83809f 4RMD160 (gnome-panel-2.26.0.tar.bz2) = 5c25eaeba9886d3cccf189f2304581e6a277afd6
5Size (gnome-panel-2.24.3.tar.bz2) = 3354686 bytes 5Size (gnome-panel-2.26.0.tar.bz2) = 3421179 bytes
6SHA1 (patch-aa) = e19be3cb14a38e1ea98f368a1fd1f53e1a7d6513 6SHA1 (patch-aa) = e19be3cb14a38e1ea98f368a1fd1f53e1a7d6513
7SHA1 (patch-ab) = 681079355d2f10f4ae40fa90772f457a1fc42f41 7SHA1 (patch-ab) = 681079355d2f10f4ae40fa90772f457a1fc42f41
8SHA1 (patch-ad) = c24a5d0a8c1c88d46edfa3e8fc3e4528637a8d31 8SHA1 (patch-ad) = c24a5d0a8c1c88d46edfa3e8fc3e4528637a8d31
9SHA1 (patch-ae) = d85575dc403c67a4fcb0818904ab9b0517f7b8e0 9SHA1 (patch-ae) = d85575dc403c67a4fcb0818904ab9b0517f7b8e0

File Added: pkgsrc/x11/gnome-panel/files/Attic/msgfmtstrip
# $Id: msgfmtstrip,v 1.1 2009/03/16 23:49:20 jmcneill Exp $
# Simple awk script to strip out .po entries with "msgctxt" or "#~|", so the
# resultant file can be handled by the msgfmt 0.14.4 in NetBSD 4.0
{
if (/^$/) { entry_end(); }
else if ($1 == "msgctxt" || $2 == "msgctxt") { skip = 1; }
else if ($1 == "#~|") { skip = 1; }
else { entry = entry $0 "\n" }
}

END { entry_end(); }

function entry_end() {
    if (!skip)
	print entry;
    entry = "";
    skip = 0;
}