diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-04 10:15:40 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-04 16:19:29 +0100 |
commit | d2f67420c8c4b5d5963865987d92b9c725cc8b1c (patch) | |
tree | b52449d3f117ae856082c173485d9bd79f120774 /kde-plasma/kwallet-pam | |
parent | kde-plasma/ksystemstats: 5.26.5 version bump (diff) | |
download | gentoo-d2f67420c8c4b5d5963865987d92b9c725cc8b1c.tar.gz gentoo-d2f67420c8c4b5d5963865987d92b9c725cc8b1c.tar.bz2 gentoo-d2f67420c8c4b5d5963865987d92b9c725cc8b1c.zip |
kde-plasma/kwallet-pam: 5.26.5 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.26.5.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index 55473d49bb51..43df7e508f6d 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1,2 +1,3 @@ DIST kwallet-pam-5.25.5.tar.xz 20576 BLAKE2B b0d49d51a558ddfabb96a492822d17c64d7f569b57eefc07aa40c81df350f7bb4e3137d55d6df7a871fac676a4e5dfdffe25675b8d2c60a33a36b0115b6c9f75 SHA512 c79096903d0362a27b0607571cf2f7d949afeb9abdd04b8a9c47e79f03e5d40aa5d9f5c1ae0b4a9a55d725396930525cde71caa1c455cc43710cfbe95de4c683 DIST kwallet-pam-5.26.4.tar.xz 22812 BLAKE2B bb1fa76c46530ed07c951c68ffeee758dff016e82351b0a6d6a272ae70fab3e2cfb7863687bdec4b997780f552604046ad162d010854a41b20f79a911ab1f356 SHA512 bbf19b85c5999415d39897f68949f4eb119c968fb7946bbf8f79f087a957f84c236dbf799686b82a689c61bc172cccebaf8fa15c2aeaa71d1c8db842b11ff19d +DIST kwallet-pam-5.26.5.tar.xz 22808 BLAKE2B 42543b6c08dfbe873b6e2ad6503ac35b63022935ab8c40a93da432bb4d3cc240cf5da75565ef839f4cededb5c41a2a485614e47105161456f3310abcb5b79102 SHA512 bf1aeab2c4db2e0ce6e282890326b78b92ce2079f59a50d5729b0af79a7562bf845027f1f1af510181f851f7c02e4fa67c97ab58514981eca21e02ecb1ed36a3 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.26.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.26.5.ebuild new file mode 100644 index 000000000000..baba242490b1 --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.26.5.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.99.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" +} |