summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-02 20:21:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-02 23:05:24 +0200
commit55391d594cbb90254c591743415442484c3b0d02 (patch)
tree0495277eae519b0471a036e40a57ebd77d661530 /kde-plasma/kwallet-pam
parentdev-python/pillow: bump to 6.0.0 (diff)
downloadgentoo-55391d594cbb90254c591743415442484c3b0d02.tar.gz
gentoo-55391d594cbb90254c591743415442484c3b0d02.tar.bz2
gentoo-55391d594cbb90254c591743415442484c3b0d02.zip
kde-plasma: Add KDE Plasma 5.15.4
Package-Manager: Portage-2.3.62, 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/Manifest1
-rw-r--r--kde-plasma/kwallet-pam/kwallet-pam-5.15.4.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 85337ada7eb2..fd3ac180bee0 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.3.tar.xz 19252 BLAKE2B 94f785598ce19792f226b4da7f16791089c5da44cdf1bc91fc466b71dfda4e3984a5b753f1bae25c40403f988ea76e4a32440563af43b183062e4e379b921275 SHA512 0e913340590991c5b9897da6d72eba01864a279ceea6edef4d30865ba3b1e11e462c0b46f8d683036afbe23c2c0895776d1facc1159942ffb5b5d37b73e3ef54
+DIST kwallet-pam-5.15.4.tar.xz 19336 BLAKE2B a072098f1ba1efecc461c49184924d11f91d01f388ddd4dbfa6b6c7f99a928ed376005cb8884226503012faac99d04598b40769fb482bf45724015ea677a6ab8 SHA512 ec9db3e62f7efb2424dc20e18e6cad3b9db8649f4859d9e3b3ec61a28ae818fcf939d028fd3cdd9701189851690820faf464e08926b468af8c72a4d252986596
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.15.4.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.15.4.ebuild
new file mode 100644
index 000000000000..1aa3a587a80a
--- /dev/null
+++ b/kde-plasma/kwallet-pam/kwallet-pam-5.15.4.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"
+}