From 15cb94a8a9b19d8dd6c2890eb802c9c7ab7ca7af Mon Sep 17 00:00:00 2001 From: Tim Dickson Date: Thu, 18 Jan 2024 07:47:59 +0700 Subject: academic/sword-data-kjv: Fix install location. Signed-off-by: Willy Sudiarto Raharjo --- academic/sword-data-kjv/README | 9 +++++---- academic/sword-data-kjv/sword-data-kjv.SlackBuild | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'academic') diff --git a/academic/sword-data-kjv/README b/academic/sword-data-kjv/README index 6facf1988371..7f1f855900f6 100644 --- a/academic/sword-data-kjv/README +++ b/academic/sword-data-kjv/README @@ -1,6 +1,6 @@ -sword-data-kjv is a data package containing the king james with strongs -dictionarys for sword. -This packages the King James Version bible with strongs refereneces +sword-data-kjv is a data package containing the King James bible with +Strongs dictionaries. +This packages the King James Version bible with strongs references and the strongs Hebrew and Greek dictionaries for use with the sword engine/library V1.7.0 or higher. This and many other bibles and dictionaries can be downloaded from the www.crosswire.org web site. As @@ -16,7 +16,8 @@ works fine. See the .info file for an example of url location when using wget. most sword based bible programs, such as bibletime or xiphos -(gnomesword) have a facility to download more content using their gui. +(previously called gnomesword) have a facility to download more content +using their gui. Please Note: you need at least sword 1.7.0 or higher to read this data. It has been tested with sword 1.7.0 1.7.5a1 1.8.1 and 1.9.0 diff --git a/academic/sword-data-kjv/sword-data-kjv.SlackBuild b/academic/sword-data-kjv/sword-data-kjv.SlackBuild index 58e20d7f966d..198bb6bc8912 100644 --- a/academic/sword-data-kjv/sword-data-kjv.SlackBuild +++ b/academic/sword-data-kjv/sword-data-kjv.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sword-data-kjv VERSION=${VERSION:-1.9.0_2} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -53,7 +53,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION #check if sword is installed and get data location, otherwise use default -DATADEST="/usr/shared/sword/" +DATADEST="/usr/share/sword/" if [ -e /etc/sword.conf ]; then DATADEST=`cat /etc/sword.conf|grep DataPath|awk -F"=" '{print $2}'` if [ "x$DATADEST" = "x" ]||[ "x$DATDEST" = "x/" ]; then -- cgit v1.2.3