diff options
author | 2019-01-12 10:24:51 +0100 | |
---|---|---|
committer | 2019-01-12 15:35:00 +0100 | |
commit | 9f729a3ed257b5878ea19a9bae536e90546dde9d (patch) | |
tree | 4cf6fbf0ff3bfc39b541d81b55fb2cfee0a64827 /kde-frameworks/kcompletion | |
parent | dev-lang/mujs: stabilize v1.0.5 on amd64 (diff) | |
download | gentoo-9f729a3ed257b5878ea19a9bae536e90546dde9d.tar.gz gentoo-9f729a3ed257b5878ea19a9bae536e90546dde9d.tar.bz2 gentoo-9f729a3ed257b5878ea19a9bae536e90546dde9d.zip |
kde-frameworks: Add KDE Frameworks 5.54.0
Package-Manager: Portage-2.3.55, Repoman-2.3.12
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.54.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest index 340e8bd1f258..5544fd066e15 100644 --- a/kde-frameworks/kcompletion/Manifest +++ b/kde-frameworks/kcompletion/Manifest @@ -1,2 +1,3 @@ DIST kcompletion-5.52.0.tar.xz 115364 BLAKE2B c280d3809808cac0d4ddcdcec24c166e12f3f5cfa7aeb7d1982625272ad50ae341f53d5a5d980563cb6ba90576db5bf704bc1de9c0251d8dc635bff55d51da6b SHA512 21de65fa4a72d32d12e948a432006e4846ce7b7ea7760793dd3047465186dde64b51154472fd1507f2908006750566f5fbb609f578e658bf038f90502e96e957 DIST kcompletion-5.53.0.tar.xz 115448 BLAKE2B 8fa47bc2abd1b41ee545807f60b490db6609f0791c10989c275a4110eb8d7ce6a6c1ce490ad8909ebcfd461e349163b2bae01b2b82a61e4a8048b20928b1bd7f SHA512 10ab7ea8e6f8d301b415920fa1b927f15fa11292e6ac0063c416545bfcbbc8cf0d3d6393b3fc6a6326ae318b8774cadd414e395eb4b2b988ab55c7676e6cbb80 +DIST kcompletion-5.54.0.tar.xz 115440 BLAKE2B 4a20441758d17b8f03bbf96d0772e629af4b421669e1784b1e952ce6ffc2f3441dc20fcbe536bcc8af2f5c039d40c8f47074bb75c0f23bfcb6081eb5e85715d4 SHA512 af813411090d25f85d1b409bd971d9f610cc7c1ce01463f70cf57791af9dafe88957d74be0b63c4ca8f7d2a790c48d34613a03bed03552cae30346576849f654 diff --git a/kde-frameworks/kcompletion/kcompletion-5.54.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.54.0.ebuild new file mode 100644 index 000000000000..28bc1e950976 --- /dev/null +++ b/kde-frameworks/kcompletion/kcompletion-5.54.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework for common completion tasks such as filename or URL completion" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="nls" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +DEPEND="${RDEPEND} + nls? ( $(add_qt_dep linguist-tools) ) +" |