kde-frameworks/kconfigwidgets: 5.75.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-10-10 14:43:45 +02:00
parent 44e98a2eda
commit c72614fb7e
2 changed files with 42 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kconfigwidgets-5.74.0.tar.xz 386728 BLAKE2B 6badc87c26cc1509fd85f78ab483c005c8e882177bdeba4f20ed45faa3d21134b54d4eb40eff3f4adab1b20b029451616293da3e684ee092a4acd37639600fde SHA512 c51f005494aed3587a3f39a8582d5cb3e1f9e4c6da0074d9e9ad78038e63663278c891231c6358ca38ee9b41e00fe13da2bf0719b3213507eae8e5da35275e76
DIST kconfigwidgets-5.75.0.tar.xz 387020 BLAKE2B 0348a216c00e2709fbb91c3c1ba388dc31a094fa8d086c2a21b2779b751ad33088b009b945243f67c201d13e49774e14588028b1e187974d226d0a17ef67488b SHA512 8ef5f0f09e80a35e6ed169016c9c5b697958b53aa179730a600047e20af71aa8c53fcb67c66e703287bb1c7b6054377d7bd5318fa8044212a5908d0df2d3fbb9

View File

@@ -0,0 +1,41 @@
# Copyright 1999-2020 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.14.2
VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="Framework providing an assortment of configuration-related widgets"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="+man"
BDEPEND="
man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
"
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
=kde-frameworks/kauth-${PVCUT}*:5
=kde-frameworks/kcodecs-${PVCUT}*:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
=kde-frameworks/kguiaddons-${PVCUT}*:5
=kde-frameworks/ki18n-${PVCUT}*:5
=kde-frameworks/kwidgetsaddons-${PVCUT}*:5
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866
$(cmake_use_find_package man KF5DocTools)
)
ecm_src_configure
}