summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Tim Dickson2022-04-13 09:35:13 +0200
committer Willy Sudiarto Raharjo2022-04-16 07:12:42 +0200
commit9167fac23a521832727f0e082e9b59fde8273255 (patch)
tree457305e59c45d2fa79c4812c84ddc37d4a766d66
parenta271e183c7ef854b4ad4e54bd03ee5d24e8941bf (diff)
downloadslackbuilds-9167fac23a521832727f0e082e9b59fde8273255.tar.gz
academic/bibletime: Updated for version 3.0.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--academic/bibletime/README5
-rw-r--r--academic/bibletime/bibletime.SlackBuild11
-rw-r--r--academic/bibletime/bibletime.info6
3 files changed, 11 insertions, 11 deletions
diff --git a/academic/bibletime/README b/academic/bibletime/README
index 7a44c6d012..3a862cfa06 100644
--- a/academic/bibletime/README
+++ b/academic/bibletime/README
@@ -2,3 +2,8 @@ BibleTime is a Bible study application for Linux. It is based on the K
Desktop Environment and uses the Sword programming library to work with
Bible texts, commentaries, dictionaries, and books provided by the
Crosswire Bible Society.
+
+You will need bible text as well as the dependencies listed.
+sword-data-KJV available on slackbuilds.org provides a basic
+King James Version with strongs. bibletime includes bookshelf manager
+which allows you to download other versions over the internet.
diff --git a/academic/bibletime/bibletime.SlackBuild b/academic/bibletime/bibletime.SlackBuild
index c8e60c594f..f541565b20 100644
--- a/academic/bibletime/bibletime.SlackBuild
+++ b/academic/bibletime/bibletime.SlackBuild
@@ -28,12 +28,13 @@
# Modified by Robert Delahunt [twinreverb[at]puresimplicity.net
# Modified 2018/19/20 by Tim Dickson (dickson.tim@googlemail.com)
# Modified 20200918 by B. Watson <yalhcru@gmail.com>
+# Modified 20220412 by Tim Dickson (dickson.tim@googlemail.com)
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bibletime
-VERSION=${VERSION:-3.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.0.2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -80,14 +81,8 @@ rm -rf $PRGNAM-$VERSION
tar -xJvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
-#we need to patch the cmake file to skip tests as they fail at the moment
-#hopefully they will be fixed in 3.0.1
-
-sed -i "/BTTests/s/^/#/" cmake/BTApplication.cmake
-
mkdir -p build
cd build
- export "PATH=/opt/cmake-202x/bin:$PATH"
cmake \
-Wno-dev \
-DCMAKE_BUILD_TYPE=Release \
diff --git a/academic/bibletime/bibletime.info b/academic/bibletime/bibletime.info
index 1cc0826cea..fecd030876 100644
--- a/academic/bibletime/bibletime.info
+++ b/academic/bibletime/bibletime.info
@@ -1,8 +1,8 @@
PRGNAM="bibletime"
-VERSION="3.0"
+VERSION="3.0.2"
HOMEPAGE="http://www.bibletime.info/"
-DOWNLOAD="https://github.com/bibletime/bibletime/releases/download/v3.0/bibletime-3.0.tar.xz"
-MD5SUM="c90bcafa7938ff0257a8599c3d9cb024"
+DOWNLOAD="https://github.com/bibletime/bibletime/releases/download/v3.0.2/bibletime-3.0.2.tar.xz"
+MD5SUM="026794966a22c59bf8a814f3efaf9a62"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="sword po4a fop"