app-metrics/prometheus: add 3.1.0
[gentoo/gentoo.git] / kde-frameworks / kcompletion / kcompletion-5.116.0.ebuild
blob47f95c7634cbc174f1e6de4503b441d644c61995
1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 ECM_DESIGNERPLUGIN="true"
7 PVCUT=$(ver_cut 1-2)
8 QTMIN=5.15.9
9 inherit ecm frameworks.kde.org
11 DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
13 LICENSE="LGPL-2+"
14 KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
15 IUSE=""
17 DEPEND="
18         >=dev-qt/qtgui-${QTMIN}:5
19         >=dev-qt/qtwidgets-${QTMIN}:5
20         =kde-frameworks/kconfig-${PVCUT}*:5
21         =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
23 RDEPEND="${DEPEND}"
24 BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"