academic/bibletime: Updated for version 2.11.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Tim Dickson 2017-01-30 22:59:22 +00:00 committed by Willy Sudiarto Raharjo
parent 44bda382dc
commit 66c5aa7bc2
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 6 additions and 5 deletions

View File

@ -2,5 +2,5 @@ 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.
This version requires sword version 1.7.0 or higher
This version requires sword version 1.7.0 or higher.

View File

@ -29,7 +29,7 @@
# Modified by Tim Dickson (dickson.tim@googlemail.com)
PRGNAM=bibletime
VERSION=${VERSION:-2.11_rc2}
VERSION=${VERSION:-2.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -79,6 +79,7 @@ mkdir build
cd build
echo "1 cmake from `pwd`"
cmake \
-Wno-dev \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH:BOOL=ON \

View File

@ -1,8 +1,8 @@
PRGNAM="bibletime"
VERSION="2.11_rc2"
VERSION="2.11.0"
HOMEPAGE="http://www.bibletime.info/"
DOWNLOAD="http://downloads.sourceforge.net/bibletime/bibletime-2.11_rc2.tar.xz"
MD5SUM="088988723ccf0c141669f00ab9f31f6e"
DOWNLOAD="http://downloads.sourceforge.net/bibletime/bibletime-2.11.0.tar.xz"
MD5SUM="196335c6c2f3abae4bfddd675dd05a30"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="sword qt5"