diff options
| -rw-r--r-- | kde-plasma/kwallet-pam/Manifest | 1 | ||||
| -rw-r--r-- | kde-plasma/kwallet-pam/kwallet-pam-6.4.90.ebuild | 36 |
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..9f8ff98c944 --- /dev/null +++ b/kde-plasma/kwallet-pam/Manifest @@ -0,0 +1 @@ +DIST kwallet-pam-6.4.90.tar.xz 22368 BLAKE2B 80eb764ef4b97f2c607a369c1d903e82ac827b9979274e8fe7abe8cf29615d8011ace769d93c64a0ffb7b5b0d5cf15279edcd305683d352e8d183805b06641c3 SHA512 55479373129e6a12c0e1f0b60ad35798d8120b7a84d36eda06a7f4b60bafc5a33424e716282d8255c1fec7878bc8c37310316a648b045875e602702db8338dc3 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-6.4.90.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-6.4.90.ebuild new file mode 100644 index 00000000000..223ea802c4a --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-6.4.90.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=6.18.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 +" +BDEPEND="virtual/pkgconfig" + +src_configure() { + local mycmakeargs=( + -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)" + ) + ecm_src_configure +} + +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" +} |
