diff options
-rw-r--r-- | README | 7 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1,7 +1,8 @@ mate-backgrounds ================= -Background images and data for MATE +Background images and data for MATE. The MATE backgrounds are a fork of +GNOME backgrounds. * What is it ? @@ -9,11 +10,11 @@ Background images and data for MATE * Home Page - https://matsusoft.com.ar/projects/mate/ + http://www.mate-desktop.org/ * Repository - https://github.com/perberos/mate-backgrounds/ + https://github.com/mate-desktop/mate-backgrounds/ * Licensing @@ -12,7 +12,7 @@ PKG_NAME="mate-backgrounds" 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 90268e8..a93f1b9 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT([mate-backgrounds], - [1.1.0], + [1.2.0], [http://www.mate-desktop.org]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_INIT_AUTOMAKE |