diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-01-28 13:39:56 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 06:59:44 +0700 |
commit | ced02387b46708d56d0caf54cd70478a79faab42 (patch) | |
tree | b671d31a7b424e771e236749164883e7fad3b892 /office/grisbi | |
parent | 8382ecf7bbf0c3faec41be37a27117b84a37e4b2 (diff) | |
download | slackbuilds-ced02387b46708d56d0caf54cd70478a79faab42.tar.gz |
office/grisbi: Updated for version 1.0.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'office/grisbi')
-rw-r--r-- | office/grisbi/README | 2 | ||||
-rw-r--r-- | office/grisbi/grisbi.SlackBuild | 10 | ||||
-rw-r--r-- | office/grisbi/grisbi.info | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/office/grisbi/README b/office/grisbi/README index 4bcf506fbf..f8835546ed 100644 --- a/office/grisbi/README +++ b/office/grisbi/README @@ -3,4 +3,4 @@ Windows, released under the GPL licence. Its aim is to provide you with the most simple and intuitive software for basic use, and still very powerful if you spend a little time on the setup. -Optional dependencies: libofx and goffice0.8 +Optional dependencies: cunit, libofx and goffice0.8 diff --git a/office/grisbi/grisbi.SlackBuild b/office/grisbi/grisbi.SlackBuild index 09772dff68..3962553f2e 100644 --- a/office/grisbi/grisbi.SlackBuild +++ b/office/grisbi/grisbi.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for grisbi -# Copyright 2010-2014 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2010-2017 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=grisbi -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -34,14 +34,14 @@ OUTPUT=${OUTPUT:-/tmp} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac fi -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/office/grisbi/grisbi.info b/office/grisbi/grisbi.info index 913f8c1a93..ffbf32ee5e 100644 --- a/office/grisbi/grisbi.info +++ b/office/grisbi/grisbi.info @@ -1,8 +1,8 @@ PRGNAM="grisbi" -VERSION="1.0.0" +VERSION="1.0.1" HOMEPAGE="http://www.grisbi.org/" -DOWNLOAD="http://downloads.sourceforge.net/grisbi/grisbi-1.0.0.tar.bz2" -MD5SUM="d3d0b03b49f2c86b110910ec903630f2" +DOWNLOAD="http://downloads.sourceforge.net/grisbi/grisbi-1.0.1.tar.bz2" +MD5SUM="c81923af86af10c0839af3aee741f5ce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |