diff options
author | 2021-07-27 20:52:34 +0200 | |
---|---|---|
committer | 2021-07-27 21:14:34 +0200 | |
commit | 8f8d487b272cccd1409d462679a8c3982cdd598c (patch) | |
tree | 87ce3b908d060a875151ac17ba2f52750e10fc18 /kde-plasma/kwallet-pam | |
parent | kde-plasma/ksystemstats: 5.22.4 version bump (diff) | |
download | gentoo-8f8d487b272cccd1409d462679a8c3982cdd598c.tar.gz gentoo-8f8d487b272cccd1409d462679a8c3982cdd598c.tar.bz2 gentoo-8f8d487b272cccd1409d462679a8c3982cdd598c.zip |
kde-plasma/kwallet-pam: 5.22.4 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwallet-pam')
-rw-r--r-- | kde-plasma/kwallet-pam/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwallet-pam/kwallet-pam-5.22.4.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index 6b6c696610fd..a2542d078dab 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1,2 +1,3 @@ DIST kwallet-pam-5.21.5.tar.xz 19916 BLAKE2B ee0efa7448f7f7d599e83d9a923909fe0de965aa48a8e505b984a5cb54d16c20b3f2f57efb83cd887545e23c3aa9ac4a70c14e9173fff263190c8de5c2c9449f SHA512 4dab0ac4500c6ec01fef71e2197e59afb39c318dfe1e5727832fed2137b5d961bb1aad9c52d356346794ac1dd9e9451f507032aab29028806d9c04c3c566738d DIST kwallet-pam-5.22.3.tar.xz 20140 BLAKE2B 7b8199803be8d841b51149e9e816d798b3d5ad103ed2d5ab85d31e094b86f772ce162c9d1cdf308e2a9511d95a746d914bdb48a3dbfdea97151191bc5b5031c6 SHA512 642306eb23cd823e11412c5ba7502ae5a2e15fe419b6b540155bb67aebefabad66923b99b371b89ae20fa3ae894ddf5d3c09b6df55e0fea44658bbc7c8a8ad22 +DIST kwallet-pam-5.22.4.tar.xz 20144 BLAKE2B 638876d0e0f5fc12bc6de5657c78fe9c0ffe331d3432e95617dc6b74f9f257483998ee98f37a62a88562c526f51525d3ad8fd8fee110f9b663142bf058468058 SHA512 ae2a3c2e71a62b090b5fc5cb46c13d719f234496e9603fed54eb0c63e9b3174e4b42f98fd8fcf11d16e9c55fbdab7dc00091ebe0743d90c9ea7985986351e63d diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.22.4.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.22.4.ebuild new file mode 100644 index 000000000000..852aef5a0d46 --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.22.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KFMIN=5.82.0 +PVCUT=$(ver_cut 1-3) +inherit ecm kde.org + +DESCRIPTION="PAM module to not enter KWallet password again after login" + +LICENSE="LGPL-2.1" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~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" +} |