diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-10 18:04:36 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-10 18:04:36 +0100 |
commit | 1dcec899caafbaeeaeedd9245da14dcba249808d (patch) | |
tree | b935c70513111f94561767a884645a78edfdc693 | |
parent | eb986a271cb90e22c42c5a789bf414987a3f22b1 (diff) | |
download | mate-settings-daemon-1dcec899caafbaeeaeedd9245da14dcba249808d.tar.bz2 mate-settings-daemon-1dcec899caafbaeeaeedd9245da14dcba249808d.tar.xz |
updated version to 1.1.0
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | configure.ac | 12 | ||||
-rw-r--r-- | distro/archlinux/PKGBUILD | 2 | ||||
-rwxr-xr-x | distro/ubuntu/build | 2 |
4 files changed, 9 insertions, 8 deletions
@@ -1,2 +1,3 @@ Jonathan Blandford <[email protected]> William Jon McCann <[email protected]> +Perberos <[email protected]> diff --git a/configure.ac b/configure.ac index 7bdec97..ed62b55 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.60]) -m4_define([gsd_api_version_major],[2011]) -m4_define([gsd_api_version_minor],[12]) -m4_define([gsd_api_version_micro],[01]) +m4_define([gsd_api_version_major],[1]) +m4_define([gsd_api_version_minor],[1]) +m4_define([gsd_api_version_micro],[0]) m4_define([gsd_api_version], [gsd_api_version_major.gsd_api_version_minor.gsd_api_version_micro]) @@ -49,10 +49,10 @@ dnl --------------------------------------------------------------------------- DBUS_GLIB_REQUIRED_VERSION=0.74 GLIB_REQUIRED_VERSION=2.17.3 GTK_REQUIRED_VERSION=2.21.2 -MATECONF_REQUIRED_VERSION=2.6.1 +MATECONF_REQUIRED_VERSION=1.1.0 GIO_REQUIRED_VERSION=2.17.3 -MATE_DESKTOP_REQUIRED_VERSION=2.29.92 -LIBMATENOTIFY_REQUIRED_VERSION=0.4.3 +MATE_DESKTOP_REQUIRED_VERSION=1.1.0 +LIBMATENOTIFY_REQUIRED_VERSION=1.1.0 EXTRA_COMPILE_WARNINGS(yes) diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD index d8c190f..d67465a 100644 --- a/distro/archlinux/PKGBUILD +++ b/distro/archlinux/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mate-settings-daemon -pkgver=2011.12.01 +pkgver=1.1.0 pkgrel=2 pkgdesc="The MATE Settings daemon" arch=('i686' 'x86_64') diff --git a/distro/ubuntu/build b/distro/ubuntu/build index b086404..0f557f0 100755 --- a/distro/ubuntu/build +++ b/distro/ubuntu/build @@ -2,7 +2,7 @@ # fill it pkgname=mate-settings-daemon -pkgver=2011.12.01 +pkgver=1.1.0 pkgrel=1 pkgdesc="Common libraries for MATE" depends=('libmatekbd' 'mate-desktop' 'libmatenotify' 'hicolor-icon-theme') |