diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-12 19:01:03 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-12 19:01:03 +0800 |
| commit | 0408b2854b100eaccd496ddece3dabb668784ee2 (patch) | |
| tree | 88cfef0a1e64380c3f3f7b4855ae25dcbb57fbbc /sysutils | |
| parent | 3b892dd53ffbef806cf218735228726b066ac6c6 (diff) | |
| download | marcuscom-ports-0408b2854b100eaccd496ddece3dabb668784ee2.tar marcuscom-ports-0408b2854b100eaccd496ddece3dabb668784ee2.tar.gz marcuscom-ports-0408b2854b100eaccd496ddece3dabb668784ee2.tar.bz2 marcuscom-ports-0408b2854b100eaccd496ddece3dabb668784ee2.tar.lz marcuscom-ports-0408b2854b100eaccd496ddece3dabb668784ee2.tar.xz marcuscom-ports-0408b2854b100eaccd496ddece3dabb668784ee2.tar.zst marcuscom-ports-0408b2854b100eaccd496ddece3dabb668784ee2.zip | |
Remove old mate 1.6 ports, 1.8 was imported.
I will add patches to the ports if needed for upower 0.99.x
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19855 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
14 files changed, 0 insertions, 1139 deletions
diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile deleted file mode 100644 index 0afdf7b7b..000000000 --- a/sysutils/mate-power-manager/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom$ - -PORTNAME= mate-power-manager -PORTVERSION= 1.6.2 -PORTREVISION= 1 -CATEGORIES= sysutils mate -MASTER_SITES= MATE -DIST_SUBDIR= mate - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Power management system for the MATE Desktop - -LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ - libdbus-1.so:${PORTSDIR}/devel/dbus \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ - libupower-glib.so:${PORTSDIR}/sysutils/upower \ - libnotify.so:${PORTSDIR}/devel/libnotify -RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit - -PORTSCOUT= limitw:1,even - -USES= execinfo gettext gmake pathfix pkgconfig tar:xz -USE_MATE= autogen common:build docutils intlhack libmatekeyring \ - panel -USE_XORG= x11 xext xproto xrandr xrender -USE_GNOME= cairo glib20 gnomehier gtk20 -INSTALLS_OMF= yes -USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \ - --disable-docbook-docs \ - --with-gtk=2.0 \ - --with-systemdinhibit=no -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -PATHFIX_MAKEFILEIN= Makefile.* - -GLIB_SCHEMAS= org.mate.power-manager.gschema.xml - -post-patch: - @${REINPLACE_CMD} -e "s|docbook2man|docbook2man_disabled|g" \ - ${WRKSRC}/configure.ac - @${CHMOD} +x ${WRKSRC}/autogen.sh - -.include <bsd.port.mk> diff --git a/sysutils/mate-power-manager/distinfo b/sysutils/mate-power-manager/distinfo deleted file mode 100644 index 6881e2e5f..000000000 --- a/sysutils/mate-power-manager/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mate/mate-power-manager-1.6.2.tar.xz) = b80d531271f9a7ee692d69173b28f46feba025b4ffcc9e0ab2f5b09934f8d80f -SIZE (mate/mate-power-manager-1.6.2.tar.xz) = 3328976 diff --git a/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am b/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am deleted file mode 100644 index dc13514c9..000000000 --- a/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- applets/brightness/Makefile.am.orig 2013-10-19 12:04:49.000000000 +0200 -+++ applets/brightness/Makefile.am 2013-10-19 12:05:17.000000000 +0200 -@@ -34,6 +34,7 @@ - gpm-common.h - - mate_brightness_applet_LDADD = \ -+ $(EXECINFO_LIBS) \ - $(DBUS_LIBS) \ - $(MATE_LIBS) \ - $(PANEL_LIBS) diff --git a/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am b/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am deleted file mode 100644 index 43617f92a..000000000 --- a/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- applets/inhibit/Makefile.am.orig 2013-10-19 12:05:52.000000000 +0200 -+++ applets/inhibit/Makefile.am 2013-10-19 12:06:06.000000000 +0200 -@@ -34,6 +34,7 @@ - gpm-common.h - - mate_inhibit_applet_LDADD = \ -+ $(EXECINFO_LIBS) \ - $(DBUS_LIBS) \ - $(MATE_LIBS) \ - $(PANEL_LIBS) diff --git a/sysutils/mate-power-manager/files/patch-autogen.sh b/sysutils/mate-power-manager/files/patch-autogen.sh deleted file mode 100644 index f9c08c5db..000000000 --- a/sysutils/mate-power-manager/files/patch-autogen.sh +++ /dev/null @@ -1,27 +0,0 @@ ---- autogen.sh.orig 2013-10-19 11:55:08.000000000 +0200 -+++ autogen.sh 2013-10-19 11:55:03.000000000 +0200 -@@ -0,0 +1,24 @@ -+#!/bin/sh -+# Run this to generate all the initial makefiles, etc. -+ -+srcdir=`dirname $0` -+test -z "$srcdir" && srcdir=. -+ -+PKG_NAME="mate-power-manager" -+ -+(test -f $srcdir/configure.ac) || { -+ echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" -+ echo " top-level $PKG_NAME directory" -+ exit 1 -+} -+ -+which mate-autogen || { -+ echo "You need to install mate-common from the MATE Git" -+ exit 1 -+} -+ -+REQUIRED_AUTOMAKE_VERSION=1.9 -+MATE_DATADIR="$mate_datadir" -+ -+. mate-autogen -+ diff --git a/sysutils/mate-power-manager/files/patch-configure.ac b/sysutils/mate-power-manager/files/patch-configure.ac deleted file mode 100644 index 40a1b2ede..000000000 --- a/sysutils/mate-power-manager/files/patch-configure.ac +++ /dev/null @@ -1,68 +0,0 @@ ---- configure.ac.orig 2013-07-24 17:54:08.000000000 +0000 -+++ configure.ac 2014-04-06 20:11:12.483380459 +0000 -@@ -57,21 +57,14 @@ - WARNINGFLAGS="$WARNINGFLAGS -Wreturn-type" - WARNINGFLAGS="$WARNINGFLAGS -Wformat-nonliteral" - WARNINGFLAGS="$WARNINGFLAGS -Wformat-security" -- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-include-dirs" - WARNINGFLAGS="$WARNINGFLAGS -Wmissing-format-attribute" -- WARNINGFLAGS="$WARNINGFLAGS -Wclobbered" -- WARNINGFLAGS="$WARNINGFLAGS -Wempty-body" -- WARNINGFLAGS="$WARNINGFLAGS -Wignored-qualifiers" - # WARNINGFLAGS="$WARNINGFLAGS -Wsign-compare" -- WARNINGFLAGS="$WARNINGFLAGS -Wtype-limits" - # WARNINGFLAGS="$WARNINGFLAGS -Wuninitialized" - # WARNINGFLAGS="$WARNINGFLAGS -Waggregate-return" - WARNINGFLAGS="$WARNINGFLAGS -Wdeclaration-after-statement" - WARNINGFLAGS="$WARNINGFLAGS -Wshadow" - WARNINGFLAGS="$WARNINGFLAGS -Winline" - # WARNINGFLAGS="$WARNINGFLAGS -Wswitch-enum" -- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-parameter-type" -- WARNINGFLAGS="$WARNINGFLAGS -Woverride-init" - WARNINGFLAGS="$WARNINGFLAGS -Wno-strict-aliasing" - else - WARNINGFLAGS="" -@@ -168,6 +161,13 @@ - - PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= $LIBNOTIFY_REQUIRED) - -+# We can only support old upower -+PKG_CHECK_MODULES(UPOWER, upower-glib < 0.99.0, have_old_upower=yes, have_old_upower=no) -+AS_IF([test x$have_old_upower = xyes], [ -+ AC_DEFINE([HAVE_OLD_UPOWER], [1], [Define if we have an older upower]) -+]) -+AM_CONDITIONAL(HAVE_OLD_UPOWER, test x$have_old_upower = xyes) -+ - dnl ---------------------------------------------------------------------------- - dnl - Unique - dnl ---------------------------------------------------------------------------- -@@ -328,14 +328,26 @@ - AC_SUBST(GPM_EXTRA_LIBS) - - dnl --------------------------------------------------------------------------- --dnl - Is docbook2man available? -+dnl - Is docbook2man_disabled available? - dnl --------------------------------------------------------------------------- --AC_PATH_PROG(DOCBOOK2MAN, docbook2man, no) -+AC_PATH_PROG(DOCBOOK2MAN, docbook2man_disabled, no) - if test "$DOCBOOK2MAN" = "no" ; then -- AC_MSG_WARN([docbook2man not found, will not be able to build man documentation]) -+ AC_MSG_WARN([docbook2man_disabled not found, will not be able to build man documentation]) - fi - AM_CONDITIONAL(HAVE_DOCBOOK2MAN, [test "$DOCBOOK2MAN" != "no"]) - -+dnl ==================================================================== -+dnl check for backtrace support -+dnl ==================================================================== -+ -+AC_CHECK_HEADERS(execinfo.h) -+AC_CHECK_LIB(execinfo, backtrace, [have_backtrace="yes"], [have_backtrace="no"]) -+EXECINFO_LIBS="" -+if test "x$have_backtrace" = "xyes"; then -+ EXECINFO_LIBS="-lexecinfo" -+fi -+AC_SUBST(EXECINFO_LIBS) -+ - dnl --------------------------------------------------------------------------- - dnl - Makefiles, etc. - dnl --------------------------------------------------------------------------- diff --git a/sysutils/mate-power-manager/files/patch-src_Makefile.am b/sysutils/mate-power-manager/files/patch-src_Makefile.am deleted file mode 100644 index ae3c50f05..000000000 --- a/sysutils/mate-power-manager/files/patch-src_Makefile.am +++ /dev/null @@ -1,42 +0,0 @@ ---- src/Makefile.am.orig 2013-10-19 12:02:39.000000000 +0200 -+++ src/Makefile.am 2013-10-19 12:03:48.000000000 +0200 -@@ -95,6 +95,7 @@ - mate_power_backlight_helper_LDADD = \ - libgpmshared.a \ - $(GLIB_LIBS) \ -+ $(EXECINFO_LIBS) \ - -lm - - mate_power_backlight_helper_CFLAGS = \ -@@ -117,6 +118,7 @@ - $(MATE_LIBS) \ - $(UNIQUE_LIBS) \ - $(DBUS_LIBS) \ -+ $(EXECINFO_LIBS) \ - -lm - - mate_power_statistics_CFLAGS = \ -@@ -138,6 +140,7 @@ - $(UNIQUE_LIBS) \ - $(GPM_EXTRA_LIBS) \ - $(UPOWER_LIBS) \ -+ $(EXECINFO_LIBS) \ - -lm - - mate_power_preferences_CFLAGS = \ -@@ -194,6 +197,7 @@ - $(LIBNOTIFY_LIBS) \ - $(GPM_EXTRA_LIBS) \ - $(UPOWER_LIBS) \ -+ $(EXECINFO_LIBS) \ - -lm - - mate_power_manager_CFLAGS = \ -@@ -262,6 +266,7 @@ - $(X11_LIBS) \ - $(LIBNOTIFY_LIBS) \ - $(GPM_EXTRA_LIBS) \ -+ $(EXECINFO_LIBS) \ - -lm - - mate_power_self_test_CFLAGS = -DEGG_TEST $(AM_CFLAGS) $(WARNINGFLAGS) diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-control.c b/sysutils/mate-power-manager/files/patch-src_gpm-control.c deleted file mode 100644 index 26a52d632..000000000 --- a/sysutils/mate-power-manager/files/patch-src_gpm-control.c +++ /dev/null @@ -1,26 +0,0 @@ ---- src/gpm-control.c.orig 2014-04-06 20:51:17.215212718 +0000 -+++ src/gpm-control.c 2014-04-06 20:53:11.708207714 +0000 -@@ -289,7 +289,11 @@ - g_object_unref(proxy); - } - else { -+#ifdef HAVE_OLD_UPOWER - ret = up_client_suspend_sync (control->priv->client, NULL, error); -+#else -+ ret = FALSE; -+#endif - } - - egg_debug ("emitting resume"); -@@ -399,7 +403,11 @@ - } - } - else { -+#ifdef HAVE_OLD_UPOWER - ret = up_client_hibernate_sync (control->priv->client, NULL, error); -+#else -+ ret = FALSE; -+#endif - } - - egg_debug ("emitting resume"); diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-engine.c b/sysutils/mate-power-manager/files/patch-src_gpm-engine.c deleted file mode 100644 index 175cb5f78..000000000 --- a/sysutils/mate-power-manager/files/patch-src_gpm-engine.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/gpm-engine.c.orig 2014-04-06 20:42:33.786248068 +0000 -+++ src/gpm-engine.c 2014-04-06 20:58:13.806185229 +0000 -@@ -812,7 +812,11 @@ - g_return_val_if_fail (GPM_IS_ENGINE (engine), FALSE); - - /* get devices from UPower */ -+#ifdef HAVE_OLD_UPOWER - ret = up_client_enumerate_devices_sync (engine->priv->client, NULL, &error); -+#else -+ ret = FALSE; -+#endif - if (!ret) { - egg_error ("failed to get device list: %s", error->message); - g_error_free (error); diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-load.c b/sysutils/mate-power-manager/files/patch-src_gpm-load.c deleted file mode 100644 index bd915e986..000000000 --- a/sysutils/mate-power-manager/files/patch-src_gpm-load.c +++ /dev/null @@ -1,46 +0,0 @@ ---- src/gpm-load.c.orig 2012-07-28 22:37:47.000000000 -0500 -+++ src/gpm-load.c 2012-07-28 22:39:40.000000000 -0500 -@@ -33,6 +33,10 @@ - #include <kstat.h> - #include <sys/sysinfo.h> - #endif -+#if defined(__FreeBSD__) -+#include <sys/resource.h> -+#include <sys/sysctl.h> -+#endif - #ifdef HAVE_UNISTD_H - #include <unistd.h> - #endif /* HAVE_UNISTD_H */ -@@ -151,6 +155,32 @@ - return FALSE; - } - -+#elif defined(__FreeBSD__) -+ -+/** -+ * gpm_load_get_cpu_values: -+ * @cpu_idle: The idle time reported by the CPU -+ * @cpu_total: The total time reported by the CPU -+ * Return value: Success of reading of the kern.cp_time sysctl. -+ **/ -+static gboolean -+gpm_load_get_cpu_values (long unsigned *cpu_idle, long unsigned *cpu_total) -+{ -+ long cpts[CPUSTATES]; -+ size_t length; -+ -+ length = sizeof (cpts); -+ if (sysctlbyname ("kern.cp_time", cpts, &length, NULL, 0)) { -+ return FALSE; -+ } -+ -+ *cpu_idle = (unsigned long) cpts[CP_IDLE]; -+ *cpu_total = (unsigned long) (cpts[CP_USER] + cpts[CP_NICE] + \ -+ cpts[CP_SYS] + cpts[CP_IDLE] + cpts[CP_INTR]); -+ -+ return TRUE; -+} -+ - #else - - /** diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-prefs-core.c b/sysutils/mate-power-manager/files/patch-src_gpm-prefs-core.c deleted file mode 100644 index 3c8d0b907..000000000 --- a/sysutils/mate-power-manager/files/patch-src_gpm-prefs-core.c +++ /dev/null @@ -1,28 +0,0 @@ ---- src/gpm-prefs-core.c.orig 2014-04-06 20:42:20.438248798 +0000 -+++ src/gpm-prefs-core.c 2014-04-06 20:44:21.983436776 +0000 -@@ -897,8 +897,13 @@ - /* are we allowed to shutdown? */ - egg_console_kit_can_stop (prefs->priv->console, &prefs->priv->can_shutdown, NULL); - /* get values from UpClient */ -+#ifdef HAVE_OLD_UPOWER - prefs->priv->can_suspend = up_client_get_can_suspend (prefs->priv->client); - prefs->priv->can_hibernate = up_client_get_can_hibernate (prefs->priv->client); -+#else -+ prefs->priv->can_suspend = FALSE; -+ prefs->priv->can_hibernate = FALSE; -+#endif - } - - if (LOGIND_RUNNING()) { -@@ -954,7 +959,11 @@ - g_object_unref (brightness); - - /* get device list */ -+#ifdef HAVE_OLD_UPOWER - ret = up_client_enumerate_devices_sync (prefs->priv->client, NULL, &error); -+#else -+ ret = FALSE; -+#endif - if (!ret) { - egg_warning ("failed to get device list: %s", error->message); - g_error_free (error); diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-statistics.c b/sysutils/mate-power-manager/files/patch-src_gpm-statistics.c deleted file mode 100644 index b9fe766ab..000000000 --- a/sysutils/mate-power-manager/files/patch-src_gpm-statistics.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/gpm-statistics.c.orig 2014-04-06 20:42:27.769248555 +0000 -+++ src/gpm-statistics.c 2014-04-06 20:46:41.930233638 +0000 -@@ -1796,7 +1796,11 @@ - g_signal_connect (wakeups, "data-changed", G_CALLBACK (gpm_stats_data_changed_cb), NULL); - - /* coldplug */ -+#ifdef HAVE_OLD_UPOWER - ret = up_client_enumerate_devices_sync (client, NULL, NULL); -+#else -+ ret = FALSE; -+#endif - if (!ret) - goto out; - devices = up_client_get_devices (client); diff --git a/sysutils/mate-power-manager/pkg-descr b/sysutils/mate-power-manager/pkg-descr deleted file mode 100644 index 27748b442..000000000 --- a/sysutils/mate-power-manager/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -MATE Power Manager is a MATE session daemon that acts as a policy agent -on top of HAL (the Hardware Abstraction Layer). MATE Power Manager listens -for HAL events and responds with user-configurable reactions. -Currently it supports laptop batteries and AC adapters. Its goal is to be -architecture neutral and free of polling and other hacks. - -WWW: http://mate-desktop.org/ diff --git a/sysutils/mate-power-manager/pkg-plist b/sysutils/mate-power-manager/pkg-plist deleted file mode 100644 index 5807d0102..000000000 --- a/sysutils/mate-power-manager/pkg-plist +++ /dev/null @@ -1,796 +0,0 @@ -bin/mate-power-bugreport.sh -bin/mate-power-manager -bin/mate-power-preferences -bin/mate-power-statistics -etc/xdg/autostart/mate-power-manager.desktop -libexec/mate-brightness-applet -libexec/mate-inhibit-applet -sbin/mate-power-backlight-helper -share/MateConf/gsettings/mate-power-manager.convert -share/applications/mate-power-preferences.desktop -share/applications/mate-power-statistics.desktop -share/dbus-1/services/mate-power-manager.service -share/dbus-1/services/org.mate.panel.applet.BrightnessAppletFactory.service -share/dbus-1/services/org.mate.panel.applet.InhibitAppletFactory.service -share/icons/hicolor/16x16/apps/mate-brightness-applet.png -share/icons/hicolor/16x16/apps/mate-inhibit-applet.png -share/icons/hicolor/16x16/apps/mate-power-manager.png -share/icons/hicolor/16x16/apps/mate-power-statistics.png -share/icons/hicolor/22x22/apps/mate-brightness-applet.png -share/icons/hicolor/22x22/apps/mate-inhibit-applet.png -share/icons/hicolor/22x22/apps/mate-power-manager.png -share/icons/hicolor/22x22/apps/mate-power-statistics.png -share/icons/hicolor/24x24/apps/mate-brightness-applet.png -share/icons/hicolor/24x24/apps/mate-inhibit-applet.png -share/icons/hicolor/24x24/apps/mate-power-manager.png -share/icons/hicolor/24x24/apps/mate-power-statistics.png -share/icons/hicolor/32x32/apps/mate-brightness-applet.png -share/icons/hicolor/32x32/apps/mate-inhibit-applet.png -share/icons/hicolor/32x32/apps/mate-power-manager.png -share/icons/hicolor/32x32/apps/mate-power-statistics.png -share/icons/hicolor/48x48/apps/mate-brightness-applet.png -share/icons/hicolor/48x48/apps/mate-inhibit-applet.png -share/icons/hicolor/48x48/apps/mate-power-manager.png -share/icons/hicolor/48x48/apps/mate-power-statistics.png -share/icons/hicolor/scalable/apps/mate-brightness-applet.svg -share/icons/hicolor/scalable/apps/mate-inhibit-applet.svg -share/icons/hicolor/scalable/apps/mate-power-manager.svg -share/icons/hicolor/scalable/apps/mate-power-statistics.svg -share/locale/am/LC_MESSAGES/mate-power-manager.mo -share/locale/ar/LC_MESSAGES/mate-power-manager.mo -share/locale/as/LC_MESSAGES/mate-power-manager.mo -share/locale/ast/LC_MESSAGES/mate-power-manager.mo -share/locale/be/LC_MESSAGES/mate-power-manager.mo -share/locale/be@latin/LC_MESSAGES/mate-power-manager.mo -share/locale/bg/LC_MESSAGES/mate-power-manager.mo -share/locale/bn/LC_MESSAGES/mate-power-manager.mo -share/locale/bn_IN/LC_MESSAGES/mate-power-manager.mo -share/locale/ca/LC_MESSAGES/mate-power-manager.mo -share/locale/ca@valencia/LC_MESSAGES/mate-power-manager.mo -share/locale/cs/LC_MESSAGES/mate-power-manager.mo -share/locale/cy/LC_MESSAGES/mate-power-manager.mo -share/locale/da/LC_MESSAGES/mate-power-manager.mo -share/locale/de/LC_MESSAGES/mate-power-manager.mo -share/locale/dz/LC_MESSAGES/mate-power-manager.mo -share/locale/el/LC_MESSAGES/mate-power-manager.mo -share/locale/en@shaw/LC_MESSAGES/mate-power-manager.mo -share/locale/en_AU/LC_MESSAGES/mate-power-manager.mo -share/locale/en_CA/LC_MESSAGES/mate-power-manager.mo -share/locale/en_GB/LC_MESSAGES/mate-power-manager.mo -share/locale/es/LC_MESSAGES/mate-power-manager.mo -share/locale/et/LC_MESSAGES/mate-power-manager.mo -share/locale/eu/LC_MESSAGES/mate-power-manager.mo -share/locale/fa/LC_MESSAGES/mate-power-manager.mo -share/locale/fi/LC_MESSAGES/mate-power-manager.mo -share/locale/fr/LC_MESSAGES/mate-power-manager.mo -share/locale/ga/LC_MESSAGES/mate-power-manager.mo -share/locale/gl/LC_MESSAGES/mate-power-manager.mo -share/locale/gu/LC_MESSAGES/mate-power-manager.mo -share/locale/he/LC_MESSAGES/mate-power-manager.mo -share/locale/hi/LC_MESSAGES/mate-power-manager.mo -share/locale/hr/LC_MESSAGES/mate-power-manager.mo -share/locale/hu/LC_MESSAGES/mate-power-manager.mo -share/locale/id/LC_MESSAGES/mate-power-manager.mo -share/locale/is/LC_MESSAGES/mate-power-manager.mo -share/locale/it/LC_MESSAGES/mate-power-manager.mo -share/locale/ja/LC_MESSAGES/mate-power-manager.mo -share/locale/ka/LC_MESSAGES/mate-power-manager.mo -share/locale/kn/LC_MESSAGES/mate-power-manager.mo -share/locale/ko/LC_MESSAGES/mate-power-manager.mo -share/locale/ku/LC_MESSAGES/mate-power-manager.mo -share/locale/ky/LC_MESSAGES/mate-power-manager.mo -share/locale/lt/LC_MESSAGES/mate-power-manager.mo -share/locale/lv/LC_MESSAGES/mate-power-manager.mo -share/locale/mai/LC_MESSAGES/mate-power-manager.mo -share/locale/mg/LC_MESSAGES/mate-power-manager.mo -share/locale/mk/LC_MESSAGES/mate-power-manager.mo -share/locale/ml/LC_MESSAGES/mate-power-manager.mo -share/locale/mr/LC_MESSAGES/mate-power-manager.mo -share/locale/ms/LC_MESSAGES/mate-power-manager.mo -share/locale/nb/LC_MESSAGES/mate-power-manager.mo -share/locale/nl/LC_MESSAGES/mate-power-manager.mo -share/locale/nn/LC_MESSAGES/mate-power-manager.mo -share/locale/oc/LC_MESSAGES/mate-power-manager.mo -share/locale/or/LC_MESSAGES/mate-power-manager.mo -share/locale/pa/LC_MESSAGES/mate-power-manager.mo -share/locale/pl/LC_MESSAGES/mate-power-manager.mo -share/locale/pt/LC_MESSAGES/mate-power-manager.mo -share/locale/pt_BR/LC_MESSAGES/mate-power-manager.mo -share/locale/ro/LC_MESSAGES/mate-power-manager.mo -share/locale/ru/LC_MESSAGES/mate-power-manager.mo -share/locale/si/LC_MESSAGES/mate-power-manager.mo -share/locale/sk/LC_MESSAGES/mate-power-manager.mo -share/locale/sl/LC_MESSAGES/mate-power-manager.mo -share/locale/sq/LC_MESSAGES/mate-power-manager.mo -share/locale/sr/LC_MESSAGES/mate-power-manager.mo -share/locale/sr@latin/LC_MESSAGES/mate-power-manager.mo -share/locale/sv/LC_MESSAGES/mate-power-manager.mo -share/locale/ta/LC_MESSAGES/mate-power-manager.mo -share/locale/te/LC_MESSAGES/mate-power-manager.mo -share/locale/th/LC_MESSAGES/mate-power-manager.mo -share/locale/tr/LC_MESSAGES/mate-power-manager.mo -share/locale/uk/LC_MESSAGES/mate-power-manager.mo -share/locale/vi/LC_MESSAGES/mate-power-manager.mo -share/locale/zh_CN/LC_MESSAGES/mate-power-manager.mo -share/locale/zh_HK/LC_MESSAGES/mate-power-manager.mo -share/locale/zh_TW/LC_MESSAGES/mate-power-manager.mo -share/mate-2.0/ui/brightness-applet-menu.xml -share/mate-2.0/ui/inhibit-applet-menu.xml -share/mate-panel/applets/org.mate.BrightnessApplet.mate-panel-applet -share/mate-panel/applets/org.mate.InhibitApplet.mate-panel-applet -%%DATADIR%%/acme.ui -%%DATADIR%%/gpm-feedback-widget.ui -%%DATADIR%%/gpm-prefs-deprecated.ui -%%DATADIR%%/gpm-prefs.ui -%%DATADIR%%/gpm-statistics-deprecated.ui -%%DATADIR%%/gpm-statistics.ui -%%DATADIR%%/icons/hicolor/16x16/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/16x16/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/22x22/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/22x22/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/24x24/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/24x24/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/32x32/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/32x32/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/48x48/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/48x48/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-monitor.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/scalable/actions/gpm-hibernate.svg -%%DATADIR%%/icons/hicolor/scalable/actions/gpm-suspend.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ac-adapter.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-000-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-020-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-020.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-040-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-040.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-060-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-080-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-080.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-100-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-charged.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-empty.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-missing.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-disabled.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-invalid.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-disabled.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-invalid.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit-invalid.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-monitor.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-missing.svg -share/mate/help/mate-power-manager/C/figures/applet-brightness.png -share/mate/help/mate-power-manager/C/figures/applet-inhibit.png -share/mate/help/mate-power-manager/C/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/C/figures/gpm-charged.png -share/mate/help/mate-power-manager/C/figures/gpm-critical.png -share/mate/help/mate-power-manager/C/figures/gpm-low.png -share/mate/help/mate-power-manager/C/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/C/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/C/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/C/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/C/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/C/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/C/figures/gs-prefs.png -share/mate/help/mate-power-manager/C/legal.xml -share/mate/help/mate-power-manager/C/mate-power-manager.xml -share/mate/help/mate-power-manager/ca/figures/applet-brightness.png -share/mate/help/mate-power-manager/ca/figures/applet-inhibit.png -share/mate/help/mate-power-manager/ca/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/ca/figures/gpm-charged.png -share/mate/help/mate-power-manager/ca/figures/gpm-critical.png -share/mate/help/mate-power-manager/ca/figures/gpm-low.png -share/mate/help/mate-power-manager/ca/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/ca/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/ca/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/ca/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/ca/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/ca/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/ca/figures/gs-prefs.png -share/mate/help/mate-power-manager/ca/mate-power-manager.xml -share/mate/help/mate-power-manager/de/figures/applet-brightness.png -share/mate/help/mate-power-manager/de/figures/applet-inhibit.png -share/mate/help/mate-power-manager/de/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/de/figures/gpm-charged.png -share/mate/help/mate-power-manager/de/figures/gpm-critical.png -share/mate/help/mate-power-manager/de/figures/gpm-low.png -share/mate/help/mate-power-manager/de/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/de/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/de/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/de/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/de/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/de/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/de/figures/gs-prefs.png -share/mate/help/mate-power-manager/de/mate-power-manager.xml -share/mate/help/mate-power-manager/el/figures/applet-brightness.png -share/mate/help/mate-power-manager/el/figures/applet-inhibit.png -share/mate/help/mate-power-manager/el/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/el/figures/gpm-charged.png -share/mate/help/mate-power-manager/el/figures/gpm-critical.png -share/mate/help/mate-power-manager/el/figures/gpm-low.png -share/mate/help/mate-power-manager/el/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/el/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/el/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/el/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/el/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/el/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/el/figures/gs-prefs.png -share/mate/help/mate-power-manager/el/mate-power-manager.xml -share/mate/help/mate-power-manager/en_GB/figures/applet-brightness.png -share/mate/help/mate-power-manager/en_GB/figures/applet-inhibit.png -share/mate/help/mate-power-manager/en_GB/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/en_GB/figures/gpm-charged.png -share/mate/help/mate-power-manager/en_GB/figures/gpm-critical.png -share/mate/help/mate-power-manager/en_GB/figures/gpm-low.png -share/mate/help/mate-power-manager/en_GB/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/en_GB/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/en_GB/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/en_GB/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/en_GB/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/en_GB/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/en_GB/figures/gs-prefs.png -share/mate/help/mate-power-manager/en_GB/mate-power-manager.xml -share/mate/help/mate-power-manager/es/figures/applet-brightness.png -share/mate/help/mate-power-manager/es/figures/applet-inhibit.png -share/mate/help/mate-power-manager/es/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/es/figures/gpm-charged.png -share/mate/help/mate-power-manager/es/figures/gpm-critical.png -share/mate/help/mate-power-manager/es/figures/gpm-low.png -share/mate/help/mate-power-manager/es/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/es/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/es/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/es/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/es/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/es/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/es/figures/gs-prefs.png -share/mate/help/mate-power-manager/es/mate-power-manager.xml -share/mate/help/mate-power-manager/eu/figures/applet-brightness.png -share/mate/help/mate-power-manager/eu/figures/applet-inhibit.png -share/mate/help/mate-power-manager/eu/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/eu/figures/gpm-charged.png -share/mate/help/mate-power-manager/eu/figures/gpm-critical.png -share/mate/help/mate-power-manager/eu/figures/gpm-low.png -share/mate/help/mate-power-manager/eu/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/eu/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/eu/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/eu/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/eu/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/eu/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/eu/figures/gs-prefs.png -share/mate/help/mate-power-manager/eu/mate-power-manager.xml -share/mate/help/mate-power-manager/fi/figures/applet-brightness.png -share/mate/help/mate-power-manager/fi/figures/applet-inhibit.png -share/mate/help/mate-power-manager/fi/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/fi/figures/gpm-charged.png -share/mate/help/mate-power-manager/fi/figures/gpm-critical.png -share/mate/help/mate-power-manager/fi/figures/gpm-low.png -share/mate/help/mate-power-manager/fi/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/fi/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/fi/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/fi/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/fi/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/fi/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/fi/figures/gs-prefs.png -share/mate/help/mate-power-manager/fi/mate-power-manager.xml -share/mate/help/mate-power-manager/fr/figures/applet-brightness.png -share/mate/help/mate-power-manager/fr/figures/applet-inhibit.png -share/mate/help/mate-power-manager/fr/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/fr/figures/gpm-charged.png -share/mate/help/mate-power-manager/fr/figures/gpm-critical.png -share/mate/help/mate-power-manager/fr/figures/gpm-low.png -share/mate/help/mate-power-manager/fr/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/fr/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/fr/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/fr/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/fr/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/fr/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/fr/figures/gs-prefs.png -share/mate/help/mate-power-manager/fr/mate-power-manager.xml -share/mate/help/mate-power-manager/hu/figures/applet-brightness.png -share/mate/help/mate-power-manager/hu/figures/applet-inhibit.png -share/mate/help/mate-power-manager/hu/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/hu/figures/gpm-charged.png -share/mate/help/mate-power-manager/hu/figures/gpm-critical.png -share/mate/help/mate-power-manager/hu/figures/gpm-low.png -share/mate/help/mate-power-manager/hu/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/hu/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/hu/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/hu/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/hu/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/hu/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/hu/figures/gs-prefs.png -share/mate/help/mate-power-manager/hu/mate-power-manager.xml -share/mate/help/mate-power-manager/it/figures/applet-brightness.png -share/mate/help/mate-power-manager/it/figures/applet-inhibit.png -share/mate/help/mate-power-manager/it/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/it/figures/gpm-charged.png -share/mate/help/mate-power-manager/it/figures/gpm-critical.png -share/mate/help/mate-power-manager/it/figures/gpm-low.png -share/mate/help/mate-power-manager/it/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/it/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/it/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/it/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/it/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/it/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/it/figures/gs-prefs.png -share/mate/help/mate-power-manager/it/mate-power-manager.xml -share/mate/help/mate-power-manager/oc/figures/applet-brightness.png -share/mate/help/mate-power-manager/oc/figures/applet-inhibit.png -share/mate/help/mate-power-manager/oc/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/oc/figures/gpm-charged.png -share/mate/help/mate-power-manager/oc/figures/gpm-critical.png -share/mate/help/mate-power-manager/oc/figures/gpm-low.png -share/mate/help/mate-power-manager/oc/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/oc/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/oc/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/oc/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/oc/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/oc/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/oc/figures/gs-prefs.png -share/mate/help/mate-power-manager/oc/mate-power-manager.xml -share/mate/help/mate-power-manager/pa/figures/applet-brightness.png -share/mate/help/mate-power-manager/pa/figures/applet-inhibit.png -share/mate/help/mate-power-manager/pa/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/pa/figures/gpm-charged.png -share/mate/help/mate-power-manager/pa/figures/gpm-critical.png -share/mate/help/mate-power-manager/pa/figures/gpm-low.png -share/mate/help/mate-power-manager/pa/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/pa/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/pa/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/pa/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/pa/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/pa/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/pa/figures/gs-prefs.png -share/mate/help/mate-power-manager/pa/mate-power-manager.xml -share/mate/help/mate-power-manager/ru/figures/applet-brightness.png -share/mate/help/mate-power-manager/ru/figures/applet-inhibit.png -share/mate/help/mate-power-manager/ru/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/ru/figures/gpm-charged.png -share/mate/help/mate-power-manager/ru/figures/gpm-critical.png -share/mate/help/mate-power-manager/ru/figures/gpm-low.png -share/mate/help/mate-power-manager/ru/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/ru/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/ru/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/ru/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/ru/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/ru/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/ru/figures/gs-prefs.png -share/mate/help/mate-power-manager/ru/mate-power-manager.xml -share/mate/help/mate-power-manager/sv/figures/applet-brightness.png -share/mate/help/mate-power-manager/sv/figures/applet-inhibit.png -share/mate/help/mate-power-manager/sv/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/sv/figures/gpm-charged.png -share/mate/help/mate-power-manager/sv/figures/gpm-critical.png -share/mate/help/mate-power-manager/sv/figures/gpm-low.png -share/mate/help/mate-power-manager/sv/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/sv/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/sv/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/sv/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/sv/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/sv/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/sv/figures/gs-prefs.png -share/mate/help/mate-power-manager/sv/mate-power-manager.xml -share/mate/help/mate-power-manager/zh_CN/figures/applet-brightness.png -share/mate/help/mate-power-manager/zh_CN/figures/applet-inhibit.png -share/mate/help/mate-power-manager/zh_CN/figures/gpm-cell-capacity.png -share/mate/help/mate-power-manager/zh_CN/figures/gpm-charged.png -share/mate/help/mate-power-manager/zh_CN/figures/gpm-critical.png -share/mate/help/mate-power-manager/zh_CN/figures/gpm-low.png -share/mate/help/mate-power-manager/zh_CN/figures/gpm-prefs-ac.png -share/mate/help/mate-power-manager/zh_CN/figures/gpm-prefs-battery.png -share/mate/help/mate-power-manager/zh_CN/figures/gpm-prefs-general.png -share/mate/help/mate-power-manager/zh_CN/figures/gpm-stats-graph.png -share/mate/help/mate-power-manager/zh_CN/figures/gpm-suspend-problem.png -share/mate/help/mate-power-manager/zh_CN/figures/gpm-unplugged.png -share/mate/help/mate-power-manager/zh_CN/figures/gs-prefs.png -share/mate/help/mate-power-manager/zh_CN/mate-power-manager.xml -share/omf/mate-power-manager/mate-power-manager-C.omf -share/omf/mate-power-manager/mate-power-manager-ca.omf -share/omf/mate-power-manager/mate-power-manager-de.omf -share/omf/mate-power-manager/mate-power-manager-el.omf -share/omf/mate-power-manager/mate-power-manager-en_GB.omf -share/omf/mate-power-manager/mate-power-manager-es.omf -share/omf/mate-power-manager/mate-power-manager-eu.omf -share/omf/mate-power-manager/mate-power-manager-fi.omf -share/omf/mate-power-manager/mate-power-manager-fr.omf -share/omf/mate-power-manager/mate-power-manager-hu.omf -share/omf/mate-power-manager/mate-power-manager-it.omf -share/omf/mate-power-manager/mate-power-manager-oc.omf -share/omf/mate-power-manager/mate-power-manager-pa.omf -share/omf/mate-power-manager/mate-power-manager-ru.omf -share/omf/mate-power-manager/mate-power-manager-sv.omf -share/omf/mate-power-manager/mate-power-manager-zh_CN.omf -share/polkit-1/actions/org.mate.power.policy -@dirrmtry share/polkit-1/actions -@dirrmtry share/polkit-1 -@dirrm share/omf/mate-power-manager -@dirrm share/mate/help/mate-power-manager/zh_CN/figures -@dirrm share/mate/help/mate-power-manager/zh_CN -@dirrm share/mate/help/mate-power-manager/sv/figures -@dirrm share/mate/help/mate-power-manager/sv -@dirrm share/mate/help/mate-power-manager/ru/figures -@dirrm share/mate/help/mate-power-manager/ru -@dirrm share/mate/help/mate-power-manager/pa/figures -@dirrm share/mate/help/mate-power-manager/pa -@dirrm share/mate/help/mate-power-manager/oc/figures -@dirrm share/mate/help/mate-power-manager/oc -@dirrm share/mate/help/mate-power-manager/it/figures -@dirrm share/mate/help/mate-power-manager/it -@dirrm share/mate/help/mate-power-manager/hu/figures -@dirrm share/mate/help/mate-power-manager/hu -@dirrm share/mate/help/mate-power-manager/fr/figures -@dirrm share/mate/help/mate-power-manager/fr -@dirrm share/mate/help/mate-power-manager/fi/figures -@dirrm share/mate/help/mate-power-manager/fi -@dirrm share/mate/help/mate-power-manager/eu/figures -@dirrm share/mate/help/mate-power-manager/eu -@dirrm share/mate/help/mate-power-manager/es/figures -@dirrm share/mate/help/mate-power-manager/es -@dirrm share/mate/help/mate-power-manager/en_GB/figures -@dirrm share/mate/help/mate-power-manager/en_GB -@dirrm share/mate/help/mate-power-manager/el/figures -@dirrm share/mate/help/mate-power-manager/el -@dirrm share/mate/help/mate-power-manager/de/figures -@dirrm share/mate/help/mate-power-manager/de -@dirrm share/mate/help/mate-power-manager/ca/figures -@dirrm share/mate/help/mate-power-manager/ca -@dirrm share/mate/help/mate-power-manager/C/figures -@dirrm share/mate/help/mate-power-manager/C -@dirrm share/mate/help/mate-power-manager -@dirrm %%DATADIR%%/icons/hicolor/scalable/status -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/status -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/status -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/status -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/status -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/mate-panel/applets -@dirrmtry share/mate-panel -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as |
