diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-13 19:43:28 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-14 10:29:16 +0200 |
commit | 3daa5764b491b9f5073b5e0a68dc8d94b9f5ebbe (patch) | |
tree | ac2244a07494e506cb8eab263f11266abd109d5a /kde-frameworks/kcompletion | |
parent | kde-frameworks/kauth: 5.97.0 version bump (diff) | |
download | gentoo-3daa5764b491b9f5073b5e0a68dc8d94b9f5ebbe.tar.gz gentoo-3daa5764b491b9f5073b5e0a68dc8d94b9f5ebbe.tar.bz2 gentoo-3daa5764b491b9f5073b5e0a68dc8d94b9f5ebbe.zip |
kde-frameworks/kcompletion: 5.97.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.97.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest index f097305b5376..45fe9928119c 100644 --- a/kde-frameworks/kcompletion/Manifest +++ b/kde-frameworks/kcompletion/Manifest @@ -1 +1,2 @@ DIST kcompletion-5.96.0.tar.xz 124448 BLAKE2B ad4631da59558fecd04065cd48b5e3b76d2e70afa7419ca8aa1502da61a961f4daa05ee3a87c562830208dc582b961fbbe2ed68b1a4a4f6a1be457567b25168b SHA512 be7d6f2cc5b58fa476994d6236ebf2e2a3c5071b1cbc33415db3dc9e437d88f5ba8e471b64291254824676cc0e4fe5614dbfe0b64d7fea9de2c8661ea3144c18 +DIST kcompletion-5.97.0.tar.xz 124404 BLAKE2B 4493c028d803d849b258268600e3566956f668c5c082888f99cf78badde52015f25057492c516f8cb858126d09d771433f489b90271eb74cd06e8297d417cc13 SHA512 87efd08ee5bb53b87be0572139a354ca7e6a3c34b6fc30485e960d4824f433e9d821fcf0a67414ac7193f99b03aa6ab3ba71621826443e82382edcdbe9200f8a diff --git a/kde-frameworks/kcompletion/kcompletion-5.97.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.97.0.ebuild new file mode 100644 index 000000000000..c318e0b7fe25 --- /dev/null +++ b/kde-frameworks/kcompletion/kcompletion-5.97.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 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.5 +VIRTUALX_REQUIRED="test" +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="nls" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 +" +RDEPEND="${DEPEND}" +BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )" |