diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-12 20:39:24 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-12 20:41:48 +0100 |
commit | 30026b45f60eff6506c3385a4c85c7d7b64958e5 (patch) | |
tree | 9047352a4c753df82973e1ce93ccb63904a2ae34 /kde-plasma/kwallet-pam | |
parent | Revert "net-irc/irssi: Restore some random keywords" (diff) | |
download | gentoo-30026b45f60eff6506c3385a4c85c7d7b64958e5.tar.gz gentoo-30026b45f60eff6506c3385a4c85c7d7b64958e5.tar.bz2 gentoo-30026b45f60eff6506c3385a4c85c7d7b64958e5.zip |
kde-plasma: Add KDE Plasma 5.15.0
Package-Manager: Portage-2.3.60, 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.0.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index b41ddc1d6dc9..b1137e521af5 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1 +1,2 @@ DIST kwallet-pam-5.14.5.tar.xz 19120 BLAKE2B 61d049e49be42028833d60c6da30d31b80d0e3e2842e7ad281c1062d18202116d7044ac8311e8bed5e2f6430eb8e1fdfc7bda24309b322c9ced1eb8f0d45aa64 SHA512 ea841e20bcb948418129d94f938e76b46360c6d6bc9d49b882b6c29997fe8fc5257d245e02f7462490a03d2cc2a49749568a085bec297da4fc7caa8f14acf5cf +DIST kwallet-pam-5.15.0.tar.xz 19260 BLAKE2B b4687fd3fb878514d17b9198ad472e84065bbc0cd689ea231e7221195b988c0debafcea115596b63d6340224d9a2fad9409c78e61b894cfdfbefef29e2129e49 SHA512 a827d8e7faff760982865843e9517f0f58286c89ddd01c1e63bd2bc3bbb15f3ff43539d60b7dc259b66c839c6759169cfb0797cc096d3f8648e3282917b0d57d diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.15.0.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.15.0.ebuild new file mode 100644 index 000000000000..101c088233db --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.15.0.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 ~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" +} |