summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-plasma/kwallet-pam/Manifest1
-rw-r--r--kde-plasma/kwallet-pam/kwallet-pam-6.1.0.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..60a1998b1e5
--- /dev/null
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -0,0 +1 @@
+DIST kwallet-pam-6.1.0.tar.xz 23064 BLAKE2B a98ebb6d21383a9ef3a7d2680328645110f49edc6f317b5888300722a15224e74219dc8c75439e80ad6f1482ea862d479a27a20187b7cb95fc6f9ac5ef7cc2f9 SHA512 71b3a79103136c4fd04228e437e8f07a176abf1666ebccc7936097b4f97a363fef71427998e0680d68aede7d3e2182dea049a73e7122c4b198fe19f5e5f06717
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-6.1.0.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-6.1.0.ebuild
new file mode 100644
index 00000000000..ea7774ffa79
--- /dev/null
+++ b/kde-plasma/kwallet-pam/kwallet-pam-6.1.0.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.3.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"
+}