From 50365d78b14592dbcc060e56a989c4455c6987c9 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 7 Mar 2012 16:43:33 +0100 Subject: update for MATE 1.2 --- MAINTAINERS | 11 ----------- README | 6 ++++-- autogen.sh | 4 ++-- configure.ac | 4 ++-- 4 files changed, 8 insertions(+), 17 deletions(-) delete mode 100644 MAINTAINERS 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: jrb@gnome.org -Userid: jrb - -Nickolay V. Shmyrev -E-mail: nshmyrev@yandex.ru -Userid: nshmyrev - -Carlos Garcia Campos -E-mail: carlosgc@gnome.org -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]) -- cgit v1.2.1