diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-14 08:42:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-14 10:25:03 +0200 |
commit | adb68f7395d5a33eef4012e61b3b32a93933460f (patch) | |
tree | b2f45a7ceeae31f536af6010e437bf43f8ed0081 /kde-frameworks | |
parent | kde-frameworks/kauth: 5.83.0 version bump (diff) | |
download | gentoo-adb68f7395d5a33eef4012e61b3b32a93933460f.tar.gz gentoo-adb68f7395d5a33eef4012e61b3b32a93933460f.tar.bz2 gentoo-adb68f7395d5a33eef4012e61b3b32a93933460f.zip |
kde-frameworks/kcompletion: 5.83.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.83.0.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest index 1ac444624181..dd88c06aa1b2 100644 --- a/kde-frameworks/kcompletion/Manifest +++ b/kde-frameworks/kcompletion/Manifest @@ -1 +1,2 @@ DIST kcompletion-5.82.0.tar.xz 122088 BLAKE2B ce534393489d6ab980d3c093ef39b3d2341734e147231e6f22c5316091bafd40ef343432128926ec18e25ec8d3843018fa582bd2dc7475bb3c260e42452cc949 SHA512 19b76a46d09005ed5ab5b66ca48403f4bb0baade2b2f937ad6afdf5ef92adf7c94330502adc3aae29bb88fc5848469580319cbf4bba4bfa128537f4541fd9d24 +DIST kcompletion-5.83.0.tar.xz 122044 BLAKE2B c70270b14b94ec413d5e5a9495ebf743e6b79b1706730e0e8bf285c6dd41fdde40a3170c5ece1fb6f883e121bed88194576c2b78604a8694e1517fdb11883cab SHA512 342819c40ff559291f1ec6a1a368c418e710a02d6fea1938f14b06f52979958a0a9bcfbc3940d6f0e0b2fca01b3346f6f3b7460539a0ea50cf837b462c02db08 diff --git a/kde-frameworks/kcompletion/kcompletion-5.83.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.83.0.ebuild new file mode 100644 index 000000000000..a0fa08fde404 --- /dev/null +++ b/kde-frameworks/kcompletion/kcompletion-5.83.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_DESIGNERPLUGIN="true" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Framework for common completion tasks such as filename or URL completion" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="nls" + +BDEPEND=" + nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) +" +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866 + ) + ecm_src_configure +} |