[gnome-power-manager] Update the release files to reflect reality



commit 8a659c27b6e8fa87f926d81c97df6e046a3317d4
Author: Richard Hughes <richard hughsie com>
Date:   Fri Aug 5 10:43:53 2011 +0100

    Update the release files to reflect reality

 HACKING                         |    6 -
 Makefile.am                     |   12 --
 README                          |   31 +----
 README.commits                  |   65 ----------
 TODO                            |    1 -
 gnome-power-manager.doap        |    2 +-
 man/gnome-power-statistics.sgml |  251 ++++++++++++++++++---------------------
 7 files changed, 120 insertions(+), 248 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0344413..ec41bdb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,6 @@ SUBDIRS = 						\
 	data
 
 EXTRA_DIST =						\
-	HACKING						\
 	MAINTAINERS					\
 	intltool-extract.in				\
 	intltool-merge.in				\
@@ -17,23 +16,12 @@ EXTRA_DIST =						\
 	xmldocs.make					\
 	gnome-doc-utils.make
 
-clean-local :
-	rm -f *~
-
-snapshot:
-	$(MAKE) dist distdir=$(PACKAGE)-$(VERSION)-`date +"%Y%m%d"`
-
 DISTCLEANFILES =					\
 	intltool-extract				\
 	intltool-merge					\
 	intltool-update					\
 	gnome-power-manager-*.tar.gz
 
-DISTCHECK_CONFIGURE_FLAGS = 				\
-	--disable-schemas-install			\
-	--disable-scrollkeeper				\
-	--disable-tests
-
 distclean-local:
 	if test $(srdcir) = .; then :; else \
 		rm -f ChangeLog; \
diff --git a/README b/README
index 4dadeee..6c8b5c1 100644
--- a/README
+++ b/README
@@ -1,33 +1,10 @@
 			      GNOME Power Manager
-			   A Power Manager for GNOME
-
-GNOME Power Manager is a GNOME session daemon that acts as a policy agent on top of
-UPower, which requires fairly new versions of the kernel and udev.
-GNOME Power Manager listens for system events and responds with user-configurable actions.
+			Power Management Stuff for GNOME
 
 GNOME Power Manager comes in three main parts:
 
-	- gnome-power-manager:	    the manager daemon itself
-	- gnome-power-preferences:  the control panel program, for configuration
-	- gnome-power-statistics:   the statistics graphing program
-
-To build, GNOME Power Manager requires
-
-	- Glib (2.13.0 or later)
-	- Gtk2+ (2.11.0 or later)
-	- GNOME Keyring (0.6.0 or later)
-	- DBus (0.70 or later)
-	- libnotify (0.4.3 or later)
-	- libwnck (2.10.0 or later)
-	- Cairo (1.0.0 or later)
-	- Unique (0.9.4 or later)
-	- libpanel (2.0.0 or later)
-	- xrandr (1.2.0 or later)
-	- Canberra (0.10 or later)
-	- UPower (0.9.1 or later)
-	- HAL (0.5.8 or later)
-
-To work properly, gnome-power-manager requires udevd, upowerd and
-udisks-daemon to be running.
+	- gnome-settings-daemon plugin: the manager daemon itself
+	- gnome-control-center panel:   the control panel program, for configuration
+	- gnome-power-statistics:       the statistics graphing program
 
 For more information, please see http://www.gnome.org/projects/gnome-power-manager/
diff --git a/gnome-power-manager.doap b/gnome-power-manager.doap
index 8153286..5869311 100644
--- a/gnome-power-manager.doap
+++ b/gnome-power-manager.doap
@@ -5,7 +5,7 @@
          xmlns="http://usefulinc.com/ns/doap#";>
 
   <name xml:lang="en">Power Manager</name>
