summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-plasma/kwallet-pam/Manifest1
-rw-r--r--kde-plasma/kwallet-pam/kwallet-pam-5.92.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..a8630a77fb8
--- /dev/null
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -0,0 +1 @@
+DIST kwallet-pam-5.92.0.tar.xz 22892 BLAKE2B 3856b8e4eb97a3f0cb6fb5f6ebd27d60511ad3b8d638a2962f9e18b97799955ce5d3123bff83f614c42d579c32ca7cbde898f2fb9ef64cc1653cebe14ff46ed2 SHA512 bd4d1740096aac0b962f360296f82c1211ece65c2baf7ebfe03896413a91e5631e9c2fbc3aedc0fefae88394a347d6357d7b160c237b8e87e79eec9cedcb4433
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.92.0.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.92.0.ebuild
new file mode 100644
index 00000000000..cb96191a0a2
--- /dev/null
+++ b/kde-plasma/kwallet-pam/kwallet-pam-5.92.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=9999
+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"
+}