From 285e040fd7ba4bedc25054790b4de9eb0fcb6410 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 14 Mar 2012 15:00:57 +0100 Subject: update for 1.2 --- AUTHORS | 8 ++++++-- MAINTAINERS | 3 --- README | 2 ++ autogen.sh | 4 ++-- configure.ac | 2 +- 5 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 MAINTAINERS diff --git a/AUTHORS b/AUTHORS index 69f4fef..aab45f4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,10 @@ +MATE: +Perberos +Steve Zesch +Stefano Karapetsas + +GNOME: Richard Hughes William Jon McCann Jaap A. Haitsma Benjamin Canou -Perberos -Stefano Karapetsas diff --git a/MAINTAINERS b/MAINTAINERS deleted file mode 100644 index 914dd9f..0000000 --- a/MAINTAINERS +++ /dev/null @@ -1,3 +0,0 @@ -Richard Hughes -Email: richard@hughsie.com -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]) -- cgit v1.2.1