diff options
author | Stefano Karapetsas <[email protected]> | 2012-03-14 14:37:03 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-03-14 14:37:03 +0100 |
commit | e1aee488c70e7d2d92d92527a0416150c05a7433 (patch) | |
tree | 34c9f36171250c3517863e0a0c02dcda201957ac | |
parent | 8a2af682c0874671d1258f786796125b1657e10e (diff) | |
download | mozo-e1aee488c70e7d2d92d92527a0416150c05a7433.tar.bz2 mozo-e1aee488c70e7d2d92d92527a0416150c05a7433.tar.xz |
update for 1.2mate-menu-editor-1.2.0
-rw-r--r-- | AUTHORS | 6 | ||||
-rw-r--r-- | README | 8 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 14 insertions, 6 deletions
@@ -1 +1,7 @@ +MATE: +Perberos <[email protected]> +Steve Zesch <[email protected]> +Stefano Karapetsas <[email protected]> + +GNOME: Travis Watkins <[email protected]> @@ -1,9 +1,11 @@ -Mozo 1.1.0 +Mozo ========== Mozo is a menu editor for MATE using the freedesktop.org menu specification. +Mozo is a fork of Alacarte. + Installation ============ @@ -12,6 +14,6 @@ See http://wiki.mate-desktop.org. How to report bugs ================== -Bugs should be filed in MATE's bug tracker -(https://github.com/Perberos/Mate-Desktop-Environment/issues) You will +Bugs should be filed in MATE's bug tracker on GitHub +(https://github.com/mate-desktop/mate-menu-editor/issues). You will need to create an account on github for yourself. @@ -12,7 +12,7 @@ PKG_NAME="mate-menu-editor" 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.ac b/configure.ac index 84c125f..2300cac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Mode: autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT(mozo, 1.1.0, http://www.mate-desktop.org) +AC_INIT(mozo, 1.2.0, http://www.mate-desktop.org) AC_CONFIG_SRCDIR(mozo.in) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.7]) |