aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-18 15:12:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-18 16:33:56 +0200
commit74be2dfe1da2b6e45435273578a55c8f43e899cd (patch)
treeb0cc5ef46c99f9a80918cfff2a284517e4909f76 /kde-plasma/kwallet-pam
parentprofiles: Add kde-plasma-5.12.90 package.mask (diff)
downloadkde-74be2dfe1da2b6e45435273578a55c8f43e899cd.tar.gz
kde-74be2dfe1da2b6e45435273578a55c8f43e899cd.tar.bz2
kde-74be2dfe1da2b6e45435273578a55c8f43e899cd.zip
kde-plasma: Add KDE Plasma 5.12.90 (5.13 beta)
Package-Manager: Portage-2.3.38, Repoman-2.3.9 RepoMan-Options: --force
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.12.90.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
new file mode 100644
index 0000000000..b1505a7fa0
--- /dev/null
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -0,0 +1 @@
+DIST kwallet-pam-5.12.90.tar.xz 18600 BLAKE2B d2480b2d6535fd8d2648f061f46eea6338c11847acade9ad963f784a88579c4cce2eec7d9fc460ffee490bfc4e90d9fce11a026be72be28043f37d2bbebd07f5 SHA512 6845cfbd535a0963b1920ee592824522659543567fec92ffc60d0398b918b7ef55ad77444ed0ce55fe859afa563384a086a95c765b96ee033267f5e0c9c28e1b
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.12.90.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.12.90.ebuild
new file mode 100644
index 0000000000..8c9a7437fc
--- /dev/null
+++ b/kde-plasma/kwallet-pam/kwallet-pam-5.12.90.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"
+}