summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-07 16:59:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-07 16:59:55 +0100
commitc271267eba2dc6c051a57815c53b30f75c726f69 (patch)
tree5ab00c34aa81fb1f967afd6bc2ec00b20a10f4b2 /kde-plasma/ksshaskpass
parentwww-client/chromium: stable channel bump (62.0.3202.89) (diff)
downloadgentoo-c271267eba2dc6c051a57815c53b30f75c726f69.tar.gz
gentoo-c271267eba2dc6c051a57815c53b30f75c726f69.tar.bz2
gentoo-c271267eba2dc6c051a57815c53b30f75c726f69.zip
kde-plasma: Add KDE Plasma 5.11.3
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r--kde-plasma/ksshaskpass/Manifest1
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.11.3.ebuild49
2 files changed, 50 insertions, 0 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest
index 94b50ad46769..c7ff32da82d3 100644
--- a/kde-plasma/ksshaskpass/Manifest
+++ b/kde-plasma/ksshaskpass/Manifest
@@ -1,2 +1,3 @@
DIST ksshaskpass-5.10.5.tar.xz 20316 SHA256 5c4a166ca5d6a9d99f91c8640121f02db2002a1480b299e47995533651508ca4 SHA512 bf55ea1b5b79b43d1720c32bbd569aabdde1516d818de3ab567de95736e967327a58055e1e4f73c895c90b35b8149ecc4e736c9b067a05a13852ae4579d0cd6b WHIRLPOOL 16ae562fc0016d40b73aa7924226af816f2ec38b649eb09d3e70239dcfbdd41e435a3646fa292f64d1224f1a5d1ea9fdf5849f991cafc052f35c993d820f3021
DIST ksshaskpass-5.11.2.tar.xz 20796 SHA256 19d058562b1454ac80fe1fc748a4c3794db9e01d0e5fb842713745cf27aa7bfc SHA512 223600390a8a1e0ef17eacad6d33f30f3ceb144466a2225632aceb0b8e3c71865813dd78c2821ff4d2203882cc8ec1e2aa154057b59ae4c1ec520fa4550fa680 WHIRLPOOL 88f4978ff5413b9e3e4841e2a36332204aa4b474537d548a98f4ecca5f063c07ec769a2a846e26e68861f07ed572d777ee4f6ae05c802e08e383b2baea210e84
+DIST ksshaskpass-5.11.3.tar.xz 20808 SHA256 647c870b4c82e7db6d5e09b2e368ee3ab083e537fd3f8ce9458e32d3aeee42c6 SHA512 a211f2e7d29e661990cad8125544120bd87c7eaba887b1941f306c3f73c2e10642f3d14d58dfa2be54f023a623db97bfa3c3171b5f90c5a1053b7f8efb3a20ce WHIRLPOOL 9804876e82c7fd6c4a5f9e25f80175096969fa9a60bf35d0a253cfbe9bf63bea03f89cb78e74866733c26647186ad119ac655c6a9dd246ecd1e4ab757d14f792
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.11.3.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.11.3.ebuild
new file mode 100644
index 000000000000..468b1b597c06
--- /dev/null
+++ b/kde-plasma/ksshaskpass/ksshaskpass-5.11.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration"
+HOMEPAGE="https://projects.kde.org/projects/kde/workspace/ksshaskpass"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="
+ ${DEPEND}
+ !kde-plasma/ksshaskpass:4
+"
+
+src_install() {
+ kde5_src_install
+
+ insinto /etc/plasma/startup
+ doins "${FILESDIR}/05-ksshaskpass.sh"
+}
+
+pkg_postinst() {
+ kde5_pkg_postinst
+
+ elog ""
+ elog "In order to have ssh-agent start at kde startup,"
+ elog "edit /etc/plasma/startup/10-agent-startup.sh and uncomment"
+ elog "the lines enabling ssh-agent."
+ elog
+ elog "If you do so, do not forget to uncomment the respective"
+ elog "lines in /etc/plasma/shutdown/10-agent-shutdown.sh to"
+ elog "properly kill the agent when the session ends."
+ elog
+ elog "${PN} has been installed as your default askpass application"
+ elog "for Plasma 5 sessions."
+ elog "If that's not desired, select the one you want to use in"
+ elog "/etc/plasma/startup/05-ksshaskpass.sh"
+ elog ""
+}