diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-02-25 08:54:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 08:54:00 +0700 |
commit | 9d81ec7fcf922efabbee4f2ee3bfe4cdb32ec3eb (patch) | |
tree | 35a7270e75de607f57292617b3400f42e565c718 /academic/xiphos | |
parent | 7b44ece02d89e798b311366f97b6615c3b14c55f (diff) |
academic/xiphos: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/xiphos')
-rw-r--r-- | academic/xiphos/xiphos.SlackBuild | 5 | ||||
-rw-r--r-- | academic/xiphos/xiphos.info | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/academic/xiphos/xiphos.SlackBuild b/academic/xiphos/xiphos.SlackBuild index d7638e29e299..3471341e366b 100644 --- a/academic/xiphos/xiphos.SlackBuild +++ b/academic/xiphos/xiphos.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xiphos -# Copyright 2015-2022 Tim Dickson, email: dickson.tim@googlemail.com +# Copyright 2015-2023 Tim Dickson, email: dickson.tim@googlemail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,6 +22,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +#note: webkit2gtk is a dep, but is already included as a dep of yelp. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xiphos @@ -85,7 +87,6 @@ find -L . \ echo "#define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_2_26)" >>cmake/config.h.cmake.in mkdir -p build cd build -echo "1" cmake -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ diff --git a/academic/xiphos/xiphos.info b/academic/xiphos/xiphos.info index 2e531b0cacd5..a431c6b994eb 100644 --- a/academic/xiphos/xiphos.info +++ b/academic/xiphos/xiphos.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/crosswire/xiphos/releases/download/4.2.1/xiphos-4.2 MD5SUM="77d8a99c063433bea3006954710b2fd5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="sword webkit2gtk biblesync rarian gtkhtml libminizip appstream-glib yelp" +REQUIRES="sword biblesync rarian gtkhtml libminizip appstream-glib yelp" MAINTAINER="Tim Dickson" EMAIL="dickson.tim@googlemail.com" |