summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README7
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.in2
3 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index ed91349..bdf2f0f 100644
--- a/README
+++ b/README
@@ -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
diff --git a/autogen.sh b/autogen.sh
index 7c0befd..74675bd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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