diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-19 21:01:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-19 21:24:47 +0200 |
commit | 255936d2284a7a6ae738fb0c779a66fc36819030 (patch) | |
tree | f33bf7a529682bc4f1f895b2ffc26baa39ac349b /kde-frameworks | |
parent | kde-frameworks/kauth: 5.116.0 version bump (diff) | |
download | gentoo-255936d2284a7a6ae738fb0c779a66fc36819030.tar.gz gentoo-255936d2284a7a6ae738fb0c779a66fc36819030.tar.bz2 gentoo-255936d2284a7a6ae738fb0c779a66fc36819030.zip |
kde-frameworks/kcompletion: 5.116.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kcompletion/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kcompletion/kcompletion-5.116.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest index 83abc716f78e..dc423bf003d1 100644 --- a/kde-frameworks/kcompletion/Manifest +++ b/kde-frameworks/kcompletion/Manifest @@ -1,2 +1,3 @@ DIST kcompletion-5.115.0.tar.xz 2337732 BLAKE2B 30c3d99b5c81c72aefd4e4872ac94b85c77ea1e2c1612d6450939c5754befafd9311b01914d01d844a1df1e246227d3bae7faf4a2e426ba20a462ed1ba35ede8 SHA512 0d54721fcb35740df8cafa3969b9e4a74d16cd624aa19b3e60ac67e633d10c7efa95f6692b9111aeea9f2708a642fea0ca6587d802b7a99845e880414c169bb6 +DIST kcompletion-5.116.0.tar.xz 2337536 BLAKE2B 9ef6fd52f69deffd9fefec25ece2b95269b3f74e055b9fd0ec677376db301d2c0ed3d4a0957b0edd7a90859ada5dd2a70d0d7961519cf94a8336c4378c2db806 SHA512 5a758b3e037f87e3b011232d0462599cfd0241f2345312a4ffb82e940aad5da023c07be68401febd556e33c38a6ff48ffff1e8ee769314acafbb3409a0c8b730 DIST kcompletion-6.2.0.tar.xz 2323864 BLAKE2B c6598ea4a1ead2761c3a144f67b8d0beebfb1e734f6708d24f3e504449c6a69347b0424e0f965fd89ae4a36f17908a9000068a9d0349d5bd457bc35218ce2860 SHA512 d56f452309daa527f2abeb548800f3589a7c9cebafef35ee21e49b7e905958e67f5ee009310ad9d0dbc5c0fbd040ceca7a7a0ae8a627e4fc957c44a12a2561f9 diff --git a/kde-frameworks/kcompletion/kcompletion-5.116.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.116.0.ebuild new file mode 100644 index 000000000000..623207e4189d --- /dev/null +++ b/kde-frameworks/kcompletion/kcompletion-5.116.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 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 ~ppc64 ~riscv ~x86" +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" |