diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-06 23:17:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-07 10:05:58 +0100 |
commit | ed8433745e97aaaa96462dd6004634230c8584a2 (patch) | |
tree | f59ff6d47fe1fa241c53febb5a727f56978ef4b2 /kde-plasma | |
parent | kde-plasma/ksystemstats: 5.27.10 version bump (diff) | |
download | gentoo-ed8433745e97aaaa96462dd6004634230c8584a2.tar.gz gentoo-ed8433745e97aaaa96462dd6004634230c8584a2.tar.bz2 gentoo-ed8433745e97aaaa96462dd6004634230c8584a2.zip |
kde-plasma/kwallet-pam: 5.27.10 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-5.27.10.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index e1ee69840fbb..e773c09a8fe0 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1 +1,2 @@ +DIST kwallet-pam-5.27.10.tar.xz 22884 BLAKE2B 80b434ee01322da28157a39b7e2ee0d9f1b8ea8bdb3c604d20afad8b81f8c09e9f7195602d2698343e9968467a985d6a17a62c69ea12a5999acb5c900c8d9087 SHA512 9673d41b2723850efb9cb7b20c2e06ff6d468b5322f5b2cf4aea9baf034ff5134767b0d75402b36512cac1a6cfebac6061982a790aaaebfcf2d8f6a08d532373 DIST kwallet-pam-5.27.9.tar.xz 22876 BLAKE2B 5b7d247a9e64c5979140d9424508fc699c9c487f3582925f93285fd372e79a08dc08ca393865b5b4bc8f1f24ca35ad88a35ea4a19c65c1ec88db205f458e7279 SHA512 98905aa381bcf8cf6925ac2ec3e4bdef81bfd37ad1eb265307315ccce568020011cd0e03f846b27ebd1fe785b138de1b4cecdae71ecd81f765a25526526c474f diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.27.10.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.27.10.ebuild new file mode 100644 index 000000000000..cfb8a1b64668 --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.27.10.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" +} |