diff options
-rw-r--r-- | AUTHORS | 10 | ||||
-rw-r--r-- | README | 10 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 19 insertions, 7 deletions
@@ -1,3 +1,9 @@ +MATE: +Perberos <[email protected]> +Stefano Karapetsas <[email protected]> +Steve Zesch <[email protected]> + +GNOME: Aurelien Gateau Cody Russell Eitan Isaacson @@ -13,7 +19,3 @@ Roman Vorobets Sebastien Bacher Ted Gould Tom Haddon - -Perberos <[email protected]> -Stefano Karapetsas <[email protected]> -Steve Zesch <[email protected]> @@ -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/ @@ -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]) |