mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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
3 changed files with 6 additions and 5 deletions
|
@ -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,
|
Environment and uses the Sword programming library to work with Bible texts,
|
||||||
commentaries, dictionaries, and books provided by the Crosswire Bible Society.
|
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)
|
# Modified by Tim Dickson (dickson.tim@googlemail.com)
|
||||||
|
|
||||||
PRGNAM=bibletime
|
PRGNAM=bibletime
|
||||||
VERSION=${VERSION:-2.11_rc2}
|
VERSION=${VERSION:-2.11.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -79,6 +79,7 @@ mkdir build
|
||||||
cd build
|
cd build
|
||||||
echo "1 cmake from `pwd`"
|
echo "1 cmake from `pwd`"
|
||||||
cmake \
|
cmake \
|
||||||
|
-Wno-dev \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_SKIP_RPATH:BOOL=ON \
|
-DCMAKE_SKIP_RPATH:BOOL=ON \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="bibletime"
|
PRGNAM="bibletime"
|
||||||
VERSION="2.11_rc2"
|
VERSION="2.11.0"
|
||||||
HOMEPAGE="http://www.bibletime.info/"
|
HOMEPAGE="http://www.bibletime.info/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/bibletime/bibletime-2.11_rc2.tar.xz"
|
DOWNLOAD="http://downloads.sourceforge.net/bibletime/bibletime-2.11.0.tar.xz"
|
||||||
MD5SUM="088988723ccf0c141669f00ab9f31f6e"
|
MD5SUM="196335c6c2f3abae4bfddd675dd05a30"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="sword qt5"
|
REQUIRES="sword qt5"
|
||||||
|
|
Loading…
Reference in a new issue