diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-13 23:52:31 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-13 23:52:31 +0100 |
commit | c3d4f773a0ecc3b824bfcd2d2d21470ca8a7b391 (patch) | |
tree | 3ee5fae8916eb742f992927890dadb86007ef8c0 | |
parent | 419056bf41f38891c3bb5384293868b479478828 (diff) | |
download | mate-power-manager-c3d4f773a0ecc3b824bfcd2d2d21470ca8a7b391.tar.bz2 mate-power-manager-c3d4f773a0ecc3b824bfcd2d2d21470ca8a7b391.tar.xz |
updated version to 1.1.0mate-power-manager-1.1.0
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | configure.ac | 10 | ||||
-rw-r--r-- | distro/archlinux/PKGBUILD | 2 | ||||
-rw-r--r-- | distro/fedora/mate-power-manager.spec | 2 | ||||
-rwxr-xr-x | distro/ubuntu/build | 2 |
5 files changed, 10 insertions, 8 deletions
@@ -2,3 +2,5 @@ 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/configure.ac b/configure.ac index 6acd836..560885d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager],[2011.12.01]) +AC_INIT([mate-power-manager],[1.1.0]) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_INIT_AUTOMAKE([foreign]) @@ -100,15 +100,15 @@ dnl --------------------------------------------------------------------------- GLIB_REQUIRED=2.13.0 GTK_REQUIRED=2.17.7 GDK_REQUIRED=2.11.0 -MATECONF_REQUIRED=2.10.0 -MATE_KEYRING_REQUIRED=0.6.0 +MATECONF_REQUIRED=1.1.0 +MATE_KEYRING_REQUIRED=1.1.0 DBUS_REQUIRED=1.0 DBUS_GLIB_REQUIRED=0.70 -LIBMATENOTIFY_REQUIRED=0.4.3 +LIBMATENOTIFY_REQUIRED=1.1.0 LIBWNCK_REQUIRED=2.10.0 CAIRO_REQUIRED=1.0.0 UNIQUE_REQUIRED=0.9.4 -LIBPANEL_REQUIRED=2.0.0 +LIBPANEL_REQUIRED=1.1.0 XRANDR_REQUIRED=1.2.0 CANBERRA_REQUIRED=0.10 UPOWER_REQUIRED=0.9.1 diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD index 3bed798..8bf46d4 100644 --- a/distro/archlinux/PKGBUILD +++ b/distro/archlinux/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mate-power-manager -pkgver=2011.12.01 +pkgver=1.1.0 pkgrel=1 pkgdesc="Session daemon that makes it easy to manage your laptop or desktop system for Mate Desktop" arch=('i686' 'x86_64') diff --git a/distro/fedora/mate-power-manager.spec b/distro/fedora/mate-power-manager.spec index 0eb118a..1a1ebac 100644 --- a/distro/fedora/mate-power-manager.spec +++ b/distro/fedora/mate-power-manager.spec @@ -1,6 +1,6 @@ Summary: MATE power management service Name: mate-power-manager -Version: 2.32.0 +Version: 1.1.0 Release: 1%{?dist} License: GPLv2+ and GFDL Group: Applications/System diff --git a/distro/ubuntu/build b/distro/ubuntu/build index 99a3e90..2c14c5b 100755 --- a/distro/ubuntu/build +++ b/distro/ubuntu/build @@ -2,7 +2,7 @@ # fill it pkgname=mate-power-manager -pkgver=2011.12.01 +pkgver=1.1.0 pkgrel=1 pkgdesc="Session daemon that makes it easy to manage your laptop or desktop system for Mate Desktop" |