diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-20 10:30:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-20 11:14:16 +0100 |
commit | a525712587921b6b95c9b4e93b79696576c29b7c (patch) | |
tree | 70b623cd851884c3b642be8ce8186b1199d8f415 /kde-plasma | |
parent | kde-plasma/ksystemstats: 5.26.90 version bump (diff) | |
download | kde-a525712587921b6b95c9b4e93b79696576c29b7c.tar.gz kde-a525712587921b6b95c9b4e93b79696576c29b7c.tar.bz2 kde-a525712587921b6b95c9b4e93b79696576c29b7c.zip |
kde-plasma/kwallet-pam: 5.26.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/kwallet-pam/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwallet-pam/kwallet-pam-5.26.90.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 0000000000..5bf7dd34a5 --- /dev/null +++ b/kde-plasma/kwallet-pam/Manifest @@ -0,0 +1 @@ +DIST kwallet-pam-5.26.90.tar.xz 22840 BLAKE2B 75fcf92339fcee091001fcf9555580bd2d289191f2e885d0832cde6c06b08110b6df517db3b76dd21a13081664422894cb97a2de36ab241fbc1ffb29aa92661e SHA512 e11ff363b4eca16d1dd9c5cb7d2b8afa3f2dcf19ce0d2edc616312ca9a10539706cfd6a2a3e5a653ba61b336ae0ecb51f39a2e0f37b7189858b92ef2bbab677c diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.26.90.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.26.90.ebuild new file mode 100644 index 0000000000..7d16d41f29 --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.26.90.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" +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" +} |