mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
misc/gramps: Updated for version 5.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
eac0f06ef5
commit
77ccaa621d
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue