summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-02 21:32:04 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-02 21:36:57 +0100
commit3a97b1edecd630c0f48d3b0a28f053b0489a9597 (patch)
tree4743b6dcef79e840defe3f0c9f326801845aadf4 /kde-plasma/kwallet-pam
parentmedia-radio/flrig: Drop old (diff)
downloadgentoo-3a97b1edecd630c0f48d3b0a28f053b0489a9597.tar.gz
gentoo-3a97b1edecd630c0f48d3b0a28f053b0489a9597.tar.bz2
gentoo-3a97b1edecd630c0f48d3b0a28f053b0489a9597.zip
kde-plasma: Add KDE Plasma 5.11.5
See also: https://www.kde.org/announcements/plasma-5.11.4-5.11.5-changelog.php Package-Manager: Portage-2.3.19, Repoman-2.3.6
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.11.5.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 0cca91d667e4..2a45317c4de9 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,2 +1,3 @@
DIST kwallet-pam-5.10.5.tar.xz 17908 BLAKE2B dc1a49c25b8d87dc51cc4940016f1ca84964e237126f33e18f71e58ebdce92a00e37d7e0cdcd1abdf25c70a6af423bc571d29a68ec45233b28b100ea68d86051 SHA512 7a2e1a0a85ffc7d9dfd6a1dc8a16d7117f30fc3b983756e28fc11a19bddf99a273842a1774ccf93c5c879a1d899212f6b6d0808fa14eb17260396f5c207e3dc5
DIST kwallet-pam-5.11.4.tar.xz 18640 BLAKE2B 5bff159a18b091a214f8ca0b7154a94e0b27751e2576a8e89d9ff8a6b84c460945d8898492965bb55b8b2ce58730158fa9fc49fcd40faa061e9af526c18a861c SHA512 79d3c2f850f6956dc335151a34e388c4e7402e5b9115ad2d8902783cf12f96488610b22edc0087d49d2f89563f2053735567ca40d8308f56d36e7d38b55a0b6d
+DIST kwallet-pam-5.11.5.tar.xz 19060 BLAKE2B 814199f67c9026ca420c66d0dbe48ef9f1cab2d30bf3784cb3441af56ceec9ab3841dcf41021bbc5d42edffc0fc0849b714c1f279065c974bba794924fc0879c SHA512 1602ef0eeec86c653c2a99c1c514133367e7dee07d11ffbe0533066d895c71e3b7dd90187cb353446b717738600143cd09de1a5baffad5113152fd616bef90ee
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.11.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.11.5.ebuild
new file mode 100644
index 000000000000..8c9a7437fc09
--- /dev/null
+++ b/kde-plasma/kwallet-pam/kwallet-pam-5.11.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"
+}