diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-07 20:29:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-08 19:03:38 +0200 |
commit | b3b5564327f160ed033b7c2d7781f0bb99f9dc85 (patch) | |
tree | bf8082f2f50b947e1305e878144414a8939194e3 /kde-plasma/kwallet-pam | |
parent | net-misc/vde: No more ltprune (diff) | |
download | gentoo-b3b5564327f160ed033b7c2d7781f0bb99f9dc85.tar.gz gentoo-b3b5564327f160ed033b7c2d7781f0bb99f9dc85.tar.bz2 gentoo-b3b5564327f160ed033b7c2d7781f0bb99f9dc85.zip |
kde-plasma: Add KDE Plasma 5.15.5
Package-Manager: Portage-2.3.66, Repoman-2.3.12
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.15.5.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index c8ef25d288ca..e6f9dfd84b17 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1,2 +1,3 @@ DIST kwallet-pam-5.14.5.tar.xz 19120 BLAKE2B 61d049e49be42028833d60c6da30d31b80d0e3e2842e7ad281c1062d18202116d7044ac8311e8bed5e2f6430eb8e1fdfc7bda24309b322c9ced1eb8f0d45aa64 SHA512 ea841e20bcb948418129d94f938e76b46360c6d6bc9d49b882b6c29997fe8fc5257d245e02f7462490a03d2cc2a49749568a085bec297da4fc7caa8f14acf5cf DIST kwallet-pam-5.15.4.tar.xz 19336 BLAKE2B a072098f1ba1efecc461c49184924d11f91d01f388ddd4dbfa6b6c7f99a928ed376005cb8884226503012faac99d04598b40769fb482bf45724015ea677a6ab8 SHA512 ec9db3e62f7efb2424dc20e18e6cad3b9db8649f4859d9e3b3ec61a28ae818fcf939d028fd3cdd9701189851690820faf464e08926b468af8c72a4d252986596 +DIST kwallet-pam-5.15.5.tar.xz 19332 BLAKE2B b5d552500584888d6fd2662e7332623f51ec4a90885c983f492fbff8768b144a5d0bfff8e7466f68b833bbea436b9424b55f221402e1c9ddc8626be63910b521 SHA512 4a1a0b6f4d607a71b2dee3317acd0af1c76991a628be50d67c8231d756255577fe90e0f938050c8f6d6f295d5299deb8a88afbd7eac28050d3b905267bfd7636 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.15.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.15.5.ebuild new file mode 100644 index 000000000000..1aa3a587a80a --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.15.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="KWallet PAM module to not enter password again" +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm ~arm64 ~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" +} |