diff options
-rw-r--r-- | AUTHORS | 7 | ||||
-rw-r--r-- | MAINTAINERS | 35 | ||||
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | configure.in | 2 |
5 files changed, 11 insertions, 39 deletions
@@ -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 -Email: [email protected] -Userid: callum - -Ryan Lortie -Email: [email protected] -Userid: ryanl - -CPUFreq Maintainer: - -Carlos Garcia Campos -Email: [email protected] -Userid: carlosgc - -GSwitchIt Maintainer: - -Sergey Udaltsov -Email: [email protected] -Userid: svu - -Mixer Maintainer: - -Ronald S. Bultje - -Email: [email protected] -Userid: rbultje - -Invest Applet Maintainer: - -Enrico Minack -Email: [email protected] -Userid: eminack - @@ -9,6 +9,8 @@ libraries may be needed. This list is by no means definitive. +MATE-Applets is a fork of GNOME-Applets. + Requirements ------------ @@ -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) |