summaryrefslogtreecommitdiff
path: root/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-09 10:24:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-09 11:03:06 +0100
commit1e10fbbcd178095f627716b9b09ebb6582a3f6d2 (patch)
treeeb46638b0e477f4ebb96e631e334aa329e4ea059 /kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
parentccd0956b63e6e26aff6843ba49ff251daca1e08d (diff)
downloadkde-1e10fbbcd178095f627716b9b09ebb6582a3f6d2.tar.gz
kde-1e10fbbcd178095f627716b9b09ebb6582a3f6d2.tar.bz2
kde-1e10fbbcd178095f627716b9b09ebb6582a3f6d2.zip
kde-apps/dolphin-plugins-git: Port to KF6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild')
-rw-r--r--kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild23
1 files changed, 11 insertions, 12 deletions
diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
index 4ecdf228913..aa634bad286 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
@@ -7,28 +7,27 @@ ECM_HANDBOOK="false"
KDE_ORG_NAME="dolphin-plugins"
MY_PLUGIN_NAME="git"
PVCUT=$(ver_cut 1-3)
-KFMIN=5.106.0
-QTMIN=5.15.9
+KFMIN=5.245.0
+QTMIN=6.6.0
inherit ecm gear.kde.org
DESCRIPTION="Dolphin plugin for Git integration"
HOMEPAGE="https://apps.kde.org/dolphin_plugins/"
LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
+SLOT="6"
KEYWORDS=""
IUSE=""
DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-apps/dolphin-${PVCUT}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=kde-apps/dolphin-${PVCUT}:6
+ >=kde-frameworks/kcompletion-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/ktextwidgets-${KFMIN}:6
"
RDEPEND="${DEPEND}
dev-vcs/git