summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-plasma/kwallet-pam/Manifest1
-rw-r--r--kde-plasma/kwallet-pam/kwallet-pam-6.0.90.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
new file mode 100644
index 00000000000..6a715239feb
--- /dev/null
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -0,0 +1 @@
+DIST kwallet-pam-6.0.90.tar.xz 23148 BLAKE2B 4c1e6a6adb4347002fbe90710d1997f7f3c48e5e8c937fbffab43600fbe028300d386d31a187958857d72e10d121cee1d09d242d4b554a0c0c65505bd4b67660 SHA512 a5a8f5bc3637454dc0b4f1e37114c11ceaa0f4bd02d5e0d1f9e8f4a9e8c0af1bf0874a7a7f1eb8d846cc211361d347abf51283977cc78d087789d3def2d8c81a
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-6.0.90.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-6.0.90.ebuild
new file mode 100644
index 00000000000..ac1757b72f6
--- /dev/null
+++ b/kde-plasma/kwallet-pam/kwallet-pam-6.0.90.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.2.0
+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"
+}