- update gnome-applets2 to 2.28.0

This commit is contained in:
jasper 2009-10-12 11:38:11 +00:00
parent 632285c5d5
commit 1e420272e2
7 changed files with 441 additions and 62 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.74 2009/08/11 08:39:38 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.75 2009/10/12 11:38:11 jasper Exp $
COMMENT-main= applets for use with the GNOME panel
COMMENT-battstat= GNOME applet for monitoring battery level
GNOME_PROJECT= gnome-applets
GNOME_VERSION= 2.24.3.1
GNOME_VERSION= 2.28.0
PKGNAME-main= gnome-applets2-${VERSION}p14
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}p11
PKGNAME-main= gnome-applets2-${VERSION}
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}
CATEGORIES= x11
@ -17,16 +17,16 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xrender art_lgpl_2 atk-1.0 bonobo-2 bonobo-activation \
bonoboui-2 c cairo crypto dbus-1 dbus-glib-1 expat \
fontconfig freetype gailutil gdk-x11-2.0 gdk_pixbuf-2.0 \
gio-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 \
gnome-keyring gnomecanvas-2 gnomeui-2 gnomevfs-2 gobject-2.0 \
gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pcre pixman-1 png popt pthread ssl util xml2 z \
avahi-client avahi-common avahi-glib pthread-stubs xcb
WANTLIB += ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
WANTLIB += Xrender art_lgpl_2 atk-1.0 avahi-client avahi-common
WANTLIB += avahi-glib bonobo-2 bonobo-activation bonoboui-2 c
WANTLIB += cairo crypto dbus-1 dbus-glib-1 execinfo expat fontconfig
WANTLIB += freetype gailutil gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 glitz gmodule-2.0 gnome-2 gnomecanvas-2 gnomevfs-2
WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png popt pthread pthread-stubs
WANTLIB += ssl util xcb xcb-atom xcb-aux xcb-event xml2 z
MODULES= devel/gettext \
lang/python \
@ -68,7 +68,8 @@ MULTI_PACKAGES+= -battstat
MODGCONF2_SCHEMAS_DIR= gnome-applets2
CONFIGURE_ARGS+= --disable-scrollkeeper
CONFIGURE_ARGS+= --enable-mixer-applet \
--disable-scrollkeeper
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,5 +1,5 @@
MD5 (gnome/gnome-applets-2.24.3.1.tar.bz2) = nWA5Tp/u23VIOOUIfdrulw==
RMD160 (gnome/gnome-applets-2.24.3.1.tar.bz2) = qjbKFuiIIahg2CW/+auU4UTig/c=
SHA1 (gnome/gnome-applets-2.24.3.1.tar.bz2) = zJoSG7BvaHwiGQLCTb2+N71osH8=
SHA256 (gnome/gnome-applets-2.24.3.1.tar.bz2) = uaPSB7eHVcScSb94CBXzsl/Ra2wj84Fc3rQbXH1oUYU=
SIZE (gnome/gnome-applets-2.24.3.1.tar.bz2) = 7880607
MD5 (gnome/gnome-applets-2.28.0.tar.bz2) = nrAOncRo0sXHG3DJ+yt1HA==
RMD160 (gnome/gnome-applets-2.28.0.tar.bz2) = gsHjP6ydmqggLLrOcy5MWCVWlg4=
SHA1 (gnome/gnome-applets-2.28.0.tar.bz2) = TTUCTwzs0MlfUHfFgJDCl0UqPEc=
SHA256 (gnome/gnome-applets-2.28.0.tar.bz2) = c6odW5Y26jKT0gaYYRVHPzBYHdSpNyZ4c1c4gOsb7Hs=
SIZE (gnome/gnome-applets-2.28.0.tar.bz2) = 9599635

View File

