pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Remove older parts of GNOME 3



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Tue Nov 10 13:23:34 2020 +0100
Changeset:	79559b65acc4074ae04835870a839762e378a7b0

Modified Files:
	Makefile
Removed Files:
	gnome-applets/DESCR
	gnome-applets/Makefile
	gnome-applets/PLIST
	gnome-applets/distinfo
	gnome-applets/options.mk
	gnome-applets/patches/patch-aa
	gnome-applets/patches/patch-ab
	gnome-applets/patches/patch-ad
	gnome-applets/patches/patch-battstat_battstat__applet.c
	gnome-applets/patches/patch-gweather_gweather-applet.c
	gnome-applets/patches/patch-hal
	gnome-menus/DESCR
	gnome-menus/Makefile
	gnome-menus/PLIST
	gnome-menus/buildlink3.mk
	gnome-menus/distinfo
	gnome-panel/DESCR
	gnome-panel/Makefile
	gnome-panel/PLIST
	gnome-panel/TODO
	gnome-panel/buildlink3.mk
	gnome-panel/distinfo

Log Message:
Remove older parts of GNOME 3

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=79559b65acc4074ae04835870a839762e378a7b0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                           |    3 -
 gnome-applets/DESCR                                |    2 -
 gnome-applets/Makefile                             |   96 --
 gnome-applets/PLIST                                | 1800 --------------------
 gnome-applets/distinfo                             |   12 -
 gnome-applets/options.mk                           |   22 -
 gnome-applets/patches/patch-aa                     |   13 -
 gnome-applets/patches/patch-ab                     |   12 -
 gnome-applets/patches/patch-ad                     |   24 -
 .../patches/patch-battstat_battstat__applet.c      |   16 -
 .../patches/patch-gweather_gweather-applet.c       |   17 -
 gnome-applets/patches/patch-hal                    |   26 -
 gnome-menus/DESCR                                  |    2 -
 gnome-menus/Makefile                               |   43 -
 gnome-menus/PLIST                                  |  129 --
 gnome-menus/buildlink3.mk                          |   14 -
 gnome-menus/distinfo                               |    6 -
 gnome-panel/DESCR                                  |   11 -
 gnome-panel/Makefile                               |  107 --
 gnome-panel/PLIST                                  |  337 ----
 gnome-panel/TODO                                   |    1 -
 gnome-panel/buildlink3.mk                          |   32 -
 gnome-panel/distinfo                               |    6 -
 23 files changed, 2731 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index efc9859455..2f7f0ec428 100644
--- a/Makefile
+++ b/Makefile
@@ -1113,7 +1113,6 @@ SUBDIR+=	gnocchi
 SUBDIR+=	gnochm
 SUBDIR+=	gnokii
 SUBDIR+=	gnomad2
-SUBDIR+=	gnome-applets
 SUBDIR+=	gnome-apps
 SUBDIR+=	gnome-backgrounds
 SUBDIR+=	gnome-bluetooth
@@ -1125,10 +1124,8 @@ SUBDIR+=	gnome-core
 SUBDIR+=	gnome-jabber
 SUBDIR+=	gnome-js-common
 SUBDIR+=	gnome-keyring
-SUBDIR+=	gnome-menus
 SUBDIR+=	gnome-mount
 SUBDIR+=	gnome-paint
-SUBDIR+=	gnome-panel
 SUBDIR+=	gnome-screenshot
 SUBDIR+=	gnome-todo
 SUBDIR+=	gnome3
