aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-28 11:40:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-28 23:52:18 +0100
commitc79492bca3c28e690c114fac53b1feb5151ac58a (patch)
tree41e41323c405a7a36c80d17848123311e473ba45 /kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild
parentmedia-libs/phonon-vlc: add 0.12.0 (diff)
downloadkde-c79492bca3c28e690c114fac53b1feb5151ac58a.tar.gz
kde-c79492bca3c28e690c114fac53b1feb5151ac58a.tar.bz2
kde-c79492bca3c28e690c114fac53b1feb5151ac58a.zip
kde-plasma/*: Bulk move 9999 to KF6
kde-plasma/kwayland-integration remains at SLOT 5 for Qt5 compatibility. Functionality is in kde-frameworks/kwindowsystem:6 for Qt6. kde-plasma/khotkeys is no longer being released. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild')
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild20
1 files changed, 10 insertions, 10 deletions
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild
index 4f90cf7f3b..aa18e3c795 100644
--- a/kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild
+++ b/kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild
@@ -3,24 +3,24 @@
EAPI=8
-KFMIN=5.106.0
-QTMIN=5.15.9
+KFMIN=5.245.0
+QTMIN=6.6.0
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="5"
+SLOT="6"
KEYWORDS=""
IUSE=""
DEPEND="
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kwallet-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=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}"
@@ -34,7 +34,7 @@ src_install() {
pkg_postinst() {
ecm_pkg_postinst
- elog "In order to have ssh-agent start with Plasma 5,"
+ 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
@@ -43,7 +43,7 @@ pkg_postinst() {
elog "to 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 "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"