diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-16 10:50:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-18 10:25:26 +0200 |
commit | c1cb75a42e7911a066775606149ef54d10df3fdf (patch) | |
tree | 5be8d7e57e7761d72787538292d6b31e0063196b /kde-frameworks/kcompletion | |
parent | kde-frameworks/kauth: 5.109.0 version bump (diff) | |
download | gentoo-c1cb75a42e7911a066775606149ef54d10df3fdf.tar.gz gentoo-c1cb75a42e7911a066775606149ef54d10df3fdf.tar.bz2 gentoo-c1cb75a42e7911a066775606149ef54d10df3fdf.zip |
kde-frameworks/kcompletion: 5.109.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcompletion')
-rw-r--r-- | kde-frameworks/kcompletion/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kcompletion/kcompletion-5.109.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest index 455030ae6609..06faa010a593 100644 --- a/kde-frameworks/kcompletion/Manifest +++ b/kde-frameworks/kcompletion/Manifest @@ -1 +1,2 @@ DIST kcompletion-5.108.0.tar.xz 2337756 BLAKE2B 63412dec12e13f819e97b213e281c023d37d17e2aba00a99acbc3103a4097c5e4acce395ce53c9e532526af8d5912f956464d54c4a9aca12370c1e216ac98343 SHA512 bc96e4a686ca775db2f8676e270c9727abc70278ce604d8bf9df63e92001747cf97995dff0585859e2d632d717f701f0f7e51e970d71e36bdd68e4fcdc88e53b +DIST kcompletion-5.109.0.tar.xz 2337908 BLAKE2B dfbde04121d23061c0017d7c03acc38dd77b03797697780efa070ba9d16cad7a512097c8e38d5ca7327d54eccc94fae5a09f1bfc95056fd9762ca132b6e3cb89 SHA512 e8d6fd967a1eb30d2706c79bd24ed40405765aa4d7aa98e8f3f81e3eb172bbedc1c72083700fba5d2d77c6e5fa6d835d9f532431570c22c986acf6628d15b998 diff --git a/kde-frameworks/kcompletion/kcompletion-5.109.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.109.0.ebuild new file mode 100644 index 000000000000..973dffbfe88b --- /dev/null +++ b/kde-frameworks/kcompletion/kcompletion-5.109.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_DESIGNERPLUGIN="true" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for common completion tasks such as filename or URL completion" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv" +IUSE="" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 +" +RDEPEND="${DEPEND}" +BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5" |