diff options
-rw-r--r-- | sysutils/gnome-power-manager/Makefile | 51 | ||||
-rw-r--r-- | sysutils/gnome-power-manager/distinfo | 3 | ||||
-rw-r--r-- | sysutils/gnome-power-manager/files/patch-libhal-glib_libhal-gdevice.c | 11 | ||||
-rw-r--r-- | sysutils/gnome-power-manager/files/patch-src_Makefile.in | 29 | ||||
-rw-r--r-- | sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h | 14 | ||||
-rw-r--r-- | sysutils/gnome-power-manager/files/patch-src_gpm-button.c | 37 | ||||
-rw-r--r-- | sysutils/gnome-power-manager/files/patch-src_gpm-cell-array.c | 12 | ||||
-rw-r--r-- | sysutils/gnome-power-manager/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/gnome-power-manager/pkg-plist | 583 |
9 files changed, 747 insertions, 0 deletions
diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile new file mode 100644 index 000000000..97e49e378 --- /dev/null +++ b/sysutils/gnome-power-manager/Makefile @@ -0,0 +1,51 @@ +# New ports collection makefile for: gnome-power-manager +# Date created: 03 May 2006 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports-stable/sysutils/gnome-power-manager/Makefile,v 1.5 2009/04/19 06:23:37 marcus Exp $ +# + +PORTNAME= gnome-power-manager +PORTVERSION= 2.24.4 +PORTREVISION= 6 +CATEGORIES= sysutils gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Power management system for the GNOME Desktop + +BUILD_DEPENDS= docbook2html:${PORTSDIR}/textproc/docbook-utils \ + ${LOCALBASE}/share/sgml/docbook/4.1/catalog:${PORTSDIR}/textproc/docbook-410 +LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ + notify.1:${PORTSDIR}/devel/libnotify \ + execinfo:${PORTSDIR}/devel/libexecinfo \ + polkit-gnome.0:${PORTSDIR}/sysutils/policykit-gnome \ + unique-1.0.2:${PORTSDIR}/x11-toolkits/unique + +USE_GETTEXT= yes +USE_BZIP2= yes +USE_GMAKE= yes +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +USE_AUTOTOOLS= libtool:22 +USE_GSTREAMER= good +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libwnck \ + gnomedocutils gnomepanel +CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \ + --disable-docbook-docs \ + --enable-policykit +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= gnome-power-manager.schemas + +MAN1= gnome-power-manager.1 gnome-power-preferences.1 \ + gnome-power-statistics.1 + +post-patch: + @${REINPLACE_CMD} -e 's|-lresolv|| ; s|-Werror||g' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/sysutils/gnome-power-manager/distinfo b/sysutils/gnome-power-manager/distinfo new file mode 100644 index 000000000..c3465ec86 --- /dev/null +++ b/sysutils/gnome-power-manager/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-power-manager-2.24.4.tar.bz2) = bad8bba644d31f88d92a11d8880feada +SHA256 (gnome2/gnome-power-manager-2.24.4.tar.bz2) = 00da3aa929c444a600f7e5ccabd7a20f9b43710562b951c69cbe68ea4db37ef1 +SIZE (gnome2/gnome-power-manager-2.24.4.tar.bz2) = 2997032 diff --git a/sysutils/gnome-power-manager/files/patch-libhal-glib_libhal-gdevice.c b/sysutils/gnome-power-manager/files/patch-libhal-glib_libhal-gdevice.c new file mode 100644 index 000000000..6d98cece2 --- /dev/null +++ b/sysutils/gnome-power-manager/files/patch-libhal-glib_libhal-gdevice.c @@ -0,0 +1,11 @@ +--- libhal-glib/libhal-gdevice.c.orig 2009-04-19 02:15:52.000000000 -0400 ++++ libhal-glib/libhal-gdevice.c 2009-04-19 02:16:09.000000000 -0400 +@@ -280,7 +280,7 @@ hal_gdevice_query_capability (HalGDevice + return FALSE; + } + ret = dbus_g_proxy_call (proxy, "QueryCapability", error, +- G_TYPE_STRING, device->priv->udi, ++ G_TYPE_STRING, capability, + G_TYPE_INVALID, + G_TYPE_BOOLEAN, has_capability, + G_TYPE_INVALID); diff --git a/sysutils/gnome-power-manager/files/patch-src_Makefile.in b/sysutils/gnome-power-manager/files/patch-src_Makefile.in new file mode 100644 index 000000000..8bbbfb172 --- /dev/null +++ b/sysutils/gnome-power-manager/files/patch-src_Makefile.in @@ -0,0 +1,29 @@ +--- src/Makefile.in.orig 2008-09-29 17:30:53.000000000 -0400 ++++ src/Makefile.in 2008-09-29 17:35:03.000000000 -0400 +@@ -471,7 +471,7 @@ gnome_power_statistics_SOURCES = \ + $(NULL) + + gnome_power_statistics_LDADD = $(GLIB_LIBS) $(GNOME_LIBS) $(DBUS_LIBS) \ +- $(LOCAL_LIBDBUS_LIBS) $(LOCAL_LIBUNIQUE_LIBS) $(NULL) \ ++ $(LOCAL_LIBDBUS_LIBS) $(LOCAL_LIBUNIQUE_LIBS) -lexecinfo $(NULL) \ + $(am__append_1) + gnome_power_preferences_SOURCES = \ + egg-debug.h \ +@@ -499,7 +499,7 @@ gnome_power_preferences_SOURCES = \ + gnome_power_preferences_LDADD = $(GLIB_LIBS) $(GNOME_LIBS) $(HAL_LIBS) \ + $(DBUS_LIBS) $(POLKIT_GNOME_LIBS) $(GPM_EXTRA_LIBS) \ + $(LOCAL_LIBHAL_LIBS) $(LOCAL_LIBDBUS_LIBS) \ +- $(LOCAL_LIBUNIQUE_LIBS) $(NULL) $(am__append_2) ++ $(LOCAL_LIBUNIQUE_LIBS) -lexecinfo $(NULL) $(am__append_2) + gnome_power_manager_SOURCES = \ + egg-color.c \ + egg-color.h \ +@@ -588,7 +588,7 @@ gnome_power_manager_SOURCES = \ + gnome_power_manager_LDADD = $(GLIB_LIBS) $(GSTREAMER_LIBS) \ + $(GNOME_LIBS) $(HAL_LIBS) $(POLKIT_LIBS) $(DBUS_LIBS) \ + $(XRANDR_LIBS) $(GPM_EXTRA_LIBS) $(LOCAL_LIBHAL_LIBS) \ +- $(LOCAL_LIBDBUS_LIBS) $(NULL) $(am__append_3) ++ $(LOCAL_LIBDBUS_LIBS) -lexecinfo $(NULL) $(am__append_3) + gnome_power_self_test_SOURCES = \ + egg-color.c \ + egg-color.h \ diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h b/sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h new file mode 100644 index 000000000..8273665a5 --- /dev/null +++ b/sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h @@ -0,0 +1,14 @@ +--- src/gpm-array-float.h.orig 2009-03-18 19:35:24.000000000 -0400 ++++ src/gpm-array-float.h 2009-03-18 19:35:42.000000000 -0400 +@@ -49,9 +49,9 @@ gfloat gpm_array_float_get_average (G + gboolean gpm_array_float_print (GArray *array); + GArray *gpm_array_float_convolve (GArray *data, + GArray *kernel); +-inline gfloat gpm_array_float_get (GArray *array, ++gfloat gpm_array_float_get (GArray *array, + guint i); +-inline void gpm_array_float_set (GArray *array, ++void gpm_array_float_set (GArray *array, + guint i, + gfloat value); + diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-button.c b/sysutils/gnome-power-manager/files/patch-src_gpm-button.c new file mode 100644 index 000000000..7960d9f22 --- /dev/null +++ b/sysutils/gnome-power-manager/files/patch-src_gpm-button.c @@ -0,0 +1,37 @@ +--- src/gpm-button.c.orig 2009-04-19 02:17:58.000000000 -0400 ++++ src/gpm-button.c 2009-04-19 02:20:39.000000000 -0400 +@@ -494,6 +494,25 @@ hal_daemon_stop_cb (HalGManager *hal_man + } + } + ++/* ++ * hal_daemon_new_device_cb ++ **/ ++static void ++hal_daemon_new_device_cb (HalGManager *hal_manager, const gchar *udi, GpmButton *button) ++{ ++ gboolean is_button; ++ HalGDevice *device; ++ ++ device = hal_gdevice_new (); ++ hal_gdevice_set_udi (device, udi); ++ hal_gdevice_query_capability (device, "button", &is_button, NULL); ++ if (is_button == TRUE) { ++ egg_debug ("Watching %s", udi); ++ watch_add_button (button, udi); ++ } ++ g_object_unref (device); ++} ++ + /** + * gpm_button_init: + * @button: This class instance +@@ -543,6 +562,8 @@ gpm_button_init (GpmButton *button) + G_CALLBACK (hal_daemon_start_cb), button); + g_signal_connect (button->priv->hal_manager, "daemon-stop", + G_CALLBACK (hal_daemon_stop_cb), button); ++ g_signal_connect (button->priv->hal_manager, "device-added", ++ G_CALLBACK (hal_daemon_new_device_cb), button); + + button->priv->hal_devicestore = hal_gdevicestore_new (); + diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-cell-array.c b/sysutils/gnome-power-manager/files/patch-src_gpm-cell-array.c new file mode 100644 index 000000000..ea8e92f03 --- /dev/null +++ b/sysutils/gnome-power-manager/files/patch-src_gpm-cell-array.c @@ -0,0 +1,12 @@ +--- src/gpm-cell-aray.c.orig 2009-10-24 19:59:07.000000000 -0400 ++++ src/gpm-cell-array.c 2009-10-24 19:59:50.000000000 -0400 +@@ -355,7 +355,8 @@ gpm_cell_array_update (GpmCellArray *cel + * get an with batteries which have a very small charge unit and consequently + * a very high charge. Fixes bug #327471 */ + if (unit->kind == GPM_CELL_UNIT_KIND_PRIMARY && +- unit->charge_current > 0 && unit->charge_last_full > 0) { ++ unit->charge_current > 0 && unit->charge_last_full > 0 && ++ unit->percentage > 1) { + gfloat pc = 100.0f * ((gfloat)unit->charge_current / + (gfloat)unit->charge_last_full); + if (pc < 0.0f) { diff --git a/sysutils/gnome-power-manager/pkg-descr b/sysutils/gnome-power-manager/pkg-descr new file mode 100644 index 000000000..5b789d06c --- /dev/null +++ b/sysutils/gnome-power-manager/pkg-descr @@ -0,0 +1,7 @@ +GNOME Power Manager is a GNOME session daemon that acts as a policy agent +on top of HAL (the Hardware Abstraction Layer). GNOME 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://www.gnome.org/projects/gnome-power-manager/ diff --git a/sysutils/gnome-power-manager/pkg-plist b/sysutils/gnome-power-manager/pkg-plist new file mode 100644 index 000000000..9329befef --- /dev/null +++ b/sysutils/gnome-power-manager/pkg-plist @@ -0,0 +1,583 @@ +bin/gnome-power-bugreport.sh +bin/gnome-power-cmd.sh +bin/gnome-power-manager +bin/gnome-power-preferences +bin/gnome-power-statistics +libdata/bonobo/servers/GNOME_BrightnessApplet.server +libdata/bonobo/servers/GNOME_InhibitApplet.server +libexec/gnome-brightness-applet +libexec/gnome-inhibit-applet +share/applications/gnome-power-preferences.desktop +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%%/gpm-critical-power.wav +%%DATADIR%%/gpm-feedback-widget.glade +%%DATADIR%%/gpm-graph.glade +%%DATADIR%%/gpm-inhibit-test.glade +%%DATADIR%%/gpm-prefs.glade +%%DATADIR%%/gpm-suspend-failure.wav +%%DATADIR%%/gpm-unplugged.wav +%%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-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-030.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-060.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-030.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-060.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-030.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-000-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-020-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-040-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-060-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-080-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-100-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-charged.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-missing.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-charged.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-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-030.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-060.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-030.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-060.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-030.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-000-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-020-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-040-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-060-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-080-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-100-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-charged.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-missing.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-charged.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-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-030.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-060.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-030.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-060.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-030.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-000-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-020-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-040-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-060-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-080-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-100-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-charged.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-missing.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-charged.png +%%DATADIR%%/icons/hicolor/24x24/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-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-030.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-030.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-060.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-030.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-000-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-020-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-040-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-060-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-080-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-100-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-charged.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-missing.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-charged.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-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-030.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-mouse-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-030.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-030.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-primary-000-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-020-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-020.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-040-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-040.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-060-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-080-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-080.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-100-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-charged.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-missing.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-charged.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-missing.svg +share/gnome/autostart/gnome-power-manager.desktop +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/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/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/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/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/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/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 +share/locale/be@latin/LC_MESSAGES/gnome-power-manager.mo +share/locale/bg/LC_MESSAGES/gnome-power-manager.mo +share/locale/bn/LC_MESSAGES/gnome-power-manager.mo +share/locale/bn_IN/LC_MESSAGES/gnome-power-manager.mo +share/locale/ca/LC_MESSAGES/gnome-power-manager.mo +share/locale/cs/LC_MESSAGES/gnome-power-manager.mo +share/locale/cy/LC_MESSAGES/gnome-power-manager.mo +share/locale/da/LC_MESSAGES/gnome-power-manager.mo +share/locale/de/LC_MESSAGES/gnome-power-manager.mo +share/locale/dz/LC_MESSAGES/gnome-power-manager.mo +share/locale/el/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/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 +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/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 +share/locale/hi/LC_MESSAGES/gnome-power-manager.mo +share/locale/hu/LC_MESSAGES/gnome-power-manager.mo +share/locale/id/LC_MESSAGES/gnome-power-manager.mo +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/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 +share/locale/lt/LC_MESSAGES/gnome-power-manager.mo +share/locale/lv/LC_MESSAGES/gnome-power-manager.mo +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/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 +share/locale/oc/LC_MESSAGES/gnome-power-manager.mo +share/locale/or/LC_MESSAGES/gnome-power-manager.mo +share/locale/pa/LC_MESSAGES/gnome-power-manager.mo +share/locale/pl/LC_MESSAGES/gnome-power-manager.mo +share/locale/pt/LC_MESSAGES/gnome-power-manager.mo +share/locale/pt_BR/LC_MESSAGES/gnome-power-manager.mo +share/locale/ro/LC_MESSAGES/gnome-power-manager.mo +share/locale/ru/LC_MESSAGES/gnome-power-manager.mo +share/locale/si/LC_MESSAGES/gnome-power-manager.mo +share/locale/sk/LC_MESSAGES/gnome-power-manager.mo +share/locale/sl/LC_MESSAGES/gnome-power-manager.mo +share/locale/sr/LC_MESSAGES/gnome-power-manager.mo +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/th/LC_MESSAGES/gnome-power-manager.mo +share/locale/tr/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-es.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 +@dirrm share/omf/gnome-power-manager +@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/es/figures +@dirrm share/gnome/help/gnome-power-manager/es +@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/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/applications +@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/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@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 |