diff options
author | 2018-05-01 16:52:57 +0200 | |
---|---|---|
committer | 2018-05-01 16:53:08 +0200 | |
commit | 00fae2878f151f1f7294b2408fb215914dfb4bce (patch) | |
tree | 09a8d43a93c85357dff0d88e6054136f6ebefd49 /kde-plasma/kwallet-pam | |
parent | kde-plasma/plasma-desktop: Do not advertise sni-qt anymore (diff) | |
download | kde-00fae2878f151f1f7294b2408fb215914dfb4bce.tar.gz kde-00fae2878f151f1f7294b2408fb215914dfb4bce.tar.bz2 kde-00fae2878f151f1f7294b2408fb215914dfb4bce.zip |
kde-plasma: Version bump KDE Plasma 5.12.5
Package-Manager: Portage-2.3.31, Repoman-2.3.9
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.12.5.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest new file mode 100644 index 0000000000..29c2dacfbd --- /dev/null +++ b/kde-plasma/kwallet-pam/Manifest @@ -0,0 +1 @@ +DIST kwallet-pam-5.12.5.tar.xz 18584 BLAKE2B aa5cef35532288e4ff01c483ec2971c4729bd6d3a039981f5873348a39a6b618d43e635cd24a1d8e10f50ff0e9df005ee7aa31c2f1a9695e93733d6157577128 SHA512 b62518019ec2c8c5251198f9498c66b4768cf91851dd112dea1ac5d2e6ef1a500905afcdc2ff88cf4d26efaed7af508af022b811ba42424a71b4199ae03b0eec diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.12.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.12.5.ebuild new file mode 100644 index 0000000000..8c9a7437fc --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.12.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KWallet PAM module to not enter password again" +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + dev-libs/libgcrypt:0= + virtual/pam +" +RDEPEND="${DEPEND} + net-misc/socat +" + +src_configure() { + local mycmakeargs=( + -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)" + -DKWALLET4=0 + ) + kde5_src_configure +} + +pkg_postinst() { + kde5_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" +} |