diff options
-rw-r--r-- | MAINTAINERS | 11 | ||||
-rw-r--r-- | README | 6 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
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 -E-mail: [email protected] -Userid: jrb - -Nickolay V. Shmyrev -E-mail: [email protected] -Userid: nshmyrev - -Carlos Garcia Campos -E-mail: [email protected] -Userid: carlosgc @@ -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/ ] @@ -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]) |