aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gnome-power-manager
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-11-19 11:49:04 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-11-19 11:49:04 +0000
commitaf3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch)
tree1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /sysutils/gnome-power-manager
parentc7d4d6bd7ef6ff4955eab2863a5c6e2feb14b839 (diff)
Notes
Diffstat (limited to 'sysutils/gnome-power-manager')
-rw-r--r--sysutils/gnome-power-manager/Makefile42
-rw-r--r--sysutils/gnome-power-manager/distinfo4
-rw-r--r--sysutils/gnome-power-manager/files/patch-applets_brightness_Makefile.in10
-rw-r--r--sysutils/gnome-power-manager/files/patch-applets_inhibit_Makefile.in10
-rw-r--r--sysutils/gnome-power-manager/files/patch-configure11
-rw-r--r--sysutils/gnome-power-manager/files/patch-src_Makefile.in51
-rw-r--r--sysutils/gnome-power-manager/files/patch-src_gpm-load.c55
-rw-r--r--sysutils/gnome-power-manager/files/patch-src_gpm-manager.c15
-rw-r--r--sysutils/gnome-power-manager/pkg-plist716
9 files changed, 39 insertions, 875 deletions
diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile
index 3a11e2e71c5a..9858513462a2 100644
--- a/sysutils/gnome-power-manager/Makefile
+++ b/sysutils/gnome-power-manager/Makefile
@@ -1,45 +1,43 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.73 2011/04/30 20:43:26 mezz Exp $
+# $MCom: ports/trunk/sysutils/gnome-power-manager/Makefile 19622 2014-05-12 09:47:14Z gusi $
PORTNAME= gnome-power-manager
-PORTVERSION= 2.32.0
-PORTREVISION= 5
+PORTVERSION= 3.12.2
CATEGORIES= sysutils gnome
MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
+DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Power management system for the GNOME Desktop
-LIB_DEPENDS= libupower-glib.so:${PORTSDIR}/sysutils/upower \
- libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \
- libnotify.so:${PORTSDIR}/devel/libnotify \
- libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
- libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
-RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit
+LIB_DEPENDS= libupower-glib.so:${PORTSDIR}/sysutils/upower
-CONFLICTS= gnome-power-manager-3.[0-9]*
-
-USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
-INSTALLS_OMF= yes
+USES= gettext gmake libtool pathfix pkgconfig tar:xz
INSTALLS_ICONS= yes
-USE_GNOME= gnomeprefix intlhack libwnck gnomedocutils gnomepanel
+USE_GNOME= gnomeprefix gtk30 intlhack
+MAKE_JOBS_UNSAFE=yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \
- --disable-docbook-docs \
- --enable-hal
+ --disable-docbook-docs
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-INSTALL_TARGET= install-strip
-GCONF_SCHEMAS= gnome-power-manager.schemas
+GLIB_SCHEMAS= org.gnome.power-manager.gschema.xml
+
+OPTIONS_DEFINE= MANPAGES
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MMANPAGES} || defined(PACKAGE_BUILDING)
BUILD_DEPENDS+= docbook2html:${PORTSDIR}/textproc/docbook-utils \
${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-sgml
-
+PLIST_SUB+= MAN=""
+.else
+PLIST_SUB+= MAN="@comment "
post-patch:
- @${REINPLACE_CMD} -e 's|-lresolv|| ; s|-Werror||g' \
- ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s|2MAN_TRUE=$$|2MAN_TRUE='#'|g ; \
+ s|2MAN_FALSE='#'|2MAN_FALSE=|g" ${WRKSRC}/configure
+.endif
.include <bsd.port.mk>
diff --git a/sysutils/gnome-power-manager/distinfo b/sysutils/gnome-power-manager/distinfo
index 2cf9e984e1cd..7f4a16512ac1 100644
--- a/sysutils/gnome-power-manager/distinfo
+++ b/sysutils/gnome-power-manager/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome2/gnome-power-manager-2.32.0.tar.bz2) = 17fa301bf7e133285c0e054ae3be2b0f690c48f59b09f67e04d6ed339b330476
-SIZE (gnome2/gnome-power-manager-2.32.0.tar.bz2) = 3892164
+SHA256 (gnome3/gnome-power-manager-3.12.2.tar.xz) = f025a35810434e9d1b1fa69e581d2e399db4c87625baa3850232a6666b6cbc19
+SIZE (gnome3/gnome-power-manager-3.12.2.tar.xz) = 466820
diff --git a/sysutils/gnome-power-manager/files/patch-applets_brightness_Makefile.in b/sysutils/gnome-power-manager/files/patch-applets_brightness_Makefile.in
deleted file mode 100644
index 9a5d2c5a5417..000000000000
--- a/sysutils/gnome-power-manager/files/patch-applets_brightness_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- applets/brightness/Makefile.in.orig 2010-01-01 20:51:42.000000000 +0800
-+++ applets/brightness/Makefile.in 2010-01-01 20:51:42.000000000 +0800
-@@ -344,6 +344,7 @@
- gnome_brightness_applet_LDADD = \
- $(DBUS_LIBS) \
- $(GNOME_LIBS) \
-+ -lexecinfo \
- $(PANEL_LIBS)
-
- serverdir = $(prefix)/libdata/bonobo/servers
diff --git a/sysutils/gnome-power-manager/files/patch-applets_inhibit_Makefile.in b/sysutils/gnome-power-manager/files/patch-applets_inhibit_Makefile.in
deleted file mode 100644
index 4965221fe0e9..000000000000
--- a/sysutils/gnome-power-manager/files/patch-applets_inhibit_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- applets/inhibit/Makefile.in.orig 2010-01-01 20:53:23.000000000 +0800
-+++ applets/inhibit/Makefile.in 2010-01-01 20:53:36.000000000 +0800
-@@ -343,6 +343,7 @@
- gnome_inhibit_applet_LDADD = \
- $(DBUS_LIBS) \
- $(GNOME_LIBS) \
-+ -lexecinfo \
- $(PANEL_LIBS)
-
- serverdir = $(prefix)/libdata/bonobo/servers
diff --git a/sysutils/gnome-power-manager/files/patch-configure b/sysutils/gnome-power-manager/files/patch-configure
index 69d50145e201..eab43da9b627 100644
--- a/sysutils/gnome-power-manager/files/patch-configure
+++ b/sysutils/gnome-power-manager/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2010-01-30 18:17:55.000000000 -0500
-+++ configure 2010-01-30 18:18:23.000000000 -0500
-@@ -12822,21 +12822,15 @@ if test "$GCC" = "yes"; then
+--- configure.orig 2011-09-18 12:34:50.000000000 +0200
++++ configure 2011-09-18 12:37:22.000000000 +0200
+@@ -12669,17 +12669,10 @@
WARNINGFLAGS="$WARNINGFLAGS -Wreturn-type"
WARNINGFLAGS="$WARNINGFLAGS -Wformat-nonliteral"
WARNINGFLAGS="$WARNINGFLAGS -Wformat-security"
@@ -9,17 +9,12 @@
- 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 -Woverride-init"
WARNINGFLAGS="$WARNINGFLAGS -Wno-strict-aliasing"
else
WARNINGFLAGS=""
diff --git a/sysutils/gnome-power-manager/files/patch-src_Makefile.in b/sysutils/gnome-power-manager/files/patch-src_Makefile.in
deleted file mode 100644
index ff6e73742602..000000000000
--- a/sysutils/gnome-power-manager/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,51 +0,0 @@
---- ./src/Makefile.in.orig 2014-04-26 09:59:28.000000000 +0000
-+++ ./src/Makefile.in 2014-04-26 10:00:02.000000000 +0000
-@@ -502,6 +502,7 @@
- $(GNOME_LIBS) \
- $(UNIQUE_LIBS) \
- $(DBUS_LIBS) \
-+ -lexecinfo \
- -lm
-
- gnome_power_statistics_CFLAGS = \
-@@ -523,6 +524,7 @@
- $(UNIQUE_LIBS) \
- $(GPM_EXTRA_LIBS) \
- $(UPOWER_LIBS) \
-+ -lexecinfo \
- -lm
-
- gnome_power_preferences_CFLAGS = \
-@@ -580,6 +582,7 @@
- $(LIBNOTIFY_LIBS) \
- $(GPM_EXTRA_LIBS) \
- $(UPOWER_LIBS) \
-+ -lexecinfo \
- -lm
-
- gnome_power_manager_CFLAGS = \
-@@ -648,6 +651,7 @@
- $(X11_LIBS) \
- $(LIBNOTIFY_LIBS) \
- $(GPM_EXTRA_LIBS) \
-+ -lexecinfo \
- -lm
-
- gnome_power_self_test_CFLAGS = -DEGG_TEST $(AM_CFLAGS) $(WARNINGFLAGS)
-@@ -2014,14 +2018,14 @@
- @GLIB_GENMARSHAL@ $< --prefix=gpm_marshal --header > $@
-
- org.gnome.PowerManager.h: org.gnome.PowerManager.xml
-- libtool --mode=execute dbus-binding-tool \
-+ $(LIBTOOL) --mode=execute dbus-binding-tool \
- --prefix=gpm_manager \
- --mode=glib-server \
- --output=org.gnome.PowerManager.h \
- $(srcdir)/org.gnome.PowerManager.xml
-
- org.gnome.PowerManager.Backlight.h: org.gnome.PowerManager.Backlight.xml
-- libtool --mode=execute dbus-binding-tool \
-+ $(LIBTOOL) --mode=execute dbus-binding-tool \
- --prefix=gpm_backlight \
- --mode=glib-server \
- --output=org.gnome.PowerManager.Backlight.h \
diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-load.c b/sysutils/gnome-power-manager/files/patch-src_gpm-load.c
deleted file mode 100644
index eaa8df1b22aa..000000000000
--- a/sysutils/gnome-power-manager/files/patch-src_gpm-load.c
+++ /dev/null
@@ -1,55 +0,0 @@
---- src/gpm-load.c.orig 2010-01-01 23:29:11.000000000 -0500
-+++ src/gpm-load.c 2010-01-01 23:46:31.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 @@ out:
- 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
-
- /**
-@@ -192,7 +222,7 @@ gpm_load_get_cpu_values (long unsigned *
- *cpu_total = cpu_user + cpu_nice + cpu_system + *cpu_idle;
- ret = TRUE;
- out:
-- if (!fd)
-+ if (fd)
- fclose (fd);
- return ret;
- }
diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-manager.c b/sysutils/gnome-power-manager/files/patch-src_gpm-manager.c
deleted file mode 100644
index a71c447da691..000000000000
--- a/sysutils/gnome-power-manager/files/patch-src_gpm-manager.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/gpm-manager.c.orig 2011-03-07 12:49:54.000000000 +0100
-+++ src/gpm-manager.c 2011-03-07 12:51:08.000000000 +0100
-@@ -481,11 +481,7 @@ gpm_manager_notify (GpmManager *manager,
- gpm_manager_notify_close (manager, *notification_class);
-
- /* if the status icon is hidden, don't point at it */
-- if (manager->priv->status_icon != NULL &&
-- gtk_status_icon_is_embedded (manager->priv->status_icon))
-- notification = notify_notification_new_with_status_icon (title, message, icon, manager->priv->status_icon);
-- else
-- notification = notify_notification_new (title, message, icon, NULL);
-+ notification = notify_notification_new (title, message, icon);
- notify_notification_set_timeout (notification, timeout);
- notify_notification_set_urgency (notification, urgency);
- g_signal_connect (notification, "closed", G_CALLBACK (gpm_manager_notification_closed_cb), notification_class);
diff --git a/sysutils/gnome-power-manager/pkg-plist b/sysutils/gnome-power-manager/pkg-plist
index 21cad462c87a..b4cdd9473846 100644
--- a/sysutils/gnome-power-manager/pkg-plist
+++ b/sysutils/gnome-power-manager/pkg-plist
@@ -1,609 +1,19 @@
-bin/gnome-power-bugreport.sh
-bin/gnome-power-manager
-bin/gnome-power-preferences
bin/gnome-power-statistics
-etc/xdg/autostart/gnome-power-manager.desktop
-libdata/bonobo/servers/GNOME_BrightnessApplet.server
-libdata/bonobo/servers/GNOME_InhibitApplet.server
-libexec/gnome-brightness-applet
-libexec/gnome-inhibit-applet
-man/man1/gnome-power-manager.1.gz
-man/man1/gnome-power-preferences.1.gz
-man/man1/gnome-power-statistics.1.gz
-sbin/gnome-power-backlight-helper
-share/applications/gnome-power-preferences.desktop
+%%MAN%%man/man1/gnome-power-statistics.1.gz
+share/appdata/gnome-power-statistics.appdata.xml
share/applications/gnome-power-statistics.desktop
-share/dbus-1/services/gnome-power-manager.service
-share/gnome-2.0/ui/GNOME_BrightnessApplet.xml
-share/gnome-2.0/ui/GNOME_InhibitApplet.xml
-%%DATADIR%%/acme.ui
-%%DATADIR%%/gpm-feedback-widget.ui
-%%DATADIR%%/gpm-prefs.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/gnome/help/gnome-power-manager/C/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/C/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/C/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/C/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/C/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/C/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/C/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/C/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/C/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/C/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/C/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/C/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/C/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/C/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/C/legal.xml
-share/gnome/help/gnome-power-manager/ca/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/ca/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/ca/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/ca/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/ca/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/ca/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/ca/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/ca/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/ca/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/ca/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/ca/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/ca/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/ca/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/ca/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/de/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/de/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/de/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/de/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/de/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/de/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/de/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/de/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/de/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/de/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/de/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/de/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/de/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/de/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/el/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/el/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/el/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/el/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/el/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/el/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/el/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/el/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/el/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/el/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/el/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/el/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/el/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/el/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/en_GB/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/en_GB/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/en_GB/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/en_GB/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/en_GB/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/en_GB/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/en_GB/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/en_GB/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/en_GB/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/en_GB/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/en_GB/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/en_GB/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/en_GB/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/en_GB/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/es/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/es/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/es/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/es/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/es/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/es/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/es/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/es/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/es/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/es/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/es/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/es/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/es/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/es/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/eu/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/eu/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/eu/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/eu/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/eu/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/eu/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/eu/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/eu/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/eu/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/eu/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/eu/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/eu/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/eu/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/eu/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/fi/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/fi/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/fi/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/fi/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/fi/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/fi/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/fi/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/fi/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/fi/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/fi/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/fi/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/fi/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/fi/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/fi/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/fr/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/fr/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/fr/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/fr/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/fr/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/fr/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/fr/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/fr/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/fr/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/fr/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/fr/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/fr/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/fr/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/fr/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/hu/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/hu/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/hu/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/hu/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/hu/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/hu/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/hu/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/hu/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/hu/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/hu/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/hu/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/hu/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/hu/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/hu/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/it/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/it/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/it/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/it/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/it/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/it/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/it/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/it/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/it/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/it/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/it/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/it/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/it/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/it/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/oc/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/oc/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/oc/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/oc/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/oc/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/oc/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/oc/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/oc/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/oc/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/oc/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/oc/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/oc/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/oc/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/oc/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/pa/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/pa/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/pa/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/pa/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/pa/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/pa/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/pa/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/pa/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/pa/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/pa/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/pa/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/pa/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/pa/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/pa/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/ru/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/ru/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/ru/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/ru/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/ru/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/ru/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/ru/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/ru/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/ru/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/ru/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/ru/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/ru/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/ru/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/ru/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/sv/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/sv/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/sv/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/sv/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/sv/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/sv/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/sv/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/sv/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/sv/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/sv/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/sv/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/sv/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/sv/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/sv/gnome-power-manager.xml
-share/gnome/help/gnome-power-manager/zh_CN/figures/applet-brightness.png
-share/gnome/help/gnome-power-manager/zh_CN/figures/applet-inhibit.png
-share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-cell-capacity.png
-share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-charged.png
-share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-critical.png
-share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-low.png
-share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-prefs-ac.png
-share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-prefs-battery.png
-share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-prefs-general.png
-share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-stats-graph.png
-share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-suspend-problem.png
-share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-unplugged.png
-share/gnome/help/gnome-power-manager/zh_CN/figures/gs-prefs.png
-share/gnome/help/gnome-power-manager/zh_CN/gnome-power-manager.xml
-share/icons/hicolor/16x16/apps/gnome-brightness-applet.png
-share/icons/hicolor/16x16/apps/gnome-inhibit-applet.png
-share/icons/hicolor/16x16/apps/gnome-power-manager.png
+share/icons/HighContrast/16x16/apps/gnome-power-statistics.png
+share/icons/HighContrast/22x22/apps/gnome-power-statistics.png
+share/icons/HighContrast/24x24/apps/gnome-power-statistics.png
+share/icons/HighContrast/256x256/apps/gnome-power-statistics.png
+share/icons/HighContrast/48x48/apps/gnome-power-statistics.png
share/icons/hicolor/16x16/apps/gnome-power-statistics.png
-share/icons/hicolor/22x22/apps/gnome-brightness-applet.png
-share/icons/hicolor/22x22/apps/gnome-inhibit-applet.png
-share/icons/hicolor/22x22/apps/gnome-power-manager.png
share/icons/hicolor/22x22/apps/gnome-power-statistics.png
-share/icons/hicolor/24x24/apps/gnome-brightness-applet.png
-share/icons/hicolor/24x24/apps/gnome-inhibit-applet.png
-share/icons/hicolor/24x24/apps/gnome-power-manager.png
share/icons/hicolor/24x24/apps/gnome-power-statistics.png
-share/icons/hicolor/32x32/apps/gnome-brightness-applet.png
-share/icons/hicolor/32x32/apps/gnome-inhibit-applet.png
-share/icons/hicolor/32x32/apps/gnome-power-manager.png
share/icons/hicolor/32x32/apps/gnome-power-statistics.png
-share/icons/hicolor/48x48/apps/gnome-brightness-applet.png
-share/icons/hicolor/48x48/apps/gnome-inhibit-applet.png
-share/icons/hicolor/48x48/apps/gnome-power-manager.png
share/icons/hicolor/48x48/apps/gnome-power-statistics.png
-share/icons/hicolor/scalable/apps/gnome-brightness-applet.svg
-share/icons/hicolor/scalable/apps/gnome-inhibit-applet.svg
-share/icons/hicolor/scalable/apps/gnome-power-manager.svg
share/icons/hicolor/scalable/apps/gnome-power-statistics.svg
+share/locale/af/LC_MESSAGES/gnome-power-manager.mo
share/locale/ar/LC_MESSAGES/gnome-power-manager.mo
share/locale/as/LC_MESSAGES/gnome-power-manager.mo
share/locale/ast/LC_MESSAGES/gnome-power-manager.mo
@@ -623,6 +33,7 @@ share/locale/el/LC_MESSAGES/gnome-power-manager.mo
share/locale/en@shaw/LC_MESSAGES/gnome-power-manager.mo
share/locale/en_CA/LC_MESSAGES/gnome-power-manager.mo
share/locale/en_GB/LC_MESSAGES/gnome-power-manager.mo
+share/locale/eo/LC_MESSAGES/gnome-power-manager.mo
share/locale/es/LC_MESSAGES/gnome-power-manager.mo
share/locale/et/LC_MESSAGES/gnome-power-manager.mo
share/locale/eu/LC_MESSAGES/gnome-power-manager.mo
@@ -630,6 +41,7 @@ share/locale/fa/LC_MESSAGES/gnome-power-manager.mo
share/locale/fi/LC_MESSAGES/gnome-power-manager.mo
share/locale/fr/LC_MESSAGES/gnome-power-manager.mo
share/locale/ga/LC_MESSAGES/gnome-power-manager.mo
+share/locale/gd/LC_MESSAGES/gnome-power-manager.mo
share/locale/gl/LC_MESSAGES/gnome-power-manager.mo
share/locale/gu/LC_MESSAGES/gnome-power-manager.mo
share/locale/he/LC_MESSAGES/gnome-power-manager.mo
@@ -641,6 +53,7 @@ share/locale/is/LC_MESSAGES/gnome-power-manager.mo
share/locale/it/LC_MESSAGES/gnome-power-manager.mo
share/locale/ja/LC_MESSAGES/gnome-power-manager.mo
share/locale/ka/LC_MESSAGES/gnome-power-manager.mo
+share/locale/km/LC_MESSAGES/gnome-power-manager.mo
share/locale/kn/LC_MESSAGES/gnome-power-manager.mo
share/locale/ko/LC_MESSAGES/gnome-power-manager.mo
share/locale/ku/LC_MESSAGES/gnome-power-manager.mo
@@ -651,6 +64,7 @@ share/locale/mg/LC_MESSAGES/gnome-power-manager.mo
share/locale/mk/LC_MESSAGES/gnome-power-manager.mo
share/locale/ml/LC_MESSAGES/gnome-power-manager.mo
share/locale/mr/LC_MESSAGES/gnome-power-manager.mo
+share/locale/my/LC_MESSAGES/gnome-power-manager.mo
share/locale/nb/LC_MESSAGES/gnome-power-manager.mo
share/locale/nl/LC_MESSAGES/gnome-power-manager.mo
share/locale/nn/LC_MESSAGES/gnome-power-manager.mo
@@ -670,114 +84,12 @@ share/locale/sr@latin/LC_MESSAGES/gnome-power-manager.mo
share/locale/sv/LC_MESSAGES/gnome-power-manager.mo
share/locale/ta/LC_MESSAGES/gnome-power-manager.mo
share/locale/te/LC_MESSAGES/gnome-power-manager.mo
+share/locale/tg/LC_MESSAGES/gnome-power-manager.mo
share/locale/th/LC_MESSAGES/gnome-power-manager.mo
share/locale/tr/LC_MESSAGES/gnome-power-manager.mo
+share/locale/ug/LC_MESSAGES/gnome-power-manager.mo
share/locale/uk/LC_MESSAGES/gnome-power-manager.mo
share/locale/vi/LC_MESSAGES/gnome-power-manager.mo
share/locale/zh_CN/LC_MESSAGES/gnome-power-manager.mo
share/locale/zh_HK/LC_MESSAGES/gnome-power-manager.mo
share/locale/zh_TW/LC_MESSAGES/gnome-power-manager.mo
-share/omf/gnome-power-manager/gnome-power-manager-C.omf
-share/omf/gnome-power-manager/gnome-power-manager-ca.omf
-share/omf/gnome-power-manager/gnome-power-manager-de.omf
-share/omf/gnome-power-manager/gnome-power-manager-el.omf
-share/omf/gnome-power-manager/gnome-power-manager-en_GB.omf
-share/omf/gnome-power-manager/gnome-power-manager-es.omf
-share/omf/gnome-power-manager/gnome-power-manager-eu.omf
-share/omf/gnome-power-manager/gnome-power-manager-fi.omf
-share/omf/gnome-power-manager/gnome-power-manager-fr.omf
-share/omf/gnome-power-manager/gnome-power-manager-hu.omf
-share/omf/gnome-power-manager/gnome-power-manager-it.omf
-share/omf/gnome-power-manager/gnome-power-manager-oc.omf
-share/omf/gnome-power-manager/gnome-power-manager-pa.omf
-share/omf/gnome-power-manager/gnome-power-manager-ru.omf
-share/omf/gnome-power-manager/gnome-power-manager-sv.omf
-share/omf/gnome-power-manager/gnome-power-manager-zh_CN.omf
-share/polkit-1/actions/org.gnome.power.policy
-@dirrm share/omf/gnome-power-manager
-@dirrm share/gnome/help/gnome-power-manager/zh_CN/figures
-@dirrm share/gnome/help/gnome-power-manager/zh_CN
-@dirrm share/gnome/help/gnome-power-manager/sv/figures
-@dirrm share/gnome/help/gnome-power-manager/sv
-@dirrm share/gnome/help/gnome-power-manager/ru/figures
-@dirrm share/gnome/help/gnome-power-manager/ru
-@dirrm share/gnome/help/gnome-power-manager/pa/figures
-@dirrm share/gnome/help/gnome-power-manager/pa
-@dirrm share/gnome/help/gnome-power-manager/oc/figures
-@dirrm share/gnome/help/gnome-power-manager/oc
-@dirrm share/gnome/help/gnome-power-manager/it/figures
-@dirrm share/gnome/help/gnome-power-manager/it
-@dirrm share/gnome/help/gnome-power-manager/hu/figures
-@dirrm share/gnome/help/gnome-power-manager/hu
-@dirrm share/gnome/help/gnome-power-manager/fr/figures
-@dirrm share/gnome/help/gnome-power-manager/fr
-@dirrm share/gnome/help/gnome-power-manager/fi/figures
-@dirrm share/gnome/help/gnome-power-manager/fi
-@dirrm share/gnome/help/gnome-power-manager/eu/figures
-@dirrm share/gnome/help/gnome-power-manager/eu
-@dirrm share/gnome/help/gnome-power-manager/es/figures
-@dirrm share/gnome/help/gnome-power-manager/es
-@dirrm share/gnome/help/gnome-power-manager/en_GB/figures
-@dirrm share/gnome/help/gnome-power-manager/en_GB
-@dirrm share/gnome/help/gnome-power-manager/el/figures
-@dirrm share/gnome/help/gnome-power-manager/el
-@dirrm share/gnome/help/gnome-power-manager/de/figures
-@dirrm share/gnome/help/gnome-power-manager/de
-@dirrm share/gnome/help/gnome-power-manager/ca/figures
-@dirrm share/gnome/help/gnome-power-manager/ca
-@dirrm share/gnome/help/gnome-power-manager/C/figures
-@dirrm share/gnome/help/gnome-power-manager/C
-@dirrm share/gnome/help/gnome-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/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/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