From e8acd5748fecce9fdec50a74ae665ecc8bcc0fea Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 11 Mar 2012 11:54:33 +0100 Subject: update for 1.2 release --- AUTHORS | 7 ++++++- MAINTAINERS | 35 ----------------------------------- README | 2 ++ autogen.sh | 4 ++-- configure.in | 2 +- 5 files changed, 11 insertions(+), 39 deletions(-) delete mode 100644 MAINTAINERS diff --git a/AUTHORS b/AUTHORS index 8d7a6d33..85b9e87a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,9 @@ +MATE: +Perberos +Steve Zesch +Stefano Karapetsas + +GNOME: Bruno Widmann Todd Kulesza Christoph Toshok (toshok@hungry.com) - added FreeBSD support @@ -25,4 +31,3 @@ John Kodis Loban A Rahman Raphael Slinckx Enrico Minack -Perberos 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 -Email: callum@spooky-possum.org -Userid: callum - -Ryan Lortie -Email: desrt@desrt.ca -Userid: ryanl - -CPUFreq Maintainer: - -Carlos Garcia Campos -Email: carlosgc@gnome.org -Userid: carlosgc - -GSwitchIt Maintainer: - -Sergey Udaltsov -Email: svu@gnome.org -Userid: svu - -Mixer Maintainer: - -Ronald S. Bultje - -Email: rbultje@ronald.bitfreak.net -Userid: rbultje - -Invest Applet Maintainer: - -Enrico Minack -Email: enrico-minack@gmx.de -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) -- cgit v1.2.1