diff options
author | wiz <wiz> | 2007-09-19 23:59:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-09-19 23:59:55 +0000 |
commit | 8c1191db511a2d59d4dad31415af44d2dc8021b2 (patch) | |
tree | b3d6102509a5b258ce941460d96102d663cdf998 /x11/gnome-applets | |
parent | 08bfca54b90c89b80807a07992bb229bc82c2839 (diff) | |
download | pkgsrc-8c1191db511a2d59d4dad31415af44d2dc8021b2.tar.gz |
Move gnome2-applets to gnome-applets to make directory name match PKGNAME.
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r-- | x11/gnome-applets/DESCR | 2 | ||||
-rw-r--r-- | x11/gnome-applets/Makefile | 119 | ||||
-rw-r--r-- | x11/gnome-applets/PLIST | 1309 | ||||
-rw-r--r-- | x11/gnome-applets/distinfo | 12 | ||||
-rw-r--r-- | x11/gnome-applets/patches/patch-aa | 13 | ||||
-rw-r--r-- | x11/gnome-applets/patches/patch-ab | 12 | ||||
-rw-r--r-- | x11/gnome-applets/patches/patch-ac | 76 | ||||
-rw-r--r-- | x11/gnome-applets/patches/patch-ad | 24 | ||||
-rw-r--r-- | x11/gnome-applets/patches/patch-ae | 13 | ||||
-rw-r--r-- | x11/gnome-applets/patches/patch-af | 13 | ||||
-rw-r--r-- | x11/gnome-applets/patches/patch-ag | 12 |
11 files changed, 1605 insertions, 0 deletions
diff --git a/x11/gnome-applets/DESCR b/x11/gnome-applets/DESCR new file mode 100644 index 00000000000..ad79fccdc9d --- /dev/null +++ b/x11/gnome-applets/DESCR @@ -0,0 +1,2 @@ +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/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile new file mode 100644 index 00000000000..8501fa269e4 --- /dev/null +++ b/x11/gnome-applets/Makefile @@ -0,0 +1,119 @@ +# $NetBSD: Makefile,v 1.48 2007/09/20 00:00:00 wiz Exp $ +# + +DISTNAME= gnome-applets-2.18.0 +PKGREVISION= 3 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-applets/2.18/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= GNOME2 panel applets + +BUILD_DEPENDS+= gst-plugins0.10-esound>=0.10.0:../../audio/gst-plugins0.10-esound +BUILD_DEPENDS+= gst-plugins0.10-oss>=0.10.0:../../audio/gst-plugins0.10-oss + +GNU_CONFIGURE= yes +USE_DIRS+= gnome2-1.5 +USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes + +PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-applets +PKG_SUPPORTED_OPTIONS= inet6 +.include "../../mk/bsd.options.mk" + +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} + +PKGCONFIG_OVERRIDE+= libgswitchit/gswitchit.pc.in +PKGCONFIG_OVERRIDE+= libgweather/gweather.pc.in + +EGDIR= ${PREFIX}/share/examples/gnome-applets + +GCONF2_SCHEMAS= charpick.schemas +GCONF2_SCHEMAS+= drivemount.schemas +GCONF2_SCHEMAS+= geyes.schemas +#GCONF2_SCHEMAS+= gswitchit.schemas +GCONF2_SCHEMAS+= gweather.schemas +GCONF2_SCHEMAS+= mixer.schemas +GCONF2_SCHEMAS+= multiload.schemas +GCONF2_SCHEMAS+= stickynotes.schemas + +.include "../../mk/bsd.prefs.mk" + +.if !empty(PKG_OPTIONS:Minet6) +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + +.if ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" || \ + (${OPSYS} == "NetBSD" && exists(/usr/include/machine/apmvar.h)) +GCONF2_SCHEMAS+= battstat.schemas +PLIST_SUBST+= BATTSTAT= +CONF_FILES+= ${EGDIR}/sound/events/battstat_applet.soundlist \ + ${PKG_SYSCONFDIR}/sound/events/battstat_applet.soundlist +.else +PLIST_SUBST+= BATTSTAT="@comment " +CONFIGURE_ARGS+= --disable-battstat +.endif + +PRINT_PLIST_AWK+= /[Bb]attstat/ { print "$${BATTSTAT}"$$0; next; } +PRINT_PLIST_AWK+= /examples/ { print "$${BATTSTAT}"$$0; next; } + +.if ${OPSYS} == "Linux" && exists(/usr/include/cpufreq.h) +GCONF2_SCHEMAS+= cpufreq-applet.schemas +PLIST_SUBST+= CPUFREQ= +.else +PLIST_SUBST+= CPUFREQ="@comment " +CONFIGURE_ARGS+= --disable-cpufreq +.endif + +PRINT_PLIST_AWK+= /[Cc][Pp][Uu][Ff]req/ { print "$${CPUFREQ}"$$0; next; } + +.include "../../devel/GConf2/schemas.mk" + +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0 +BUILDLINK_API_DEPENDS.libglade2+= libglade2>=2.4.0 +BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.2 +BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.2 +BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.16.0 +BUILDLINK_API_DEPENDS.gnome-vfs+= gnome-vfs>=2.16.0 +BUILDLINK_API_DEPENDS.gnome-panel+= gnome-panel>=2.13.4 +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 + +PY_PATCHPLIST= yes +PYTHON_PATCH_SCRIPTS+= invest-applet/invest/invest-applet.py +PYTHON_PATCH_SCRIPTS+= invest-applet/invest/invest-chart + +.include "../../devel/gail/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/libgnome/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" +.include "../../devel/libwnck/buildlink3.mk" +.include "../../fonts/gucharmap/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../graphics/gnome-icon-theme/buildlink3.mk" +.include "../../multimedia/gstreamer0.10/buildlink3.mk" +.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" +.include "../../sysutils/gnome-vfs/buildlink3.mk" +.include "../../sysutils/libgtop2/buildlink3.mk" +.include "../../sysutils/libnotify/buildlink3.mk" +.include "../../textproc/gnome-doc-utils/buildlink3.mk" +.include "../../textproc/scrollkeeper/omf.mk" +.include "../../x11/control-center/buildlink3.mk" +.include "../../x11/gnome-desktop/buildlink3.mk" +.include "../../x11/gnome-panel/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/libxklavier/buildlink3.mk" +.include "../../lang/python/application.mk" +.include "../../lang/python/extension.mk" +.include "../../x11/py-gnome2/buildlink3.mk" +.include "../../x11/py-gnome2-desktop/buildlink3.mk" + +.include "../../mk/oss.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/gnome-applets/PLIST b/x11/gnome-applets/PLIST new file mode 100644 index 00000000000..275d49d1e94 --- /dev/null +++ b/x11/gnome-applets/PLIST @@ -0,0 +1,1309 @@ +@comment $NetBSD: PLIST,v 1.9 2007/09/20 00:00:00 wiz Exp $ +${CPUFREQ}bin/cpufreq-selector +bin/invest-chart +include/libgweather/gweather-gconf.h +include/libgweather/gweather-prefs.h +include/libgweather/weather.h +lib/bonobo/servers/GNOME_AccessxStatusApplet.server +${BATTSTAT}lib/bonobo/servers/GNOME_BattstatApplet.server +lib/bonobo/servers/GNOME_CDPlayerApplet.server +${CPUFREQ}lib/bonobo/servers/GNOME_CPUFreqApplet.server +lib/bonobo/servers/GNOME_CharpickerApplet.server +lib/bonobo/servers/GNOME_DriveMountApplet.server +lib/bonobo/servers/GNOME_GWeatherApplet_Factory.server +lib/bonobo/servers/GNOME_GeyesApplet.server +lib/bonobo/servers/GNOME_GtikApplet.server +lib/bonobo/servers/GNOME_MailcheckApplet_Factory.server +lib/bonobo/servers/GNOME_MiniCommanderApplet.server +lib/bonobo/servers/GNOME_MixerApplet.server +lib/bonobo/servers/GNOME_MultiLoadApplet_Factory.server +lib/bonobo/servers/GNOME_NullApplet_Factory.server +lib/bonobo/servers/GNOME_Panel_TrashApplet.server +lib/bonobo/servers/GNOME_Panel_WirelessApplet.server +lib/bonobo/servers/GNOME_StickyNotesApplet.server +lib/bonobo/servers/Invest_Applet.server +lib/libgweather.la +lib/pkgconfig/gweather.pc +${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/defs.py +${PYSITELIB}/invest/defs.pyc +${PYSITELIB}/invest/defs.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 +${BATTSTAT}libexec/battstat-applet-2 +libexec/charpick_applet2 +${CPUFREQ}libexec/cpufreq-applet +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/applications/invest-chart.desktop +${BATTSTAT}share/examples/gnome-applets/sound/events/battstat_applet.soundlist +${BATTSTAT}share/gconf/schemas/battstat.schemas +share/gconf/schemas/charpick.schemas +${CPUFREQ}share/gconf/schemas/cpufreq-applet.schemas +share/gconf/schemas/drivemount.schemas +share/gconf/schemas/geyes.schemas +share/gconf/schemas/gweather.schemas +share/gconf/schemas/mixer.schemas +share/gconf/schemas/multiload.schemas +share/gconf/schemas/stickynotes.schemas +share/gnome-2.0/ui/GNOME_AccessxApplet.xml +${BATTSTAT}share/gnome-2.0/ui/GNOME_BattstatApplet.xml +share/gnome-2.0/ui/GNOME_CharpickerApplet.xml +${CPUFREQ}share/gnome-2.0/ui/GNOME_CPUFreqApplet.xml +share/gnome-2.0/ui/GNOME_DriveMountApplet.xml +share/gnome-2.0/ui/GNOME_GWeatherApplet.xml +share/gnome-2.0/ui/GNOME_GeyesApplet.xml +share/gnome-2.0/ui/GNOME_MixerApplet.xml +share/gnome-2.0/ui/GNOME_MultiloadApplet.xml +share/gnome-2.0/ui/GNOME_Panel_TrashApplet.xml +share/gnome-2.0/ui/GNOME_StickyNotesApplet.xml +share/gnome-2.0/ui/Invest_Applet.xml +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 +${BATTSTAT}share/gnome-applets/glade/battstat_applet.glade +${CPUFREQ}share/gnome-applets/glade/cpufreq-preferences.glade +share/gnome-applets/glade/financialchart.glade +share/gnome-applets/glade/prefs-dialog.glade +share/gnome-applets/glade/stickynotes.glade +share/gnome-applets/glade/trashapplet.glade +share/gnome-applets/gweather/Locations.xml +share/gnome-applets/gweather/locations.dtd +share/gnome-applets/invest-applet/invest-16.png +share/gnome-applets/invest-applet/invest-button.png +share/gnome-applets/invest-applet/invest.svg +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/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/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/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/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/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 +${BATTSTAT}share/gnome/help/battstat/C/battstat.xml +${BATTSTAT}share/gnome/help/battstat/C/figures/battstat-applet-expanded.png +${BATTSTAT}share/gnome/help/battstat/C/figures/battstat-applet.png +${BATTSTAT}share/gnome/help/battstat/C/figures/battstat-credits-hal.png +${BATTSTAT}share/gnome/help/battstat/C/figures/battstat-preferences.png +${BATTSTAT}share/gnome/help/battstat/C/figures/context-menu.png +${BATTSTAT}share/gnome/help/battstat/C/legal.xml +${BATTSTAT}share/gnome/help/battstat/bg/battstat.xml +${BATTSTAT}share/gnome/help/battstat/bg/figures/battstat-applet-expanded.png +${BATTSTAT}share/gnome/help/battstat/bg/figures/battstat-applet.png +${BATTSTAT}share/gnome/help/battstat/bg/figures/battstat-credits-hal.png +${BATTSTAT}share/gnome/help/battstat/bg/figures/battstat-preferences.png +${BATTSTAT}share/gnome/help/battstat/bg/figures/context-menu.png +${BATTSTAT}share/gnome/help/battstat/en_GB/battstat.xml +${BATTSTAT}share/gnome/help/battstat/en_GB/figures/battstat-applet-expanded.png +${BATTSTAT}share/gnome/help/battstat/en_GB/figures/battstat-applet.png +${BATTSTAT}share/gnome/help/battstat/en_GB/figures/battstat-credits-hal.png +${BATTSTAT}share/gnome/help/battstat/en_GB/figures/battstat-preferences.png +${BATTSTAT}share/gnome/help/battstat/en_GB/figures/context-menu.png +${BATTSTAT}share/gnome/help/battstat/es/battstat.xml +${BATTSTAT}share/gnome/help/battstat/es/figures/battstat-applet-expanded.png +${BATTSTAT}share/gnome/help/battstat/es/figures/battstat-applet.png +${BATTSTAT}share/gnome/help/battstat/es/figures/battstat-credits-hal.png +${BATTSTAT}share/gnome/help/battstat/es/figures/battstat-preferences.png +${BATTSTAT}share/gnome/help/battstat/es/figures/context-menu.png +${BATTSTAT}share/gnome/help/battstat/fr/battstat.xml +${BATTSTAT}share/gnome/help/battstat/fr/figures/battstat-applet-expanded.png +${BATTSTAT}share/gnome/help/battstat/fr/figures/battstat-applet.png +${BATTSTAT}share/gnome/help/battstat/fr/figures/battstat-credits-hal.png +${BATTSTAT}share/gnome/help/battstat/fr/figures/battstat-preferences.png +${BATTSTAT}share/gnome/help/battstat/fr/figures/context-menu.png +${BATTSTAT}share/gnome/help/battstat/pa/battstat.xml +${BATTSTAT}share/gnome/help/battstat/pa/figures/battstat-applet-expanded.png +${BATTSTAT}share/gnome/help/battstat/pa/figures/battstat-applet.png +${BATTSTAT}share/gnome/help/battstat/pa/figures/battstat-credits-hal.png +${BATTSTAT}share/gnome/help/battstat/pa/figures/battstat-preferences.png +${BATTSTAT}share/gnome/help/battstat/pa/figures/context-menu.png +${BATTSTAT}share/gnome/help/battstat/sv/battstat.xml +${BATTSTAT}share/gnome/help/battstat/sv/figures/battstat-applet-expanded.png +${BATTSTAT}share/gnome/help/battstat/sv/figures/battstat-applet.png +${BATTSTAT}share/gnome/help/battstat/sv/figures/battstat-credits-hal.png +${BATTSTAT}share/gnome/help/battstat/sv/figures/battstat-preferences.png +${BATTSTAT}share/gnome/help/battstat/sv/figures/context-menu.png +${BATTSTAT}share/gnome/help/battstat/uk/battstat.xml +${BATTSTAT}share/gnome/help/battstat/uk/figures/battstat-applet-expanded.png +${BATTSTAT}share/gnome/help/battstat/uk/figures/battstat-applet.png +${BATTSTAT}share/gnome/help/battstat/uk/figures/battstat-credits-hal.png +${BATTSTAT}share/gnome/help/battstat/uk/figures/battstat-preferences.png +${BATTSTAT}share/gnome/help/battstat/uk/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/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/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/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/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/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 +${CPUFREQ}share/gnome/help/cpufreq-applet/C/cpufreq-applet.xml +${CPUFREQ}share/gnome/help/cpufreq-applet/C/figures/cpufreq-100.png +${CPUFREQ}share/gnome/help/cpufreq-applet/C/figures/cpufreq-25.png +${CPUFREQ}share/gnome/help/cpufreq-applet/C/figures/cpufreq-50.png +${CPUFREQ}share/gnome/help/cpufreq-applet/C/figures/cpufreq-75.png +${CPUFREQ}share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-preferences-smp.png +${CPUFREQ}share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-preferences.png +${CPUFREQ}share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-selector-both.png +${CPUFREQ}share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-selector.png +${CPUFREQ}share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet.png +${CPUFREQ}share/gnome/help/cpufreq-applet/C/legal.xml +${CPUFREQ}share/gnome/help/cpufreq-applet/en_GB/cpufreq-applet.xml +${CPUFREQ}share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-100.png +${CPUFREQ}share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-25.png +${CPUFREQ}share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-50.png +${CPUFREQ}share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-75.png +${CPUFREQ}share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-preferences-smp.png +${CPUFREQ}share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-preferences.png +${CPUFREQ}share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-selector-both.png +${CPUFREQ}share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-selector.png +${CPUFREQ}share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet.png +${CPUFREQ}share/gnome/help/cpufreq-applet/es/cpufreq-applet.xml +${CPUFREQ}share/gnome/help/cpufreq-applet/es/figures/cpufreq-100.png +${CPUFREQ}share/gnome/help/cpufreq-applet/es/figures/cpufreq-25.png +${CPUFREQ}share/gnome/help/cpufreq-applet/es/figures/cpufreq-50.png +${CPUFREQ}share/gnome/help/cpufreq-applet/es/figures/cpufreq-75.png +${CPUFREQ}share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-preferences-smp.png +${CPUFREQ}share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-preferences.png +${CPUFREQ}share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-selector-both.png +${CPUFREQ}share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-selector.png +${CPUFREQ}share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet.png +${CPUFREQ}share/gnome/help/cpufreq-applet/fr/cpufreq-applet.xml +${CPUFREQ}share/gnome/help/cpufreq-applet/fr/figures/cpufreq-100.png +${CPUFREQ}share/gnome/help/cpufreq-applet/fr/figures/cpufreq-25.png +${CPUFREQ}share/gnome/help/cpufreq-applet/fr/figures/cpufreq-50.png +${CPUFREQ}share/gnome/help/cpufreq-applet/fr/figures/cpufreq-75.png +${CPUFREQ}share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-preferences-smp.png +${CPUFREQ}share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-preferences.png +${CPUFREQ}share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-selector-both.png +${CPUFREQ}share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-selector.png +${CPUFREQ}share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet.png +${CPUFREQ}share/gnome/help/cpufreq-applet/nl/cpufreq-applet.xml +${CPUFREQ}share/gnome/help/cpufreq-applet/nl/figures/cpufreq-100.png +${CPUFREQ}share/gnome/help/cpufreq-applet/nl/figures/cpufreq-25.png +${CPUFREQ}share/gnome/help/cpufreq-applet/nl/figures/cpufreq-50.png +${CPUFREQ}share/gnome/help/cpufreq-applet/nl/figures/cpufreq-75.png +${CPUFREQ}share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-preferences-smp.png +${CPUFREQ}share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-preferences.png +${CPUFREQ}share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-selector-both.png +${CPUFREQ}share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-selector.png +${CPUFREQ}share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet.png +${CPUFREQ}share/gnome/help/cpufreq-applet/sv/cpufreq-applet.xml +${CPUFREQ}share/gnome/help/cpufreq-applet/sv/figures/cpufreq-100.png +${CPUFREQ}share/gnome/help/cpufreq-applet/sv/figures/cpufreq-25.png +${CPUFREQ}share/gnome/help/cpufreq-applet/sv/figures/cpufreq-50.png +${CPUFREQ}share/gnome/help/cpufreq-applet/sv/figures/cpufreq-75.png +${CPUFREQ}share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-preferences-smp.png +${CPUFREQ}share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-preferences.png +${CPUFREQ}share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-selector-both.png +${CPUFREQ}share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-selector.png +${CPUFREQ}share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet.png +${CPUFREQ}share/gnome/help/cpufreq-applet/uk/cpufreq-applet.xml +${CPUFREQ}share/gnome/help/cpufreq-applet/uk/figures/cpufreq-100.png +${CPUFREQ}share/gnome/help/cpufreq-applet/uk/figures/cpufreq-25.png +${CPUFREQ}share/gnome/help/cpufreq-applet/uk/figures/cpufreq-50.png +${CPUFREQ}share/gnome/help/cpufreq-applet/uk/figures/cpufreq-75.png +${CPUFREQ}share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-preferences-smp.png +${CPUFREQ}share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-preferences.png +${CPUFREQ}share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-selector-both.png +${CPUFREQ}share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-selector.png +${CPUFREQ}share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet.png +${CPUFREQ}share/gnome/help/cpufreq-applet/zh_CN/cpufreq-applet.xml +${CPUFREQ}share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-100.png +${CPUFREQ}share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-25.png +${CPUFREQ}share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-50.png +${CPUFREQ}share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-75.png +${CPUFREQ}share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences-smp.png +${CPUFREQ}share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences.png +${CPUFREQ}share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-selector-both.png +${CPUFREQ}share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-selector.png +${CPUFREQ}share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet.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/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/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/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/bg/figures/geyes_applet.png +share/gnome/help/geyes/bg/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/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/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/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/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/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/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/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/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/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/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/fr/figures/volumecontrol_applet.png +share/gnome/help/mixer_applet2/fr/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/pa/figures/volumecontrol_applet.png +share/gnome/help/mixer_applet2/pa/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/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/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/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/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/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/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/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/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/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/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/trashapplet/C/figures/trash-applet.png +share/gnome/help/trashapplet/C/legal.xml +share/gnome/help/trashapplet/C/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/fr/figures/trash-applet.png +share/gnome/help/trashapplet/fr/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/pa/figures/trash-applet.png +share/gnome/help/trashapplet/pa/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 +${CPUFREQ}share/icons/hicolor/16x16/apps/gnome-cpu-frequency-applet.png +share/icons/hicolor/16x16/apps/gnome-eyes-applet.png +share/icons/hicolor/16x16/apps/gnome-sticky-notes-applet.png +${CPUFREQ}share/icons/hicolor/22x22/apps/gnome-cpu-frequency-applet.png +share/icons/hicolor/22x22/apps/gnome-eyes-applet.png +share/icons/hicolor/22x22/apps/gnome-sticky-notes-applet.png +${CPUFREQ}share/icons/hicolor/24x24/apps/gnome-cpu-frequency-applet.png +share/icons/hicolor/24x24/apps/gnome-eyes-applet.png +share/icons/hicolor/24x24/apps/gnome-sticky-notes-applet.png +${CPUFREQ}share/icons/hicolor/32x32/apps/gnome-cpu-frequency-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/charpick.png +${CPUFREQ}share/icons/hicolor/scalable/apps/gnome-cpu-frequency-applet.svg +share/icons/hicolor/scalable/apps/gnome-eyes-applet.svg +share/icons/hicolor/scalable/apps/gnome-sticky-notes-applet.svg +share/locale/am/LC_MESSAGES/gnome-applets-2.0.mo +share/locale/ar/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/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/bs/LC_MESSAGES/gnome-applets-2.0.mo +share/locale/ca/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_CA/LC_MESSAGES/gnome-applets-2.0.mo +share/locale/en_GB/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/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/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/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/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/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@Latn/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/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-en_GB.omf +share/omf/accessx-status/accessx-status-es.omf +share/omf/accessx-status/accessx-status-fr.omf +share/omf/accessx-status/accessx-status-it.omf +share/omf/accessx-status/accessx-status-nl.omf +share/omf/accessx-status/accessx-status-sv.omf +share/omf/accessx-status/accessx-status-uk.omf +${BATTSTAT}share/omf/battstat/battstat-C.omf +${BATTSTAT}share/omf/battstat/battstat-bg.omf +${BATTSTAT}share/omf/battstat/battstat-en_GB.omf +${BATTSTAT}share/omf/battstat/battstat-es.omf +${BATTSTAT}share/omf/battstat/battstat-fr.omf +${BATTSTAT}share/omf/battstat/battstat-pa.omf +${BATTSTAT}share/omf/battstat/battstat-sv.omf +${BATTSTAT}share/omf/battstat/battstat-uk.omf +share/omf/char-palette/char-palette-C.omf +share/omf/char-palette/char-palette-bg.omf +share/omf/char-palette/char-palette-en_GB.omf +share/omf/char-palette/char-palette-es.omf +share/omf/char-palette/char-palette-fr.omf +share/omf/char-palette/char-palette-it.omf +share/omf/char-palette/char-palette-nl.omf +share/omf/char-palette/char-palette-pt_BR.omf +share/omf/char-palette/char-palette-sv.omf +share/omf/char-palette/char-palette-uk.omf +${CPUFREQ}share/omf/cpufreq-applet/cpufreq-applet-C.omf +${CPUFREQ}share/omf/cpufreq-applet/cpufreq-applet-en_GB.omf +${CPUFREQ}share/omf/cpufreq-applet/cpufreq-applet-es.omf +${CPUFREQ}share/omf/cpufreq-applet/cpufreq-applet-fr.omf +${CPUFREQ}share/omf/cpufreq-applet/cpufreq-applet-nl.omf +${CPUFREQ}share/omf/cpufreq-applet/cpufreq-applet-sv.omf +${CPUFREQ}share/omf/cpufreq-applet/cpufreq-applet-uk.omf +${CPUFREQ}share/omf/cpufreq-applet/cpufreq-applet-zh_CN.omf +share/omf/drivemount/drivemount-C.omf +share/omf/drivemount/drivemount-en_GB.omf +share/omf/drivemount/drivemount-es.omf +share/omf/drivemount/drivemount-fr.omf +share/omf/drivemount/drivemount-it.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-bg.omf +share/omf/geyes/geyes-en_GB.omf +share/omf/geyes/geyes-es.omf +share/omf/geyes/geyes-fr.omf +share/omf/geyes/geyes-it.omf +share/omf/geyes/geyes-ru.omf +share/omf/geyes/geyes-sv.omf +share/omf/geyes/geyes-uk.omf +share/omf/gweather/gweather-C.omf +share/omf/gweather/gweather-en_GB.omf +share/omf/gweather/gweather-es.omf +share/omf/gweather/gweather-fr.omf +share/omf/gweather/gweather-nl.omf +share/omf/gweather/gweather-pa.omf +share/omf/gweather/gweather-sv.omf +share/omf/gweather/gweather-uk.omf +share/omf/mixer_applet2/mixer_applet2-C.omf +share/omf/mixer_applet2/mixer_applet2-en_GB.omf +share/omf/mixer_applet2/mixer_applet2-es.omf +share/omf/mixer_applet2/mixer_applet2-fr.omf +share/omf/mixer_applet2/mixer_applet2-it.omf +share/omf/mixer_applet2/mixer_applet2-pa.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/multiload/multiload-C.omf +share/omf/multiload/multiload-en_GB.omf +share/omf/multiload/multiload-es.omf +share/omf/multiload/multiload-fr.omf +share/omf/multiload/multiload-pa.omf +share/omf/multiload/multiload-ru.omf +share/omf/multiload/multiload-sv.omf +share/omf/multiload/multiload-uk.omf +share/omf/stickynotes_applet/stickynotes_applet-C.omf +share/omf/stickynotes_applet/stickynotes_applet-en_GB.omf +share/omf/stickynotes_applet/stickynotes_applet-es.omf +share/omf/stickynotes_applet/stickynotes_applet-fr.omf +share/omf/stickynotes_applet/stickynotes_applet-pa.omf +share/omf/stickynotes_applet/stickynotes_applet-sv.omf +share/omf/stickynotes_applet/stickynotes_applet-uk.omf +share/omf/trashapplet/trashapplet-C.omf +share/omf/trashapplet/trashapplet-en_GB.omf +share/omf/trashapplet/trashapplet-es.omf +share/omf/trashapplet/trashapplet-fr.omf +share/omf/trashapplet/trashapplet-it.omf +share/omf/trashapplet/trashapplet-nl.omf +share/omf/trashapplet/trashapplet-pa.omf +share/omf/trashapplet/trashapplet-ru.omf +share/omf/trashapplet/trashapplet-sv.omf +share/omf/trashapplet/trashapplet-uk.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 +${CPUFREQ}share/pixmaps/cpufreq-applet/cpufreq-100.png +${CPUFREQ}share/pixmaps/cpufreq-applet/cpufreq-25.png +${CPUFREQ}share/pixmaps/cpufreq-applet/cpufreq-50.png +${CPUFREQ}share/pixmaps/cpufreq-applet/cpufreq-75.png +${CPUFREQ}share/pixmaps/cpufreq-applet/cpufreq-na.png +share/pixmaps/invest-big.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 +@dirrm share/xmodmap +@dirrm share/pixmaps/stickynotes +${CPUFREQ}@dirrm share/pixmaps/cpufreq-applet +@dirrm share/pixmaps/accessx-status-applet +@comment in xdg-dirs: @dirrm share/pixmaps +@dirrm share/omf/trashapplet +@dirrm share/omf/stickynotes_applet +@dirrm share/omf/multiload +@dirrm share/omf/mixer_applet2 +@dirrm share/omf/gweather +@dirrm share/omf/geyes +@dirrm share/omf/drivemount +@dirrm share/omf/char-palette +${CPUFREQ}@dirrm share/omf/cpufreq-applet +${BATTSTAT}@dirrm share/omf/battstat +@dirrm share/omf/accessx-status +@comment in scrollkeeper: @dirrm share/omf +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor +@dirrm share/gnome/help/trashapplet/uk/figures +@dirrm share/gnome/help/trashapplet/uk +@dirrm share/gnome/help/trashapplet/sv/figures +@dirrm share/gnome/help/trashapplet/sv +@dirrm share/gnome/help/trashapplet/ru/figures +@dirrm share/gnome/help/trashapplet/ru +@dirrm share/gnome/help/trashapplet/pa/figures +@dirrm share/gnome/help/trashapplet/pa +@dirrm share/gnome/help/trashapplet/nl/figures +@dirrm share/gnome/help/trashapplet/nl +@dirrm share/gnome/help/trashapplet/it/figures +@dirrm share/gnome/help/trashapplet/it +@dirrm share/gnome/help/trashapplet/fr/figures +@dirrm share/gnome/help/trashapplet/fr +@dirrm share/gnome/help/trashapplet/es/figures +@dirrm share/gnome/help/trashapplet/es +@dirrm share/gnome/help/trashapplet/en_GB/figures +@dirrm share/gnome/help/trashapplet/en_GB +@dirrm share/gnome/help/trashapplet/C/figures +@dirrm share/gnome/help/trashapplet/C +@dirrm share/gnome/help/trashapplet +@dirrm share/gnome/help/stickynotes_applet/uk/figures +@dirrm share/gnome/help/stickynotes_applet/uk +@dirrm share/gnome/help/stickynotes_applet/sv/figures +@dirrm share/gnome/help/stickynotes_applet/sv +@dirrm share/gnome/help/stickynotes_applet/pa/figures +@dirrm share/gnome/help/stickynotes_applet/pa +@dirrm share/gnome/help/stickynotes_applet/fr/figures +@dirrm share/gnome/help/stickynotes_applet/fr +@dirrm share/gnome/help/stickynotes_applet/es/figures +@dirrm share/gnome/help/stickynotes_applet/es +@dirrm share/gnome/help/stickynotes_applet/en_GB/figures +@dirrm share/gnome/help/stickynotes_applet/en_GB +@dirrm share/gnome/help/stickynotes_applet/C/figures +@dirrm share/gnome/help/stickynotes_applet/C +@dirrm share/gnome/help/stickynotes_applet +@dirrm share/gnome/help/multiload/uk/figures +@dirrm share/gnome/help/multiload/uk +@dirrm share/gnome/help/multiload/sv/figures +@dirrm share/gnome/help/multiload/sv +@dirrm share/gnome/help/multiload/ru/figures +@dirrm share/gnome/help/multiload/ru +@dirrm share/gnome/help/multiload/pa/figures +@dirrm share/gnome/help/multiload/pa +@dirrm share/gnome/help/multiload/fr/figures +@dirrm share/gnome/help/multiload/fr +@dirrm share/gnome/help/multiload/es/figures +@dirrm share/gnome/help/multiload/es +@dirrm share/gnome/help/multiload/en_GB/figures +@dirrm share/gnome/help/multiload/en_GB +@dirrm share/gnome/help/multiload/C/figures +@dirrm share/gnome/help/multiload/C +@dirrm share/gnome/help/multiload +@dirrm share/gnome/help/mixer_applet2/uk/figures +@dirrm share/gnome/help/mixer_applet2/uk +@dirrm share/gnome/help/mixer_applet2/sv/figures +@dirrm share/gnome/help/mixer_applet2/sv +@dirrm share/gnome/help/mixer_applet2/ru/figures +@dirrm share/gnome/help/mixer_applet2/ru +@dirrm share/gnome/help/mixer_applet2/pa/figures +@dirrm share/gnome/help/mixer_applet2/pa +@dirrm share/gnome/help/mixer_applet2/it/figures +@dirrm share/gnome/help/mixer_applet2/it +@dirrm share/gnome/help/mixer_applet2/fr/figures +@dirrm share/gnome/help/mixer_applet2/fr +@dirrm share/gnome/help/mixer_applet2/es/figures +@dirrm share/gnome/help/mixer_applet2/es +@dirrm share/gnome/help/mixer_applet2/en_GB/figures +@dirrm share/gnome/help/mixer_applet2/en_GB +@dirrm share/gnome/help/mixer_applet2/C/figures +@dirrm share/gnome/help/mixer_applet2/C +@dirrm share/gnome/help/mixer_applet2 +@dirrm share/gnome/help/gweather/uk/figures +@dirrm share/gnome/help/gweather/uk +@dirrm share/gnome/help/gweather/sv/figures +@dirrm share/gnome/help/gweather/sv +@dirrm share/gnome/help/gweather/pa/figures +@dirrm share/gnome/help/gweather/pa +@dirrm share/gnome/help/gweather/nl/figures +@dirrm share/gnome/help/gweather/nl +@dirrm share/gnome/help/gweather/fr/figures +@dirrm share/gnome/help/gweather/fr +@dirrm share/gnome/help/gweather/es/figures +@dirrm share/gnome/help/gweather/es +@dirrm share/gnome/help/gweather/en_GB/figures +@dirrm share/gnome/help/gweather/en_GB +@dirrm share/gnome/help/gweather/C/figures +@dirrm share/gnome/help/gweather/C +@dirrm share/gnome/help/gweather +@dirrm share/gnome/help/geyes/uk/figures +@dirrm share/gnome/help/geyes/uk +@dirrm share/gnome/help/geyes/sv/figures +@dirrm share/gnome/help/geyes/sv +@dirrm share/gnome/help/geyes/ru/figures +@dirrm share/gnome/help/geyes/ru +@dirrm share/gnome/help/geyes/it/figures +@dirrm share/gnome/help/geyes/it +@dirrm share/gnome/help/geyes/fr/figures +@dirrm share/gnome/help/geyes/fr +@dirrm share/gnome/help/geyes/es/figures +@dirrm share/gnome/help/geyes/es +@dirrm share/gnome/help/geyes/en_GB/figures +@dirrm share/gnome/help/geyes/en_GB +@dirrm share/gnome/help/geyes/bg/figures +@dirrm share/gnome/help/geyes/bg +@dirrm share/gnome/help/geyes/C/figures +@dirrm share/gnome/help/geyes/C +@dirrm share/gnome/help/geyes +@dirrm share/gnome/help/drivemount/zh_CN/figures +@dirrm share/gnome/help/drivemount/zh_CN +@dirrm share/gnome/help/drivemount/uk/figures +@dirrm share/gnome/help/drivemount/uk +@dirrm share/gnome/help/drivemount/sv/figures +@dirrm share/gnome/help/drivemount/sv +@dirrm share/gnome/help/drivemount/ru/figures +@dirrm share/gnome/help/drivemount/ru +@dirrm share/gnome/help/drivemount/pa/figures +@dirrm share/gnome/help/drivemount/pa +@dirrm share/gnome/help/drivemount/it/figures +@dirrm share/gnome/help/drivemount/it +@dirrm share/gnome/help/drivemount/fr/figures +@dirrm share/gnome/help/drivemount/fr +@dirrm share/gnome/help/drivemount/es/figures +@dirrm share/gnome/help/drivemount/es +@dirrm share/gnome/help/drivemount/en_GB/figures +@dirrm share/gnome/help/drivemount/en_GB +@dirrm share/gnome/help/drivemount/C/figures +@dirrm share/gnome/help/drivemount/C +@dirrm share/gnome/help/drivemount +${CPUFREQ}share/gnome/help/cpufreq-applet/zh_CN/figures +${CPUFREQ}share/gnome/help/cpufreq-applet/zh_CN +${CPUFREQ}share/gnome/help/cpufreq-applet/uk/figures +${CPUFREQ}share/gnome/help/cpufreq-applet/uk +${CPUFREQ}share/gnome/help/cpufreq-applet/sv/figures +${CPUFREQ}share/gnome/help/cpufreq-applet/sv +${CPUFREQ}share/gnome/help/cpufreq-applet/nl/figures +${CPUFREQ}share/gnome/help/cpufreq-applet/nl +${CPUFREQ}share/gnome/help/cpufreq-applet/fr/figures +${CPUFREQ}share/gnome/help/cpufreq-applet/fr +${CPUFREQ}share/gnome/help/cpufreq-applet/es/figures +${CPUFREQ}share/gnome/help/cpufreq-applet/es +${CPUFREQ}share/gnome/help/cpufreq-applet/en_GB/figures +${CPUFREQ}share/gnome/help/cpufreq-applet/en_GB +${CPUFREQ}share/gnome/help/cpufreq-applet/C/figures +${CPUFREQ}share/gnome/help/cpufreq-applet/C +${CPUFREQ}share/gnome/help/cpufreq-applet +@dirrm share/gnome/help/char-palette/uk/figures +@dirrm share/gnome/help/char-palette/uk +@dirrm share/gnome/help/char-palette/sv/figures +@dirrm share/gnome/help/char-palette/sv +@dirrm share/gnome/help/char-palette/pt_BR/figures +@dirrm share/gnome/help/char-palette/pt_BR +@dirrm share/gnome/help/char-palette/nl/figures +@dirrm share/gnome/help/char-palette/nl +@dirrm share/gnome/help/char-palette/it/figures +@dirrm share/gnome/help/char-palette/it +@dirrm share/gnome/help/char-palette/fr/figures +@dirrm share/gnome/help/char-palette/fr +@dirrm share/gnome/help/char-palette/es/figures +@dirrm share/gnome/help/char-palette/es +@dirrm share/gnome/help/char-palette/en_GB/figures +@dirrm share/gnome/help/char-palette/en_GB +@dirrm share/gnome/help/char-palette/bg/figures +@dirrm share/gnome/help/char-palette/bg +@dirrm share/gnome/help/char-palette/C/figures +@dirrm share/gnome/help/char-palette/C +@dirrm share/gnome/help/char-palette +${BATTSTAT}@dirrm share/gnome/help/battstat/uk/figures +${BATTSTAT}@dirrm share/gnome/help/battstat/uk +${BATTSTAT}@dirrm share/gnome/help/battstat/sv/figures +${BATTSTAT}@dirrm share/gnome/help/battstat/sv +${BATTSTAT}@dirrm share/gnome/help/battstat/pa/figures +${BATTSTAT}@dirrm share/gnome/help/battstat/pa +${BATTSTAT}@dirrm share/gnome/help/battstat/fr/figures +${BATTSTAT}@dirrm share/gnome/help/battstat/fr +${BATTSTAT}@dirrm share/gnome/help/battstat/es/figures +${BATTSTAT}@dirrm share/gnome/help/battstat/es +${BATTSTAT}@dirrm share/gnome/help/battstat/en_GB/figures +${BATTSTAT}@dirrm share/gnome/help/battstat/en_GB +${BATTSTAT}@dirrm share/gnome/help/battstat/bg/figures +${BATTSTAT}@dirrm share/gnome/help/battstat/bg +${BATTSTAT}@dirrm share/gnome/help/battstat/C/figures +${BATTSTAT}@dirrm share/gnome/help/battstat/C +${BATTSTAT}@dirrm share/gnome/help/battstat +@dirrm share/gnome/help/accessx-status/uk/figures +@dirrm share/gnome/help/accessx-status/uk +@dirrm share/gnome/help/accessx-status/sv/figures +@dirrm share/gnome/help/accessx-status/sv +@dirrm share/gnome/help/accessx-status/nl/figures +@dirrm share/gnome/help/accessx-status/nl +@dirrm share/gnome/help/accessx-status/it/figures +@dirrm share/gnome/help/accessx-status/it +@dirrm share/gnome/help/accessx-status/fr/figures +@dirrm share/gnome/help/accessx-status/fr +@dirrm share/gnome/help/accessx-status/es/figures +@dirrm share/gnome/help/accessx-status/es +@dirrm share/gnome/help/accessx-status/en_GB/figures +@dirrm share/gnome/help/accessx-status/en_GB +@dirrm share/gnome/help/accessx-status/bg/figures +@dirrm share/gnome/help/accessx-status/bg +@dirrm share/gnome/help/accessx-status/C/figures +@dirrm share/gnome/help/accessx-status/C +@dirrm share/gnome/help/accessx-status +@comment in gnome2-dirs: @dirrm share/gnome/help +@dirrm share/gnome-applets/invest-applet +@dirrm share/gnome-applets/gweather +@dirrm share/gnome-applets/glade +@dirrm share/gnome-applets/geyes/Tango +@dirrm share/gnome-applets/geyes/Horrid +@dirrm share/gnome-applets/geyes/Default-tiny +@dirrm share/gnome-applets/geyes/Default +@dirrm share/gnome-applets/geyes/Bloodshot +@dirrm share/gnome-applets/geyes/Bizarre +@dirrm share/gnome-applets/geyes +@dirrm share/gnome-applets +@comment in gnome2-dirs: @dirrm share/gnome-2.0/ui +@comment in GConf2: @dirrm share/gconf/schemas +${BATTSTAT}@dirrm share/examples/gnome-applets/sound/events +${BATTSTAT}@dirrm share/examples/gnome-applets/sound +${BATTSTAT}@dirrm share/examples/gnome-applets +@comment in xdg-dirs: @dirrm share/applications +@dirrm ${PYSITELIB}/invest +@comment in libbonobo: @dirrm lib/bonobo/servers +@dirrm include/libgweather diff --git a/x11/gnome-applets/distinfo b/x11/gnome-applets/distinfo new file mode 100644 index 00000000000..9356dc6d847 --- /dev/null +++ b/x11/gnome-applets/distinfo @@ -0,0 +1,12 @@ +$NetBSD: distinfo,v 1.10 2007/09/20 00:00:02 wiz Exp $ + +SHA1 (gnome-applets-2.18.0.tar.bz2) = 7bec1f642e827634f74859e81e1502799d3c05a2 +RMD160 (gnome-applets-2.18.0.tar.bz2) = c9a18c717fd01ede9476a70784a8522968e52211 +Size (gnome-applets-2.18.0.tar.bz2) = 7133902 bytes +SHA1 (patch-aa) = d4683f2d1273c4202ee336be436b9fd237610b7b +SHA1 (patch-ab) = f880abec6df2254b6541d4e5a894559763ef674b +SHA1 (patch-ac) = 8244d73dd62973fdc022947a62e9ce6211a3561b +SHA1 (patch-ad) = 42fb64b30a031a1ea8f57f47cabdf63475b7987e +SHA1 (patch-ae) = 16f66d3012a7ef7cfb5b72fdaa0f3e7719eea8f4 +SHA1 (patch-af) = e938bbc263cb9d70f613893ab414b13e8a1eaafd +SHA1 (patch-ag) = 6e30ee254c7a53b05560831073549269830ad872 diff --git a/x11/gnome-applets/patches/patch-aa b/x11/gnome-applets/patches/patch-aa new file mode 100644 index 00000000000..579a51aa691 --- /dev/null +++ b/x11/gnome-applets/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.5 2007/09/20 00:00:02 wiz Exp $ + +--- battstat/sounds/Makefile.in.orig 2005-03-07 15:02:46.000000000 +0100 ++++ battstat/sounds/Makefile.in +@@ -281,7 +281,7 @@ sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-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/x11/gnome-applets/patches/patch-ab b/x11/gnome-applets/patches/patch-ab new file mode 100644 index 00000000000..a66c7a2015d --- /dev/null +++ b/x11/gnome-applets/patches/patch-ab @@ -0,0 +1,12 @@ +$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/x11/gnome-applets/patches/patch-ac b/x11/gnome-applets/patches/patch-ac new file mode 100644 index 00000000000..065cfb25065 --- /dev/null +++ b/x11/gnome-applets/patches/patch-ac @@ -0,0 +1,76 @@ +$NetBSD: patch-ac,v 1.3 2007/09/20 00:00:02 wiz Exp $ + +--- configure.orig 2006-09-04 16:08:23.000000000 +0200 ++++ configure +@@ -24862,7 +24862,7 @@ _ACEOF + + test "x$prefix" = xNONE && prefix="$ac_default_prefix" + test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' +- ac_define_dir=`eval echo $"${datadir}/locale"` ++ ac_define_dir=`eval echo "${datadir}/locale"` + ac_define_dir=`eval echo $ac_define_dir` + GNOMELOCALEDIR="$ac_define_dir" + +@@ -28780,7 +28780,7 @@ gladedir="${pkgdatadir}/glade" + + test "x$prefix" = xNONE && prefix="$ac_default_prefix" + test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' +- ac_define_dir=`eval echo $"${iconsdir}"` ++ ac_define_dir=`eval echo "${iconsdir}"` + ac_define_dir=`eval echo $ac_define_dir` + GNOME_ICONDIR="$ac_define_dir" + +@@ -28793,7 +28793,7 @@ _ACEOF + + test "x$prefix" = xNONE && prefix="$ac_default_prefix" + test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' +- ac_define_dir=`eval echo $"${pixmapsdir}"` ++ ac_define_dir=`eval echo "${pixmapsdir}"` + ac_define_dir=`eval echo $ac_define_dir` + GNOME_PIXMAPSDIR="$ac_define_dir" + +@@ -28806,7 +28806,7 @@ _ACEOF + + test "x$prefix" = xNONE && prefix="$ac_default_prefix" + test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' +- ac_define_dir=`eval echo $"${gladedir}"` ++ ac_define_dir=`eval echo "${gladedir}"` + ac_define_dir=`eval echo $ac_define_dir` + GNOME_GLADEDIR="$ac_define_dir" + +@@ -28819,7 +28819,7 @@ _ACEOF + + test "x$prefix" = xNONE && prefix="$ac_default_prefix" + test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' +- ac_define_dir=`eval echo $"${datadir}"` ++ ac_define_dir=`eval echo "${datadir}"` + ac_define_dir=`eval echo $ac_define_dir` + DATADIR="$ac_define_dir" + +@@ -28832,7 +28832,7 @@ _ACEOF + + test "x$prefix" = xNONE && prefix="$ac_default_prefix" + test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' +- ac_define_dir=`eval echo $"${sysconfdir}"` ++ ac_define_dir=`eval echo "${sysconfdir}"` + ac_define_dir=`eval echo $ac_define_dir` + SYSCONFDIR="$ac_define_dir" + +@@ -28845,7 +28845,7 @@ _ACEOF + + test "x$prefix" = xNONE && prefix="$ac_default_prefix" + test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' +- ac_define_dir=`eval echo $"${libdir}"` ++ ac_define_dir=`eval echo "${libdir}"` + ac_define_dir=`eval echo $ac_define_dir` + LIBDIR="$ac_define_dir" + +@@ -28858,7 +28858,7 @@ _ACEOF + + test "x$prefix" = xNONE && prefix="$ac_default_prefix" + test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' +- ac_define_dir=`eval echo $"$prefix"` ++ ac_define_dir=`eval echo "$prefix"` + ac_define_dir=`eval echo $ac_define_dir` + PREFIX="$ac_define_dir" + diff --git a/x11/gnome-applets/patches/patch-ad b/x11/gnome-applets/patches/patch-ad new file mode 100644 index 00000000000..a5a7aaf2cde --- /dev/null +++ b/x11/gnome-applets/patches/patch-ad @@ -0,0 +1,24 @@ +$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>. 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/x11/gnome-applets/patches/patch-ae b/x11/gnome-applets/patches/patch-ae new file mode 100644 index 00000000000..83300741bb8 --- /dev/null +++ b/x11/gnome-applets/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.3 2007/09/20 00:00:03 wiz Exp $ + +--- geyes/Makefile.in.orig 2007-03-12 14:04:23.000000000 +0100 ++++ geyes/Makefile.in +@@ -867,7 +867,7 @@ install-data-local: + for icon in $(icons); do \ + SIZE=`echo $$icon | cut -d. -f2`; \ + FILE=`echo $$icon | cut -d. -f1,3`; \ +- if [ "$$SIZE" == "svg" ]; then \ ++ if [ "$$SIZE" = "svg" ]; then \ + SIZE="scalable"; \ + FILE="$$FILE.svg"; \ + else \ diff --git a/x11/gnome-applets/patches/patch-af b/x11/gnome-applets/patches/patch-af new file mode 100644 index 00000000000..aa92ed7ba33 --- /dev/null +++ b/x11/gnome-applets/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.4 2007/09/20 00:00:03 wiz Exp $ + +--- ./stickynotes/pixmaps/Makefile.in.orig 2007-04-17 18:13:05.000000000 +0200 ++++ ./stickynotes/pixmaps/Makefile.in +@@ -563,7 +563,7 @@ install-data-local: + for icon in $(icons); do \ + SIZE=`echo $$icon | cut -d. -f2`; \ + FILE=`echo $$icon | cut -d. -f1,3`; \ +- if [ "$$SIZE" == "svg" ]; then \ ++ if [ "$$SIZE" = "svg" ]; then \ + SIZE="scalable"; \ + FILE="$$FILE.svg"; \ + else \ diff --git a/x11/gnome-applets/patches/patch-ag b/x11/gnome-applets/patches/patch-ag new file mode 100644 index 00000000000..64aca64ce67 --- /dev/null +++ b/x11/gnome-applets/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.3 2007/09/20 00:00:03 wiz Exp $ + +--- mixer/Makefile.in.orig 2007-09-17 17:52:12.000000000 +0200 ++++ mixer/Makefile.in +@@ -383,7 +383,6 @@ target_alias = @target_alias@ + SUBDIRS = docs + INCLUDES = -I. -I$(srcdir) \ + -DG_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + $(MIXER_CFLAGS) \ + $(GNOME_APPLETS_CFLAGS) \ |