mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
kde-plasma/ksshaskpass: 6.2.4 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST ksshaskpass-6.1.5.tar.xz 29500 BLAKE2B 89b70c693a8d7852f403adcef164ae062f9ca829f78b011b75039b9c2feef924923e743ea9f2863dda410ed94b8815710f8e716ab186996f40745e1d5ec2dbb4 SHA512 cde90a3289ef84abb65d73eb76c96633524f830fea1ae15e735067723b46bbd92726c91802839c85b89c25828aea5b78dbe5979d44ea7132db2214d521a73135
|
||||
DIST ksshaskpass-6.2.3.tar.xz 30676 BLAKE2B fb78ab934eb75fa8b323e8a7cb9b974f892e3d5862504088471b031d8a4915ce37bc8d9b8217d9fa1a7c0f4ff38f171634877f7136946f749e8460ba10c14c38 SHA512 ac7317ecda8aed3c99d61257629b587bb98cb29e225794edaf67f5a55f74355ad8bb7f820b503e4281bb2d8f8fcbf3b461d717f7a8fd4b847320bef1163badac
|
||||
DIST ksshaskpass-6.2.4.tar.xz 30692 BLAKE2B 3d64823ca100068a8b90571a50afed299e12c3aa4083645aba3baba03a87f548863b41cabaac841356d00e1ce589a3428defa861b134acf8baa07330877c010e SHA512 78ae58b339e071293c2bbb82bb552f69fe173b0aff4a13adf85be193acda1222c1008772d1c0fe53663e5abcb4102ee1567f5b53c344e915d122c64dea2c9369
|
||||
|
||||
49
kde-plasma/ksshaskpass/ksshaskpass-6.2.4.ebuild
Normal file
49
kde-plasma/ksshaskpass/ksshaskpass-6.2.4.ebuild
Normal file
@@ -0,0 +1,49 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
KFMIN=6.6.0
|
||||
QTMIN=6.7.2
|
||||
inherit ecm plasma.kde.org
|
||||
|
||||
DESCRIPTION="Implementation of ssh-askpass with KDE Wallet integration"
|
||||
HOMEPAGE+=" https://invent.kde.org/plasma/ksshaskpass"
|
||||
|
||||
LICENSE="GPL-2" # TODO: CHECK
|
||||
SLOT="6"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[widgets]
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kwallet-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
ecm_src_install
|
||||
|
||||
insinto /etc/xdg/plasma-workspace/env/
|
||||
doins "${FILESDIR}/05-ksshaskpass.sh"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ecm_pkg_postinst
|
||||
|
||||
elog "In order to have ssh-agent start with Plasma 6,"
|
||||
elog "edit /etc/xdg/plasma-workspace/env/10-agent-startup.sh"
|
||||
elog "and uncomment the lines enabling ssh-agent."
|
||||
elog
|
||||
elog "If you do so, do not forget to uncomment the respective"
|
||||
elog "lines in /etc/xdg/plasma-workspace/shutdown/10-agent-shutdown.sh"
|
||||
elog "to properly kill the agent when the session ends."
|
||||
elog
|
||||
elog "${PN} has been installed as your default askpass application"
|
||||
elog "for Plasma 6 sessions."
|
||||
elog "If that's not desired, select the one you want to use in"
|
||||
elog "/etc/xdg/plasma-workspace/env/05-ksshaskpass.sh"
|
||||
}
|
||||
Reference in New Issue
Block a user