summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-03-07 16:43:33 +0100
committerStefano Karapetsas <[email protected]>2012-03-07 16:43:33 +0100
commit50365d78b14592dbcc060e56a989c4455c6987c9 (patch)
tree2020d2691a24616c3ec4d59638e2884254b2af1f
parent7a506b7325e98150fe1b1e1ac8b1d51050f1ad71 (diff)
downloadatril-50365d78b14592dbcc060e56a989c4455c6987c9.tar.bz2
atril-50365d78b14592dbcc060e56a989c4455c6987c9.tar.xz
update for MATE 1.2atril-1.2.0
-rw-r--r--MAINTAINERS11
-rw-r--r--README6
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.ac4
4 files changed, 8 insertions, 17 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
deleted file mode 100644
index 3c7bfb8e..00000000
--- a/MAINTAINERS
+++ /dev/null
@@ -1,11 +0,0 @@
-Jonathan Blandford
-Userid: jrb
-
-Nickolay V. Shmyrev
-Userid: nshmyrev
-
-Carlos Garcia Campos
-Userid: carlosgc
diff --git a/README b/README
index 7168f7a2..019e9125 100644
--- a/README
+++ b/README
@@ -5,13 +5,15 @@ multiple and single page document formats like PDF
and Postscript. For more general information about
Atril please visit our website at
-https://github.com/perberos/mate-document-viewer
+https://github.com/mate-desktop/mate-document-viewer
+
+Atril is a fork of Evince
This software is licensed under the GPL
Atril Requirements
==================================================
-MATE Platform libraries [ https://github.com/perberos/mate-desktop-environment ]
+MATE Platform libraries [ https://github.com/mate-desktop/ ]
Poppler for PDF viewing [ http://poppler.freedesktop.org/ ]
GhostScript for Postscript viewing [ http://www.cs.wisc.edu/~ghost/ ]
diff --git a/autogen.sh b/autogen.sh
index 1a491ab2..7edb5c46 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@ PKG_NAME="mate-document-viewer"
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 bb516435..1a22e59c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@
# *****************************************************************************
m4_define([ev_major_version], [1])
-m4_define([ev_minor_version], [1])
-m4_define([ev_micro_version], [1])
+m4_define([ev_minor_version], [2])
+m4_define([ev_micro_version], [0])
m4_define([ev_extra_version], [])
m4_define([ev_version], [ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])