summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS6
-rw-r--r--README14
-rwxr-xr-xautogen.sh5
-rw-r--r--configure.ac2
4 files changed, 15 insertions, 12 deletions
diff --git a/AUTHORS b/AUTHORS
index 20dc12d..099145f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,10 +1,12 @@
-Main MATE developers:
+MATE developers:
Perberos <[email protected]>
+ Steve Zesch <[email protected]>
+ Stefano Karapetsas <[email protected]>
Main GNOME developers:
Paolo Bacchilega <[email protected]>
-Contributors:
+GNOME Contributors:
Claudio Bley <[email protected]> Patch to cope with systems that
do not have FNM_CASEFOLD
defined.
diff --git a/README b/README
index 65c0cd2..1707eca 100644
--- a/README
+++ b/README
@@ -6,6 +6,8 @@
* What is it ?
+ Engrampa is a fork of File-Roller.
+
Engrampa is an archive manager for the MATE environment. This means
that you can create and modify archives; view the content of an archive;
view and modify a file contained in the archive; extract files from the
@@ -50,7 +52,7 @@
* Home Page
- http://engrampa.sourceforge.net
+ http://www.mate-desktop.org/
* Licensing
@@ -61,19 +63,19 @@
* Dependencies
In order to build this program from the source code you need a working
- MATE environment version 2.x, with the development tools installed
+ MATE environment version 1.2, with the development tools installed
properly.
Also you need the following libraries:
* glib >= 2.16.0
* gtk+ >= 2.12.0
- * libmate >= 2.6.0
- * libmateui >= 2.6.0
+ * libmate >= 1.1.0
+ * libmateui >= 1.1.0
* libglade >= 2.4.0
- * libcaja-extension >= 2.22.2 (optional)
+ * libcaja-extension >= 1.1.0 (optional)
* Install
- ./configure
+ ./autogen.sh
make
make install
diff --git a/autogen.sh b/autogen.sh
index 163cccc..b2c8fbf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@ PKG_NAME="mate-file-archiver"
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,4 @@ 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 e868955..08c7020 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([engrampa], [1.1.0], [http://www.mate-desktop.org/])
+AC_INIT([engrampa], [1.2.0], [http://www.mate-desktop.org/])
AM_INIT_AUTOMAKE([1.9 foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])