diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-08 17:24:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-08 17:35:14 +0200 |
commit | f12a7beb1a538312d76fb68658dbbe2e6a2b896f (patch) | |
tree | 54008f62abfb837919877c12a7f69ad96b46e7ae /kde-plasma | |
parent | kde-plasma/ksystemstats: 6.2.0 version bump (diff) | |
download | gentoo-f12a7beb1a538312d76fb68658dbbe2e6a2b896f.tar.gz gentoo-f12a7beb1a538312d76fb68658dbbe2e6a2b896f.tar.bz2 gentoo-f12a7beb1a538312d76fb68658dbbe2e6a2b896f.zip |
kde-plasma/kwallet-pam: 6.2.0 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-6.2.0.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index 1af6bebd88ea..8b9feac5244c 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1 +1,2 @@ DIST kwallet-pam-6.1.5.tar.xz 22524 BLAKE2B 3ae0ed78f568962ba24261d7f0801e9405c6356d4688ec914da750663cc10d2a0ada0b58dda4c5aa50035bda3f71b094654596ed5a00af91e433bb968854b4ad SHA512 367836153d8624c9e1df9fa24a05d09455d36584bceb452bb27958eeabc6a71648fa8cff77d3674e8cc21cf30044da2427a81d7302acb4e512de2c8d8b34258a +DIST kwallet-pam-6.2.0.tar.xz 22548 BLAKE2B a736d4a2f50dc45d7d6e008241cabe5467f725c2d84530002d58018cc27ab68d328df1e1298e6e35308e995177ef725b65ff532dba5146f7eabc41ca4267334d SHA512 1aaefbc300812ed761f28976c10b65d7176bbd07fdda545f955c34b70258e8e542bae698b2748e40e63a74cd54fb0de7fbed7439256a9e8c07193c92871679cf diff --git a/kde-plasma/kwallet-pam/kwallet-pam-6.2.0.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-6.2.0.ebuild new file mode 100644 index 000000000000..dfa8a66a00e8 --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-6.2.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=6.6.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 ~arm64 ~ppc64 ~riscv ~x86" +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() { + ecm_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" +} |