summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS8
-rw-r--r--MAINTAINERS3
-rw-r--r--README2
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.ac2
5 files changed, 11 insertions, 8 deletions
diff --git a/AUTHORS b/AUTHORS
index 69f4fef..aab45f4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,10 @@
+MATE:
+Perberos <[email protected]>
+Steve Zesch <[email protected]>
+Stefano Karapetsas <[email protected]>
+
+GNOME:
Richard Hughes <[email protected]>
William Jon McCann <[email protected]>
Jaap A. Haitsma <[email protected]>
Benjamin Canou <[email protected]>
-Perberos <[email protected]>
-Stefano Karapetsas <[email protected]>
diff --git a/MAINTAINERS b/MAINTAINERS
deleted file mode 100644
index 914dd9f..0000000
--- a/MAINTAINERS
+++ /dev/null
@@ -1,3 +0,0 @@
-Richard Hughes
-Userid: rhughes
diff --git a/README b/README
index f7b4b7b..f05005d 100644
--- a/README
+++ b/README
@@ -30,4 +30,6 @@ To build, MATE Power Manager requires
To work properly, mate-power-manager requires udevd, upowerd and
udisks-daemon to be running.
+MATE Power Manager is a fork of GNOME Power Manager.
+
For more information, please see http://www.mate-desktop.org/
diff --git a/autogen.sh b/autogen.sh
index edb005e..193b10a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@ PKG_NAME="mate-power-manager"
exit 1
}
-which mate-autogen.sh || {
+which mate-autogen || {
echo "You need to install mate-common from the MATE Git"
exit 1
}
@@ -20,5 +20,5 @@ which mate-autogen.sh || {
REQUIRED_AUTOMAKE_VERSION=1.9
MATE_DATADIR="$mate_datadir"
-. mate-autogen.sh
+. mate-autogen
diff --git a/configure.ac b/configure.ac
index a137168..09a55aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
-AC_INIT([mate-power-manager],[1.1.0])
+AC_INIT([mate-power-manager], [1.2.0], [http://www.mate-desktop.org/])
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_INIT_AUTOMAKE([foreign])