diff options
author | Stefano Karapetsas <[email protected]> | 2012-02-23 22:12:38 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-02-23 22:12:38 +0100 |
commit | dbf8edf168f53312e1021bf28f847ef0fc6a1700 (patch) | |
tree | 82c99d3dffe21eefd911cf767b6d6c1702316431 | |
parent | 8751b494390fd64fccd0af8240835ea158a73377 (diff) | |
download | mate-backgrounds-dbf8edf168f53312e1021bf28f847ef0fc6a1700.tar.bz2 mate-backgrounds-dbf8edf168f53312e1021bf28f847ef0fc6a1700.tar.xz |
update for 1.2 releasemate-backgrounds-1.2.0
-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 |