diff --git a/gnome-applets/DESCR b/gnome-applets/DESCR
deleted file mode 100644
index ad79fccdc9..0000000000
--- a/gnome-applets/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This package contains the panel applets for GNOME2.  The applets are a set
-of small utilities that run from within Gnome panels.
diff --git a/gnome-applets/Makefile b/gnome-applets/Makefile
deleted file mode 100644
index 218799a954..0000000000
--- a/gnome-applets/Makefile
+++ /dev/null
@@ -1,96 +0,0 @@
-# $NetBSD: Makefile,v 1.134 2015/12/05 21:26:07 adam Exp $
-
-DISTNAME=		gnome-applets-3.18.2
-CATEGORIES=		x11 gnome
-MASTER_SITES=		${MASTER_SITE_GNOME:=sources/gnome-applets/3.18/}
-EXTRACT_SUFX=		.tar.xz
-LICENSE=		gnu-gpl-v2 AND gnu-fdl-v1.1
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		https://www.gnome.org/
-COMMENT=		GNOME2 panel applets
-
-GNU_CONFIGURE=		yes
-USE_TOOLS+=		gmake intltool msgfmt pkg-config
-USE_PKGLOCALEDIR=	yes
-USE_LIBTOOL=		yes
-
-PYTHON_VERSIONS_ACCEPTED=	27 # py-ORBit via py-gnome2
-
-.include "options.mk"
-
-CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
-# obsolete; replaced by PA mixer in gnome-media>=2.26
-CONFIGURE_ARGS+=	--enable-mixer-applet
-# obsolete; replaced by gnome-power-manager>=2.24
-CONFIGURE_ARGS+=	--disable-cpufreq
-
-EGDIR=			${PREFIX}/share/examples/gnome-applets
-
-GCONF_SCHEMAS=		charpick.schemas
-GCONF_SCHEMAS+=		drivemount.schemas
-GCONF_SCHEMAS+=		geyes.schemas
-#GCONF_SCHEMAS+=	gswitchit.schemas
-GCONF_SCHEMAS+=		mixer.schemas
-GCONF_SCHEMAS+=		multiload.schemas
-GCONF_SCHEMAS+=		stickynotes.schemas
-
-.include "../../mk/bsd.prefs.mk"
-
-PLIST_VARS+=		battstat
-.if ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" || \
-    (${OPSYS} == "NetBSD" && exists(/usr/include/machine/apmvar.h))
-GCONF_SCHEMAS+=		battstat.schemas
-PLIST.battstat=		yes
-CONF_FILES+=		${EGDIR}/sound/events/battstat_applet.soundlist \
-			${PKG_SYSCONFDIR}/sound/events/battstat_applet.soundlist
-.else
-CONFIGURE_ARGS+=	--disable-battstat
-.endif
-
-PRINT_PLIST_AWK+=	/[Bb]attstat/ { print "$${PLIST.battstat}"$$0; next; }
-PRINT_PLIST_AWK+=	/examples/ { print "$${PLIST.battstat}"$$0; next; }
-
-.include "../../devel/GConf/schemas.mk"
-
-PY_PATCHPLIST=		yes
-REPLACE_PYTHON+=	invest-applet/invest/invest-applet.py
-REPLACE_PYTHON+=	invest-applet/invest/invest-chart
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+=			glib2>=2.18.0
-.include "../../devel/glib2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgweather+=	libgweather>=2.22.1
-.include "../../wip/libgweather/buildlink3.mk"
-.include "../../devel/libwnck/buildlink3.mk"
-.include "../../fonts/gucharmap/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gnome-icon-theme+=	gnome-icon-theme>=2.15.91
-.include "../../graphics/gnome-icon-theme/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../wip/colord/buildlink3.mk"
-.include "../../lang/python/extension.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-BUILDLINK_API_DEPENDS.gst-plugins1-base+=	gst-plugins1-base>=0.10.2
-.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gstreamer1+=		gstreamer1>=0.10.2
-.include "../../multimedia/gstreamer1/buildlink3.mk"
-BUILDLINK_API_DEPENDS.dbus+=	dbus>=1.1.2
-.include "../../sysutils/dbus/buildlink3.mk"
-BUILDLINK_API_DEPENDS.dbus-glib+=	dbus-glib>=0.74
-.include "../../sysutils/dbus-glib/buildlink3.mk"
-.include "../../wip/gnome-settings-daemon/buildlink3.mk"
-#.include "../../sysutils/libgtop/buildlink3.mk"
-.include "../../sysutils/libnotify/buildlink3.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../wip/gnome-control-center/buildlink3.mk"
-.include "../../x11/gnome-desktop3/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gnome-panel+=	gnome-panel>=2.31.2
-.include "../../wip/gnome-panel/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk2+=			gtk2+>=2.13.0
-.include "../../x11/gtk2/buildlink3.mk"
-#.include "../../x11/libgnomekbd/buildlink3.mk"
-#.include "../../x11/libxklavier/buildlink3.mk"
-
-.include "../../mk/oss.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gnome-applets/PLIST b/gnome-applets/PLIST
deleted file mode 100644
index 38abb48865..0000000000
--- a/gnome-applets/PLIST
+++ /dev/null
@@ -1,1800 +0,0 @@
-@comment $NetBSD: PLIST,v 1.29 2010/11/26 11:34:41 drochner Exp $
-bin/invest-chart
-lib/bonobo/servers/GNOME_CDPlayerApplet.server
-lib/bonobo/servers/GNOME_GtikApplet.server
-lib/bonobo/servers/GNOME_KeyboardApplet.server
-lib/bonobo/servers/GNOME_MailcheckApplet_Factory.server
-lib/bonobo/servers/GNOME_MiniCommanderApplet.server
-lib/bonobo/servers/GNOME_NullApplet_Factory.server
-lib/bonobo/servers/GNOME_Panel_WirelessApplet.server
-lib/bonobo/servers/Invest_Applet.server
-${PYSITELIB}/invest/__init__.py
-${PYSITELIB}/invest/__init__.pyc
-${PYSITELIB}/invest/__init__.pyo
-${PYSITELIB}/invest/about.py
-${PYSITELIB}/invest/about.pyc
-${PYSITELIB}/invest/about.pyo
-${PYSITELIB}/invest/applet.py
-${PYSITELIB}/invest/applet.pyc
-${PYSITELIB}/invest/applet.pyo
-${PYSITELIB}/invest/chart.py
-${PYSITELIB}/invest/chart.pyc
-${PYSITELIB}/invest/chart.pyo
-${PYSITELIB}/invest/currencies.py
-${PYSITELIB}/invest/currencies.pyc
-${PYSITELIB}/invest/currencies.pyo
-${PYSITELIB}/invest/defs.py
-${PYSITELIB}/invest/defs.pyc
-${PYSITELIB}/invest/defs.pyo
-${PYSITELIB}/invest/help.py
-${PYSITELIB}/invest/help.pyc
-${PYSITELIB}/invest/help.pyo
-${PYSITELIB}/invest/networkmanager.py
-${PYSITELIB}/invest/networkmanager.pyc
-${PYSITELIB}/invest/networkmanager.pyo
-${PYSITELIB}/invest/preferences.py
-${PYSITELIB}/invest/preferences.pyc
-${PYSITELIB}/invest/preferences.pyo
-${PYSITELIB}/invest/quotes.py
-${PYSITELIB}/invest/quotes.pyc
-${PYSITELIB}/invest/quotes.pyo
-${PYSITELIB}/invest/widgets.py
-${PYSITELIB}/invest/widgets.pyc
-${PYSITELIB}/invest/widgets.pyo
-libexec/accessx-status-applet
-${PLIST.battstat}libexec/battstat-applet-2
-libexec/charpick_applet2
-libexec/drivemount_applet2
-libexec/geyes_applet2
-libexec/gweather-applet-2
-libexec/invest-applet
-libexec/mixer_applet2
-libexec/multiload-applet-2
-libexec/null_applet
-libexec/stickynotes_applet
-libexec/trashapplet
-share/dbus-1/services/org.gnome.panel.applet.AccessxStatusAppletFactory.service
-${PLIST.battstat}share/dbus-1/services/org.gnome.panel.applet.BattstatAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.CharpickerAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.DriveMountAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.GWeatherAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.GeyesAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.MixerAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.MultiLoadAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.StickyNotesAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.TrashAppletFactory.service
-${PLIST.battstat}share/examples/gnome-applets/sound/events/battstat_applet.soundlist
-${PLIST.battstat}share/gconf/schemas/battstat.schemas
-share/gconf/schemas/charpick.schemas
-share/gconf/schemas/drivemount.schemas
-share/gconf/schemas/geyes.schemas
-share/gconf/schemas/mixer.schemas
-share/gconf/schemas/multiload.schemas
-share/gconf/schemas/stickynotes.schemas
-share/gnome-2.0/ui/Invest_Applet.xml
-share/gnome-2.0/ui/accessx-status-applet-menu.xml
-${PLIST.battstat}share/gnome-2.0/ui/battstat-applet-menu.xml
-share/gnome-2.0/ui/charpick-applet-menu.xml
-share/gnome-2.0/ui/drivemount-applet-menu.xml
-share/gnome-2.0/ui/geyes-applet-menu.xml
-share/gnome-2.0/ui/gweather-applet-menu.xml
-share/gnome-2.0/ui/mixer-applet-menu.xml
-share/gnome-2.0/ui/multiload-applet-menu.xml
-share/gnome-2.0/ui/stickynotes-applet-menu.xml
-share/gnome-2.0/ui/trashapplet-menu.xml
-${PLIST.battstat}share/gnome-applets/builder/battstat_applet.ui
-share/gnome-applets/builder/financialchart.ui
-share/gnome-applets/builder/prefs-dialog.ui
-share/gnome-applets/builder/stickynotes.ui
-share/gnome-applets/builder/trashapplet-empty-progress.ui
-share/gnome-applets/geyes/Bizarre/Bizarre-eye.png
-share/gnome-applets/geyes/Bizarre/Bizarre-pupil.png
-share/gnome-applets/geyes/Bizarre/config
-share/gnome-applets/geyes/Bloodshot/Bloodshot-eye.png
-share/gnome-applets/geyes/Bloodshot/Bloodshot-pupil.png
-share/gnome-applets/geyes/Bloodshot/config
-share/gnome-applets/geyes/Default-tiny/Default-tiny-eye.png
-share/gnome-applets/geyes/Default-tiny/Default-tiny-pupil.png
-share/gnome-applets/geyes/Default-tiny/config
-share/gnome-applets/geyes/Default/Default-eye.png
-share/gnome-applets/geyes/Default/Default-pupil.png
-share/gnome-applets/geyes/Default/config
-share/gnome-applets/geyes/Horrid/config
-share/gnome-applets/geyes/Horrid/horrid_eye.png
-share/gnome-applets/geyes/Horrid/horrid_pupil.png
-share/gnome-applets/geyes/Tango/config
-share/gnome-applets/geyes/Tango/tango-eye.png
-share/gnome-applets/geyes/Tango/tango-pupil.png
-share/gnome-applets/invest-applet/invest-16_neutral.png
-share/gnome-applets/invest-applet/invest-22_down.png
-share/gnome-applets/invest-applet/invest-22_neutral.png
-share/gnome-applets/invest-applet/invest-22_up.png
-share/gnome-applets/invest-applet/invest_down.svg
-share/gnome-applets/invest-applet/invest_neutral.svg
-share/gnome-applets/invest-applet/invest_up.svg
-share/gnome-panel/applets/org.gnome.applets.AccessxStatusApplet.panel-applet
-${PLIST.battstat}share/gnome-panel/applets/org.gnome.applets.BattstatApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.CharpickerApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.DriveMountApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.GWeatherApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.GeyesApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.MixerApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.MultiLoadApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.StickyNotesApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.TrashApplet.panel-applet
-share/gnome/help/accessx-status/C/accessx-status.xml
-share/gnome/help/accessx-status/C/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/C/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/C/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/C/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/C/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/C/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/C/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/C/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/C/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/C/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/C/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/C/legal.xml
-share/gnome/help/accessx-status/bg/accessx-status.xml
-share/gnome/help/accessx-status/bg/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/bg/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/bg/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/bg/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/bg/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/bg/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/bg/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/bg/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/bg/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/bg/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/bg/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/ca/accessx-status.xml
-share/gnome/help/accessx-status/ca/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/ca/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/ca/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/ca/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/ca/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/ca/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/ca/figures/accessx_sticky-ctrl-key.png
-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/accessx-status.xml
-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/accessx-status.xml
-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/accessx-status.xml
-share/gnome/help/accessx-status/el/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/el/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/el/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/el/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/el/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/el/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/el/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/el/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/el/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/el/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/el/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/en_GB/accessx-status.xml
-share/gnome/help/accessx-status/en_GB/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/en_GB/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/en_GB/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/en_GB/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/en_GB/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/es/accessx-status.xml
-share/gnome/help/accessx-status/es/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/es/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/es/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/es/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/es/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/es/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/es/figures/accessx_sticky-ctrl-key.png
-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/accessx-status.xml
-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/accessx-status.xml
-share/gnome/help/accessx-status/fi/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/fi/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/fi/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/fi/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/fi/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/fi/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/fi/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/fi/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/fi/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/fi/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/fi/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/fr/accessx-status.xml
-share/gnome/help/accessx-status/fr/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/fr/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/fr/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/fr/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/fr/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/fr/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/fr/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/fr/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/fr/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/fr/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/fr/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/gl/accessx-status.xml
-share/gnome/help/accessx-status/gl/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/gl/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/gl/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/gl/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/gl/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/gl/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/gl/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/gl/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/gl/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/gl/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/gl/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/it/accessx-status.xml
-share/gnome/help/accessx-status/it/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/it/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/it/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/it/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/it/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/it/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/it/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/it/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/it/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/it/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/it/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/ko/accessx-status.xml
-share/gnome/help/accessx-status/ko/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/ko/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/ko/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/ko/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/ko/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/ko/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/ko/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/ko/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/ko/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/ko/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/ko/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/nl/accessx-status.xml
-share/gnome/help/accessx-status/nl/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/nl/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/nl/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/nl/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/nl/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/nl/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/nl/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/nl/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/nl/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/nl/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/nl/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/oc/accessx-status.xml
-share/gnome/help/accessx-status/oc/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/oc/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/oc/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/oc/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/oc/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/oc/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/oc/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/oc/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/oc/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/oc/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/oc/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/sv/accessx-status.xml
-share/gnome/help/accessx-status/sv/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/sv/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/sv/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/sv/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/sv/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/sv/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/sv/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/sv/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/sv/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/sv/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/sv/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/uk/accessx-status.xml
-share/gnome/help/accessx-status/uk/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/uk/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/uk/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/uk/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/uk/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/uk/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/uk/figures/accessx_sticky-ctrl-key.png
-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/accessx-status.xml
-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
-${PLIST.battstat}share/gnome/help/battstat/C/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/C/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/C/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/C/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/C/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/C/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/C/legal.xml
-${PLIST.battstat}share/gnome/help/battstat/bg/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/bg/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/bg/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/bg/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/bg/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/bg/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/ca/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/ca/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/ca/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/ca/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/ca/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/ca/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/cs/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/cs/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/cs/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/cs/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/cs/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/cs/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/da/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/da/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/da/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/da/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/da/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/da/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/de/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/de/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/de/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/de/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/de/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/de/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/el/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/el/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/el/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/el/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/el/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/el/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/en_GB/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/es/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/es/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/es/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/es/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/es/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/es/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/eu/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/eu/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/eu/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/eu/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/eu/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/eu/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/fi/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/fi/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/fi/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/fi/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/fi/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/fi/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/fr/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/fr/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/fr/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/fr/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/fr/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/fr/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/ko/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/ko/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/ko/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/ko/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/ko/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/ko/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/oc/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/oc/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/oc/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/oc/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/oc/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/oc/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/pa/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/pa/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/pa/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/pa/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/pa/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/pa/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/pt_BR/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/sv/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/sv/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/sv/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/sv/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/sv/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/sv/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/uk/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/uk/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/uk/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/uk/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/uk/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/uk/figures/context-menu.png
-${PLIST.battstat}share/gnome/help/battstat/zh_CN/battstat.xml
-${PLIST.battstat}share/gnome/help/battstat/zh_CN/figures/battstat-applet-expanded.png
-${PLIST.battstat}share/gnome/help/battstat/zh_CN/figures/battstat-applet.png
-${PLIST.battstat}share/gnome/help/battstat/zh_CN/figures/battstat-credits-hal.png
-${PLIST.battstat}share/gnome/help/battstat/zh_CN/figures/battstat-preferences.png
-${PLIST.battstat}share/gnome/help/battstat/zh_CN/figures/context-menu.png
-share/gnome/help/char-palette/C/char-palette.xml
-share/gnome/help/char-palette/C/figures/charpalette_applet.png
-share/gnome/help/char-palette/C/figures/charpalette_chargroup.png
-share/gnome/help/char-palette/C/figures/charpick-preferences.png
-share/gnome/help/char-palette/C/figures/charpick_characters.png
-share/gnome/help/char-palette/C/legal.xml
-share/gnome/help/char-palette/bg/char-palette.xml
-share/gnome/help/char-palette/bg/figures/charpalette_applet.png
-share/gnome/help/char-palette/bg/figures/charpalette_chargroup.png
-share/gnome/help/char-palette/bg/figures/charpick-preferences.png
-share/gnome/help/char-palette/bg/figures/charpick_characters.png
-share/gnome/help/char-palette/ca/char-palette.xml
-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/char-palette.xml
-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/char-palette.xml
-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/char-palette.xml
-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/char-palette.xml
-share/gnome/help/char-palette/en_GB/figures/charpalette_applet.png
-share/gnome/help/char-palette/en_GB/figures/charpalette_chargroup.png
-share/gnome/help/char-palette/en_GB/figures/charpick-preferences.png
-share/gnome/help/char-palette/en_GB/figures/charpick_characters.png
-share/gnome/help/char-palette/es/char-palette.xml
-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/char-palette.xml
-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/char-palette.xml
-share/gnome/help/char-palette/fi/figures/charpalette_applet.png
-share/gnome/help/char-palette/fi/figures/charpalette_chargroup.png
-share/gnome/help/char-palette/fi/figures/charpick-preferences.png
-share/gnome/help/char-palette/fi/figures/charpick_characters.png
-share/gnome/help/char-palette/fr/char-palette.xml
-share/gnome/help/char-palette/fr/figures/charpalette_applet.png
-share/gnome/help/char-palette/fr/figures/charpalette_chargroup.png
-share/gnome/help/char-palette/fr/figures/charpick-preferences.png
-share/gnome/help/char-palette/fr/figures/charpick_characters.png
-share/gnome/help/char-palette/it/char-palette.xml
-share/gnome/help/char-palette/it/figures/charpalette_applet.png
-share/gnome/help/char-palette/it/figures/charpalette_chargroup.png
-share/gnome/help/char-palette/it/figures/charpick-preferences.png
-share/gnome/help/char-palette/it/figures/charpick_characters.png
-share/gnome/help/char-palette/ko/char-palette.xml
-share/gnome/help/char-palette/ko/figures/charpalette_applet.png
-share/gnome/help/char-palette/ko/figures/charpalette_chargroup.png
-share/gnome/help/char-palette/ko/figures/charpick-preferences.png
-share/gnome/help/char-palette/ko/figures/charpick_characters.png
-share/gnome/help/char-palette/nl/char-palette.xml
-share/gnome/help/char-palette/nl/figures/charpalette_applet.png
-share/gnome/help/char-palette/nl/figures/charpalette_chargroup.png
-share/gnome/help/char-palette/nl/figures/charpick-preferences.png
-share/gnome/help/char-palette/nl/figures/charpick_characters.png
-share/gnome/help/char-palette/oc/char-palette.xml
-share/gnome/help/char-palette/oc/figures/charpalette_applet.png
-share/gnome/help/char-palette/oc/figures/charpalette_chargroup.png
-share/gnome/help/char-palette/oc/figures/charpick-preferences.png
-share/gnome/help/char-palette/oc/figures/charpick_characters.png
-share/gnome/help/char-palette/pt_BR/char-palette.xml
-share/gnome/help/char-palette/pt_BR/figures/charpalette_applet.png
-share/gnome/help/char-palette/pt_BR/figures/charpalette_chargroup.png
-share/gnome/help/char-palette/pt_BR/figures/charpick-preferences.png
-share/gnome/help/char-palette/pt_BR/figures/charpick_characters.png
-share/gnome/help/char-palette/ru/char-palette.xml
-share/gnome/help/char-palette/ru/figures/charpalette_applet.png
-share/gnome/help/char-palette/ru/figures/charpalette_chargroup.png
-share/gnome/help/char-palette/ru/figures/charpick-preferences.png
-share/gnome/help/char-palette/ru/figures/charpick_characters.png
-share/gnome/help/char-palette/sv/char-palette.xml
-share/gnome/help/char-palette/sv/figures/charpalette_applet.png
-share/gnome/help/char-palette/sv/figures/charpalette_chargroup.png
-share/gnome/help/char-palette/sv/figures/charpick-preferences.png
-share/gnome/help/char-palette/sv/figures/charpick_characters.png
-share/gnome/help/char-palette/uk/char-palette.xml
-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/char-palette.xml
-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/drivemount/C/drivemount.xml
-share/gnome/help/drivemount/C/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/C/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/C/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/C/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/C/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/C/legal.xml
-share/gnome/help/drivemount/ca/drivemount.xml
-share/gnome/help/drivemount/ca/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/ca/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/ca/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/ca/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/ca/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/cs/drivemount.xml
-share/gnome/help/drivemount/cs/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/cs/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/cs/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/cs/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/cs/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/da/drivemount.xml
-share/gnome/help/drivemount/da/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/da/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/da/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/da/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/da/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/de/drivemount.xml
-share/gnome/help/drivemount/de/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/de/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/de/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/de/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/de/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/el/drivemount.xml
-share/gnome/help/drivemount/el/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/el/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/el/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/el/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/el/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/en_GB/drivemount.xml
-share/gnome/help/drivemount/en_GB/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/en_GB/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/en_GB/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/en_GB/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/en_GB/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/es/drivemount.xml
-share/gnome/help/drivemount/es/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/es/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/es/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/es/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/es/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/eu/drivemount.xml
-share/gnome/help/drivemount/eu/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/eu/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/eu/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/eu/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/eu/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/fi/drivemount.xml
-share/gnome/help/drivemount/fi/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/fi/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/fi/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/fi/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/fi/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/fr/drivemount.xml
-share/gnome/help/drivemount/fr/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/fr/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/fr/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/fr/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/fr/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/it/drivemount.xml
-share/gnome/help/drivemount/it/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/it/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/it/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/it/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/it/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/ko/drivemount.xml
-share/gnome/help/drivemount/ko/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/ko/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/ko/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/ko/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/ko/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/oc/drivemount.xml
-share/gnome/help/drivemount/oc/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/oc/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/oc/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/oc/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/oc/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/pa/drivemount.xml
-share/gnome/help/drivemount/pa/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/pa/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/pa/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/pa/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/pa/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/ru/drivemount.xml
-share/gnome/help/drivemount/ru/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/ru/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/ru/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/ru/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/ru/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/sv/drivemount.xml
-share/gnome/help/drivemount/sv/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/sv/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/sv/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/sv/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/sv/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/uk/drivemount.xml
-share/gnome/help/drivemount/uk/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/uk/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/uk/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/uk/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/uk/figures/drivemount-applet_status.png
-share/gnome/help/drivemount/zh_CN/drivemount.xml
-share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_eject.png
-share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_example.png
-share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_mount.png
-share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_open.png
-share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_status.png
-share/gnome/help/geyes/C/figures/geyes_applet.png
-share/gnome/help/geyes/C/geyes.xml
-share/gnome/help/geyes/C/legal.xml
-share/gnome/help/geyes/ast/figures/geyes_applet.png
-share/gnome/help/geyes/ast/geyes.xml
-share/gnome/help/geyes/bg/figures/geyes_applet.png
-share/gnome/help/geyes/bg/geyes.xml
-share/gnome/help/geyes/ca/figures/geyes_applet.png
-share/gnome/help/geyes/ca/geyes.xml
-share/gnome/help/geyes/cs/figures/geyes_applet.png
-share/gnome/help/geyes/cs/geyes.xml
-share/gnome/help/geyes/da/figures/geyes_applet.png
-share/gnome/help/geyes/da/geyes.xml
-share/gnome/help/geyes/de/figures/geyes_applet.png
-share/gnome/help/geyes/de/geyes.xml
-share/gnome/help/geyes/el/figures/geyes_applet.png
-share/gnome/help/geyes/el/geyes.xml
-share/gnome/help/geyes/en_GB/figures/geyes_applet.png
-share/gnome/help/geyes/en_GB/geyes.xml
-share/gnome/help/geyes/es/figures/geyes_applet.png
-share/gnome/help/geyes/es/geyes.xml
-share/gnome/help/geyes/eu/figures/geyes_applet.png
-share/gnome/help/geyes/eu/geyes.xml
-share/gnome/help/geyes/fi/figures/geyes_applet.png
-share/gnome/help/geyes/fi/geyes.xml
-share/gnome/help/geyes/fr/figures/geyes_applet.png
-share/gnome/help/geyes/fr/geyes.xml
-share/gnome/help/geyes/it/figures/geyes_applet.png
-share/gnome/help/geyes/it/geyes.xml
-share/gnome/help/geyes/ko/figures/geyes_applet.png
-share/gnome/help/geyes/ko/geyes.xml
-share/gnome/help/geyes/oc/figures/geyes_applet.png
-share/gnome/help/geyes/oc/geyes.xml
-share/gnome/help/geyes/ru/figures/geyes_applet.png
-share/gnome/help/geyes/ru/geyes.xml
-share/gnome/help/geyes/sv/figures/geyes_applet.png
-share/gnome/help/geyes/sv/geyes.xml
-share/gnome/help/geyes/uk/figures/geyes_applet.png
-share/gnome/help/geyes/uk/geyes.xml
-share/gnome/help/geyes/zh_CN/figures/geyes_applet.png
-share/gnome/help/geyes/zh_CN/geyes.xml
-share/gnome/help/geyes/zh_HK/figures/geyes_applet.png
-share/gnome/help/geyes/zh_HK/geyes.xml
-share/gnome/help/geyes/zh_TW/figures/geyes_applet.png
-share/gnome/help/geyes/zh_TW/geyes.xml
-share/gnome/help/gweather/C/figures/gweather-details.png
-share/gnome/help/gweather/C/figures/gweather-menu-prefs.png
-share/gnome/help/gweather/C/figures/gweather-prefs-general.png
-share/gnome/help/gweather/C/figures/gweather-prefs-locations.png
-share/gnome/help/gweather/C/figures/gweather_applet.png
-share/gnome/help/gweather/C/figures/stock_weather-cloudy.png
-share/gnome/help/gweather/C/figures/stock_weather-few-clouds.png
-share/gnome/help/gweather/C/figures/stock_weather-fog.png
-share/gnome/help/gweather/C/figures/stock_weather-night-clear.png
-share/gnome/help/gweather/C/figures/stock_weather-night-few-clouds.png
-share/gnome/help/gweather/C/figures/stock_weather-showers.png
-share/gnome/help/gweather/C/figures/stock_weather-snow.png
-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/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/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/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/figures/gweather-details.png
-share/gnome/help/gweather/de/figures/gweather-menu-prefs.png
-share/gnome/help/gweather/de/figures/gweather-prefs-general.png
-share/gnome/help/gweather/de/figures/gweather-prefs-locations.png
-share/gnome/help/gweather/de/figures/gweather_applet.png
-share/gnome/help/gweather/de/figures/stock_weather-cloudy.png
-share/gnome/help/gweather/de/figures/stock_weather-few-clouds.png
-share/gnome/help/gweather/de/figures/stock_weather-fog.png
-share/gnome/help/gweather/de/figures/stock_weather-night-clear.png
-share/gnome/help/gweather/de/figures/stock_weather-night-few-clouds.png
-share/gnome/help/gweather/de/figures/stock_weather-showers.png
-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/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/figures/gweather-details.png
-share/gnome/help/gweather/en_GB/figures/gweather-menu-prefs.png
-share/gnome/help/gweather/en_GB/figures/gweather-prefs-general.png
-share/gnome/help/gweather/en_GB/figures/gweather-prefs-locations.png
-share/gnome/help/gweather/en_GB/figures/gweather_applet.png
-share/gnome/help/gweather/en_GB/figures/stock_weather-cloudy.png
-share/gnome/help/gweather/en_GB/figures/stock_weather-few-clouds.png
-share/gnome/help/gweather/en_GB/figures/stock_weather-fog.png
-share/gnome/help/gweather/en_GB/figures/stock_weather-night-clear.png
-share/gnome/help/gweather/en_GB/figures/stock_weather-night-few-clouds.png
-share/gnome/help/gweather/en_GB/figures/stock_weather-showers.png
-share/gnome/help/gweather/en_GB/figures/stock_weather-snow.png
-share/gnome/help/gweather/en_GB/figures/stock_weather-storm.png
-share/gnome/help/gweather/en_GB/figures/stock_weather-sunny.png
-share/gnome/help/gweather/en_GB/gweather.xml
-share/gnome/help/gweather/es/figures/gweather-details.png
-share/gnome/help/gweather/es/figures/gweather-menu-prefs.png
-share/gnome/help/gweather/es/figures/gweather-prefs-general.png
-share/gnome/help/gweather/es/figures/gweather-prefs-locations.png
-share/gnome/help/gweather/es/figures/gweather_applet.png
-share/gnome/help/gweather/es/figures/stock_weather-cloudy.png
-share/gnome/help/gweather/es/figures/stock_weather-few-clouds.png
-share/gnome/help/gweather/es/figures/stock_weather-fog.png
-share/gnome/help/gweather/es/figures/stock_weather-night-clear.png
-share/gnome/help/gweather/es/figures/stock_weather-night-few-clouds.png
-share/gnome/help/gweather/es/figures/stock_weather-showers.png
-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/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/figures/gweather-details.png
-share/gnome/help/gweather/fi/figures/gweather-menu-prefs.png
-share/gnome/help/gweather/fi/figures/gweather-prefs-general.png
-share/gnome/help/gweather/fi/figures/gweather-prefs-locations.png
-share/gnome/help/gweather/fi/figures/gweather_applet.png
-share/gnome/help/gweather/fi/figures/stock_weather-cloudy.png
-share/gnome/help/gweather/fi/figures/stock_weather-few-clouds.png
-share/gnome/help/gweather/fi/figures/stock_weather-fog.png
-share/gnome/help/gweather/fi/figures/stock_weather-night-clear.png
-share/gnome/help/gweather/fi/figures/stock_weather-night-few-clouds.png
-share/gnome/help/gweather/fi/figures/stock_weather-showers.png
-share/gnome/help/gweather/fi/figures/stock_weather-snow.png
-share/gnome/help/gweather/fi/figures/stock_weather-storm.png
-share/gnome/help/gweather/fi/figures/stock_weather-sunny.png
-share/gnome/help/gweather/fi/gweather.xml
-share/gnome/help/gweather/fr/figures/gweather-details.png
-share/gnome/help/gweather/fr/figures/gweather-menu-prefs.png
-share/gnome/help/gweather/fr/figures/gweather-prefs-general.png
-share/gnome/help/gweather/fr/figures/gweather-prefs-locations.png
-share/gnome/help/gweather/fr/figures/gweather_applet.png
-share/gnome/help/gweather/fr/figures/stock_weather-cloudy.png
-share/gnome/help/gweather/fr/figures/stock_weather-few-clouds.png
-share/gnome/help/gweather/fr/figures/stock_weather-fog.png
-share/gnome/help/gweather/fr/figures/stock_weather-night-clear.png
-share/gnome/help/gweather/fr/figures/stock_weather-night-few-clouds.png
-share/gnome/help/gweather/fr/figures/stock_weather-showers.png
-share/gnome/help/gweather/fr/figures/stock_weather-snow.png
-share/gnome/help/gweather/fr/figures/stock_weather-storm.png
-share/gnome/help/gweather/fr/figures/stock_weather-sunny.png
-share/gnome/help/gweather/fr/gweather.xml
-share/gnome/help/gweather/ko/figures/gweather-details.png
-share/gnome/help/gweather/ko/figures/gweather-menu-prefs.png
-share/gnome/help/gweather/ko/figures/gweather-prefs-general.png
-share/gnome/help/gweather/ko/figures/gweather-prefs-locations.png
-share/gnome/help/gweather/ko/figures/gweather_applet.png
-share/gnome/help/gweather/ko/figures/stock_weather-cloudy.png
-share/gnome/help/gweather/ko/figures/stock_weather-few-clouds.png
-share/gnome/help/gweather/ko/figures/stock_weather-fog.png
-share/gnome/help/gweather/ko/figures/stock_weather-night-clear.png
-share/gnome/help/gweather/ko/figures/stock_weather-night-few-clouds.png
-share/gnome/help/gweather/ko/figures/stock_weather-showers.png
-share/gnome/help/gweather/ko/figures/stock_weather-snow.png
-share/gnome/help/gweather/ko/figures/stock_weather-storm.png
-share/gnome/help/gweather/ko/figures/stock_weather-sunny.png
-share/gnome/help/gweather/ko/gweather.xml
-share/gnome/help/gweather/nl/figures/gweather-details.png
-share/gnome/help/gweather/nl/figures/gweather-menu-prefs.png
-share/gnome/help/gweather/nl/figures/gweather-prefs-general.png
-share/gnome/help/gweather/nl/figures/gweather-prefs-locations.png
-share/gnome/help/gweather/nl/figures/gweather_applet.png
-share/gnome/help/gweather/nl/figures/stock_weather-cloudy.png
-share/gnome/help/gweather/nl/figures/stock_weather-few-clouds.png
-share/gnome/help/gweather/nl/figures/stock_weather-fog.png
-share/gnome/help/gweather/nl/figures/stock_weather-night-clear.png
-share/gnome/help/gweather/nl/figures/stock_weather-night-few-clouds.png
-share/gnome/help/gweather/nl/figures/stock_weather-showers.png
-share/gnome/help/gweather/nl/figures/stock_weather-snow.png
-share/gnome/help/gweather/nl/figures/stock_weather-storm.png
-share/gnome/help/gweather/nl/figures/stock_weather-sunny.png
-share/gnome/help/gweather/nl/gweather.xml
-share/gnome/help/gweather/oc/figures/gweather-details.png
-share/gnome/help/gweather/oc/figures/gweather-menu-prefs.png
-share/gnome/help/gweather/oc/figures/gweather-prefs-general.png
-share/gnome/help/gweather/oc/figures/gweather-prefs-locations.png
-share/gnome/help/gweather/oc/figures/gweather_applet.png
-share/gnome/help/gweather/oc/figures/stock_weather-cloudy.png
-share/gnome/help/gweather/oc/figures/stock_weather-few-clouds.png
-share/gnome/help/gweather/oc/figures/stock_weather-fog.png
-share/gnome/help/gweather/oc/figures/stock_weather-night-clear.png
-share/gnome/help/gweather/oc/figures/stock_weather-night-few-clouds.png
-share/gnome/help/gweather/oc/figures/stock_weather-showers.png
-share/gnome/help/gweather/oc/figures/stock_weather-snow.png
-share/gnome/help/gweather/oc/figures/stock_weather-storm.png
-share/gnome/help/gweather/oc/figures/stock_weather-sunny.png
-share/gnome/help/gweather/oc/gweather.xml
-share/gnome/help/gweather/pa/figures/gweather-details.png
-share/gnome/help/gweather/pa/figures/gweather-menu-prefs.png
-share/gnome/help/gweather/pa/figures/gweather-prefs-general.png
-share/gnome/help/gweather/pa/figures/gweather-prefs-locations.png
-share/gnome/help/gweather/pa/figures/gweather_applet.png
-share/gnome/help/gweather/pa/figures/stock_weather-cloudy.png
-share/gnome/help/gweather/pa/figures/stock_weather-few-clouds.png
-share/gnome/help/gweather/pa/figures/stock_weather-fog.png
-share/gnome/help/gweather/pa/figures/stock_weather-night-clear.png
-share/gnome/help/gweather/pa/figures/stock_weather-night-few-clouds.png
-share/gnome/help/gweather/pa/figures/stock_weather-showers.png
-share/gnome/help/gweather/pa/figures/stock_weather-snow.png
-share/gnome/help/gweather/pa/figures/stock_weather-storm.png
-share/gnome/help/gweather/pa/figures/stock_weather-sunny.png
-share/gnome/help/gweather/pa/gweather.xml
-share/gnome/help/gweather/pt_BR/figures/gweather-details.png
-share/gnome/help/gweather/pt_BR/figures/gweather-menu-prefs.png
-share/gnome/help/gweather/pt_BR/figures/gweather-prefs-general.png
-share/gnome/help/gweather/pt_BR/figures/gweather-prefs-locations.png
-share/gnome/help/gweather/pt_BR/figures/gweather_applet.png
-share/gnome/help/gweather/pt_BR/figures/stock_weather-cloudy.png
-share/gnome/help/gweather/pt_BR/figures/stock_weather-few-clouds.png
-share/gnome/help/gweather/pt_BR/figures/stock_weather-fog.png
-share/gnome/help/gweather/pt_BR/figures/stock_weather-night-clear.png
-share/gnome/help/gweather/pt_BR/figures/stock_weather-night-few-clouds.png
-share/gnome/help/gweather/pt_BR/figures/stock_weather-showers.png
-share/gnome/help/gweather/pt_BR/figures/stock_weather-snow.png
-share/gnome/help/gweather/pt_BR/figures/stock_weather-storm.png
-share/gnome/help/gweather/pt_BR/figures/stock_weather-sunny.png
-share/gnome/help/gweather/pt_BR/gweather.xml
-share/gnome/help/gweather/ru/figures/gweather-details.png
-share/gnome/help/gweather/ru/figures/gweather-menu-prefs.png
-share/gnome/help/gweather/ru/figures/gweather-prefs-general.png
-share/gnome/help/gweather/ru/figures/gweather-prefs-locations.png
-share/gnome/help/gweather/ru/figures/gweather_applet.png
-share/gnome/help/gweather/ru/figures/stock_weather-cloudy.png
-share/gnome/help/gweather/ru/figures/stock_weather-few-clouds.png
-share/gnome/help/gweather/ru/figures/stock_weather-fog.png
-share/gnome/help/gweather/ru/figures/stock_weather-night-clear.png
-share/gnome/help/gweather/ru/figures/stock_weather-night-few-clouds.png
-share/gnome/help/gweather/ru/figures/stock_weather-showers.png
-share/gnome/help/gweather/ru/figures/stock_weather-snow.png
-share/gnome/help/gweather/ru/figures/stock_weather-storm.png
-share/gnome/help/gweather/ru/figures/stock_weather-sunny.png
-share/gnome/help/gweather/ru/gweather.xml
-share/gnome/help/gweather/sv/figures/gweather-details.png
-share/gnome/help/gweather/sv/figures/gweather-menu-prefs.png
-share/gnome/help/gweather/sv/figures/gweather-prefs-general.png
-share/gnome/help/gweather/sv/figures/gweather-prefs-locations.png
-share/gnome/help/gweather/sv/figures/gweather_applet.png
-share/gnome/help/gweather/sv/figures/stock_weather-cloudy.png
-share/gnome/help/gweather/sv/figures/stock_weather-few-clouds.png
-share/gnome/help/gweather/sv/figures/stock_weather-fog.png
-share/gnome/help/gweather/sv/figures/stock_weather-night-clear.png
-share/gnome/help/gweather/sv/figures/stock_weather-night-few-clouds.png
-share/gnome/help/gweather/sv/figures/stock_weather-showers.png
-share/gnome/help/gweather/sv/figures/stock_weather-snow.png
-share/gnome/help/gweather/sv/figures/stock_weather-storm.png
-share/gnome/help/gweather/sv/figures/stock_weather-sunny.png
-share/gnome/help/gweather/sv/gweather.xml
-share/gnome/help/gweather/uk/figures/gweather-details.png
-share/gnome/help/gweather/uk/figures/gweather-menu-prefs.png
-share/gnome/help/gweather/uk/figures/gweather-prefs-general.png
-share/gnome/help/gweather/uk/figures/gweather-prefs-locations.png
-share/gnome/help/gweather/uk/figures/gweather_applet.png
-share/gnome/help/gweather/uk/figures/stock_weather-cloudy.png
-share/gnome/help/gweather/uk/figures/stock_weather-few-clouds.png
-share/gnome/help/gweather/uk/figures/stock_weather-fog.png
-share/gnome/help/gweather/uk/figures/stock_weather-night-clear.png
-share/gnome/help/gweather/uk/figures/stock_weather-night-few-clouds.png
-share/gnome/help/gweather/uk/figures/stock_weather-showers.png
-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/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/C/figures/symbol-search.png
-share/gnome/help/invest-applet/C/invest-applet.xml
-share/gnome/help/invest-applet/C/legal.xml
-share/gnome/help/invest-applet/ca/figures/symbol-search.png
-share/gnome/help/invest-applet/ca/invest-applet.xml
-share/gnome/help/invest-applet/de/figures/symbol-search.png
-share/gnome/help/invest-applet/de/invest-applet.xml
-share/gnome/help/invest-applet/el/figures/symbol-search.png
-share/gnome/help/invest-applet/el/invest-applet.xml
-share/gnome/help/invest-applet/en_GB/figures/symbol-search.png
-share/gnome/help/invest-applet/en_GB/invest-applet.xml
-share/gnome/help/invest-applet/es/figures/symbol-search.png
-share/gnome/help/invest-applet/es/invest-applet.xml
-share/gnome/help/invest-applet/fi/figures/symbol-search.png
-share/gnome/help/invest-applet/fi/invest-applet.xml
-share/gnome/help/invest-applet/it/figures/symbol-search.png
-share/gnome/help/invest-applet/it/invest-applet.xml
-share/gnome/help/invest-applet/ru/figures/symbol-search.png
-share/gnome/help/invest-applet/ru/invest-applet.xml
-share/gnome/help/invest-applet/sv/figures/symbol-search.png
-share/gnome/help/invest-applet/sv/invest-applet.xml
-share/gnome/help/invest-applet/zh_CN/figures/symbol-search.png
-share/gnome/help/invest-applet/zh_CN/invest-applet.xml
-share/gnome/help/mixer_applet2/C/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/C/legal.xml
-share/gnome/help/mixer_applet2/C/mixer_applet2.xml
-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/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/cs/mixer_applet2.xml
-share/gnome/help/mixer_applet2/da/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/da/mixer_applet2.xml
-share/gnome/help/mixer_applet2/de/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/de/mixer_applet2.xml
-share/gnome/help/mixer_applet2/el/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/el/mixer_applet2.xml
-share/gnome/help/mixer_applet2/en_GB/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/en_GB/mixer_applet2.xml
-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/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/eu/mixer_applet2.xml
-share/gnome/help/mixer_applet2/fi/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/fi/mixer_applet2.xml
-share/gnome/help/mixer_applet2/fr/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/fr/mixer_applet2.xml
-share/gnome/help/mixer_applet2/hu/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/hu/mixer_applet2.xml
-share/gnome/help/mixer_applet2/it/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/it/mixer_applet2.xml
-share/gnome/help/mixer_applet2/ko/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/ko/mixer_applet2.xml
-share/gnome/help/mixer_applet2/oc/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/oc/mixer_applet2.xml
-share/gnome/help/mixer_applet2/pa/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/pa/mixer_applet2.xml
-share/gnome/help/mixer_applet2/pt_BR/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/pt_BR/mixer_applet2.xml
-share/gnome/help/mixer_applet2/ru/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/ru/mixer_applet2.xml
-share/gnome/help/mixer_applet2/sv/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/sv/mixer_applet2.xml
-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/figures/volumecontrol_applet.png
-share/gnome/help/mixer_applet2/zh_CN/mixer_applet2.xml
-share/gnome/help/multiload/C/figures/multiload-preferences.png
-share/gnome/help/multiload/C/figures/system-monitor-applet_window.png
-share/gnome/help/multiload/C/figures/system_monitor.png
-share/gnome/help/multiload/C/legal.xml
-share/gnome/help/multiload/C/multiload.xml
-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/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/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/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/figures/multiload-preferences.png
-share/gnome/help/multiload/en_GB/figures/system-monitor-applet_window.png
-share/gnome/help/multiload/en_GB/figures/system_monitor.png
-share/gnome/help/multiload/en_GB/multiload.xml
-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/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/figures/multiload-preferences.png
-share/gnome/help/multiload/fi/figures/system-monitor-applet_window.png
-share/gnome/help/multiload/fi/figures/system_monitor.png
-share/gnome/help/multiload/fi/multiload.xml
-share/gnome/help/multiload/fr/figures/multiload-preferences.png
-share/gnome/help/multiload/fr/figures/system-monitor-applet_window.png
-share/gnome/help/multiload/fr/figures/system_monitor.png
-share/gnome/help/multiload/fr/multiload.xml
-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/oc/figures/multiload-preferences.png
-share/gnome/help/multiload/oc/figures/system-monitor-applet_window.png
-share/gnome/help/multiload/oc/figures/system_monitor.png
-share/gnome/help/multiload/oc/multiload.xml
-share/gnome/help/multiload/pa/figures/multiload-preferences.png
-share/gnome/help/multiload/pa/figures/system-monitor-applet_window.png
-share/gnome/help/multiload/pa/figures/system_monitor.png
-share/gnome/help/multiload/pa/multiload.xml
-share/gnome/help/multiload/pt_BR/figures/multiload-preferences.png
-share/gnome/help/multiload/pt_BR/figures/system-monitor-applet_window.png
-share/gnome/help/multiload/pt_BR/figures/system_monitor.png
-share/gnome/help/multiload/pt_BR/multiload.xml
-share/gnome/help/multiload/ru/figures/multiload-preferences.png
-share/gnome/help/multiload/ru/figures/system-monitor-applet_window.png
-share/gnome/help/multiload/ru/figures/system_monitor.png
-share/gnome/help/multiload/ru/multiload.xml
-share/gnome/help/multiload/sv/figures/multiload-preferences.png
-share/gnome/help/multiload/sv/figures/system-monitor-applet_window.png
-share/gnome/help/multiload/sv/figures/system_monitor.png
-share/gnome/help/multiload/sv/multiload.xml
-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/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/C/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/C/figures/stickynote-right-menu-new.png
-share/gnome/help/stickynotes_applet/C/figures/stickynotes-note-prefs.png
-share/gnome/help/stickynotes_applet/C/figures/stickynotes-prefs.png
-share/gnome/help/stickynotes_applet/C/figures/stickynotes_applet.png
-share/gnome/help/stickynotes_applet/C/legal.xml
-share/gnome/help/stickynotes_applet/C/stickynotes_applet.xml
-share/gnome/help/stickynotes_applet/ca/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/ca/figures/stickynote-right-menu-new.png
-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/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/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/de/figures/stickynote-right-menu-new.png
-share/gnome/help/stickynotes_applet/de/figures/stickynotes-note-prefs.png
-share/gnome/help/stickynotes_applet/de/figures/stickynotes-prefs.png
-share/gnome/help/stickynotes_applet/de/figures/stickynotes_applet.png
-share/gnome/help/stickynotes_applet/de/stickynotes_applet.xml
-share/gnome/help/stickynotes_applet/el/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/el/figures/stickynote-right-menu-new.png
-share/gnome/help/stickynotes_applet/el/figures/stickynotes-note-prefs.png
-share/gnome/help/stickynotes_applet/el/figures/stickynotes-prefs.png
-share/gnome/help/stickynotes_applet/el/figures/stickynotes_applet.png
-share/gnome/help/stickynotes_applet/el/stickynotes_applet.xml
-share/gnome/help/stickynotes_applet/en_GB/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/en_GB/figures/stickynote-right-menu-new.png
-share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes-note-prefs.png
-share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes-prefs.png
-share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes_applet.png
-share/gnome/help/stickynotes_applet/en_GB/stickynotes_applet.xml
-share/gnome/help/stickynotes_applet/es/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/es/figures/stickynote-right-menu-new.png
-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/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/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/fi/figures/stickynote-right-menu-new.png
-share/gnome/help/stickynotes_applet/fi/figures/stickynotes-note-prefs.png
-share/gnome/help/stickynotes_applet/fi/figures/stickynotes-prefs.png
-share/gnome/help/stickynotes_applet/fi/figures/stickynotes_applet.png
-share/gnome/help/stickynotes_applet/fi/stickynotes_applet.xml
-share/gnome/help/stickynotes_applet/fr/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/fr/figures/stickynote-right-menu-new.png
-share/gnome/help/stickynotes_applet/fr/figures/stickynotes-note-prefs.png
-share/gnome/help/stickynotes_applet/fr/figures/stickynotes-prefs.png
-share/gnome/help/stickynotes_applet/fr/figures/stickynotes_applet.png
-share/gnome/help/stickynotes_applet/fr/stickynotes_applet.xml
-share/gnome/help/stickynotes_applet/ko/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/ko/figures/stickynote-right-menu-new.png
-share/gnome/help/stickynotes_applet/ko/figures/stickynotes-note-prefs.png
-share/gnome/help/stickynotes_applet/ko/figures/stickynotes-prefs.png
-share/gnome/help/stickynotes_applet/ko/figures/stickynotes_applet.png
-share/gnome/help/stickynotes_applet/ko/stickynotes_applet.xml
-share/gnome/help/stickynotes_applet/oc/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/oc/figures/stickynote-right-menu-new.png
-share/gnome/help/stickynotes_applet/oc/figures/stickynotes-note-prefs.png
-share/gnome/help/stickynotes_applet/oc/figures/stickynotes-prefs.png
-share/gnome/help/stickynotes_applet/oc/figures/stickynotes_applet.png
-share/gnome/help/stickynotes_applet/oc/stickynotes_applet.xml
-share/gnome/help/stickynotes_applet/pa/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/pa/figures/stickynote-right-menu-new.png
-share/gnome/help/stickynotes_applet/pa/figures/stickynotes-note-prefs.png
-share/gnome/help/stickynotes_applet/pa/figures/stickynotes-prefs.png
-share/gnome/help/stickynotes_applet/pa/figures/stickynotes_applet.png
-share/gnome/help/stickynotes_applet/pa/stickynotes_applet.xml
-share/gnome/help/stickynotes_applet/pt_BR/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/pt_BR/figures/stickynote-right-menu-new.png
-share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes-note-prefs.png
-share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes-prefs.png
-share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes_applet.png
-share/gnome/help/stickynotes_applet/pt_BR/stickynotes_applet.xml
-share/gnome/help/stickynotes_applet/ru/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/ru/figures/stickynote-right-menu-new.png
-share/gnome/help/stickynotes_applet/ru/figures/stickynotes-note-prefs.png
-share/gnome/help/stickynotes_applet/ru/figures/stickynotes-prefs.png
-share/gnome/help/stickynotes_applet/ru/figures/stickynotes_applet.png
-share/gnome/help/stickynotes_applet/ru/stickynotes_applet.xml
-share/gnome/help/stickynotes_applet/sv/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/sv/figures/stickynote-right-menu-new.png
-share/gnome/help/stickynotes_applet/sv/figures/stickynotes-note-prefs.png
-share/gnome/help/stickynotes_applet/sv/figures/stickynotes-prefs.png
-share/gnome/help/stickynotes_applet/sv/figures/stickynotes_applet.png
-share/gnome/help/stickynotes_applet/sv/stickynotes_applet.xml
-share/gnome/help/stickynotes_applet/uk/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/uk/figures/stickynote-right-menu-new.png
-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/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/stickynotes_applet/zh_HK/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/zh_HK/figures/stickynote-right-menu-new.png
-share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes-note-prefs.png
-share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes-prefs.png
-share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes_applet.png
-share/gnome/help/stickynotes_applet/zh_HK/stickynotes_applet.xml
-share/gnome/help/stickynotes_applet/zh_TW/figures/stickynote-right-menu-lock.png
-share/gnome/help/stickynotes_applet/zh_TW/figures/stickynote-right-menu-new.png
-share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes-note-prefs.png
-share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes-prefs.png
-share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes_applet.png
-share/gnome/help/stickynotes_applet/zh_TW/stickynotes_applet.xml
-share/gnome/help/trashapplet/C/figures/trash-applet.png
-share/gnome/help/trashapplet/C/legal.xml
-share/gnome/help/trashapplet/C/trashapplet.xml
-share/gnome/help/trashapplet/ca/figures/trash-applet.png
-share/gnome/help/trashapplet/ca/trashapplet.xml
-share/gnome/help/trashapplet/cs/figures/trash-applet.png
-share/gnome/help/trashapplet/cs/trashapplet.xml
-share/gnome/help/trashapplet/da/figures/trash-applet.png
-share/gnome/help/trashapplet/da/trashapplet.xml
-share/gnome/help/trashapplet/de/figures/trash-applet.png
-share/gnome/help/trashapplet/de/trashapplet.xml
-share/gnome/help/trashapplet/el/figures/trash-applet.png
-share/gnome/help/trashapplet/el/trashapplet.xml
-share/gnome/help/trashapplet/en_GB/figures/trash-applet.png
-share/gnome/help/trashapplet/en_GB/trashapplet.xml
-share/gnome/help/trashapplet/es/figures/trash-applet.png
-share/gnome/help/trashapplet/es/trashapplet.xml
-share/gnome/help/trashapplet/eu/figures/trash-applet.png
-share/gnome/help/trashapplet/eu/trashapplet.xml
-share/gnome/help/trashapplet/fi/figures/trash-applet.png
-share/gnome/help/trashapplet/fi/trashapplet.xml
-share/gnome/help/trashapplet/fr/figures/trash-applet.png
-share/gnome/help/trashapplet/fr/trashapplet.xml
-share/gnome/help/trashapplet/hu/figures/trash-applet.png
-share/gnome/help/trashapplet/hu/trashapplet.xml
-share/gnome/help/trashapplet/it/figures/trash-applet.png
-share/gnome/help/trashapplet/it/trashapplet.xml
-share/gnome/help/trashapplet/nl/figures/trash-applet.png
-share/gnome/help/trashapplet/nl/trashapplet.xml
-share/gnome/help/trashapplet/oc/figures/trash-applet.png
-share/gnome/help/trashapplet/oc/trashapplet.xml
-share/gnome/help/trashapplet/pa/figures/trash-applet.png
-share/gnome/help/trashapplet/pa/trashapplet.xml
-share/gnome/help/trashapplet/pt_BR/figures/trash-applet.png
-share/gnome/help/trashapplet/pt_BR/trashapplet.xml
-share/gnome/help/trashapplet/ru/figures/trash-applet.png
-share/gnome/help/trashapplet/ru/trashapplet.xml
-share/gnome/help/trashapplet/sv/figures/trash-applet.png
-share/gnome/help/trashapplet/sv/trashapplet.xml
-share/gnome/help/trashapplet/uk/figures/trash-applet.png
-share/gnome/help/trashapplet/uk/trashapplet.xml
-share/gnome/help/trashapplet/zh_CN/figures/trash-applet.png
-share/gnome/help/trashapplet/zh_CN/trashapplet.xml
-share/gnome/help/trashapplet/zh_HK/figures/trash-applet.png
-share/gnome/help/trashapplet/zh_HK/trashapplet.xml
-share/gnome/help/trashapplet/zh_TW/figures/trash-applet.png
-share/gnome/help/trashapplet/zh_TW/trashapplet.xml
-share/icons/hicolor/16x16/apps/gnome-eyes-applet.png
-share/icons/hicolor/16x16/apps/gnome-sticky-notes-applet.png
-share/icons/hicolor/16x16/apps/invest-applet.png
-share/icons/hicolor/22x22/apps/gnome-eyes-applet.png
-share/icons/hicolor/22x22/apps/gnome-sticky-notes-applet.png
-share/icons/hicolor/22x22/apps/invest-applet.png
-share/icons/hicolor/24x24/apps/gnome-eyes-applet.png
-share/icons/hicolor/24x24/apps/gnome-sticky-notes-applet.png
-share/icons/hicolor/32x32/apps/gnome-eyes-applet.png
-share/icons/hicolor/32x32/apps/gnome-sticky-notes-applet.png
-share/icons/hicolor/48x48/apps/ax-applet.png
-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
-share/locale/ast/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/az/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/be/LC_MESSAGES/gnome-applets-2.0.mo
-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
-share/locale/de/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/dz/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/el/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/en@shaw/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/en_CA/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/en_GB/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/eo/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_AR/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_CL/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_CO/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_CR/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_DO/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_EC/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_ES/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_GT/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_HN/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_MX/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_NI/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_PA/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_PE/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_PR/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_SV/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_UY/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/es_VE/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/et/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/eu/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/fa/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/fi/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/fr/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/ga/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/gl/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/gu/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/he/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/hi/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/hr/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/hu/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/hy/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/id/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/is/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/it/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/ja/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/ka/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/kk/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/kn/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/ko/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/ku/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/ky/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/lt/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/lv/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/mai/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/mg/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/mk/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/ml/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/mn/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/mr/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/ms/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/nb/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/ne/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/nl/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/nn/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/oc/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/or/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/pa/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/pl/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/ps/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/pt/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/ro/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/ru/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/rw/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/si/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/sk/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/sl/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/sq/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/sr/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/sr@latin/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/sv/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/ta/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/te/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/th/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/tr/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/ug/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/uk/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/vi/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/wa/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/xh/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-applets-2.0.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-applets-2.0.mo
-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-gl.omf
-share/omf/accessx-status/accessx-status-it.omf
-share/omf/accessx-status/accessx-status-ko.omf
-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
-${PLIST.battstat}share/omf/battstat/battstat-C.omf
-${PLIST.battstat}share/omf/battstat/battstat-bg.omf
-${PLIST.battstat}share/omf/battstat/battstat-ca.omf
-${PLIST.battstat}share/omf/battstat/battstat-cs.omf
-${PLIST.battstat}share/omf/battstat/battstat-da.omf
-${PLIST.battstat}share/omf/battstat/battstat-de.omf
-${PLIST.battstat}share/omf/battstat/battstat-el.omf
-${PLIST.battstat}share/omf/battstat/battstat-en_GB.omf
-${PLIST.battstat}share/omf/battstat/battstat-es.omf
-${PLIST.battstat}share/omf/battstat/battstat-eu.omf
-${PLIST.battstat}share/omf/battstat/battstat-fi.omf
-${PLIST.battstat}share/omf/battstat/battstat-fr.omf
-${PLIST.battstat}share/omf/battstat/battstat-ko.omf
-${PLIST.battstat}share/omf/battstat/battstat-oc.omf
-${PLIST.battstat}share/omf/battstat/battstat-pa.omf
-${PLIST.battstat}share/omf/battstat/battstat-pt_BR.omf
-${PLIST.battstat}share/omf/battstat/battstat-sv.omf
-${PLIST.battstat}share/omf/battstat/battstat-uk.omf
-${PLIST.battstat}share/omf/battstat/battstat-zh_CN.omf
-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
-share/omf/char-palette/char-palette-ko.omf
-share/omf/char-palette/char-palette-nl.omf
-share/omf/char-palette/char-palette-oc.omf
-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/drivemount/drivemount-C.omf
-share/omf/drivemount/drivemount-ca.omf
-share/omf/drivemount/drivemount-cs.omf
-share/omf/drivemount/drivemount-da.omf
-share/omf/drivemount/drivemount-de.omf
-share/omf/drivemount/drivemount-el.omf
-share/omf/drivemount/drivemount-en_GB.omf
-share/omf/drivemount/drivemount-es.omf
-share/omf/drivemount/drivemount-eu.omf
-share/omf/drivemount/drivemount-fi.omf
-share/omf/drivemount/drivemount-fr.omf
-share/omf/drivemount/drivemount-it.omf
-share/omf/drivemount/drivemount-ko.omf
-share/omf/drivemount/drivemount-oc.omf
-share/omf/drivemount/drivemount-pa.omf
-share/omf/drivemount/drivemount-ru.omf
-share/omf/drivemount/drivemount-sv.omf
-share/omf/drivemount/drivemount-uk.omf
-share/omf/drivemount/drivemount-zh_CN.omf
-share/omf/geyes/geyes-C.omf
-share/omf/geyes/geyes-ast.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
-share/omf/geyes/geyes-ko.omf
-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/geyes/geyes-zh_HK.omf
-share/omf/geyes/geyes-zh_TW.omf
-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
-share/omf/gweather/gweather-nl.omf
-share/omf/gweather/gweather-oc.omf
-share/omf/gweather/gweather-pa.omf
-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/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-it.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/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-da.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
-share/omf/mixer_applet2/mixer_applet2-it.omf
-share/omf/mixer_applet2/mixer_applet2-ko.omf
-share/omf/mixer_applet2/mixer_applet2-oc.omf
-share/omf/mixer_applet2/mixer_applet2-pa.omf
-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/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-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/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
-share/omf/stickynotes_applet/stickynotes_applet-oc.omf
-share/omf/stickynotes_applet/stickynotes_applet-pa.omf
-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/stickynotes_applet/stickynotes_applet-zh_HK.omf
-share/omf/stickynotes_applet/stickynotes_applet-zh_TW.omf
-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
-share/omf/trashapplet/trashapplet-it.omf
-share/omf/trashapplet/trashapplet-nl.omf
-share/omf/trashapplet/trashapplet-oc.omf
-share/omf/trashapplet/trashapplet-pa.omf
-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/ax-applet.png
-share/pixmaps/accessx-status-applet/ax-bouncekeys.png
-share/pixmaps/accessx-status-applet/ax-key-base.png
-share/pixmaps/accessx-status-applet/ax-key-inverse.png
-share/pixmaps/accessx-status-applet/ax-key-no.png
-share/pixmaps/accessx-status-applet/ax-key-none.png
-share/pixmaps/accessx-status-applet/ax-key-yes.png
-share/pixmaps/accessx-status-applet/ax-slowkeys-no.png
-share/pixmaps/accessx-status-applet/ax-slowkeys-pending.png
-share/pixmaps/accessx-status-applet/ax-slowkeys-yes.png
-share/pixmaps/accessx-status-applet/ax-slowkeys.png
-share/pixmaps/accessx-status-applet/mousekeys-base.png
-share/pixmaps/accessx-status-applet/mousekeys-default-left.png
-share/pixmaps/accessx-status-applet/mousekeys-default-middle.png
-share/pixmaps/accessx-status-applet/mousekeys-default-right.png
-share/pixmaps/accessx-status-applet/mousekeys-pressed-left.png
-share/pixmaps/accessx-status-applet/mousekeys-pressed-middle.png
-share/pixmaps/accessx-status-applet/mousekeys-pressed-right.png
-share/pixmaps/accessx-status-applet/sticky-alt-latched.png
-share/pixmaps/accessx-status-applet/sticky-alt-locked.png
-share/pixmaps/accessx-status-applet/sticky-alt-none.png
-share/pixmaps/accessx-status-applet/sticky-ctrl-latched.png
-share/pixmaps/accessx-status-applet/sticky-ctrl-locked.png
-share/pixmaps/accessx-status-applet/sticky-ctrl-none.png
-share/pixmaps/accessx-status-applet/sticky-hyper-latched.png
-share/pixmaps/accessx-status-applet/sticky-hyper-locked.png
-share/pixmaps/accessx-status-applet/sticky-hyper-none.png
-share/pixmaps/accessx-status-applet/sticky-meta-latched.png
-share/pixmaps/accessx-status-applet/sticky-meta-locked.png
-share/pixmaps/accessx-status-applet/sticky-meta-none.png
-share/pixmaps/accessx-status-applet/sticky-shift-latched.png
-share/pixmaps/accessx-status-applet/sticky-shift-locked.png
-share/pixmaps/accessx-status-applet/sticky-shift-none.png
-share/pixmaps/accessx-status-applet/sticky-super-latched.png
-share/pixmaps/accessx-status-applet/sticky-super-locked.png
-share/pixmaps/accessx-status-applet/sticky-super-none.png
-share/pixmaps/stickynotes/close.png
-share/pixmaps/stickynotes/locked.png
-share/pixmaps/stickynotes/resize_se.png
-share/pixmaps/stickynotes/resize_sw.png
-share/pixmaps/stickynotes/unlocked.png
-share/xmodmap/base.xml
-share/xmodmap/xmodmap.am
-share/xmodmap/xmodmap.ar
-share/xmodmap/xmodmap.be
-share/xmodmap/xmodmap.bg
-share/xmodmap/xmodmap.br
-share/xmodmap/xmodmap.ch
-share/xmodmap/xmodmap.ch_de
-share/xmodmap/xmodmap.ch_fr
-share/xmodmap/xmodmap.cz
-share/xmodmap/xmodmap.de
-share/xmodmap/xmodmap.de-apple
-share/xmodmap/xmodmap.dk
-share/xmodmap/xmodmap.dvorak
-share/xmodmap/xmodmap.ee
-share/xmodmap/xmodmap.es
-share/xmodmap/xmodmap.es_x86
-share/xmodmap/xmodmap.fi
-share/xmodmap/xmodmap.fr
-share/xmodmap/xmodmap.fr-2
-share/xmodmap/xmodmap.fr_x86
-share/xmodmap/xmodmap.gb
-share/xmodmap/xmodmap.gb-102
-share/xmodmap/xmodmap.gb-105
-share/xmodmap/xmodmap.ge_la
-share/xmodmap/xmodmap.ge_ru
-share/xmodmap/xmodmap.gr
-share/xmodmap/xmodmap.hu
-share/xmodmap/xmodmap.hu-101-lat1
-share/xmodmap/xmodmap.hu-101-lat2
-share/xmodmap/xmodmap.hu-ibm
-share/xmodmap/xmodmap.hu-lat1
-share/xmodmap/xmodmap.hu-sun-lat2
-share/xmodmap/xmodmap.hu.old
-share/xmodmap/xmodmap.hu_latin1
-share/xmodmap/xmodmap.hu_x86
-share/xmodmap/xmodmap.il
-share/xmodmap/xmodmap.il_phonetic
-share/xmodmap/xmodmap.is
-share/xmodmap/xmodmap.it
-share/xmodmap/xmodmap.jp
-share/xmodmap/xmodmap.kr
-share/xmodmap/xmodmap.la
-share/xmodmap/xmodmap.lt
-share/xmodmap/xmodmap.lt_b
-share/xmodmap/xmodmap.lt_p
-share/xmodmap/xmodmap.mk
-share/xmodmap/xmodmap.mn
-share/xmodmap/xmodmap.mn-phonet
-share/xmodmap/xmodmap.mn-rev
-share/xmodmap/xmodmap.mn-uni
-share/xmodmap/xmodmap.nl
-share/xmodmap/xmodmap.no
-share/xmodmap/xmodmap.pl
-share/xmodmap/xmodmap.pl2
-share/xmodmap/xmodmap.pt
-share/xmodmap/xmodmap.pt-dead
-share/xmodmap/xmodmap.qc
-share/xmodmap/xmodmap.qc-2
-share/xmodmap/xmodmap.ro
-share/xmodmap/xmodmap.ru
-share/xmodmap/xmodmap.ru-rev
-share/xmodmap/xmodmap.ru_yawerty
-share/xmodmap/xmodmap.se
-share/xmodmap/xmodmap.sf
-share/xmodmap/xmodmap.sg
-share/xmodmap/xmodmap.si
-share/xmodmap/xmodmap.sk
-share/xmodmap/xmodmap.th
-share/xmodmap/xmodmap.tr_f
-share/xmodmap/xmodmap.tr_q
-share/xmodmap/xmodmap.uk
-share/xmodmap/xmodmap.uk_x86
-share/xmodmap/xmodmap.us
-share/xmodmap/xmodmap.us-101
-share/xmodmap/xmodmap.us-84
-share/xmodmap/xmodmap.us-dec
-share/xmodmap/xmodmap.us-ibm
-share/xmodmap/xmodmap.us-int
-share/xmodmap/xmodmap.us-mac
-share/xmodmap/xmodmap.us-sgi-101
-share/xmodmap/xmodmap.us-sun
-share/xmodmap/xmodmap.us.old
-share/xmodmap/xmodmap.us101A_x86
-share/xmodmap/xmodmap.us_intl
-share/xmodmap/xmodmap.yu
diff --git a/gnome-applets/distinfo b/gnome-applets/distinfo
deleted file mode 100644
index 3d6e978ec5..0000000000
--- a/gnome-applets/distinfo
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: distinfo,v 1.30 2015/11/04 03:28:30 agc Exp $
-
-SHA1 (gnome-applets-3.18.2.tar.xz) = 3827659ef1fc23d8c03851b418a279c1795ba9b6
-RMD160 (gnome-applets-3.18.2.tar.xz) = 5797e699bc8ae07617c1cd275f6732f72a12a169
-SHA512 (gnome-applets-3.18.2.tar.xz) = b881be9453895a672f5a3100d30b4674c84b4a7f904a1314dcc97f032eba6f7811f22dee2aa88a718e574ff77af838ae14dd8beb14b5e5b46bc0ff63918d3f17
-Size (gnome-applets-3.18.2.tar.xz) = 8511572 bytes
-SHA1 (patch-aa) = 764fc46c7c000e21a1602286443e2633ec743631
-SHA1 (patch-ab) = f880abec6df2254b6541d4e5a894559763ef674b
-SHA1 (patch-ad) = 42fb64b30a031a1ea8f57f47cabdf63475b7987e
-SHA1 (patch-battstat_battstat__applet.c) = e80def5d2298785b716220b9490b4c20fe10241e
-SHA1 (patch-gweather_gweather-applet.c) = f3264b4b94a580974798ad29ebdf7f90e0963a8a
-SHA1 (patch-hal) = 8de5986b77a8ae7f99533eaff7f6a5a5c3069f3d
diff --git a/gnome-applets/options.mk b/gnome-applets/options.mk
deleted file mode 100644
index 46efc55ccd..0000000000
--- a/gnome-applets/options.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2012/06/12 15:46:04 wiz Exp $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.gnome-applets
-PKG_SUPPORTED_OPTIONS=	hal inet6
-PKG_SUGGESTED_OPTIONS+=	hal inet6
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+=	--enable-ipv6
-.else
-CONFIGURE_ARGS+=	--disable-ipv6
-.endif
-
-.if !empty(PKG_OPTIONS:Mhal)
-.include "../../sysutils/hal/buildlink3.mk"
-.include "../../security/polkit/buildlink3.mk"
-#.include "../../security/policykit-gnome/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=	--disable-polkit
-CONFIGURE_ARGS+=	--without-hal
-.endif
diff --git a/gnome-applets/patches/patch-aa b/gnome-applets/patches/patch-aa
deleted file mode 100644
index a8611396b4..0000000000
--- a/gnome-applets/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.9 2009/06/08 11:05:28 drochner Exp $
-
---- battstat/sounds/Makefile.in.orig	2009-05-31 00:27:26.000000000 +0200
-+++ battstat/sounds/Makefile.in
-@@ -288,7 +288,7 @@ target_alias = @target_alias@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--soundlistdir = $(sysconfdir)/sound/events
-+soundlistdir = $(datadir)/examples/gnome-applets/sound/events
- soundlist_in_files = battstat_applet.soundlist.in
- soundlist_DATA = $(soundlist_in_files:.soundlist.in=.soundlist)
- EXTRA_DIST = $(soundlist_DATA) $(soundlist_in_files)
diff --git a/gnome-applets/patches/patch-ab b/gnome-applets/patches/patch-ab
deleted file mode 100644
index a66c7a2015..0000000000
--- a/gnome-applets/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2007/09/20 00:00:02 wiz Exp $
-
---- battstat/properties.c.orig	2005-07-09 07:48:58.000000000 +0200
-+++ battstat/properties.c
-@@ -25,6 +25,7 @@
- 
- #include <stdio.h>
- 
-+#include <sys/param.h>
- #include <sys/file.h>
- #include <sys/ioctl.h>
- #include <sys/types.h>
diff --git a/gnome-applets/patches/patch-ad b/gnome-applets/patches/patch-ad
deleted file mode 100644
index a5a7aaf2cd..0000000000
--- a/gnome-applets/patches/patch-ad
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2007/09/20 00:00:03 wiz Exp $
-
---- battstat/power-management.c.orig	2005-08-30 16:32:42.000000000 +0200
-+++ battstat/power-management.c
-@@ -23,6 +23,7 @@
- #include <config.h>
- #endif
- 
-+#include <sys/param.h>
- #include <sys/file.h>
- #include <sys/ioctl.h>
- #include <sys/types.h>
-@@ -244,7 +245,11 @@ apm_readinfo (BatteryStatus *status)
-   /* Code for OpenBSD by Joe Ammond <jra%twinight.org@localhost>. Using the same
-      procedure as for FreeBSD.
-   */
-+#if defined(__NetBSD__)
-+  struct apm_power_info apminfo;
-+#else /* __OpenBSD__ */
-   struct apm_info apminfo;
-+#endif
-   int fd;
- 
- #if defined(__NetBSD__)
diff --git a/gnome-applets/patches/patch-battstat_battstat__applet.c b/gnome-applets/patches/patch-battstat_battstat__applet.c
deleted file mode 100644
index 90c2a65001..0000000000
--- a/gnome-applets/patches/patch-battstat_battstat__applet.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-battstat_battstat__applet.c,v 1.1 2013/08/14 05:59:16 obache Exp $
-
-* moved to libnotify version 0.7
-  https://git.gnome.org/browse/gnome-applets/commit/?id=f6b5bf454a61ca0090a1a32b798045a807d8ddad
-
---- battstat/battstat_applet.c.orig	2010-11-22 14:38:27.000000000 +0000
-+++ battstat/battstat_applet.c
-@@ -435,7 +435,7 @@ battery_full_notify (GtkWidget *applet)
- 			GTK_ICON_LOOKUP_USE_BUILTIN,
- 			NULL);
- 	
--	NotifyNotification *n = notify_notification_new (_("Your battery is now fully recharged"), "", /* "battery" */ NULL, applet);
-+	NotifyNotification *n = notify_notification_new (_("Your battery is now fully recharged"), "", /* "battery" */ NULL);
- 
- 	/* XXX: it would be nice to pass this as a named icon */
- 	notify_notification_set_icon_from_pixbuf (n, icon);
diff --git a/gnome-applets/patches/patch-gweather_gweather-applet.c b/gnome-applets/patches/patch-gweather_gweather-applet.c
deleted file mode 100644
index 3be13137f4..0000000000
--- a/gnome-applets/patches/patch-gweather_gweather-applet.c
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-gweather_gweather-applet.c,v 1.1 2013/08/14 05:59:16 obache Exp $
-
-* moved to libnotify version 0.7
-  https://git.gnome.org/browse/gnome-applets/commit/?id=f6b5bf454a61ca0090a1a32b798045a807d8ddad
-
---- gweather/gweather-applet.c.orig	2010-11-22 14:39:36.000000000 +0000
-+++ gweather/gweather-applet.c
-@@ -471,8 +471,7 @@ update_finish (WeatherInfo *info, gpoint
- 			 if (icon == NULL)
- 				 icon = "stock-unknown";
- 	           	 
--			 n = notify_notification_new (message, detail, icon,
--					 gw_applet->container);
-+			 n = notify_notification_new (message, detail, icon);
- 	
- 		   	 notify_notification_show (n, &error);
- 			 if (error)
diff --git a/gnome-applets/patches/patch-hal b/gnome-applets/patches/patch-hal
deleted file mode 100644
index 1a7907b306..0000000000
--- a/gnome-applets/patches/patch-hal
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-hal,v 1.1 2010/12/16 11:37:39 ahoka Exp $
-
---- battstat/battstat-hal.c.orig	2010-11-22 14:38:27.000000000 +0000
-+++ battstat/battstat-hal.c
-@@ -549,7 +549,7 @@ battstat_hal_get_battery_info( BatterySt
-   status->percent = ( ((double) current_charge_total) /
-                       ((double) full_capacity_total)    ) * 100.0 + 0.5;
- 
--  if( present == 1 )
-+  if( present == 1 && remaining_time != 0 )
-   {
-     /* In the case of exactly one battery, report the time remaining figure
-      * from HAL directly since it might have come from an authorative source
-@@ -559,10 +559,11 @@ battstat_hal_get_battery_info( BatterySt
-      * remaining time is unknown.  Battstat uses minutes and -1 for 
-      * unknown time remaining.
-      */
--
-+#if 0
-     if( remaining_time == 0 )
-       status->minutes = -1;
-     else
-+#endif
-       status->minutes = (remaining_time + 30) / 60;
-   }
-   /* Rest of cases to deal with multiple battery systems... */
diff --git a/gnome-menus/DESCR b/gnome-menus/DESCR
deleted file mode 100644
index da9b422276..0000000000
--- a/gnome-menus/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This package provides an implementation of the Desktop Menu Specification
-for the GNOME Desktop.
diff --git a/gnome-menus/Makefile b/gnome-menus/Makefile
deleted file mode 100644
index 3e11abbe8d..0000000000
--- a/gnome-menus/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# $NetBSD: Makefile,v 1.56 2012/10/23 19:51:04 asau Exp $
-#
-
-DISTNAME=	gnome-menus-3.10.1
-CATEGORIES=	sysutils gnome
-MASTER_SITES=	${MASTER_SITE_GNOME:=sources/gnome-menus/3.10/}
-EXTRACT_SUFX=	.tar.xz
-LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://www.gnome.org/
-COMMENT=	Implementation of the desktop menu specification for GNOME
-
-GNU_CONFIGURE=		yes
-USE_TOOLS+=		gmake intltool msgfmt pkg-config
-USE_LIBTOOL=		yes
-USE_PKGLOCALEDIR=	yes
-
-CONFIGURE_ARGS+=	--disable-python
-
-INSTALL_MAKE_FLAGS+=	${MAKE_FLAGS} menudir=${EXAMPLEDIR}
-
-PKGCONFIG_OVERRIDE+=	${WRKSRC}/libmenu/libgnome-menu.pc.in
-
-EXAMPLEDIR=		${PREFIX}/share/examples/gnome-menus/xdg/menus
-OWN_DIRS=		${PKG_SYSCONFDIR}/xdg/menus
-#CONF_FILES=		${EXAMPLEDIR}/applications.menu \
-			${PKG_SYSCONFDIR}/xdg/menus/applications.menu
-#CONF_FILES+=		${EXAMPLEDIR}/settings.menu \
-			${PKG_SYSCONFDIR}/xdg/menus/settings.menu
-
-SUBST_CLASSES+=		paths
-SUBST_STAGE.paths=	pre-configure
-SUBST_MESSAGE.paths=	Fixing paths to installation prefix.
-SUBST_FILES.paths=	layout/*.menu
-SUBST_SED.paths=	-e 's|/usr/|${PREFIX}/|g'
-SUBST_SED.paths+=	-e 's|/etc/X11/applnk|${PREFIX}/share/kde/applnk/|g'
-
-BUILDLINK_API_DEPENDS.glib2+=	glib2>=2.6.0
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gnome-menus/PLIST b/gnome-menus/PLIST
deleted file mode 100644
index 333f8ccb2a..0000000000
--- a/gnome-menus/PLIST
+++ /dev/null
@@ -1,129 +0,0 @@
-@comment $NetBSD$
-include/gnome-menus-3.0/gmenu-tree.h
-lib/libgnome-menu-3.la
-lib/pkgconfig/libgnome-menu-3.0.pc
-share/desktop-directories/AudioVideo.directory
-share/desktop-directories/Development.directory
-share/desktop-directories/Education.directory
-share/desktop-directories/Game.directory
-share/desktop-directories/Graphics.directory
-share/desktop-directories/Network.directory
-share/desktop-directories/Office.directory
-share/desktop-directories/System-Tools.directory
-share/desktop-directories/Utility-Accessibility.directory
-share/desktop-directories/Utility.directory
-share/desktop-directories/X-GNOME-Menu-Applications.directory
-share/desktop-directories/X-GNOME-Other.directory
-share/desktop-directories/X-GNOME-Sundry.directory
-share/desktop-directories/X-GNOME-SystemSettings.directory
-share/desktop-directories/X-GNOME-Utilities.directory
-share/desktop-directories/X-GNOME-WebApplications.directory
-share/examples/gnome-menus/xdg/menus/gnome-applications.menu
-share/locale/af/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/an/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ar/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/as/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ast/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/be/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/be@latin/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/bg/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/bn/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/bn_IN/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/br/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ca/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ca@valencia/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/crh/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/cs/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/csb/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/cy/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/da/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/de/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/dv/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/dz/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/el/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/en@shaw/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/en_CA/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/en_GB/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/eo/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/es/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/et/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/eu/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/fa/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/fi/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/fr/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/fur/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/fy/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ga/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/gl/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/gn/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/gu/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/gv/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ha/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/he/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/hi/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/hr/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/hu/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/hy/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ia/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/id/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ig/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/io/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/is/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/it/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ja/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ka/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/kg/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/kk/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/km/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/kn/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ko/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ku/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ky/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/lo/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/lt/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/lv/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/mai/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/mg/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/mk/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ml/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/mn/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/mr/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ms/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/nb/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/nds/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ne/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/nl/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/nn/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/oc/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/or/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/pa/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/pl/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ps/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/pt/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ro/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ru/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/rw/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/si/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/sk/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/sl/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/sq/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/sr/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/sr@latin/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/sv/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/szl/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ta/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/te/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/tg/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/th/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/tr/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/ug/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/uk/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/uz@cyrillic/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/vi/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/xh/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/yo/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-menus-3.0.mo
-share/locale/zu/LC_MESSAGES/gnome-menus-3.0.mo
diff --git a/gnome-menus/buildlink3.mk b/gnome-menus/buildlink3.mk
deleted file mode 100644
index 5de4573ad7..0000000000
--- a/gnome-menus/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.21 2012/09/15 10:06:24 obache Exp $
-
-BUILDLINK_TREE+=	gnome-menus
-
-.if !defined(GNOME_MENUS_BUILDLINK3_MK)
-GNOME_MENUS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.gnome-menus+=	gnome-menus>=3.10.1
-BUILDLINK_PKGSRCDIR.gnome-menus?=	../../wip/gnome-menus
-
-.include "../../devel/glib2/buildlink3.mk"
-.endif # GNOME_MENUS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-gnome-menus
diff --git a/gnome-menus/distinfo b/gnome-menus/distinfo
deleted file mode 100644
index a65396a461..0000000000
--- a/gnome-menus/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.27 2015/11/04 01:32:15 agc Exp $
-
-SHA1 (gnome-menus-3.10.1.tar.xz) = 29226e7a8ab59984cabb13545cc0ec28cba55398
-RMD160 (gnome-menus-3.10.1.tar.xz) = 7ea8609b6c142469debd5ef55ebf2e6c68753095
-SHA512 (gnome-menus-3.10.1.tar.xz) = e6f0fe223e60f6c33a2ed2cd958035e5560d4063fbe7485263c4ad0eba82e18948d19f7dbe84dd0db5c339e94366759a0f98da533e2798c3ed9cc9a87f73c7e0
-Size (gnome-menus-3.10.1.tar.xz) = 423052 bytes
diff --git a/gnome-panel/DESCR b/gnome-panel/DESCR
deleted file mode 100644
index d678b1f77b..0000000000
--- a/gnome-panel/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-The package contains the GNOME panel which the area on your desktop
-from which you can run applications and applets, and perform other
-tasks.
-
-The libpanel-applet library is also in this package. This library
-allows one to develop small applications which may be embedded in
-the panel. These are called applet.
-
-Several applets are also supplied - the Workspace Switcher, the
-Window List, the Inbox Monitor, the Clock and the infamous `Wanda
-the Fish'.
diff --git a/gnome-panel/Makefile b/gnome-panel/Makefile
deleted file mode 100644
index 7704a04d6d..0000000000
--- a/gnome-panel/Makefile
+++ /dev/null
@@ -1,107 +0,0 @@
-# $NetBSD: Makefile,v 1.181 2016/02/25 08:27:04 jperkin Exp $
-
-DISTNAME=		gnome-panel-3.16.1
-CATEGORIES=		x11 gnome
-MASTER_SITES=		${MASTER_SITE_GNOME:=sources/gnome-panel/3.16/}
-EXTRACT_SUFX=		.tar.xz
-LICENSE=		gnu-gpl-v2 AND gnu-fdl-v1.1 AND gnu-lgpl-v2 AND gnu-lgpl-v2.1
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		https://www.gnome.org/
-COMMENT=		GNOME3 panel application
-
-# depends on policykit
-#EGDIR=		${PREFIX}/share/examples/gnome-panel
-#CONF_FILES+=	${PREFIX}/share/examples/gnome-panel/org.gnome.ClockApplet.Mechanism.conf \
-#		${PKG_SYSCONFDIR}/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf
-
-GNU_CONFIGURE=			YES
-USE_TOOLS+=			gmake intltool msgfmt perl:run pkg-config
-USE_PKGLOCALEDIR=		YES
-USE_LIBTOOL=			YES
-PKGCONFIG_OVERRIDE+=		bonobo/libpanel-applet/libpanelapplet-2.0.pc.in
-PKGCONFIG_OVERRIDE+=		libpanel-applet/libpanelapplet-3.0.pc.in
-CONFIGURE_ENV+=			PYTHON=${PYTHONBIN}
-PYTHON_VERSIONS_ACCEPTED=	27 # py-ORBit via py-gnome2
-
-
-# Horrible hack because the package uses libgweather wrong
-# error "gweather-timezone.h must not be included individually,
-# include gweather.h instead"
-CFLAGS+=	-DGWEATHER_COMPILATION
-
-# XXX this pkg installs a gio module to ${PREFIX}/lib/gnome-panel/modules
-# but there are two problems with this:
-# - this is not the standard module location, glib2/modules.mk
-#   does not deal with this yet
-# - even if called with the correct path, the resulting "giomodule.cache"
-#   is empty, due to missing symbols in dynamic loading, see
-#   https://bugzilla.gnome.org/show_bug.cgi?id=636255
-# XXX so for now, just disable "giomodule.cache" creation to fix the
-# PLIST problem reported in PR pkg/44181, until the issue is fixed
-TOOLS_NOOP+=	gio-querymodules
-
-GCONF_SCHEMAS=	clock.schemas
-GCONF_SCHEMAS+=	fish.schemas
-GCONF_SCHEMAS+=	panel-global.schemas
-GCONF_SCHEMAS+=	panel-general.schemas
-GCONF_SCHEMAS+=	panel-toplevel.schemas
-GCONF_SCHEMAS+=	panel-object.schemas
-GCONF_SCHEMAS+=	panel-compatibility.schemas
-GCONF_SCHEMAS+=	workspace-switcher.schemas
-GCONF_SCHEMAS+=	window-list.schemas
-GCONF_ENTRIES=	panel-default-setup.entries
-
-BUILDLINK_API_DEPENDS.gtk2+=		gtk2+>=2.15.1
-#BUILDLINK_API_DEPENDS.libgnome+=	libgnome>=2.13.0
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.gnome-panel
-PKG_SUPPORTED_OPTIONS=	evolution
-PKG_SUGGESTED_OPTIONS=	evolution
-
-SUBST_CLASSES.Darwin+=	noundef
-SUBST_STAGE.noundef=	pre-configure
-SUBST_FILES.noundef=	bonobo/panel-module/Makefile.in
-SUBST_SED.noundef=	-e 's/ -no-undefined//g'
-
-.include "../../mk/bsd.options.mk"
-
-.include "../../devel/GConf/schemas.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../security/polkit/buildlink3.mk"
-.include "../../devel/dconf/buildlink3.mk"
-.include "../../wip/gnome-menus/buildlink3.mk"
-.include "../../x11/gnome-desktop3/buildlink3.mk"
-.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
-.include "../../devel/libbonobo/buildlink3.mk"
-.include "../../devel/libbonoboui/buildlink3.mk"
-#.include "../../devel/libgnome/buildlink3.mk"
-#.include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../devel/libwnck3/buildlink3.mk"
-#BUILDLINK_API_DEPENDS.libgweather+=	libgweather>=2.24.1
-.include "../../wip/libgweather/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../graphics/librsvg/buildlink3.mk"
-.if !empty(PKG_OPTIONS:Mevolution)
-.include "../../mail/evolution-data-server/buildlink3.mk"
-.endif
-.include "../../net/ORBit2/buildlink3.mk"
-# pkgsrc policykit is too old
-#.include "../../security/policykit/buildlink3.mk"
-#.include "../../security/policykit-gnome/buildlink3.mk"
-.include "../../sysutils/dbus-glib/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-BUILDLINK_API_DEPENDS.gnome-menus+= gnome-menus>=2.28.0
-#.include "../../sysutils/gnome-menus/buildlink3.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-#.include "../../x11/py-gnome2/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-BUILDLINK_DEPMETHOD.libXt?=	build
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../audio/libcanberra/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gnome-panel/PLIST b/gnome-panel/PLIST
deleted file mode 100644
index c943a35505..0000000000
--- a/gnome-panel/PLIST
+++ /dev/null
@@ -1,337 +0,0 @@
-@comment $NetBSD$
-bin/gnome-desktop-item-edit
-bin/gnome-panel
-bin/panel-test-applets
-include/gnome-panel/libpanel-applet/panel-applet-enums.h
-include/gnome-panel/libpanel-applet/panel-applet.h
-lib/gnome-panel/5.0/libclock-applet.la
-lib/gnome-panel/5.0/libfish-applet.la
-lib/gnome-panel/5.0/libnotification-area-applet.la
-lib/gnome-panel/5.0/libwnck-applet.la
-lib/libpanel-applet.la
-lib/pkgconfig/libpanel-applet.pc
-man/man1/gnome-panel.1
-share/applications/gnome-panel.desktop
-share/glib-2.0/schemas/org.gnome.gnome-panel.applet.clock.gschema.xml
-share/glib-2.0/schemas/org.gnome.gnome-panel.applet.fish.gschema.xml
-share/glib-2.0/schemas/org.gnome.gnome-panel.applet.window-list.gschema.xml
-share/glib-2.0/schemas/org.gnome.gnome-panel.applet.workspace-switcher.gschema.xml
-share/glib-2.0/schemas/org.gnome.gnome-panel.enums.xml
-share/glib-2.0/schemas/org.gnome.gnome-panel.gschema.xml
-share/glib-2.0/schemas/org.gnome.gnome-panel.launcher.gschema.xml
-share/glib-2.0/schemas/org.gnome.gnome-panel.menu-button.gschema.xml
-share/glib-2.0/schemas/org.gnome.gnome-panel.object.gschema.xml
-share/glib-2.0/schemas/org.gnome.gnome-panel.toplevel.gschema.xml
-share/gnome-panel/5.0/applets/org.gnome.panel.ClockApplet.panel-applet
-share/gnome-panel/5.0/applets/org.gnome.panel.FishApplet.panel-applet
-share/gnome-panel/5.0/applets/org.gnome.panel.NotificationAreaApplet.panel-applet
-share/gnome-panel/5.0/applets/org.gnome.panel.Wncklet.panel-applet
-share/gnome-panel/fish/fishanim.fish
-share/gnome-panel/fish/fishanim.png
-share/gnome-panel/fish/footguy.fish
-share/gnome-panel/fish/footguy.png
-share/gnome-panel/fish/monkey.fish
-share/gnome-panel/fish/monkey.png
-share/gnome-panel/fish/oldwanda.fish
-share/gnome-panel/fish/oldwanda.png
-share/gnome-panel/fish/wanda.fish
-share/gnome-panel/fish/wanda.png
-share/gnome-panel/panel-default-layout.layout
-share/gtk-doc/html/panel-applet-5.0/getting-started.concepts.html
-share/gtk-doc/html/panel-applet-5.0/getting-started.context-menu.html
-share/gtk-doc/html/panel-applet-5.0/getting-started.example.html
-share/gtk-doc/html/panel-applet-5.0/getting-started.html
-share/gtk-doc/html/panel-applet-5.0/getting-started.in-out-process.html
-share/gtk-doc/html/panel-applet-5.0/getting-started.install.html
-share/gtk-doc/html/panel-applet-5.0/getting-started.integration.html
-share/gtk-doc/html/panel-applet-5.0/getting-started.intro.html
-share/gtk-doc/html/panel-applet-5.0/getting-started.introspection.html
-share/gtk-doc/html/panel-applet-5.0/getting-started.settings.html
-share/gtk-doc/html/panel-applet-5.0/home.png
-share/gtk-doc/html/panel-applet-5.0/index.html
-share/gtk-doc/html/panel-applet-5.0/index.sgml
-share/gtk-doc/html/panel-applet-5.0/left-insensitive.png
-share/gtk-doc/html/panel-applet-5.0/left.png
-share/gtk-doc/html/panel-applet-5.0/overview.html
-share/gtk-doc/html/panel-applet-5.0/panel-applet-5.0.devhelp2
-share/gtk-doc/html/panel-applet-5.0/panel-applet-Panel-Applet-Factory.html
-share/gtk-doc/html/panel-applet-5.0/panel-applet-Panel-Applet.html
-share/gtk-doc/html/panel-applet-5.0/port-gnome2.html
-share/gtk-doc/html/panel-applet-5.0/reference.html
-share/gtk-doc/html/panel-applet-5.0/right-insensitive.png
-share/gtk-doc/html/panel-applet-5.0/right.png
-share/gtk-doc/html/panel-applet-5.0/style.css
-share/gtk-doc/html/panel-applet-5.0/up-insensitive.png
-share/gtk-doc/html/panel-applet-5.0/up.png
-share/help/C/clock/index.docbook
-share/help/C/clock/legal.xml
-share/help/C/fish/index.docbook
-share/help/C/fish/legal.xml
-share/help/ar/clock/index.docbook
-share/help/ar/clock/legal.xml
-share/help/ca/clock/index.docbook
-share/help/ca/clock/legal.xml
-share/help/ca/fish/index.docbook
-share/help/ca/fish/legal.xml
-share/help/cs/clock/index.docbook
-share/help/cs/clock/legal.xml
-share/help/cs/fish/index.docbook
-share/help/cs/fish/legal.xml
-share/help/da/clock/index.docbook
-share/help/da/clock/legal.xml
-share/help/da/fish/index.docbook
-share/help/da/fish/legal.xml
-share/help/de/clock/index.docbook
-share/help/de/clock/legal.xml
-share/help/de/fish/index.docbook
-share/help/de/fish/legal.xml
-share/help/el/clock/index.docbook
-share/help/el/clock/legal.xml
-share/help/el/fish/index.docbook
-share/help/el/fish/legal.xml
-share/help/en_GB/clock/index.docbook
-share/help/en_GB/clock/legal.xml
-share/help/en_GB/fish/index.docbook
-share/help/en_GB/fish/legal.xml
-share/help/es/clock/index.docbook
-share/help/es/clock/legal.xml
-share/help/es/fish/index.docbook
-share/help/es/fish/legal.xml
-share/help/eu/clock/index.docbook
-share/help/eu/clock/legal.xml
-share/help/eu/fish/index.docbook
-share/help/eu/fish/legal.xml
-share/help/fi/clock/index.docbook
-share/help/fi/clock/legal.xml
-share/help/fi/fish/index.docbook
-share/help/fi/fish/legal.xml
-share/help/fr/clock/index.docbook
-share/help/fr/clock/legal.xml
-share/help/fr/fish/index.docbook
-share/help/fr/fish/legal.xml
-share/help/hu/clock/index.docbook
-share/help/hu/clock/legal.xml
-share/help/hu/fish/index.docbook
-share/help/hu/fish/legal.xml
-share/help/id/clock/index.docbook
-share/help/id/clock/legal.xml
-share/help/it/clock/index.docbook
-share/help/it/clock/legal.xml
-share/help/it/fish/index.docbook
-share/help/it/fish/legal.xml
-share/help/ja/clock/index.docbook
-share/help/ja/clock/legal.xml
-share/help/ja/fish/index.docbook
-share/help/ja/fish/legal.xml
-share/help/ko/clock/index.docbook
-share/help/ko/clock/legal.xml
-share/help/ko/fish/index.docbook
-share/help/ko/fish/legal.xml
-share/help/nl/clock/index.docbook
-share/help/nl/clock/legal.xml
-share/help/oc/clock/index.docbook
-share/help/oc/clock/legal.xml
-share/help/oc/fish/index.docbook
-share/help/oc/fish/legal.xml
-share/help/pa/clock/index.docbook
-share/help/pa/clock/legal.xml
-share/help/pt/clock/index.docbook
-share/help/pt/clock/legal.xml
-share/help/pt_BR/clock/index.docbook
-share/help/pt_BR/clock/legal.xml
-share/help/pt_BR/fish/index.docbook
-share/help/pt_BR/fish/legal.xml
-share/help/ru/clock/index.docbook
-share/help/ru/clock/legal.xml
-share/help/ru/fish/index.docbook
-share/help/ru/fish/legal.xml
-share/help/sl/clock/index.docbook
-share/help/sl/clock/legal.xml
-share/help/sl/fish/index.docbook
-share/help/sl/fish/legal.xml
-share/help/sr/clock/index.docbook
-share/help/sr/clock/legal.xml
-share/help/sv/clock/index.docbook
-share/help/sv/clock/legal.xml
-share/help/sv/fish/index.docbook
-share/help/sv/fish/legal.xml
-share/help/te/clock/index.docbook
-share/help/te/clock/legal.xml
-share/help/th/clock/index.docbook
-share/help/th/clock/legal.xml
-share/help/th/fish/index.docbook
-share/help/th/fish/legal.xml
-share/help/uk/clock/index.docbook
-share/help/uk/clock/legal.xml
-share/help/uk/fish/index.docbook
-share/help/uk/fish/legal.xml
-share/help/zh_CN/clock/index.docbook
-share/help/zh_CN/clock/legal.xml
-share/help/zh_CN/fish/index.docbook
-share/help/zh_CN/fish/legal.xml
-share/help/zh_HK/clock/index.docbook
-share/help/zh_HK/clock/legal.xml
-share/help/zh_TW/clock/index.docbook
-share/help/zh_TW/clock/legal.xml
-share/icons/hicolor/16x16/apps/gnome-panel-clock.png
-share/icons/hicolor/16x16/apps/gnome-panel-fish.png
-share/icons/hicolor/16x16/apps/gnome-panel-force-quit.png
-share/icons/hicolor/16x16/apps/gnome-panel-launcher.png
-share/icons/hicolor/16x16/apps/gnome-panel-notification-area.png
-share/icons/hicolor/16x16/apps/gnome-panel-separator.png
-share/icons/hicolor/16x16/apps/gnome-panel-window-list.png
-share/icons/hicolor/16x16/apps/gnome-panel-window-menu.png
-share/icons/hicolor/16x16/apps/gnome-panel-workspace-switcher.png
-share/icons/hicolor/16x16/apps/gnome-panel.png
-share/icons/hicolor/22x22/apps/gnome-panel-clock.png
-share/icons/hicolor/22x22/apps/gnome-panel-fish.png
-share/icons/hicolor/22x22/apps/gnome-panel-force-quit.png
-share/icons/hicolor/22x22/apps/gnome-panel-launcher.png
-share/icons/hicolor/22x22/apps/gnome-panel-notification-area.png
-share/icons/hicolor/22x22/apps/gnome-panel-separator.png
-share/icons/hicolor/22x22/apps/gnome-panel-window-list.png
-share/icons/hicolor/22x22/apps/gnome-panel-window-menu.png
-share/icons/hicolor/22x22/apps/gnome-panel-workspace-switcher.png
-share/icons/hicolor/22x22/apps/gnome-panel.png
-share/icons/hicolor/24x24/apps/gnome-panel-clock.png
-share/icons/hicolor/24x24/apps/gnome-panel-fish.png
-share/icons/hicolor/24x24/apps/gnome-panel-force-quit.png
-share/icons/hicolor/24x24/apps/gnome-panel-launcher.png
-share/icons/hicolor/24x24/apps/gnome-panel-notification-area.png
-share/icons/hicolor/24x24/apps/gnome-panel-separator.png
-share/icons/hicolor/24x24/apps/gnome-panel-window-list.png
-share/icons/hicolor/24x24/apps/gnome-panel-window-menu.png
-share/icons/hicolor/24x24/apps/gnome-panel-workspace-switcher.png
-share/icons/hicolor/24x24/apps/gnome-panel.png
-share/icons/hicolor/32x32/apps/gnome-panel-clock.png
-share/icons/hicolor/32x32/apps/gnome-panel-fish.png
-share/icons/hicolor/32x32/apps/gnome-panel-force-quit.png
-share/icons/hicolor/32x32/apps/gnome-panel-launcher.png
-share/icons/hicolor/32x32/apps/gnome-panel-notification-area.png
-share/icons/hicolor/32x32/apps/gnome-panel-separator.png
-share/icons/hicolor/32x32/apps/gnome-panel-window-list.png
-share/icons/hicolor/32x32/apps/gnome-panel-window-menu.png
-share/icons/hicolor/32x32/apps/gnome-panel-workspace-switcher.png
-share/icons/hicolor/32x32/apps/gnome-panel.png
-share/icons/hicolor/48x48/apps/gnome-panel.png
-share/icons/hicolor/scalable/apps/gnome-panel-clock.svg
-share/icons/hicolor/scalable/apps/gnome-panel-fish.svg
-share/icons/hicolor/scalable/apps/gnome-panel-force-quit.svg
-share/icons/hicolor/scalable/apps/gnome-panel-launcher.svg
-share/icons/hicolor/scalable/apps/gnome-panel-notification-area.svg
-share/icons/hicolor/scalable/apps/gnome-panel-separator.svg
-share/icons/hicolor/scalable/apps/gnome-panel-window-list.svg
-share/icons/hicolor/scalable/apps/gnome-panel-window-menu.svg
-share/icons/hicolor/scalable/apps/gnome-panel-workspace-switcher.svg
-share/icons/hicolor/scalable/apps/gnome-panel.svg
-share/locale/af/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/am/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ar/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/as/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ast/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/az/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/be/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/be@latin/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/bg/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/bn/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/bn_IN/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/br/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/bs/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ca/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ca@valencia/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/crh/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/cs/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/csb/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/cy/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/da/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/de/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/dz/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/el/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/en@shaw/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/en_CA/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/en_GB/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/eo/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/es/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/et/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/eu/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/fa/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/fi/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/fr/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/fur/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/fy/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ga/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/gl/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/gu/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/gv/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ha/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/he/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/hi/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/hr/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/hu/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/hy/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/id/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ig/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/is/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/it/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ja/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ka/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/kk/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/km/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/kn/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ko/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ku/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ky/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/la/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/li/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/lt/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/lv/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/mai/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/mg/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/mi/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/mk/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ml/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/mn/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/mr/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ms/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/my/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/nb/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/nds/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ne/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/nl/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/nn/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/nso/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/oc/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/or/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/pa/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/pl/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ps/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/pt/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ro/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ru/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/rw/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/si/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/sk/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/sl/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/sq/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/sr/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/sr@ije/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/sr@latin/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/sv/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ta/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/te/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/th/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/tr/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/ug/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/uk/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/uz/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/uz@cyrillic/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/vi/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/wa/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/xh/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/yi/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/yo/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-panel-3.0.mo
-share/locale/zu/LC_MESSAGES/gnome-panel-3.0.mo
diff --git a/gnome-panel/TODO b/gnome-panel/TODO
deleted file mode 100644
index f173c1ff42..0000000000
--- a/gnome-panel/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Need to figure out which schemas this needs.
diff --git a/gnome-panel/buildlink3.mk b/gnome-panel/buildlink3.mk
deleted file mode 100644
index 9b7fb8c9a3..0000000000
--- a/gnome-panel/buildlink3.mk
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.71 2015/04/25 14:25:04 tnn Exp $
-
-BUILDLINK_TREE+=	gnome-panel
-
-.if !defined(GNOME_PANEL_BUILDLINK3_MK)
-GNOME_PANEL_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.gnome-panel+=	gnome-panel>=3.16.1
-BUILDLINK_PKGSRCDIR.gnome-panel?=	../../wip/gnome-panel
-
-pkgbase:= gnome-panel
-.include "../../mk/pkg-build-options.mk"
-.if !empty(PKG_BUILD_OPTIONS.gnome-panel:Mevolution)
-.include "../../mail/evolution-data-server/buildlink3.mk"
-.endif
-
-#.include "../../net/libgdata/buildlink3.mk"
-.include "../../devel/libwnck3/buildlink3.mk"
-.include "../../devel/GConf/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/libbonobo/buildlink3.mk"
-.include "../../devel/libbonoboui/buildlink3.mk"
-#.include "../../devel/libgnome/buildlink3.mk"
-#.include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../net/ORBit2/buildlink3.mk"
-.include "../../x11/gnome-desktop3/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.endif # GNOME_PANEL_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-gnome-panel
diff --git a/gnome-panel/distinfo b/gnome-panel/distinfo
deleted file mode 100644
index 63cb0c2dd6..0000000000
--- a/gnome-panel/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.63 2015/11/04 03:28:30 agc Exp $
-
-SHA1 (gnome-panel-3.16.1.tar.xz) = 7e8ad14d0797fbaacb945b155d0e533a6a795c60
-RMD160 (gnome-panel-3.16.1.tar.xz) = 93ee4ce50411d40b7173ea992ec9f3e5e03757c4
-SHA512 (gnome-panel-3.16.1.tar.xz) = c8d65ab47802bd22bd41abb8550dd09ed0fcc9e5626d8ca6f4d6ff029dc2468b4cb8668568ead35176846c2768727a1e43859bf9ea3da7bd74dcb65fba0e4ec4
-Size (gnome-panel-3.16.1.tar.xz) = 2372408 bytes


Home | Main Index | Thread Index | Old Index