@ -1,20 +1,17 @@
$OpenBSD: patch-Makefile_in,v 1.1 2009/01/31 16:06:26 jasper Exp $
Don't build drivemount applet.
-- Makefile.in.orig Sat Jan 31 16:52:54 2009
+++ Makefile.in Sat Jan 31 16:53:07 2009
@@ -345,7 +345,6 @@ modemlights_applets = \
@BUILD_INVEST_APPLET_TRUE@invest_applet_SUBDIR = invest-applet
$OpenBSD: patch-Makefile_in,v 1.2 2009/10/12 11:38:11 jasper Exp $
--- Makefile.in.orig Mon Sep 21 08:19:35 2009
+++ Makefile.in Mon Oct 12 13:13:03 2009
@@ -324,7 +324,6 @@ modemlights_applets = \
@BUILD_MIXER_APPLET_TRUE@mixer_applet_SUBDIR = mixer
always_built_SUBDIRS = \
charpick \
- drivemount \
geyes \
mini-commander \
gkb-new \
@@ -371,7 +370,6 @@ DIST_SUBDIRS = \
@@ -349,7 +348,6 @@ SUBDIRS = \
DIST_SUBDIRS = \
po \
mixer \
modemlights \
- drivemount \
charpick \

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-configure,v 1.14 2008/11/21 17:50:05 jasper Exp $
--- configure.orig Mon Nov 10 13:51:44 2008
+++ configure Mon Nov 10 13:57:13 2008
@@ -14123,7 +14123,7 @@ if test "${am_cv_pathless_PYTHON+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
$OpenBSD: patch-configure,v 1.15 2009/10/12 11:38:11 jasper Exp $
--- configure.orig Mon Oct 12 13:09:24 2009
+++ configure Mon Oct 12 13:12:34 2009
@@ -14522,7 +14522,7 @@ if test "${am_cv_pathless_PYTHON+set}" = set; then
$as_echo_n "(cached) " >&6
else
- for am_cv_pathless_PYTHON in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do
@ -10,17 +10,17 @@ $OpenBSD: patch-configure,v 1.14 2008/11/21 17:50:05 jasper Exp $
test "$am_cv_pathless_PYTHON" = none && break
prog="import sys, string
# split strings by '.' and convert to numeric. Append some zeros
@@ -15543,7 +15543,7 @@ else
@@ -15873,7 +15873,7 @@ else
fi
-
+if false; then # force skip gnome settings daeon detection
pkg_failed=no
{ echo "$as_me:$LINENO: checking for GNOME_SETTINGS_DAEMON" >&5
echo $ECHO_N "checking for GNOME_SETTINGS_DAEMON... $ECHO_C" >&6; }
@@ -15620,10 +15620,10 @@ if test "x$HAVE_GNOME_SETTINGS_DAEMON" = "xno"; then
echo "$as_me: WARNING: gnome-settings-daemon DBUS API is required to build modem-applet." >&2;}
{ $as_echo "$as_me:$LINENO: checking for GNOME_SETTINGS_DAEMON" >&5
$as_echo_n "checking for GNOME_SETTINGS_DAEMON... " >&6; }
@@ -15950,10 +15950,10 @@ if test "x$HAVE_GNOME_SETTINGS_DAEMON" = "xno"; then
$as_echo "$as_me: WARNING: gnome-settings-daemon DBUS API is required to build modem-applet." >&2;}
fi
+fi # force skip gnome settings daemon detection
@ -29,9 +29,9 @@ $OpenBSD: patch-configure,v 1.14 2008/11/21 17:50:05 jasper Exp $
-
pkg_failed=no
{ echo "$as_me:$LINENO: checking for LIBWNCK" >&5
echo $ECHO_N "checking for LIBWNCK... $ECHO_C" >&6; }
@@ -17150,7 +17150,7 @@ _ACEOF
{ $as_echo "$as_me:$LINENO: checking for LIBWNCK" >&5
$as_echo_n "checking for LIBWNCK... " >&6; }
@@ -17580,7 +17580,7 @@ _ACEOF
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
@ -40,7 +40,16 @@ $OpenBSD: patch-configure,v 1.14 2008/11/21 17:50:05 jasper Exp $
ac_define_dir=`eval echo $ac_define_dir`
GNOMELOCALEDIR="$ac_define_dir"
@@ -20604,7 +20604,7 @@ _ACEOF
@@ -20883,7 +20883,7 @@ builderdir="${pkgdatadir}/builder"
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
- ac_define_dir=`eval echo $"${iconsdir}"`
+ ac_define_dir=`eval echo "${iconsdir}"`
ac_define_dir=`eval echo $ac_define_dir`
GNOME_ICONDIR="$ac_define_dir"
@@ -20896,7 +20896,7 @@ _ACEOF
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
@ -49,7 +58,7 @@ $OpenBSD: patch-configure,v 1.14 2008/11/21 17:50:05 jasper Exp $
ac_define_dir=`eval echo $ac_define_dir`
GNOME_PIXMAPSDIR="$ac_define_dir"
@@ -20617,7 +20617,7 @@ _ACEOF
@@ -20909,7 +20909,7 @@ _ACEOF
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
@ -58,7 +67,7 @@ $OpenBSD: patch-configure,v 1.14 2008/11/21 17:50:05 jasper Exp $
ac_define_dir=`eval echo $ac_define_dir`
GTK_BUILDERDIR="$ac_define_dir"
@@ -20630,7 +20630,7 @@ _ACEOF
@@ -20922,7 +20922,7 @@ _ACEOF
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
@ -67,7 +76,7 @@ $OpenBSD: patch-configure,v 1.14 2008/11/21 17:50:05 jasper Exp $
ac_define_dir=`eval echo $ac_define_dir`
DATADIR="$ac_define_dir"
@@ -20643,7 +20643,7 @@ _ACEOF
@@ -20935,7 +20935,7 @@ _ACEOF
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
@ -76,7 +85,7 @@ $OpenBSD: patch-configure,v 1.14 2008/11/21 17:50:05 jasper Exp $
ac_define_dir=`eval echo $ac_define_dir`
SYSCONFDIR="$ac_define_dir"
@@ -20656,7 +20656,7 @@ _ACEOF
@@ -20948,7 +20948,7 @@ _ACEOF
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
@ -85,7 +94,7 @@ $OpenBSD: patch-configure,v 1.14 2008/11/21 17:50:05 jasper Exp $
ac_define_dir=`eval echo $ac_define_dir`
LIBDIR="$ac_define_dir"
@@ -20669,7 +20669,7 @@ _ACEOF
@@ -20961,7 +20961,7 @@ _ACEOF
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-mixer_load_c,v 1.1 2009/01/25 18:57:00 ajacoutot Exp $
--- mixer/load.c.orig Wed Sep 24 01:46:12 2008
+++ mixer/load.c Sun Jan 25 14:17:49 2009
@@ -88,8 +88,13 @@ _filter_func (GstMixer *mixer, gpointer data) {
$OpenBSD: patch-mixer_load_c,v 1.2 2009/10/12 11:38:11 jasper Exp $
--- mixer/load.c.orig Sun Apr 19 04:12:10 2009
+++ mixer/load.c Mon Oct 12 13:13:03 2009
@@ -83,8 +83,13 @@ _filter_func (GstMixer *mixer, gpointer data) {
(helper->count)++;

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-battstat,v 1.22 2009/06/07 08:40:58 ajacoutot Exp $
@comment $OpenBSD: PLIST-battstat,v 1.23 2009/10/12 11:38:11 jasper Exp $
lib/bonobo/servers/GNOME_BattstatApplet.server
@bin libexec/battstat-applet-2
share/examples/gnome-applets2/
@ -29,6 +29,22 @@ share/gnome/help/battstat/bg/figures/battstat-applet.png
share/gnome/help/battstat/bg/figures/battstat-credits-hal.png
share/gnome/help/battstat/bg/figures/battstat-preferences.png
share/gnome/help/battstat/bg/figures/context-menu.png
share/gnome/help/battstat/ca/
share/gnome/help/battstat/ca/battstat.xml
share/gnome/help/battstat/ca/figures/
share/gnome/help/battstat/ca/figures/battstat-applet-expanded.png
share/gnome/help/battstat/ca/figures/battstat-applet.png
share/gnome/help/battstat/ca/figures/battstat-credits-hal.png
share/gnome/help/battstat/ca/figures/battstat-preferences.png
share/gnome/help/battstat/ca/figures/context-menu.png
share/gnome/help/battstat/cs/
share/gnome/help/battstat/cs/battstat.xml
share/gnome/help/battstat/cs/figures/
share/gnome/help/battstat/cs/figures/battstat-applet-expanded.png
share/gnome/help/battstat/cs/figures/battstat-applet.png
share/gnome/help/battstat/cs/figures/battstat-credits-hal.png
share/gnome/help/battstat/cs/figures/battstat-preferences.png
share/gnome/help/battstat/cs/figures/context-menu.png
share/gnome/help/battstat/de/
share/gnome/help/battstat/de/battstat.xml
share/gnome/help/battstat/de/figures/
@ -61,6 +77,14 @@ share/gnome/help/battstat/es/figures/battstat-applet.png
share/gnome/help/battstat/es/figures/battstat-credits-hal.png
share/gnome/help/battstat/es/figures/battstat-preferences.png
share/gnome/help/battstat/es/figures/context-menu.png
share/gnome/help/battstat/eu/
share/gnome/help/battstat/eu/battstat.xml
share/gnome/help/battstat/eu/figures/
share/gnome/help/battstat/eu/figures/battstat-applet-expanded.png
share/gnome/help/battstat/eu/figures/battstat-applet.png
share/gnome/help/battstat/eu/figures/battstat-credits-hal.png
share/gnome/help/battstat/eu/figures/battstat-preferences.png
share/gnome/help/battstat/eu/figures/context-menu.png
share/gnome/help/battstat/fi/
share/gnome/help/battstat/fi/battstat.xml
share/gnome/help/battstat/fi/figures/
@ -125,13 +149,24 @@ share/gnome/help/battstat/uk/figures/battstat-applet.png
share/gnome/help/battstat/uk/figures/battstat-credits-hal.png
share/gnome/help/battstat/uk/figures/battstat-preferences.png
share/gnome/help/battstat/uk/figures/context-menu.png
share/gnome/help/battstat/zh_CN/
share/gnome/help/battstat/zh_CN/battstat.xml
share/gnome/help/battstat/zh_CN/figures/
share/gnome/help/battstat/zh_CN/figures/battstat-applet-expanded.png
share/gnome/help/battstat/zh_CN/figures/battstat-applet.png
share/gnome/help/battstat/zh_CN/figures/battstat-credits-hal.png
share/gnome/help/battstat/zh_CN/figures/battstat-preferences.png
share/gnome/help/battstat/zh_CN/figures/context-menu.png
share/omf/battstat/
share/omf/battstat/battstat-C.omf
share/omf/battstat/battstat-bg.omf
share/omf/battstat/battstat-ca.omf
share/omf/battstat/battstat-cs.omf
share/omf/battstat/battstat-de.omf
share/omf/battstat/battstat-el.omf
share/omf/battstat/battstat-en_GB.omf
share/omf/battstat/battstat-es.omf
share/omf/battstat/battstat-eu.omf
share/omf/battstat/battstat-fi.omf
share/omf/battstat/battstat-fr.omf
share/omf/battstat/battstat-ko.omf
@ -141,5 +176,6 @@ share/omf/battstat/battstat-pt_BR.omf
share/omf/battstat/battstat-sv.omf
share/omf/battstat/battstat-uk.omf
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
share/omf/battstat/battstat-zh_CN.omf
${SCHEMAS_INSTDIR}/battstat.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.14 2009/06/07 08:40:58 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.15 2009/10/12 11:38:11 jasper Exp $
@conflict libgweather-<2.24.1
@pkgpath x11/gnome/applets2
@pkgpath x11/gnome/applets2,no_battstat
@ -149,6 +149,34 @@ share/gnome/help/accessx-status/ca/figures/accessx_sticky-keys.png
share/gnome/help/accessx-status/ca/figures/accessx_sticky-meta-key.png
share/gnome/help/accessx-status/ca/figures/accessx_sticky-shift-key.png
share/gnome/help/accessx-status/ca/figures/accessx_sticky-windows-key.png
share/gnome/help/accessx-status/cs/
share/gnome/help/accessx-status/cs/accessx-status.xml
share/gnome/help/accessx-status/cs/figures/
share/gnome/help/accessx-status/cs/figures/accessx-status-applet.png
share/gnome/help/accessx-status/cs/figures/accessx-status-disabled.png
share/gnome/help/accessx-status/cs/figures/accessx_bounce-keys.png
share/gnome/help/accessx-status/cs/figures/accessx_mouse-keys.png
share/gnome/help/accessx-status/cs/figures/accessx_slow-keys.png
share/gnome/help/accessx-status/cs/figures/accessx_sticky-altGr-key.png
share/gnome/help/accessx-status/cs/figures/accessx_sticky-ctrl-key.png
share/gnome/help/accessx-status/cs/figures/accessx_sticky-keys.png
share/gnome/help/accessx-status/cs/figures/accessx_sticky-meta-key.png
share/gnome/help/accessx-status/cs/figures/accessx_sticky-shift-key.png
share/gnome/help/accessx-status/cs/figures/accessx_sticky-windows-key.png
share/gnome/help/accessx-status/de/
share/gnome/help/accessx-status/de/accessx-status.xml
share/gnome/help/accessx-status/de/figures/
share/gnome/help/accessx-status/de/figures/accessx-status-applet.png
share/gnome/help/accessx-status/de/figures/accessx-status-disabled.png
share/gnome/help/accessx-status/de/figures/accessx_bounce-keys.png
share/gnome/help/accessx-status/de/figures/accessx_mouse-keys.png
share/gnome/help/accessx-status/de/figures/accessx_slow-keys.png
share/gnome/help/accessx-status/de/figures/accessx_sticky-altGr-key.png
share/gnome/help/accessx-status/de/figures/accessx_sticky-ctrl-key.png
share/gnome/help/accessx-status/de/figures/accessx_sticky-keys.png
share/gnome/help/accessx-status/de/figures/accessx_sticky-meta-key.png
share/gnome/help/accessx-status/de/figures/accessx_sticky-shift-key.png
share/gnome/help/accessx-status/de/figures/accessx_sticky-windows-key.png
share/gnome/help/accessx-status/el/
share/gnome/help/accessx-status/el/accessx-status.xml
share/gnome/help/accessx-status/el/figures/
@ -191,6 +219,20 @@ share/gnome/help/accessx-status/es/figures/accessx_sticky-keys.png
share/gnome/help/accessx-status/es/figures/accessx_sticky-meta-key.png
share/gnome/help/accessx-status/es/figures/accessx_sticky-shift-key.png
share/gnome/help/accessx-status/es/figures/accessx_sticky-windows-key.png
share/gnome/help/accessx-status/eu/
share/gnome/help/accessx-status/eu/accessx-status.xml
share/gnome/help/accessx-status/eu/figures/
share/gnome/help/accessx-status/eu/figures/accessx-status-applet.png
share/gnome/help/accessx-status/eu/figures/accessx-status-disabled.png
share/gnome/help/accessx-status/eu/figures/accessx_bounce-keys.png
share/gnome/help/accessx-status/eu/figures/accessx_mouse-keys.png
share/gnome/help/accessx-status/eu/figures/accessx_slow-keys.png
share/gnome/help/accessx-status/eu/figures/accessx_sticky-altGr-key.png
share/gnome/help/accessx-status/eu/figures/accessx_sticky-ctrl-key.png
share/gnome/help/accessx-status/eu/figures/accessx_sticky-keys.png
share/gnome/help/accessx-status/eu/figures/accessx_sticky-meta-key.png
share/gnome/help/accessx-status/eu/figures/accessx_sticky-shift-key.png
share/gnome/help/accessx-status/eu/figures/accessx_sticky-windows-key.png
share/gnome/help/accessx-status/fi/
share/gnome/help/accessx-status/fi/accessx-status.xml
share/gnome/help/accessx-status/fi/figures/
@ -303,6 +345,20 @@ share/gnome/help/accessx-status/uk/figures/accessx_sticky-keys.png
share/gnome/help/accessx-status/uk/figures/accessx_sticky-meta-key.png
share/gnome/help/accessx-status/uk/figures/accessx_sticky-shift-key.png
share/gnome/help/accessx-status/uk/figures/accessx_sticky-windows-key.png
share/gnome/help/accessx-status/zh_CN/
share/gnome/help/accessx-status/zh_CN/accessx-status.xml
share/gnome/help/accessx-status/zh_CN/figures/
share/gnome/help/accessx-status/zh_CN/figures/accessx-status-applet.png
share/gnome/help/accessx-status/zh_CN/figures/accessx-status-disabled.png
share/gnome/help/accessx-status/zh_CN/figures/accessx_bounce-keys.png
share/gnome/help/accessx-status/zh_CN/figures/accessx_mouse-keys.png
share/gnome/help/accessx-status/zh_CN/figures/accessx_slow-keys.png
share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-altGr-key.png
share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-ctrl-key.png
share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-keys.png
share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-meta-key.png
share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-shift-key.png
share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-windows-key.png
share/gnome/help/char-palette/
share/gnome/help/char-palette/C/
share/gnome/help/char-palette/C/char-palette.xml
@ -326,6 +382,13 @@ share/gnome/help/char-palette/ca/figures/charpalette_applet.png
share/gnome/help/char-palette/ca/figures/charpalette_chargroup.png
share/gnome/help/char-palette/ca/figures/charpick-preferences.png
share/gnome/help/char-palette/ca/figures/charpick_characters.png
share/gnome/help/char-palette/cs/
share/gnome/help/char-palette/cs/char-palette.xml
share/gnome/help/char-palette/cs/figures/
share/gnome/help/char-palette/cs/figures/charpalette_applet.png
share/gnome/help/char-palette/cs/figures/charpalette_chargroup.png
share/gnome/help/char-palette/cs/figures/charpick-preferences.png
share/gnome/help/char-palette/cs/figures/charpick_characters.png
share/gnome/help/char-palette/de/
share/gnome/help/char-palette/de/char-palette.xml
share/gnome/help/char-palette/de/figures/
@ -333,6 +396,13 @@ share/gnome/help/char-palette/de/figures/charpalette_applet.png
share/gnome/help/char-palette/de/figures/charpalette_chargroup.png
share/gnome/help/char-palette/de/figures/charpick-preferences.png
share/gnome/help/char-palette/de/figures/charpick_characters.png
share/gnome/help/char-palette/el/
share/gnome/help/char-palette/el/char-palette.xml
share/gnome/help/char-palette/el/figures/
share/gnome/help/char-palette/el/figures/charpalette_applet.png
share/gnome/help/char-palette/el/figures/charpalette_chargroup.png
share/gnome/help/char-palette/el/figures/charpick-preferences.png
share/gnome/help/char-palette/el/figures/charpick_characters.png
share/gnome/help/char-palette/en_GB/
share/gnome/help/char-palette/en_GB/char-palette.xml
share/gnome/help/char-palette/en_GB/figures/
@ -347,6 +417,13 @@ share/gnome/help/char-palette/es/figures/charpalette_applet.png
share/gnome/help/char-palette/es/figures/charpalette_chargroup.png
share/gnome/help/char-palette/es/figures/charpick-preferences.png
share/gnome/help/char-palette/es/figures/charpick_characters.png
share/gnome/help/char-palette/eu/
share/gnome/help/char-palette/eu/char-palette.xml
share/gnome/help/char-palette/eu/figures/
share/gnome/help/char-palette/eu/figures/charpalette_applet.png
share/gnome/help/char-palette/eu/figures/charpalette_chargroup.png
share/gnome/help/char-palette/eu/figures/charpick-preferences.png
share/gnome/help/char-palette/eu/figures/charpick_characters.png
share/gnome/help/char-palette/fi/
share/gnome/help/char-palette/fi/char-palette.xml
share/gnome/help/char-palette/fi/figures/
@ -417,6 +494,13 @@ share/gnome/help/char-palette/uk/figures/charpalette_applet.png
share/gnome/help/char-palette/uk/figures/charpalette_chargroup.png
share/gnome/help/char-palette/uk/figures/charpick-preferences.png
share/gnome/help/char-palette/uk/figures/charpick_characters.png
share/gnome/help/char-palette/zh_CN/
share/gnome/help/char-palette/zh_CN/char-palette.xml
share/gnome/help/char-palette/zh_CN/figures/
share/gnome/help/char-palette/zh_CN/figures/charpalette_applet.png
share/gnome/help/char-palette/zh_CN/figures/charpalette_chargroup.png
share/gnome/help/char-palette/zh_CN/figures/charpick-preferences.png
share/gnome/help/char-palette/zh_CN/figures/charpick_characters.png
share/gnome/help/geyes/
share/gnome/help/geyes/C/
share/gnome/help/geyes/C/figures/
@ -431,6 +515,10 @@ share/gnome/help/geyes/ca/
share/gnome/help/geyes/ca/figures/
share/gnome/help/geyes/ca/figures/geyes_applet.png
share/gnome/help/geyes/ca/geyes.xml
share/gnome/help/geyes/cs/
share/gnome/help/geyes/cs/figures/
share/gnome/help/geyes/cs/figures/geyes_applet.png
share/gnome/help/geyes/cs/geyes.xml
share/gnome/help/geyes/da/
share/gnome/help/geyes/da/figures/
share/gnome/help/geyes/da/figures/geyes_applet.png
@ -439,6 +527,10 @@ share/gnome/help/geyes/de/
share/gnome/help/geyes/de/figures/
share/gnome/help/geyes/de/figures/geyes_applet.png
share/gnome/help/geyes/de/geyes.xml
share/gnome/help/geyes/el/
share/gnome/help/geyes/el/figures/
share/gnome/help/geyes/el/figures/geyes_applet.png
share/gnome/help/geyes/el/geyes.xml
share/gnome/help/geyes/en_GB/
share/gnome/help/geyes/en_GB/figures/
share/gnome/help/geyes/en_GB/figures/geyes_applet.png
@ -447,6 +539,10 @@ share/gnome/help/geyes/es/
share/gnome/help/geyes/es/figures/
share/gnome/help/geyes/es/figures/geyes_applet.png
share/gnome/help/geyes/es/geyes.xml
share/gnome/help/geyes/eu/
share/gnome/help/geyes/eu/figures/
share/gnome/help/geyes/eu/figures/geyes_applet.png
share/gnome/help/geyes/eu/geyes.xml
share/gnome/help/geyes/fi/
share/gnome/help/geyes/fi/figures/
share/gnome/help/geyes/fi/figures/geyes_applet.png
@ -479,18 +575,28 @@ share/gnome/help/geyes/uk/
share/gnome/help/geyes/uk/figures/
share/gnome/help/geyes/uk/figures/geyes_applet.png
share/gnome/help/geyes/uk/geyes.xml
share/gnome/help/geyes/zh_CN/
share/gnome/help/geyes/zh_CN/figures/
share/gnome/help/geyes/zh_CN/figures/geyes_applet.png
share/gnome/help/geyes/zh_CN/geyes.xml
share/gnome/help/gswitchit/
share/gnome/help/gswitchit/C/
share/gnome/help/gswitchit/C/gswitchit.xml
share/gnome/help/gswitchit/C/legal.xml
share/gnome/help/gswitchit/ca/
share/gnome/help/gswitchit/ca/gswitchit.xml
share/gnome/help/gswitchit/cs/
share/gnome/help/gswitchit/cs/gswitchit.xml
share/gnome/help/gswitchit/de/
share/gnome/help/gswitchit/de/gswitchit.xml
share/gnome/help/gswitchit/el/
share/gnome/help/gswitchit/el/gswitchit.xml
share/gnome/help/gswitchit/en_GB/
share/gnome/help/gswitchit/en_GB/gswitchit.xml
share/gnome/help/gswitchit/es/
share/gnome/help/gswitchit/es/gswitchit.xml
share/gnome/help/gswitchit/eu/
share/gnome/help/gswitchit/eu/gswitchit.xml
share/gnome/help/gswitchit/fi/
share/gnome/help/gswitchit/fi/gswitchit.xml
share/gnome/help/gswitchit/fr/
@ -503,6 +609,8 @@ share/gnome/help/gswitchit/sv/
share/gnome/help/gswitchit/sv/gswitchit.xml
share/gnome/help/gswitchit/uk/
share/gnome/help/gswitchit/uk/gswitchit.xml
share/gnome/help/gswitchit/zh_CN/
share/gnome/help/gswitchit/zh_CN/gswitchit.xml
share/gnome/help/gweather/
share/gnome/help/gweather/C/
share/gnome/help/gweather/C/figures/
@ -522,6 +630,57 @@ share/gnome/help/gweather/C/figures/stock_weather-storm.png
share/gnome/help/gweather/C/figures/stock_weather-sunny.png
share/gnome/help/gweather/C/gweather.xml
share/gnome/help/gweather/C/legal.xml
share/gnome/help/gweather/ar/
share/gnome/help/gweather/ar/figures/
share/gnome/help/gweather/ar/figures/gweather-details.png
share/gnome/help/gweather/ar/figures/gweather-menu-prefs.png
share/gnome/help/gweather/ar/figures/gweather-prefs-general.png
share/gnome/help/gweather/ar/figures/gweather-prefs-locations.png
share/gnome/help/gweather/ar/figures/gweather_applet.png
share/gnome/help/gweather/ar/figures/stock_weather-cloudy.png
share/gnome/help/gweather/ar/figures/stock_weather-few-clouds.png
share/gnome/help/gweather/ar/figures/stock_weather-fog.png
share/gnome/help/gweather/ar/figures/stock_weather-night-clear.png
share/gnome/help/gweather/ar/figures/stock_weather-night-few-clouds.png
share/gnome/help/gweather/ar/figures/stock_weather-showers.png
share/gnome/help/gweather/ar/figures/stock_weather-snow.png
share/gnome/help/gweather/ar/figures/stock_weather-storm.png
share/gnome/help/gweather/ar/figures/stock_weather-sunny.png
share/gnome/help/gweather/ar/gweather.xml
share/gnome/help/gweather/ca/
share/gnome/help/gweather/ca/figures/
share/gnome/help/gweather/ca/figures/gweather-details.png
share/gnome/help/gweather/ca/figures/gweather-menu-prefs.png
share/gnome/help/gweather/ca/figures/gweather-prefs-general.png
share/gnome/help/gweather/ca/figures/gweather-prefs-locations.png
share/gnome/help/gweather/ca/figures/gweather_applet.png
share/gnome/help/gweather/ca/figures/stock_weather-cloudy.png
share/gnome/help/gweather/ca/figures/stock_weather-few-clouds.png
share/gnome/help/gweather/ca/figures/stock_weather-fog.png
share/gnome/help/gweather/ca/figures/stock_weather-night-clear.png
share/gnome/help/gweather/ca/figures/stock_weather-night-few-clouds.png
share/gnome/help/gweather/ca/figures/stock_weather-showers.png
share/gnome/help/gweather/ca/figures/stock_weather-snow.png
share/gnome/help/gweather/ca/figures/stock_weather-storm.png
share/gnome/help/gweather/ca/figures/stock_weather-sunny.png
share/gnome/help/gweather/ca/gweather.xml
share/gnome/help/gweather/cs/
share/gnome/help/gweather/cs/figures/
share/gnome/help/gweather/cs/figures/gweather-details.png
share/gnome/help/gweather/cs/figures/gweather-menu-prefs.png
share/gnome/help/gweather/cs/figures/gweather-prefs-general.png
share/gnome/help/gweather/cs/figures/gweather-prefs-locations.png
share/gnome/help/gweather/cs/figures/gweather_applet.png
share/gnome/help/gweather/cs/figures/stock_weather-cloudy.png
share/gnome/help/gweather/cs/figures/stock_weather-few-clouds.png
share/gnome/help/gweather/cs/figures/stock_weather-fog.png
share/gnome/help/gweather/cs/figures/stock_weather-night-clear.png
share/gnome/help/gweather/cs/figures/stock_weather-night-few-clouds.png
share/gnome/help/gweather/cs/figures/stock_weather-showers.png
share/gnome/help/gweather/cs/figures/stock_weather-snow.png
share/gnome/help/gweather/cs/figures/stock_weather-storm.png
share/gnome/help/gweather/cs/figures/stock_weather-sunny.png
share/gnome/help/gweather/cs/gweather.xml
share/gnome/help/gweather/de/
share/gnome/help/gweather/de/figures/
share/gnome/help/gweather/de/figures/gweather-details.png
@ -539,6 +698,23 @@ share/gnome/help/gweather/de/figures/stock_weather-snow.png
share/gnome/help/gweather/de/figures/stock_weather-storm.png
share/gnome/help/gweather/de/figures/stock_weather-sunny.png
share/gnome/help/gweather/de/gweather.xml
share/gnome/help/gweather/el/
share/gnome/help/gweather/el/figures/
share/gnome/help/gweather/el/figures/gweather-details.png
share/gnome/help/gweather/el/figures/gweather-menu-prefs.png
share/gnome/help/gweather/el/figures/gweather-prefs-general.png
share/gnome/help/gweather/el/figures/gweather-prefs-locations.png
share/gnome/help/gweather/el/figures/gweather_applet.png
share/gnome/help/gweather/el/figures/stock_weather-cloudy.png
share/gnome/help/gweather/el/figures/stock_weather-few-clouds.png
share/gnome/help/gweather/el/figures/stock_weather-fog.png
share/gnome/help/gweather/el/figures/stock_weather-night-clear.png
share/gnome/help/gweather/el/figures/stock_weather-night-few-clouds.png
share/gnome/help/gweather/el/figures/stock_weather-showers.png
share/gnome/help/gweather/el/figures/stock_weather-snow.png
share/gnome/help/gweather/el/figures/stock_weather-storm.png
share/gnome/help/gweather/el/figures/stock_weather-sunny.png
share/gnome/help/gweather/el/gweather.xml
share/gnome/help/gweather/en_GB/
share/gnome/help/gweather/en_GB/figures/
share/gnome/help/gweather/en_GB/figures/gweather-details.png
@ -573,6 +749,23 @@ share/gnome/help/gweather/es/figures/stock_weather-snow.png
share/gnome/help/gweather/es/figures/stock_weather-storm.png
share/gnome/help/gweather/es/figures/stock_weather-sunny.png
share/gnome/help/gweather/es/gweather.xml
share/gnome/help/gweather/eu/
share/gnome/help/gweather/eu/figures/
share/gnome/help/gweather/eu/figures/gweather-details.png
share/gnome/help/gweather/eu/figures/gweather-menu-prefs.png
share/gnome/help/gweather/eu/figures/gweather-prefs-general.png
share/gnome/help/gweather/eu/figures/gweather-prefs-locations.png
share/gnome/help/gweather/eu/figures/gweather_applet.png
share/gnome/help/gweather/eu/figures/stock_weather-cloudy.png
share/gnome/help/gweather/eu/figures/stock_weather-few-clouds.png
share/gnome/help/gweather/eu/figures/stock_weather-fog.png
share/gnome/help/gweather/eu/figures/stock_weather-night-clear.png
share/gnome/help/gweather/eu/figures/stock_weather-night-few-clouds.png
share/gnome/help/gweather/eu/figures/stock_weather-showers.png
share/gnome/help/gweather/eu/figures/stock_weather-snow.png
share/gnome/help/gweather/eu/figures/stock_weather-storm.png
share/gnome/help/gweather/eu/figures/stock_weather-sunny.png
share/gnome/help/gweather/eu/gweather.xml
share/gnome/help/gweather/fi/
share/gnome/help/gweather/fi/figures/
share/gnome/help/gweather/fi/figures/gweather-details.png
@ -743,18 +936,45 @@ share/gnome/help/gweather/uk/figures/stock_weather-snow.png
share/gnome/help/gweather/uk/figures/stock_weather-storm.png
share/gnome/help/gweather/uk/figures/stock_weather-sunny.png
share/gnome/help/gweather/uk/gweather.xml
share/gnome/help/gweather/zh_CN/
share/gnome/help/gweather/zh_CN/figures/
share/gnome/help/gweather/zh_CN/figures/gweather-details.png
share/gnome/help/gweather/zh_CN/figures/gweather-menu-prefs.png
share/gnome/help/gweather/zh_CN/figures/gweather-prefs-general.png
share/gnome/help/gweather/zh_CN/figures/gweather-prefs-locations.png
share/gnome/help/gweather/zh_CN/figures/gweather_applet.png
share/gnome/help/gweather/zh_CN/figures/stock_weather-cloudy.png
share/gnome/help/gweather/zh_CN/figures/stock_weather-few-clouds.png
share/gnome/help/gweather/zh_CN/figures/stock_weather-fog.png
share/gnome/help/gweather/zh_CN/figures/stock_weather-night-clear.png
share/gnome/help/gweather/zh_CN/figures/stock_weather-night-few-clouds.png
share/gnome/help/gweather/zh_CN/figures/stock_weather-showers.png
share/gnome/help/gweather/zh_CN/figures/stock_weather-snow.png
share/gnome/help/gweather/zh_CN/figures/stock_weather-storm.png
share/gnome/help/gweather/zh_CN/figures/stock_weather-sunny.png
share/gnome/help/gweather/zh_CN/gweather.xml
share/gnome/help/invest-applet/
share/gnome/help/invest-applet/C/
share/gnome/help/invest-applet/C/invest-applet.xml
share/gnome/help/invest-applet/C/legal.xml
share/gnome/help/invest-applet/ca/
share/gnome/help/invest-applet/ca/invest-applet.xml
share/gnome/help/invest-applet/de/
share/gnome/help/invest-applet/de/invest-applet.xml
share/gnome/help/invest-applet/el/
share/gnome/help/invest-applet/el/invest-applet.xml
share/gnome/help/invest-applet/en_GB/
share/gnome/help/invest-applet/en_GB/invest-applet.xml
share/gnome/help/invest-applet/es/
share/gnome/help/invest-applet/es/invest-applet.xml
share/gnome/help/invest-applet/fi/
share/gnome/help/invest-applet/fi/invest-applet.xml
share/gnome/help/invest-applet/ru/
share/gnome/help/invest-applet/ru/invest-applet.xml
share/gnome/help/invest-applet/sv/
share/gnome/help/invest-applet/sv/invest-applet.xml
share/gnome/help/invest-applet/zh_CN/
share/gnome/help/invest-applet/zh_CN/invest-applet.xml
share/gnome/help/mixer_applet2/
share/gnome/help/mixer_applet2/C/
share/gnome/help/mixer_applet2/C/figures/
@ -765,6 +985,10 @@ share/gnome/help/mixer_applet2/ca/
share/gnome/help/mixer_applet2/ca/figures/
share/gnome/help/mixer_applet2/ca/figures/volumecontrol_applet.png
share/gnome/help/mixer_applet2/ca/mixer_applet2.xml
share/gnome/help/mixer_applet2/cs/
share/gnome/help/mixer_applet2/cs/figures/
share/gnome/help/mixer_applet2/cs/figures/volumecontrol_applet.png
share/gnome/help/mixer_applet2/cs/mixer_applet2.xml
share/gnome/help/mixer_applet2/de/
share/gnome/help/mixer_applet2/de/figures/
share/gnome/help/mixer_applet2/de/figures/volumecontrol_applet.png
@ -781,6 +1005,10 @@ share/gnome/help/mixer_applet2/es/
share/gnome/help/mixer_applet2/es/figures/
share/gnome/help/mixer_applet2/es/figures/volumecontrol_applet.png
share/gnome/help/mixer_applet2/es/mixer_applet2.xml
share/gnome/help/mixer_applet2/eu/
share/gnome/help/mixer_applet2/eu/figures/
share/gnome/help/mixer_applet2/eu/figures/volumecontrol_applet.png
share/gnome/help/mixer_applet2/eu/mixer_applet2.xml
share/gnome/help/mixer_applet2/fi/
share/gnome/help/mixer_applet2/fi/figures/
share/gnome/help/mixer_applet2/fi/figures/volumecontrol_applet.png
@ -825,6 +1053,10 @@ share/gnome/help/mixer_applet2/uk/
share/gnome/help/mixer_applet2/uk/figures/
share/gnome/help/mixer_applet2/uk/figures/volumecontrol_applet.png
share/gnome/help/mixer_applet2/uk/mixer_applet2.xml
share/gnome/help/mixer_applet2/zh_CN/
share/gnome/help/mixer_applet2/zh_CN/figures/
share/gnome/help/mixer_applet2/zh_CN/figures/volumecontrol_applet.png
share/gnome/help/mixer_applet2/zh_CN/mixer_applet2.xml
share/gnome/help/multiload/
share/gnome/help/multiload/C/
share/gnome/help/multiload/C/figures/
@ -839,6 +1071,24 @@ share/gnome/help/multiload/ca/figures/multiload-preferences.png
share/gnome/help/multiload/ca/figures/system-monitor-applet_window.png
share/gnome/help/multiload/ca/figures/system_monitor.png
share/gnome/help/multiload/ca/multiload.xml
share/gnome/help/multiload/cs/
share/gnome/help/multiload/cs/figures/
share/gnome/help/multiload/cs/figures/multiload-preferences.png
share/gnome/help/multiload/cs/figures/system-monitor-applet_window.png
share/gnome/help/multiload/cs/figures/system_monitor.png
share/gnome/help/multiload/cs/multiload.xml
share/gnome/help/multiload/de/
share/gnome/help/multiload/de/figures/
share/gnome/help/multiload/de/figures/multiload-preferences.png
share/gnome/help/multiload/de/figures/system-monitor-applet_window.png
share/gnome/help/multiload/de/figures/system_monitor.png
share/gnome/help/multiload/de/multiload.xml
share/gnome/help/multiload/el/
share/gnome/help/multiload/el/figures/
share/gnome/help/multiload/el/figures/multiload-preferences.png
share/gnome/help/multiload/el/figures/system-monitor-applet_window.png
share/gnome/help/multiload/el/figures/system_monitor.png
share/gnome/help/multiload/el/multiload.xml
share/gnome/help/multiload/en_GB/
share/gnome/help/multiload/en_GB/figures/
share/gnome/help/multiload/en_GB/figures/multiload-preferences.png
@ -851,6 +1101,12 @@ share/gnome/help/multiload/es/figures/multiload-preferences.png
share/gnome/help/multiload/es/figures/system-monitor-applet_window.png
share/gnome/help/multiload/es/figures/system_monitor.png
share/gnome/help/multiload/es/multiload.xml
share/gnome/help/multiload/eu/
share/gnome/help/multiload/eu/figures/
share/gnome/help/multiload/eu/figures/multiload-preferences.png
share/gnome/help/multiload/eu/figures/system-monitor-applet_window.png
share/gnome/help/multiload/eu/figures/system_monitor.png
share/gnome/help/multiload/eu/multiload.xml
share/gnome/help/multiload/fi/
share/gnome/help/multiload/fi/figures/
share/gnome/help/multiload/fi/figures/multiload-preferences.png
@ -869,12 +1125,6 @@ share/gnome/help/multiload/ko/figures/multiload-preferences.png
share/gnome/help/multiload/ko/figures/system-monitor-applet_window.png
share/gnome/help/multiload/ko/figures/system_monitor.png
share/gnome/help/multiload/ko/multiload.xml
share/gnome/help/multiload/nl/
share/gnome/help/multiload/nl/figures/
share/gnome/help/multiload/nl/figures/multiload-preferences.png
share/gnome/help/multiload/nl/figures/system-monitor-applet_window.png
share/gnome/help/multiload/nl/figures/system_monitor.png
share/gnome/help/multiload/nl/multiload.xml
share/gnome/help/multiload/oc/
share/gnome/help/multiload/oc/figures/
share/gnome/help/multiload/oc/figures/multiload-preferences.png
@ -911,6 +1161,12 @@ share/gnome/help/multiload/uk/figures/multiload-preferences.png
share/gnome/help/multiload/uk/figures/system-monitor-applet_window.png
share/gnome/help/multiload/uk/figures/system_monitor.png
share/gnome/help/multiload/uk/multiload.xml
share/gnome/help/multiload/zh_CN/
share/gnome/help/multiload/zh_CN/figures/
share/gnome/help/multiload/zh_CN/figures/multiload-preferences.png
share/gnome/help/multiload/zh_CN/figures/system-monitor-applet_window.png
share/gnome/help/multiload/zh_CN/figures/system_monitor.png
share/gnome/help/multiload/zh_CN/multiload.xml
share/gnome/help/stickynotes_applet/
share/gnome/help/stickynotes_applet/C/
share/gnome/help/stickynotes_applet/C/figures/
@ -929,6 +1185,14 @@ share/gnome/help/stickynotes_applet/ca/figures/stickynotes-note-prefs.png
share/gnome/help/stickynotes_applet/ca/figures/stickynotes-prefs.png
share/gnome/help/stickynotes_applet/ca/figures/stickynotes_applet.png
share/gnome/help/stickynotes_applet/ca/stickynotes_applet.xml
share/gnome/help/stickynotes_applet/cs/
share/gnome/help/stickynotes_applet/cs/figures/
share/gnome/help/stickynotes_applet/cs/figures/stickynote-right-menu-lock.png
share/gnome/help/stickynotes_applet/cs/figures/stickynote-right-menu-new.png
share/gnome/help/stickynotes_applet/cs/figures/stickynotes-note-prefs.png
share/gnome/help/stickynotes_applet/cs/figures/stickynotes-prefs.png
share/gnome/help/stickynotes_applet/cs/figures/stickynotes_applet.png
share/gnome/help/stickynotes_applet/cs/stickynotes_applet.xml
share/gnome/help/stickynotes_applet/de/
share/gnome/help/stickynotes_applet/de/figures/
share/gnome/help/stickynotes_applet/de/figures/stickynote-right-menu-lock.png
@ -961,6 +1225,14 @@ share/gnome/help/stickynotes_applet/es/figures/stickynotes-note-prefs.png
share/gnome/help/stickynotes_applet/es/figures/stickynotes-prefs.png
share/gnome/help/stickynotes_applet/es/figures/stickynotes_applet.png
share/gnome/help/stickynotes_applet/es/stickynotes_applet.xml
share/gnome/help/stickynotes_applet/eu/
share/gnome/help/stickynotes_applet/eu/figures/
share/gnome/help/stickynotes_applet/eu/figures/stickynote-right-menu-lock.png
share/gnome/help/stickynotes_applet/eu/figures/stickynote-right-menu-new.png
share/gnome/help/stickynotes_applet/eu/figures/stickynotes-note-prefs.png
share/gnome/help/stickynotes_applet/eu/figures/stickynotes-prefs.png
share/gnome/help/stickynotes_applet/eu/figures/stickynotes_applet.png
share/gnome/help/stickynotes_applet/eu/stickynotes_applet.xml
share/gnome/help/stickynotes_applet/fi/
share/gnome/help/stickynotes_applet/fi/figures/
share/gnome/help/stickynotes_applet/fi/figures/stickynote-right-menu-lock.png
@ -1033,6 +1305,14 @@ share/gnome/help/stickynotes_applet/uk/figures/stickynotes-note-prefs.png
share/gnome/help/stickynotes_applet/uk/figures/stickynotes-prefs.png
share/gnome/help/stickynotes_applet/uk/figures/stickynotes_applet.png
share/gnome/help/stickynotes_applet/uk/stickynotes_applet.xml
share/gnome/help/stickynotes_applet/zh_CN/
share/gnome/help/stickynotes_applet/zh_CN/figures/
share/gnome/help/stickynotes_applet/zh_CN/figures/stickynote-right-menu-lock.png
share/gnome/help/stickynotes_applet/zh_CN/figures/stickynote-right-menu-new.png
share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes-note-prefs.png
share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes-prefs.png
share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes_applet.png
share/gnome/help/stickynotes_applet/zh_CN/stickynotes_applet.xml
share/gnome/help/trashapplet/
share/gnome/help/trashapplet/C/
share/gnome/help/trashapplet/C/figures/
@ -1043,6 +1323,10 @@ share/gnome/help/trashapplet/ca/
share/gnome/help/trashapplet/ca/figures/
share/gnome/help/trashapplet/ca/figures/trash-applet.png
share/gnome/help/trashapplet/ca/trashapplet.xml
share/gnome/help/trashapplet/cs/
share/gnome/help/trashapplet/cs/figures/
share/gnome/help/trashapplet/cs/figures/trash-applet.png
share/gnome/help/trashapplet/cs/trashapplet.xml
share/gnome/help/trashapplet/da/
share/gnome/help/trashapplet/da/figures/
share/gnome/help/trashapplet/da/figures/trash-applet.png
@ -1063,6 +1347,10 @@ share/gnome/help/trashapplet/es/
share/gnome/help/trashapplet/es/figures/
share/gnome/help/trashapplet/es/figures/trash-applet.png
share/gnome/help/trashapplet/es/trashapplet.xml
share/gnome/help/trashapplet/eu/
share/gnome/help/trashapplet/eu/figures/
share/gnome/help/trashapplet/eu/figures/trash-applet.png
share/gnome/help/trashapplet/eu/trashapplet.xml
share/gnome/help/trashapplet/fi/
share/gnome/help/trashapplet/fi/figures/
share/gnome/help/trashapplet/fi/figures/trash-applet.png
@ -1107,6 +1395,10 @@ share/gnome/help/trashapplet/uk/
share/gnome/help/trashapplet/uk/figures/
share/gnome/help/trashapplet/uk/figures/trash-applet.png
share/gnome/help/trashapplet/uk/trashapplet.xml
share/gnome/help/trashapplet/zh_CN/
share/gnome/help/trashapplet/zh_CN/figures/
share/gnome/help/trashapplet/zh_CN/figures/trash-applet.png
share/gnome/help/trashapplet/zh_CN/trashapplet.xml
share/gnome/help/trashapplet/zh_HK/
share/gnome/help/trashapplet/zh_HK/figures/
share/gnome/help/trashapplet/zh_HK/figures/trash-applet.png
@ -1130,6 +1422,7 @@ share/icons/hicolor/48x48/apps/invest-applet.png
share/icons/hicolor/scalable/apps/gnome-eyes-applet.svg
share/icons/hicolor/scalable/apps/gnome-sticky-notes-applet.svg
share/icons/hicolor/scalable/apps/invest-applet.svg
share/locale/af/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/am/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/ar/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/as/LC_MESSAGES/gnome-applets-2.0.mo
@ -1140,8 +1433,11 @@ share/locale/be@latin/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/bg/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/bn/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/bn_IN/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/br/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/bs/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/ca/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/ca@valencia/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/crh/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/cs/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/cy/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/da/LC_MESSAGES/gnome-applets-2.0.mo
@ -1235,9 +1531,12 @@ share/omf/accessx-status/
share/omf/accessx-status/accessx-status-C.omf
share/omf/accessx-status/accessx-status-bg.omf
share/omf/accessx-status/accessx-status-ca.omf
share/omf/accessx-status/accessx-status-cs.omf
share/omf/accessx-status/accessx-status-de.omf
share/omf/accessx-status/accessx-status-el.omf
share/omf/accessx-status/accessx-status-en_GB.omf
share/omf/accessx-status/accessx-status-es.omf
share/omf/accessx-status/accessx-status-eu.omf
share/omf/accessx-status/accessx-status-fi.omf
share/omf/accessx-status/accessx-status-fr.omf
share/omf/accessx-status/accessx-status-it.omf
@ -1246,13 +1545,17 @@ share/omf/accessx-status/accessx-status-nl.omf
share/omf/accessx-status/accessx-status-oc.omf
share/omf/accessx-status/accessx-status-sv.omf
share/omf/accessx-status/accessx-status-uk.omf
share/omf/accessx-status/accessx-status-zh_CN.omf
share/omf/char-palette/
share/omf/char-palette/char-palette-C.omf
share/omf/char-palette/char-palette-bg.omf
share/omf/char-palette/char-palette-ca.omf
share/omf/char-palette/char-palette-cs.omf
share/omf/char-palette/char-palette-de.omf
share/omf/char-palette/char-palette-el.omf
share/omf/char-palette/char-palette-en_GB.omf
share/omf/char-palette/char-palette-es.omf
share/omf/char-palette/char-palette-eu.omf
share/omf/char-palette/char-palette-fi.omf
share/omf/char-palette/char-palette-fr.omf
share/omf/char-palette/char-palette-it.omf
@ -1263,14 +1566,18 @@ share/omf/char-palette/char-palette-pt_BR.omf
share/omf/char-palette/char-palette-ru.omf
share/omf/char-palette/char-palette-sv.omf
share/omf/char-palette/char-palette-uk.omf
share/omf/char-palette/char-palette-zh_CN.omf
share/omf/geyes/
share/omf/geyes/geyes-C.omf
share/omf/geyes/geyes-bg.omf
share/omf/geyes/geyes-ca.omf
share/omf/geyes/geyes-cs.omf
share/omf/geyes/geyes-da.omf
share/omf/geyes/geyes-de.omf
share/omf/geyes/geyes-el.omf
share/omf/geyes/geyes-en_GB.omf
share/omf/geyes/geyes-es.omf
share/omf/geyes/geyes-eu.omf
share/omf/geyes/geyes-fi.omf
share/omf/geyes/geyes-fr.omf
share/omf/geyes/geyes-it.omf
@ -1279,23 +1586,33 @@ share/omf/geyes/geyes-oc.omf
share/omf/geyes/geyes-ru.omf
share/omf/geyes/geyes-sv.omf
share/omf/geyes/geyes-uk.omf
share/omf/geyes/geyes-zh_CN.omf
share/omf/gswitchit/
share/omf/gswitchit/gswitchit-C.omf
share/omf/gswitchit/gswitchit-ca.omf
share/omf/gswitchit/gswitchit-cs.omf
share/omf/gswitchit/gswitchit-de.omf
share/omf/gswitchit/gswitchit-el.omf
share/omf/gswitchit/gswitchit-en_GB.omf
share/omf/gswitchit/gswitchit-es.omf
share/omf/gswitchit/gswitchit-eu.omf
share/omf/gswitchit/gswitchit-fi.omf
share/omf/gswitchit/gswitchit-fr.omf
share/omf/gswitchit/gswitchit-oc.omf
share/omf/gswitchit/gswitchit-ru.omf
share/omf/gswitchit/gswitchit-sv.omf
share/omf/gswitchit/gswitchit-uk.omf
share/omf/gswitchit/gswitchit-zh_CN.omf
share/omf/gweather/
share/omf/gweather/gweather-C.omf
share/omf/gweather/gweather-ar.omf
share/omf/gweather/gweather-ca.omf
share/omf/gweather/gweather-cs.omf
share/omf/gweather/gweather-de.omf
share/omf/gweather/gweather-el.omf
share/omf/gweather/gweather-en_GB.omf
share/omf/gweather/gweather-es.omf
share/omf/gweather/gweather-eu.omf
share/omf/gweather/gweather-fi.omf
share/omf/gweather/gweather-fr.omf
share/omf/gweather/gweather-ko.omf
@ -1306,19 +1623,27 @@ share/omf/gweather/gweather-pt_BR.omf
share/omf/gweather/gweather-ru.omf
share/omf/gweather/gweather-sv.omf
share/omf/gweather/gweather-uk.omf
share/omf/gweather/gweather-zh_CN.omf
share/omf/invest-applet/
share/omf/invest-applet/invest-applet-C.omf
share/omf/invest-applet/invest-applet-ca.omf
share/omf/invest-applet/invest-applet-de.omf
share/omf/invest-applet/invest-applet-el.omf
share/omf/invest-applet/invest-applet-en_GB.omf
share/omf/invest-applet/invest-applet-es.omf
share/omf/invest-applet/invest-applet-fi.omf
share/omf/invest-applet/invest-applet-ru.omf
share/omf/invest-applet/invest-applet-sv.omf
share/omf/invest-applet/invest-applet-zh_CN.omf
share/omf/mixer_applet2/
share/omf/mixer_applet2/mixer_applet2-C.omf
share/omf/mixer_applet2/mixer_applet2-ca.omf
share/omf/mixer_applet2/mixer_applet2-cs.omf
share/omf/mixer_applet2/mixer_applet2-de.omf
share/omf/mixer_applet2/mixer_applet2-el.omf
share/omf/mixer_applet2/mixer_applet2-en_GB.omf
share/omf/mixer_applet2/mixer_applet2-es.omf
share/omf/mixer_applet2/mixer_applet2-eu.omf
share/omf/mixer_applet2/mixer_applet2-fi.omf
share/omf/mixer_applet2/mixer_applet2-fr.omf
share/omf/mixer_applet2/mixer_applet2-hu.omf
@ -1330,28 +1655,35 @@ share/omf/mixer_applet2/mixer_applet2-pt_BR.omf
share/omf/mixer_applet2/mixer_applet2-ru.omf
share/omf/mixer_applet2/mixer_applet2-sv.omf
share/omf/mixer_applet2/mixer_applet2-uk.omf
share/omf/mixer_applet2/mixer_applet2-zh_CN.omf
share/omf/multiload/
share/omf/multiload/multiload-C.omf
share/omf/multiload/multiload-ca.omf
share/omf/multiload/multiload-cs.omf
share/omf/multiload/multiload-de.omf
share/omf/multiload/multiload-el.omf
share/omf/multiload/multiload-en_GB.omf
share/omf/multiload/multiload-es.omf
share/omf/multiload/multiload-eu.omf
share/omf/multiload/multiload-fi.omf
share/omf/multiload/multiload-fr.omf
share/omf/multiload/multiload-ko.omf
share/omf/multiload/multiload-nl.omf
share/omf/multiload/multiload-oc.omf
share/omf/multiload/multiload-pa.omf
share/omf/multiload/multiload-pt_BR.omf
share/omf/multiload/multiload-ru.omf
share/omf/multiload/multiload-sv.omf
share/omf/multiload/multiload-uk.omf
share/omf/multiload/multiload-zh_CN.omf
share/omf/stickynotes_applet/
share/omf/stickynotes_applet/stickynotes_applet-C.omf
share/omf/stickynotes_applet/stickynotes_applet-ca.omf
share/omf/stickynotes_applet/stickynotes_applet-cs.omf
share/omf/stickynotes_applet/stickynotes_applet-de.omf
share/omf/stickynotes_applet/stickynotes_applet-el.omf
share/omf/stickynotes_applet/stickynotes_applet-en_GB.omf
share/omf/stickynotes_applet/stickynotes_applet-es.omf
share/omf/stickynotes_applet/stickynotes_applet-eu.omf
share/omf/stickynotes_applet/stickynotes_applet-fi.omf
share/omf/stickynotes_applet/stickynotes_applet-fr.omf
share/omf/stickynotes_applet/stickynotes_applet-ko.omf
@ -1361,14 +1693,17 @@ share/omf/stickynotes_applet/stickynotes_applet-pt_BR.omf
share/omf/stickynotes_applet/stickynotes_applet-ru.omf
share/omf/stickynotes_applet/stickynotes_applet-sv.omf
share/omf/stickynotes_applet/stickynotes_applet-uk.omf
share/omf/stickynotes_applet/stickynotes_applet-zh_CN.omf
share/omf/trashapplet/
share/omf/trashapplet/trashapplet-C.omf
share/omf/trashapplet/trashapplet-ca.omf
share/omf/trashapplet/trashapplet-cs.omf
share/omf/trashapplet/trashapplet-da.omf
share/omf/trashapplet/trashapplet-de.omf
share/omf/trashapplet/trashapplet-el.omf
share/omf/trashapplet/trashapplet-en_GB.omf
share/omf/trashapplet/trashapplet-es.omf
share/omf/trashapplet/trashapplet-eu.omf
share/omf/trashapplet/trashapplet-fi.omf
share/omf/trashapplet/trashapplet-fr.omf
share/omf/trashapplet/trashapplet-hu.omf
@ -1380,6 +1715,7 @@ share/omf/trashapplet/trashapplet-pt_BR.omf
share/omf/trashapplet/trashapplet-ru.omf
share/omf/trashapplet/trashapplet-sv.omf
share/omf/trashapplet/trashapplet-uk.omf
share/omf/trashapplet/trashapplet-zh_CN.omf
share/omf/trashapplet/trashapplet-zh_HK.omf
share/omf/trashapplet/trashapplet-zh_TW.omf
share/pixmaps/accessx-status-applet/