app-crypt/sirikali - 1.8.6 (mrchicken)

Search

Install

Install this version:

emerge -a =app-crypt/sirikali-1.8.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-crypt/sirikali-1.8.6

Or alternatively:

emerge --autounmask-write -a =app-crypt/sirikali-1.8.6

Package Information

Description:
A Qt/C++ GUI front end to some encrypted filesystems and sshfs
Homepage:
https://mhogomchungu.github.io/sirikali/ https://github.com/mhogomchungu/sirikali
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.8.6 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

CMAKE_BUILD_TYPE=RELEASE
inherit cmake optfeature

DESCRIPTION="A Qt/C++ GUI front end to some encrypted filesystems and sshfs"
HOMEPAGE="
	https://mhogomchungu.github.io/sirikali/
	https://github.com/mhogomchungu/sirikali
"
SRC_URI="https://github.com/mhogomchungu/sirikali/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="debug +keyring kwallet +pwquality test"
RESTRICT="!test? ( test )"

DEPEND="
	dev-qt/qtbase:6[dbus,gui,network,widgets]
	dev-libs/libgcrypt:0=
	pwquality? ( dev-libs/libpwquality )
"

src_prepare() {

	#NONETWORKSUPPORT is broken, see https://github.com/mhogomchungu/sirikali/issues/299
	#sed -i '/HAS_NETWORK_SUPPORT/d' CMakeLists.txt || die "unable to sed"

	# do not install compressed MAN files
	sed -i 's/\.1\.gz/\.1/g' CMakeLists.txt
	cd src
	unpack ./sirikali.1.gz ./sirikali.pkexec.1.gz
	cd ..

	cmake_src_prepare
	eapply_user
}

src_configure() {
	local mycmakeargs=(
		-DBUILD_WITH_QT6=true
		-DINTERNAL_LXQT_WALLET=true
		-DNOSECRETSUPPORT=$(usex keyring false true)
		-DNOKDESUPPORT=$(usex kwallet false true)
	)
	DCMAKE_BUILD_TYPE=$(usex debug RelWithDebInfo Release) cmake_src_configure
}

pkg_postinst() {
	optfeature "CryFS support" \
		"sys-fs/cryfs"

	if has_version 'kde-frameworks/kwallet:6'; then
		ewarn "kwallet6 is untested for SiriKali!"
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-crypt/sirikali | euse -E <flag> -p app-crypt/sirikali | euse -D <flag> -p app-crypt/sirikali

Global/Standard Flags

keyring
Default: Enabled (+)
pwquality
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	dev-qt/qtbase:6[dbus,gui,network,widgets]
	dev-libs/libgcrypt:0=
	pwquality? ( dev-libs/libpwquality )

Manifest for 1.8.6

Type File Size Source URLs
DIST sirikali-1.8.6.gh.tar.gz 1986384 bytes https://github.com/mhogomchungu/sirikali/archive/refs/tags/1.8.6.tar.gz