aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mate-power-manager
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mate-power-manager')
-rw-r--r--sysutils/mate-power-manager/Makefile49
-rw-r--r--sysutils/mate-power-manager/distinfo2
-rw-r--r--sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am10
-rw-r--r--sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am10
-rw-r--r--sysutils/mate-power-manager/files/patch-autogen.sh27
-rw-r--r--sysutils/mate-power-manager/files/patch-configure.ac43
-rw-r--r--sysutils/mate-power-manager/files/patch-src_Makefile.am42
-rw-r--r--sysutils/mate-power-manager/files/patch-src_gpm-load.c46
-rw-r--r--sysutils/mate-power-manager/pkg-descr7
-rw-r--r--sysutils/mate-power-manager/pkg-plist796
10 files changed, 1032 insertions, 0 deletions
diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile
new file mode 100644
index 000000000000..172d968bacc3
--- /dev/null
+++ b/sysutils/mate-power-manager/Makefile
@@ -0,0 +1,49 @@
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= mate-power-manager
+PORTVERSION= 1.6.2
+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 \
+ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
+ libnotify.so:${PORTSDIR}/devel/libnotify
+RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit
+
+PORTSCOUT= limitw:1,even
+
+USES= gettext gmake pathfix pkgconfig
+USE_XZ= yes
+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
new file mode 100644
index 000000000000..6881e2e5f7d4
--- /dev/null
+++ b/sysutils/mate-power-manager/distinfo
@@ -0,0 +1,2 @@
+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
new file mode 100644
index 000000000000..dc13514c93b1
--- /dev/null
+++ b/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am
@@ -0,0 +1,10 @@
+--- 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
new file mode 100644
index 000000000000..43617f92a7e4
--- /dev/null
+++ b/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am
@@ -0,0 +1,10 @@
+--- 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
new file mode 100644
index 000000000000..f9c08c5db86b
--- /dev/null
+++ b/sysutils/mate-power-manager/files/patch-autogen.sh
@@ -0,0 +1,27 @@
+--- 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
new file mode 100644
index 000000000000..7b9571b09c3e
--- /dev/null
+++ b/sysutils/mate-power-manager/files/patch-configure.ac
@@ -0,0 +1,43 @@
+--- configure.ac.orig 2012-07-12 13:47:37.000000000 -0500
++++ configure.ac 2012-07-28 23:08:29.000000000 -0500
+@@ -58,21 +58,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=""
+@@ -340,6 +333,18 @@
+ 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
new file mode 100644
index 000000000000..ae3c50f05440
--- /dev/null
+++ b/sysutils/mate-power-manager/files/patch-src_Makefile.am
@@ -0,0 +1,42 @@
+--- 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-load.c b/sysutils/mate-power-manager/files/patch-src_gpm-load.c
new file mode 100644
index 000000000000..bd915e986605
--- /dev/null
+++ b/sysutils/mate-power-manager/files/patch-src_gpm-load.c
@@ -0,0 +1,46 @@
+--- 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/pkg-descr b/sysutils/mate-power-manager/pkg-descr
new file mode 100644
index 000000000000..27748b4421bb
--- /dev/null
+++ b/sysutils/mate-power-manager/pkg-descr
@@ -0,0 +1,7 @@
+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
new file mode 100644
index 000000000000..5807d01028d5
--- /dev/null
+++ b/sysutils/mate-power-manager/pkg-plist
@@ -0,0 +1,796 @@
+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