diff options
| -rw-r--r-- | kde-plasma/kwallet-pam/Manifest | 1 | ||||
| -rw-r--r-- | kde-plasma/kwallet-pam/kwallet-pam-5.27.1.ebuild | 37 |
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..1c6648173e7 --- /dev/null +++ b/kde-plasma/kwallet-pam/Manifest @@ -0,0 +1 @@ +DIST kwallet-pam-5.27.1.tar.xz 22844 BLAKE2B 52ee60bd2defd80b942e7ed65a0a572a83553b4e95c1b7aa973419247ec22eefb86fd37924f8004b303428daf1a20ab9cb743479e87ec5ad25729618c55667c6 SHA512 a1f4a6ab97a35c35547472219fc3d6a4de55dc0dba9909b4830c09a424f2561284d708362d37531716764fe1c47cd8f234aff9b1b6511bdd51828d55dd6f0c0b diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.27.1.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.27.1.ebuild new file mode 100644 index 00000000000..cfb8a1b6466 --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.27.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.102.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="5" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + dev-libs/libgcrypt:0= + >=kde-frameworks/kwallet-${KFMIN}:5 + 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:5." + elog "See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking" +} |
