diff options
author | Stefano Karapetsas <[email protected]> | 2012-03-14 15:00:57 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-03-14 15:00:57 +0100 |
commit | 285e040fd7ba4bedc25054790b4de9eb0fcb6410 (patch) | |
tree | 706f0c11f95d201870e9677c189b6510143d8f38 | |
parent | 252ecc3b07c71bebb2d442ef1fd518a25998227c (diff) | |
download | mate-power-manager-285e040fd7ba4bedc25054790b4de9eb0fcb6410.tar.bz2 mate-power-manager-285e040fd7ba4bedc25054790b4de9eb0fcb6410.tar.xz |
update for 1.2mate-power-manager-1.2.0
-rw-r--r-- | AUTHORS | 8 | ||||
-rw-r--r-- | MAINTAINERS | 3 | ||||
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
5 files changed, 11 insertions, 8 deletions
@@ -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 -Email: [email protected] -Userid: rhughes @@ -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/ @@ -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]) |