-  <shortdesc xml:lang="en">Power management daemon</shortdesc>
+  <shortdesc xml:lang="en">Power management tools</shortdesc>
   <homepage rdf:resource="http://projects.gnome.org/gnome-power-manager/"; />
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-power-manager-list"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
diff --git a/man/gnome-power-statistics.sgml b/man/gnome-power-statistics.sgml
index 4acf932..398b182 100644
--- a/man/gnome-power-statistics.sgml
+++ b/man/gnome-power-statistics.sgml
@@ -1,136 +1,115 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
-
-<!-- Process this file with docbook-to-man to generate an nroff manual
-     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
-     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
-     less'.  A typical entry in a Makefile or Makefile.am is:
-
-manpage.1: manpage.sgml
-	docbook-to-man $< > $@
-
-    
-	The docbook-to-man binary is found in the docbook-to-man package.
-	Please remember that if you create the nroff version in one of the
-	debian/rules file targets (such as build), you will need to include
-	docbook-to-man in your Build-Depends control field.
-
-  -->
-
-  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-  <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
-  <!ENTITY dhsurname   "<surname>SURNAME</surname>">
-  <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>11 December, 2007</date>">
-  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
-       allowed: see man(7), man(1). -->
-  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
-  <!ENTITY dhemail     "<email>simon zheng sun com</email>">
-  <!ENTITY dhusername  "Simon Zheng">
-  <!ENTITY dhucpackage "<refentrytitle>gnome-power-statistics</refentrytitle>">
-  <!ENTITY dhpackage   "gnome-power-statistics">
-
-  <!ENTITY gnu         "<acronym>GNU</acronym>">
-  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
-]>
-
-<refentry>
-  <refentryinfo>
-    <address>
-      <email>richard hughsie com</email>;
-    </address>
-    <author>
-      <firstname>Richard</firstname>
-      <surname>Hughes</surname>
-    </author>
-    <copyright>
-      <year>2005</year>
-      <holder>Richard Hughes</holder>
-    </copyright>
-    &dhdate;
-  </refentryinfo>
-  <refmeta>
-    &dhucpackage;
-
-    &dhsection;
-  </refmeta>
-  <refnamediv>
-    <refname>&dhpackage;</refname>
-
-    <refpurpose>gnome power statistics gui</refpurpose>
-  </refnamediv>
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>&dhpackage;</command>
-      <arg><option>--verbose</option></arg>
-      <arg><option>--help</option></arg>
-    </cmdsynopsis>
-  </refsynopsisdiv>
-  <refsect1>
-    <title>DESCRIPTION</title>
-
-    <para>This manual page documents briefly the
-      <command>&dhpackage;</command> command.</para>
-
-    <para><command>&dhpackage;</command> is the gui program for the gnome power management infrastructure.</para>
-    <para>It allows users to visualize the power consumption of laptop hardware.</para>
-
-  </refsect1>
-  <refsect1>
-    <title>OPTIONS</title>
-
-    <para>This program follows the usual &gnu; command line syntax,
-      with long options starting with two dashes (`-').  A summary of
-      options is included below. </para>
-
-    <variablelist>
-      <varlistentry>
-        <term>
-          <option>--help</option>
-        </term>
-        <listitem>
-          <para>Show summary of options.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>--verbose</option>
-        </term>
-        <listitem>
-          <para>Show extra debugging.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1>
-    <title>SEE ALSO</title>
-
-    <para>gnome-power-manager (1), gnome-power-preferences (1). </para>
-
-    <para>The programs are documented fully on
-      http://gnome.org/projects/gnome-power-manager/ .</para>
-  </refsect1>
-  <refsect1>
-    <title>AUTHOR</title>
-
-    <para>This manual page was written by Simon Zheng <email>simon zheng sun com</email>.
-    </para>
-
-  </refsect1>
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-default-dtd-file:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
+  <!ENTITY dhsurname   "<surname>SURNAME</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>11 December, 2007</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>simon zheng sun com</email>">
+  <!ENTITY dhusername  "Simon Zheng">
+  <!ENTITY dhucpackage "<refentrytitle>gnome-power-statistics</refentrytitle>">
+  <!ENTITY dhpackage   "gnome-power-statistics">
+
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      <email>richard hughsie com</email>;
+    </address>
+    <author>
+      <firstname>Richard</firstname>
+      <surname>Hughes</surname>
+    </author>
+    <copyright>
+      <year>2005-2011</year>
+      <holder>Richard Hughes</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+    <refpurpose>gnome power statistics gui</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+      <arg><option>--verbose</option></arg>
+      <arg><option>--help</option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> command.</para>
+
+    <para><command>&dhpackage;</command> is the gui program for the gnome power management infrastructure.</para>
+    <para>It allows users to visualize the power consumption of laptop hardware.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>This program follows the usual &gnu; command line syntax,
+      with long options starting with two dashes (`-').  A summary of
+      options is included below. </para>
+
+    <variablelist>
+      <varlistentry>
+        <term>
+          <option>--help</option>
+        </term>
+        <listitem>
+          <para>Show summary of options.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>--verbose</option>
+        </term>
+        <listitem>
+          <para>Show extra debugging.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+    <para>The programs are also documented on
+      http://gnome.org/projects/gnome-power-manager/ .</para>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+    <para>This manual page was written by Simon Zheng <email>simon zheng sun com</email>.
+    </para>
+
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]