summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--configure.ac12
-rw-r--r--distro/archlinux/PKGBUILD2
-rwxr-xr-xdistro/ubuntu/build2
4 files changed, 9 insertions, 8 deletions
diff --git a/AUTHORS b/AUTHORS
index 3c74ab0..7eca4d7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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')