kwallet-pam makes it possible to unlock your kwallet as soon as you open your session. It basically get's rid of the annoying popup that asks you to unlock your wallet. Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
28 lines
696 B
PHP
28 lines
696 B
PHP
# SPDX-FileCopyrightText: 2024 Marc Ferland <marc.ferland@sonatest.com>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
SUMMARY = "KWallet PAM Integration"
|
|
HOMEPAGE = "https://invent.kde.org/plasma/kwallet-pam"
|
|
LICENSE = "BSD-3-Clause & LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/LGPL-2.1-or-later.txt;md5=147a320ed8b16b036829a0c71d424153 \
|
|
file://LICENSES/BSD-3-Clause.txt;md5=954f4d71a37096249f837652a7f586c0 \
|
|
"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
libpam \
|
|
libgcrypt \
|
|
kwallet \
|
|
"
|
|
|
|
RDEPENDS:${PN} += "socat"
|
|
|
|
inherit cmake_plasma systemd
|
|
|
|
FILES:${PN} += "${libdir}/security/pam_kwallet5.so"
|
|
|
|
SYSTEMD_SERVICE:${PN} = "plasma-kwallet-pam.service"
|
|
SYSTEMD_AUTO_ENABLE:${PN} = "disable"
|