summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-power-manager
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-10-28 06:10:10 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-10-28 06:10:10 +0800
commit752a66b40a757b50196fb97fda1143a42e96c295 (patch)
tree49bd85e2fc333a96c40e09b46a8027f64b1a470f /sysutils/gnome-power-manager
parent2d81cfc3ccdf086d3ac5c107818ffe2f73f04d9a (diff)
downloadmarcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.gz
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.bz2
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.lz
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.xz
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.zst
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.zip
Move gnome3 ports into the place of the gnome2 locations.
Update to new port rules, remove conflicts, latest_link, enable stage support. gnome-games was skipped because I got a update for that. gnome-keyring 2 vs 3, needs to be looked at. zenity 2 vs 3, and libgnomekbd 2 vs 3 Use new lib_depend syntax in bsd.gnome.mk. Possible lots of broken links. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18813 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-power-manager')
-rw-r--r--sysutils/gnome-power-manager/Makefile44
-rw-r--r--sysutils/gnome-power-manager/distinfo2
-rw-r--r--sysutils/gnome-power-manager/files/patch-configure20
-rw-r--r--sysutils/gnome-power-manager/pkg-descr7
-rw-r--r--sysutils/gnome-power-manager/pkg-plist375
5 files changed, 448 insertions, 0 deletions
diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile
new file mode 100644
index 000000000..d45185cba
--- /dev/null
+++ b/sysutils/gnome-power-manager/Makefile
@@ -0,0 +1,44 @@
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
+# $FreeBSD$
+# $MCom: ports/trunk/sysutils/gnome-power-manager3/Makefile 18545 2013-06-17 11:34:52Z kwm $
+
+PORTNAME= gnome-power-manager
+PORTVERSION= 3.6.0
+CATEGORIES= sysutils gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Power management system for the GNOME Desktop
+
+LIB_DEPENDS= libupower-glib.so:${PORTSDIR}/sysutils/upower \
+
+USES= gettext gmake pathfix pkgconfig
+USE_XZ= yes
+INSTALLS_ICONS= yes
+USE_GNOME= gnomeprefix gtk30 intlhack
+MAKE_JOBS_UNSAFE=yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \
+ --disable-docbook-docs
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+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/dtd/catalog:${PORTSDIR}/textproc/docbook-410
+PLIST_SUB+= MAN=""
+.else
+PLIST_SUB+= MAN="@comment "
+post-patch:
+ @${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
new file mode 100644
index 000000000..668a7b24c
--- /dev/null
+++ b/sysutils/gnome-power-manager/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome3/gnome-power-manager-3.6.0.tar.xz) = 176023d51d544a888bcd07611f2c1adaedfe2e20796f3fb97fba59f6330851c6
+SIZE (gnome3/gnome-power-manager-3.6.0.tar.xz) = 744040
diff --git a/sysutils/gnome-power-manager/files/patch-configure b/sysutils/gnome-power-manager/files/patch-configure
new file mode 100644
index 000000000..eab43da9b
--- /dev/null
+++ b/sysutils/gnome-power-manager/files/patch-configure
@@ -0,0 +1,20 @@
+--- 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"
+- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-include-dirs"
+ WARNINGFLAGS="$WARNINGFLAGS -Wmissing-format-attribute"
+- WARNINGFLAGS="$WARNINGFLAGS -Wclobbered"
+- WARNINGFLAGS="$WARNINGFLAGS -Wempty-body"
+- WARNINGFLAGS="$WARNINGFLAGS -Wignored-qualifiers"
+- WARNINGFLAGS="$WARNINGFLAGS -Wtype-limits"
+ WARNINGFLAGS="$WARNINGFLAGS -Wdeclaration-after-statement"
+ WARNINGFLAGS="$WARNINGFLAGS -Wshadow"
+ WARNINGFLAGS="$WARNINGFLAGS -Winline"
+- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-parameter-type"
+- WARNINGFLAGS="$WARNINGFLAGS -Woverride-init"
+ WARNINGFLAGS="$WARNINGFLAGS -Wno-strict-aliasing"
+ else
+ WARNINGFLAGS=""
diff --git a/sysutils/gnome-power-manager/pkg-descr b/sysutils/gnome-power-manager/pkg-descr
new file mode 100644
index 000000000..186c9ced4
--- /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://projects.gnome.org/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..84dd0ae26
--- /dev/null
+++ b/sysutils/gnome-power-manager/pkg-plist
@@ -0,0 +1,375 @@
+bin/gnome-power-statistics
+%%MAN%%man/man1/gnome-power-statistics.1.gz
+share/applications/gnome-power-statistics.desktop
+%%DATADIR%%/icons/hicolor/16x16/status/battery-caution-charging.png
+%%DATADIR%%/icons/hicolor/16x16/status/battery-caution.png
+%%DATADIR%%/icons/hicolor/16x16/status/battery-empty.png
+%%DATADIR%%/icons/hicolor/16x16/status/battery-full-charging.png
+%%DATADIR%%/icons/hicolor/16x16/status/battery-full.png
+%%DATADIR%%/icons/hicolor/16x16/status/battery-good-charging.png
+%%DATADIR%%/icons/hicolor/16x16/status/battery-good.png
+%%DATADIR%%/icons/hicolor/16x16/status/battery-low-charging.png
+%%DATADIR%%/icons/hicolor/16x16/status/battery-low.png
+%%DATADIR%%/icons/hicolor/16x16/status/battery-missing.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/status/battery-caution-charging.png
+%%DATADIR%%/icons/hicolor/22x22/status/battery-caution.png
+%%DATADIR%%/icons/hicolor/22x22/status/battery-empty.png
+%%DATADIR%%/icons/hicolor/22x22/status/battery-full-charging.png
+%%DATADIR%%/icons/hicolor/22x22/status/battery-full.png
+%%DATADIR%%/icons/hicolor/22x22/status/battery-good-charging.png
+%%DATADIR%%/icons/hicolor/22x22/status/battery-good.png
+%%DATADIR%%/icons/hicolor/22x22/status/battery-low-charging.png
+%%DATADIR%%/icons/hicolor/22x22/status/battery-low.png
+%%DATADIR%%/icons/hicolor/22x22/status/battery-missing.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/status/battery-caution-charging.png
+%%DATADIR%%/icons/hicolor/24x24/status/battery-caution.png
+%%DATADIR%%/icons/hicolor/24x24/status/battery-empty.png
+%%DATADIR%%/icons/hicolor/24x24/status/battery-full-charging.png
+%%DATADIR%%/icons/hicolor/24x24/status/battery-full.png
+%%DATADIR%%/icons/hicolor/24x24/status/battery-good-charging.png
+%%DATADIR%%/icons/hicolor/24x24/status/battery-good.png
+%%DATADIR%%/icons/hicolor/24x24/status/battery-low-charging.png
+%%DATADIR%%/icons/hicolor/24x24/status/battery-low.png
+%%DATADIR%%/icons/hicolor/24x24/status/battery-missing.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/status/battery-caution-charging.png
+%%DATADIR%%/icons/hicolor/32x32/status/battery-caution.png
+%%DATADIR%%/icons/hicolor/32x32/status/battery-empty.png
+%%DATADIR%%/icons/hicolor/32x32/status/battery-full-charging.png
+%%DATADIR%%/icons/hicolor/32x32/status/battery-full.png
+%%DATADIR%%/icons/hicolor/32x32/status/battery-good-charging.png
+%%DATADIR%%/icons/hicolor/32x32/status/battery-good.png
+%%DATADIR%%/icons/hicolor/32x32/status/battery-low-charging.png
+%%DATADIR%%/icons/hicolor/32x32/status/battery-low.png
+%%DATADIR%%/icons/hicolor/32x32/status/battery-missing.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/status/battery-caution-charging.png
+%%DATADIR%%/icons/hicolor/48x48/status/battery-caution.png
+%%DATADIR%%/icons/hicolor/48x48/status/battery-empty.png
+%%DATADIR%%/icons/hicolor/48x48/status/battery-full-charging.png
+%%DATADIR%%/icons/hicolor/48x48/status/battery-full.png
+%%DATADIR%%/icons/hicolor/48x48/status/battery-good-charging.png
+%%DATADIR%%/icons/hicolor/48x48/status/battery-good.png
+%%DATADIR%%/icons/hicolor/48x48/status/battery-low-charging.png
+%%DATADIR%%/icons/hicolor/48x48/status/battery-low.png
+%%DATADIR%%/icons/hicolor/48x48/status/battery-missing.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/status/battery-caution-charging.svg
+%%DATADIR%%/icons/hicolor/scalable/status/battery-caution.svg
+%%DATADIR%%/icons/hicolor/scalable/status/battery-empty.svg
+%%DATADIR%%/icons/hicolor/scalable/status/battery-full-charging.svg
+%%DATADIR%%/icons/hicolor/scalable/status/battery-full.svg
+%%DATADIR%%/icons/hicolor/scalable/status/battery-good-charging.svg
+%%DATADIR%%/icons/hicolor/scalable/status/battery-good.svg
+%%DATADIR%%/icons/hicolor/scalable/status/battery-low-charging.svg
+%%DATADIR%%/icons/hicolor/scalable/status/battery-low.svg
+%%DATADIR%%/icons/hicolor/scalable/status/battery-missing.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/icons/hicolor/16x16/apps/gnome-power-statistics.png
+share/icons/hicolor/22x22/apps/gnome-power-statistics.png
+share/icons/hicolor/24x24/apps/gnome-power-statistics.png
+share/icons/hicolor/32x32/apps/gnome-power-statistics.png
+share/icons/hicolor/48x48/apps/gnome-power-statistics.png
+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
+share/locale/be/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/ca@valencia/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@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
+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/hr/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/mai/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/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
+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/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
+@dirrm %%DATADIR%%/icons/hicolor/scalable/status
+@dirrm %%DATADIR%%/icons/hicolor/scalable
+@dirrm %%DATADIR%%/icons/hicolor/48x48/status
+@dirrm %%DATADIR%%/icons/hicolor/48x48
+@dirrm %%DATADIR%%/icons/hicolor/32x32/status
+@dirrm %%DATADIR%%/icons/hicolor/32x32
+@dirrm %%DATADIR%%/icons/hicolor/24x24/status
+@dirrm %%DATADIR%%/icons/hicolor/24x24
+@dirrm %%DATADIR%%/icons/hicolor/22x22/status
+@dirrm %%DATADIR%%/icons/hicolor/22x22
+@dirrm %%DATADIR%%/icons/hicolor/16x16/status
+@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/my/LC_MESSAGES
+@dirrmtry share/locale/my
+@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