academic/bibletime: Updated for version 2.11.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
44bda382dc
commit
66c5aa7bc2
|
@ -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.
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue