Browse Source
academic/xiphos: Updated for version 4.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/299/head
Tim Dickson
6 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
4 deletions
-
academic/xiphos/xiphos.SlackBuild
-
academic/xiphos/xiphos.info
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=xiphos |
|
|
|
VERSION=${VERSION:-4.3.1} |
|
|
|
VERSION=${VERSION:-4.3.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
@ -94,6 +94,7 @@ find -L . \ |
|
|
|
XDG_RUNTIME_DIR=$(pwd) |
|
|
|
mkdir -p build |
|
|
|
cd build |
|
|
|
export XDG_CACHE_HOME=$(pwd) |
|
|
|
cmake -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ |
|
|
|
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ |
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr \ |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="xiphos" |
|
|
|
VERSION="4.3.1" |
|
|
|
VERSION="4.3.2" |
|
|
|
HOMEPAGE="https://xiphos.org" |
|
|
|
DOWNLOAD="https://github.com/crosswire/xiphos/archive/4.3.1/xiphos-4.3.1.tar.gz" |
|
|
|
MD5SUM="ed642997535a1c5a394362b5be8de307" |
|
|
|
DOWNLOAD="https://github.com/crosswire/xiphos/archive/4.3.2/xiphos-4.3.2.tar.gz" |
|
|
|
MD5SUM="6c5cb8769212de742ad746e75e6e744b" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="sword biblesync rarian gtkhtml libminizip appstream-glib yelp webkit2gtk4.1" |
|
|
|
|