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
parent
commit
72683eb055
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 3
      academic/xiphos/xiphos.SlackBuild
  2. 6
      academic/xiphos/xiphos.info

3
academic/xiphos/xiphos.SlackBuild

@ -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 \

6
academic/xiphos/xiphos.info

@ -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"

Loading…
Cancel
Save