diff options
author | Stefano Karapetsas <[email protected]> | 2012-03-14 16:14:09 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-03-14 16:14:09 +0100 |
commit | 5f32b5b06eed534bf0201266169dcb7e8d833349 (patch) | |
tree | d0e56c7ee8d0611af5f47b139f68ac18679d8ecc | |
parent | 90ba962d08da1491f115684196f30b1960e42dcd (diff) | |
download | mate-calc-5f32b5b06eed534bf0201266169dcb7e8d833349.tar.bz2 mate-calc-5f32b5b06eed534bf0201266169dcb7e8d833349.tar.xz |
update for 1.2mate-calc-1.2.0
-rw-r--r-- | AUTHORS | 8 | ||||
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | README | 19 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
5 files changed, 14 insertions, 21 deletions
@@ -1,3 +1,9 @@ +MATE: +Perberos <[email protected]> +Steve Zesch <[email protected]> +Stefano Karapetsas <[email protected]> + +GNOME: Glade support/Main maintainer: Robert Ancell <[email protected]> Original author/maintainer: Rich Burridge <[email protected]> Arithmetic precedence support: Sami Pietila <[email protected]> @@ -31,7 +37,7 @@ http://web.comlab.ox.ac.uk/oucl/work/richard.brent/ftp/rpb043/rpb043.tar.gz ---- -Acknowledgements for the MATE/Gtk+ version: +Acknowledgements for the GNOME/Gtk+ version: Dennis Cranston and Andrew Sobala for various bug fixes. Calum Benson for HCI advice. @@ -1 +1 @@ -See ssh://git.mate.org/git/gcalctool for the revision history +See http://git.mate-desktop.org/?p=mate-calc&a=summary for the revision history @@ -1,11 +1,4 @@ - -/* $Header: /cvs/mate/mate-calc/README,v 1.6 2006/01/09 16:30:20 richb Exp $ - * - * Copyright (c) 1987-2009 Sun Microsystems, Inc. - * All Rights Reserved. - */ - ---------------------------------------------------------------------------- +------------------------------------------------------------------------- CONTENTS: 1. Introduction. @@ -17,9 +10,8 @@ CONTENTS: 1. Introduction. ---------------- -This is v5.32.0 of mate-calc, the calculator application that was previously -in the OpenWindows Deskset of the Solaris 8 operating system. -Sun Microsystems Inc. have kindly given me permission to release it. +This is mate-calc, a fork of gnome-calc, the calculator application that was +previously in the OpenWindows Deskset of the Solaris 8 operating system. It incorporates a multiple precision arithmetic packages based on the work of Professor Richard Brent, who has also kindly given me permission to make @@ -31,13 +23,8 @@ There is a single graphics driver for Gtk2 included with this release. 2. Getting started. ------------------- -See the file 'INSTALL' - The manual pages also describe how to use mate-calc in detail. -There is a TODO file included which lists current bugs, and the -enhancements that will hopefully be added in the future. - 3. Calctool history. -------------------- @@ -12,7 +12,7 @@ PKG_NAME="mate-calc" 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 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes -. mate-autogen.sh +. mate-autogen diff --git a/configure.ac b/configure.ac index a8482e1..b47efc3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(configure.ac) -AM_INIT_AUTOMAKE(mate-calc, 1.1.0) +AM_INIT_AUTOMAKE(mate-calc, 1.2.0) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE MATE_MAINTAINER_MODE_DEFINES |