From 77ccaa621dc6ef27e1cdaa7b18b08a7eed6861f9 Mon Sep 17 00:00:00 2001 From: Alan Aversa Date: Sun, 12 Aug 2018 18:54:07 +0100 Subject: misc/gramps: Updated for version 5.0.0. Signed-off-by: David Spencer --- misc/gramps/README | 2 +- misc/gramps/gramps.SlackBuild | 6 +++--- misc/gramps/gramps.info | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'misc') diff --git a/misc/gramps/README b/misc/gramps/README index f11f45231a..57b02affe2 100644 --- a/misc/gramps/README +++ b/misc/gramps/README @@ -13,7 +13,7 @@ for example PYTHON3=yes ./pyicu.SlackBuild -Optional Dependencies +Optional Dependencies: osm-gps-map For a list of programs GRAMPS can use if they are installed, see diff --git a/misc/gramps/gramps.SlackBuild b/misc/gramps/gramps.SlackBuild index 48275c6a23..0c2120a836 100644 --- a/misc/gramps/gramps.SlackBuild +++ b/misc/gramps/gramps.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gramps -# Copyright 2017 Alan Aversa USA +# Copyright 2018 Alan Aversa USA # 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=gramps -VERSION=${VERSION:-4.2.6} +VERSION=${VERSION:-5.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +unzip $CWD/$PRGNAM-$VERSION.zip cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/misc/gramps/gramps.info b/misc/gramps/gramps.info index 982b7cc2bb..d326742902 100644 --- a/misc/gramps/gramps.info +++ b/misc/gramps/gramps.info @@ -1,8 +1,8 @@ PRGNAM="gramps" -VERSION="4.2.6" +VERSION="5.0.0" HOMEPAGE="https://www.gramps-project.org/" -DOWNLOAD="https://github.com/gramps-project/gramps/archive/v4.2.6/gramps-4.2.6.tar.gz" -MD5SUM="70aafa9d60e1cebeb403129c743db11c" +DOWNLOAD="https://github.com/gramps-project/gramps/archive/v5.0.0/gramps-5.0.0.zip" +MD5SUM="84a0a3aa0bb45b00689475507e9d6524" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pygobject3-python3 pyicu bsddb3" -- cgit v1.2.3