diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-12 14:15:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-12 14:15:49 +0100 |
commit | 422daa2f216e7442fa74759e58761083afe150b2 (patch) | |
tree | c87945f5e4c64780d78e5599e48c58237173e5af /kde-plasma/kwallet-pam | |
parent | sys-devel/clang-runtime: Bump to 8.0.0rc5 (diff) | |
download | gentoo-422daa2f216e7442fa74759e58761083afe150b2.tar.gz gentoo-422daa2f216e7442fa74759e58761083afe150b2.tar.bz2 gentoo-422daa2f216e7442fa74759e58761083afe150b2.zip |
kde-plasma: Add KDE Plasma 5.15.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.3.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index 7f137477d133..63bf8c6dfb04 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.2.tar.xz 19248 BLAKE2B 2918177082dbc0f079d17197898f3ea8c7e4b727c88524ee52cd7c05a2c4870d7e6d5fab558901441ee293776b2fd9e7bfda818c8f0049e81a87e6d7756c4ef1 SHA512 8a73186309f22ba4a26b8aea4cc4dbcc6631d747d82b67df485e03cb12d11542b0af64b8a14158267833fff1d0cbd35ab46d97d670c14eeb3914f684e1041b9f +DIST kwallet-pam-5.15.3.tar.xz 19252 BLAKE2B 94f785598ce19792f226b4da7f16791089c5da44cdf1bc91fc466b71dfda4e3984a5b753f1bae25c40403f988ea76e4a32440563af43b183062e4e379b921275 SHA512 0e913340590991c5b9897da6d72eba01864a279ceea6edef4d30865ba3b1e11e462c0b46f8d683036afbe23c2c0895776d1facc1159942ffb5b5d37b73e3ef54 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.15.3.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.15.3.ebuild new file mode 100644 index 000000000000..1aa3a587a80a --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.15.3.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" +} |