summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-03-11 11:54:33 +0100
committerStefano Karapetsas <[email protected]>2012-03-11 11:54:33 +0100
commite8acd5748fecce9fdec50a74ae665ecc8bcc0fea (patch)
tree75f05dc4da511869397a1adb914ca48041d79c20
parent5c4d2d587683832de31aa077e56675c294c7188e (diff)
downloadmate-applets-e8acd5748fecce9fdec50a74ae665ecc8bcc0fea.tar.bz2
mate-applets-e8acd5748fecce9fdec50a74ae665ecc8bcc0fea.tar.xz
update for 1.2 release
-rw-r--r--AUTHORS7
-rw-r--r--MAINTAINERS35
-rw-r--r--README2
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.in2
5 files changed, 11 insertions, 39 deletions
diff --git a/AUTHORS b/AUTHORS
index 8d7a6d33..85b9e87a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,9 @@
+MATE:
+Perberos <[email protected]>
+Steve Zesch <[email protected]>
+Stefano Karapetsas <[email protected]>
+
+GNOME:
Bruno Widmann <[email protected]>
Todd Kulesza
Christoph Toshok ([email protected]) - added FreeBSD support
@@ -25,4 +31,3 @@ John Kodis <[email protected]>
Loban A Rahman <[email protected]>
Raphael Slinckx <[email protected]>
Enrico Minack <[email protected]>
-Perberos <[email protected]>
diff --git a/MAINTAINERS b/MAINTAINERS
deleted file mode 100644
index 5284bf57..00000000
--- a/MAINTAINERS
+++ /dev/null
@@ -1,35 +0,0 @@
-MATE-Applets Maintainers:
-
-Callum McKenzie
-Userid: callum
-
-Ryan Lortie
-Userid: ryanl
-
-CPUFreq Maintainer:
-
-Carlos Garcia Campos
-Userid: carlosgc
-
-GSwitchIt Maintainer:
-
-Sergey Udaltsov
-Userid: svu
-
-Mixer Maintainer:
-
-Ronald S. Bultje
-
-Userid: rbultje
-
-Invest Applet Maintainer:
-
-Enrico Minack
-Userid: eminack
-
diff --git a/README b/README
index 7def8711..f60a6d42 100644
--- a/README
+++ b/README
@@ -9,6 +9,8 @@ libraries may be needed.
This list is by no means definitive.
+MATE-Applets is a fork of GNOME-Applets.
+
Requirements
------------
diff --git a/autogen.sh b/autogen.sh
index 46ae5f94..642f77a1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@ PKG_NAME="mate-applets"
exit 1
}
-which mate-autogen.sh || {
+which mate-autogen || {
echo "You need to install mate-common from the MATE Git"
exit 1
}
@@ -21,5 +21,5 @@ REQUIRED_AUTOMAKE_VERSION=1.9
USE_MATE2_MACROS=1
USE_COMMON_DOC_BUILD=yes
-. mate-autogen.sh
+. mate-autogen
diff --git a/configure.in b/configure.in
index 935a4f92..b831e37f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for MATE-APPLETS ***
dnl ***************************************************************************
-AC_INIT(mate-applets, 1.1.3)
+AC_INIT(mate-applets, 1.2.0)
AC_PREREQ(2.59)
AM_CONFIG_HEADER(config.h)