summaryrefslogtreecommitdiff
path: root/kde-plasma
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kwallet-pam/Manifest1
-rw-r--r--kde-plasma/kwallet-pam/kwallet-pam-6.0.0.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
new file mode 100644
index 00000000000..bbbaa11accb
--- /dev/null
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -0,0 +1 @@
+DIST kwallet-pam-6.0.0.tar.xz 23012 BLAKE2B 5ab815f3b554b3b3af950b5d9cb36c8d203560a2b5e42ad9fa8db7a470367ef578ffa70427c63fc530c9ed20f9b528b46078364c7aa4c181bdb1c92a4e777e1a SHA512 38fab5a9a77b4cf08a9a142e2777d8ea9623b6c4cb82337a4d98920c47550eff31e9ceb669b04f2b156af3c56ec3ad4631e90690d1093f2859a8b1630bd4d0ea
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-6.0.0.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-6.0.0.ebuild
new file mode 100644
index 00000000000..cb964d02d81
--- /dev/null
+++ b/kde-plasma/kwallet-pam/kwallet-pam-6.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.0
+PVCUT=$(ver_cut 1-3)
+inherit ecm plasma.kde.org
+
+DESCRIPTION="PAM module to not enter KWallet password again after login"
+
+LICENSE="LGPL-2.1"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ dev-libs/libgcrypt:0=
+ >=kde-frameworks/kwallet-${KFMIN}:6
+ sys-libs/pam
+"
+RDEPEND="${DEPEND}
+ net-misc/socat
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
+ )
+ ecm_src_configure
+}
+
+pkg_postinst() {
+ ecm_pkg_postinst
+ elog "This package enables auto-unlocking of kde-frameworks/kwallet:6."
+ elog "See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking"
+}