update for 1.2

master-1.22 mate-terminal-1.2.0
Stefano Karapetsas 2012-03-07 23:00:32 +01:00
parent 9e91f901f1
commit 636a84135f
5 changed files with 453 additions and 47030 deletions

View File

@ -2,3 +2,5 @@ Guilherme de S. Pastore <gpastore@gnome.org>
Havoc Pennington <hp@redhat.com>
Mariano Suárez-Alvarez <mariano@gnome.org>
Perberos <perberos@gmail.com>
Steve Zesch <stevezesch2@gmail.com>
Stefano Karapetsas <stefano@karapetsas.com>

47471
ChangeLog

File diff suppressed because it is too large Load Diff

4
README
View File

@ -2,7 +2,9 @@
This is the MATE terminal emulator application. mate-terminal is
only the shell (menubar, prefs dialog); the terminal emulation ("stuff
in the middle") comes from the VTE widget. Remember this when
choosing a bugzilla component. ;-)
report a bug. ;-)
MATE terminal is a fork of GNOME terminal.
How it works
===

View File

@ -12,7 +12,7 @@ PKG_NAME="mate-terminal"
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
MATE_DATADIR="$mate_datadir"
USE_COMMON_DOC_BUILD=yes
. mate-autogen.sh
. mate-autogen

View File

@ -1,5 +1,5 @@
m4_define([gt_version_major],[1])
m4_define([gt_version_minor],[1])
m4_define([gt_version_minor],[2])
m4_define([gt_version_micro],[0])
m4_define([gt_version_extra],[])
m4_define([gt_version],[gt_version_major().gt_version_minor().gt_version_micro()gt_version_extra])