diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-01 17:26:08 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-01 18:31:26 +0200 |
commit | a8f33e45f368dbdafd06d03d968d994c7a621cca (patch) | |
tree | ecff4f1d0c132ff9f8fe1f67b8d494e5940f80e5 /kde-plasma/kwallet-pam | |
parent | kde-plasma/ksysguard: 5.19.5 version bump (diff) | |
download | gentoo-a8f33e45f368dbdafd06d03d968d994c7a621cca.tar.gz gentoo-a8f33e45f368dbdafd06d03d968d994c7a621cca.tar.bz2 gentoo-a8f33e45f368dbdafd06d03d968d994c7a621cca.zip |
kde-plasma/kwallet-pam: 5.19.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.19.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 6caab82ccecc..644bfd4ba28a 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1,2 +1,3 @@ DIST kwallet-pam-5.18.5.tar.xz 19800 BLAKE2B 695fb89d1a54bfc44b06bee4881ae357a42c82b6506a6ed7966c30bb28137ee379ac1beb9391982c15ac63e95c0a1bbba2e0950ee89e050a2ceaf296b98958d4 SHA512 050b3ca66f3b078bb7bccb4a3b7750787bf22d18af60972969f83141b99eac4441fa08d48022278cfe28c8f96f7a1d9ca346f155d8ddbdb60b17bc9c142521cc DIST kwallet-pam-5.19.4.tar.xz 19864 BLAKE2B d98c617346bc90a4664e5474e279ffb40aad2dad31ae7cab5918145abd2a4eb0288d334b72d072d6a9b24d0292468776eeeaef118959df7f64a996147006b279 SHA512 a5c944ca8690c5b0526371e3deb7a031a94a3590ac3d13271d9887fb84b515c3bd05b5c059f999a2b21ae99bb187b3b0c67dce72badbbafb17ebfbd9c946fc52 +DIST kwallet-pam-5.19.5.tar.xz 19932 BLAKE2B 28d8419f500c163ba15a79cc994af70b723dff24fa8c32e899bd856766290f20d09e3ee98e164d55596d1b97137e92096f9c2c3cf2386bb700aa0b7bcfed1c39 SHA512 3fe30f979f6ee838b073b7afdb406068f90529fbbac3513d65145f6a46ab8ba0b61ba11a3e9192c60b1ddd50e9af448c1298725fc01dca483b40a8030053095d diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.19.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.19.5.ebuild new file mode 100644 index 000000000000..d6c7a68a251a --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.19.5.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KFMIN=5.71.0 +PVCUT=$(ver_cut 1-3) +inherit ecm kde.org + +DESCRIPTION="PAM module to not enter KWallet password again after login" + +LICENSE="LGPL-2.1" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~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" +} |