diff options
author | 2024-10-22 17:04:01 +0200 | |
---|---|---|
committer | 2024-10-22 17:28:35 +0200 | |
commit | 8692f97f711face097b7fe9ea32ad55c0b129fb2 (patch) | |
tree | d91cb49d8e04a15f4349b64fbbb601d0c7c659b8 /kde-plasma/kwallet-pam | |
parent | kde-plasma/ksystemstats: 6.2.2 version bump (diff) | |
download | gentoo-8692f97f711face097b7fe9ea32ad55c0b129fb2.tar.gz gentoo-8692f97f711face097b7fe9ea32ad55c0b129fb2.tar.bz2 gentoo-8692f97f711face097b7fe9ea32ad55c0b129fb2.zip |
kde-plasma/kwallet-pam: 6.2.2 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-6.2.2.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index 6c6cdd40c70b..7ad00169e97f 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1,2 +1,3 @@ DIST kwallet-pam-6.1.5.tar.xz 22524 BLAKE2B 3ae0ed78f568962ba24261d7f0801e9405c6356d4688ec914da750663cc10d2a0ada0b58dda4c5aa50035bda3f71b094654596ed5a00af91e433bb968854b4ad SHA512 367836153d8624c9e1df9fa24a05d09455d36584bceb452bb27958eeabc6a71648fa8cff77d3674e8cc21cf30044da2427a81d7302acb4e512de2c8d8b34258a DIST kwallet-pam-6.2.1.tar.xz 22464 BLAKE2B 192a932e6d1d0f6dd9dc33492362785deac243584f7d32f4e18ee143998c42a700f77609438e5bc0f07fb23c3425ca5e60e77a741002509ebc8ed1f811632eb8 SHA512 86f1eb0b62b929ccd10eed6aea36eaa894424dffe5bf0ade446fca20c02aa6a4e0ef2014a1be7bb0cdf40e3a3771b8e71c088bca48207db312d0e1d30d975aa8 +DIST kwallet-pam-6.2.2.tar.xz 22472 BLAKE2B 225e4927107c670b533fd04c79f47ef4cc236f507e2d9f44362e3d2fae073c2f6e7ec82d3424fc65bbfb3396b1cc7f72dab931bc0c486cfc2e2706eee67325e6 SHA512 2ac03aac2b44c6ba98a0341c8bcbfa985f6f1d7e40fcfeb0e9a8053bc41b1d72142ecd69568d7fb067b075c15d76a55eabbda8145cbd7b30fbbeaeb9dcd8ca80 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-6.2.2.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-6.2.2.ebuild new file mode 100644 index 000000000000..dfa8a66a00e8 --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-6.2.2.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" +} |