desktop/SiriKali: Updated for version 1.7.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Marco Lavorini 2024-11-10 22:51:53 +07:00 committed by Willy Sudiarto Raharjo
parent 13e8573f26
commit 133ba3fa4b
3 changed files with 18 additions and 15 deletions

View file

@ -1,12 +1,17 @@
SiriKali
A Qt/C++ GUI front end to cryfs,gocryptfs,securefs,ecryptfs and encfs
SiriKali works on Linux, macOS and Microsoft Windows Operating Systems
SiriKali is a Qt/C++ GUI application that manages ecryptfs, cryfs,
encfs, gocryptfs, fscrypt and securefs based encrypted folders.
SiriKali can connect to ssh servers using sshfs.
encfs, gocryptfs, fscrypt and securefs based encrypted folders.
SiriKali can also connect to ssh servers using sshfs.
Supported Backends on Linux:
Fscrypt, Securefs, Ecryptfs, Cryfs, Encfs, Gocryptfs and Sshfs.
Fscrypt, Securefs, Ecryptfs, Cryfs, Encfs, Gocryptfs, Sshfs and
Cryptomator.
Users of Securefs and Cppcryptfs should inform SiriKali of where
Securefs and Cppcryptfs binaries are located on the system by setting
the path at: Menu->Settings->External Commands->Set Executables Search
Path.
Please note that SiriKali download gocryptfs and securefs in
"$HOME/.local/share/SiriKali/bin" at first startup.

View file

@ -2,7 +2,7 @@
# Slackware build script for SiriKali
# Copyright 2021-2024 Marco Lavorini - Campiglia Marittima Italy
# Copyright 2024 Marco Lavorini - Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=SiriKali
SRCNAM=$(echo "$PRGNAM" | tr '[:upper:]' '[:lower:]')
VERSION=${VERSION:-1.6.0}
VERSION=${VERSION:-1.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -82,8 +82,6 @@ CXXFLAGS="$SLKCFLAGS" \
cmake \
-DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_INSTALL_PREFIX=/usr \
-DINTERNAL_LXQT_WALLET=false \
-DQT5=true \
. ..
make

View file

@ -1,10 +1,10 @@
PRGNAM="SiriKali"
VERSION="1.6.0"
VERSION="1.7.0"
HOMEPAGE="https://mhogomchungu.github.io/sirikali/"
DOWNLOAD="https://github.com/mhogomchungu/sirikali/releases/download/1.6.0/SiriKali-1.6.0.tar.xz"
MD5SUM="50797aa986fe6b6ee25755abd92688a6"
DOWNLOAD="https://github.com/mhogomchungu/sirikali/releases/download/1.7.0/SiriKali-1.7.0.tar.xz"
MD5SUM="078291389d3c85bdf935cadbcb5355c5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Marco Lavorini"
EMAIL="sbo.mlavorini@outlook.com"
EMAIL="sbo dot mlavorini at outlook dot com"