diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-21 00:06:24 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-21 00:06:24 +0200 |
commit | d2b4464b16e208a03a1c6f1a5d472d57b8c092d4 (patch) | |
tree | 1a73d96719e912451a20ce9c65f24e17a6ed9499 | |
parent | kde-plasma/ksystemstats: 5.27.6 version bump (diff) | |
download | gentoo-d2b4464b16e208a03a1c6f1a5d472d57b8c092d4.tar.gz gentoo-d2b4464b16e208a03a1c6f1a5d472d57b8c092d4.tar.bz2 gentoo-d2b4464b16e208a03a1c6f1a5d472d57b8c092d4.zip |
kde-plasma/kwallet-pam: 5.27.6 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-plasma/kwallet-pam/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwallet-pam/kwallet-pam-5.27.6.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index b7896c93d41b..32534ebbdb99 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1 +1,2 @@ DIST kwallet-pam-5.27.5.tar.xz 23024 BLAKE2B d1d4c54b041ad1e17040c8bf5c2725e77a9931681ecf8d62aba608a535873f534eb647fad3b1d8b5ae71e2a910d122c25e467aee9e67ae32eea540701650b918 SHA512 175e13515ee63f6963adc81460447d14d0ea021cce3bd3ebd3b5ade4e82ff76b614f55fc8620c0b37d69a56a28680aaec849cf48b45173accdecb5d6efd366fc +DIST kwallet-pam-5.27.6.tar.xz 22884 BLAKE2B 63d1e53d2192cb5cc1b313c910a577699efbe2cefce5a43bdf54b0887c2e57e433c68a2435c8a84a57ff84c924dfd6c5b0d3d7d6efbcb708991f5ba0b622654c SHA512 c379679129844ff0feea2304972537999a47e9884c7d6580efad30c90730385400241417622fdbb0d746a17c7a6ebf95a14d2b4410b0fc9bccc1de96d89027df diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.27.6.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.27.6.ebuild new file mode 100644 index 000000000000..cfb8a1b64668 --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.27.6.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" +} |