From 4b52aa629cdfbb7e555989ea3d32f8ca462380ac Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 15 Mar 2012 10:42:01 +0100 Subject: update for 1.2 release --- AUTHORS | 10 ++++++---- README | 10 ++++++++++ autogen.sh | 4 ++-- configure.ac | 2 +- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0b93173..dab987d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,9 @@ +MATE: +Perberos +Stefano Karapetsas +Steve Zesch + +GNOME: Aurelien Gateau Cody Russell Eitan Isaacson @@ -13,7 +19,3 @@ Roman Vorobets Sebastien Bacher Ted Gould Tom Haddon - -Perberos -Stefano Karapetsas -Steve Zesch diff --git a/README b/README index e69de29..796ebdb 100644 --- a/README +++ b/README @@ -0,0 +1,10 @@ +mate-indicator-applet +--------------------- + +A small applet to display information from various applications consistently in the panel. + +The indicator applet exposes Ayatana Indicators in the MATE Panel. Ayatana Indicators are an initiative by Canonical to provide crisp and clean system and application status indication. They take the form of an icon and associated menu, displayed (usually) in the desktop panel. Existing indicators include the Message Menu, Battery Menu and Sound menu. + +MATE Indicator Applet is a fork of Indicator Applet for GNOME (https://launchpad.net/indicator-applet). + +http://www.mate-desktop.org/ diff --git a/autogen.sh b/autogen.sh index 847906a..aa04e24 100755 --- a/autogen.sh +++ b/autogen.sh @@ -12,7 +12,7 @@ PKG_NAME="mate-indicator-applet" 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.10 REQUIRED_GTK_DOC_VERSION=1.13 USE_MATE2_MACROS=1 -. mate-autogen.sh +. mate-autogen diff --git a/configure.ac b/configure.ac index eebf6bd..d9df05e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/applet-main.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-applet, 1.1.0) +AM_INIT_AUTOMAKE(mate-indicator-applet, 1.2.0, http://www.mate-desktop.org/) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) -- cgit v1.2.1