New package: kleopatra:20.12.3

This commit is contained in:
Justin Jagieniak 2021-03-20 04:59:23 +01:00 committed by John Zimmermann
parent ef740f66aa
commit 370688391d
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,11 @@
Kleopatra is using pinentry for entering passphrases.
To avoid errors for key-generation, please install one of the following dependencies:
pinentry-qt (For QT - used by KDE desktops)
pinentry-gnome (Gnome)
pinentry-gtk2 (For GTK2 desktops)
You have to set it as as default pinentry, for example:
echo "pinentry-program /usr/bin/pinentry-qt" > ~/.gnupg/gpg-agent.conf
LogOut and LogIn your user again.

View file

@ -0,0 +1,20 @@
# Template file for 'kleopatra'
pkgname=kleopatra
version=20.12.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons gettext kconfig"
makedepends="kcmutils-devel AppStream kitemmodels-devel gpgmeqt-devel libkleo-devel kmime-devel"
depends="gnupg2"
checkdepends="dbus gnupg2"
short_desc="Certificate Manager and Unified Crypto GUI"
maintainer="Justin Jagieniak <justin@jagieniak.net>"
license="GPL-2.0-or-later, LGPL-2.1-or-later, GFDL-1.2-or-later"
homepage="https://www.kde.org/applications/utilities/kleopatra/"
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
checksum="bf30f99bc6abd44d512ca8c53a7e81af625db72547a33df5c581101d787feaa0"
do_check() {
QT_QPA_PLATFORM=offscreen CTEST_OUTPUT_ON_FAILURE=TRUE \
dbus-run-session ninja -C build test
}