# SPDX-FileCopyrightText: 2014 Johan Thelin # SPDX-FileCopyrightText: 2017-2020 Volker Krause # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr # # SPDX-License-Identifier: MIT DESCRIPTION = "KJobWidgets" HOMEPAGE = "https://api.kde.org/frameworks/kjobwidgets/html/index.html" LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ qtbase \ kcoreaddons \ kcoreaddons-native \ kwidgetsaddons \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \ " SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 inherit reuse_license_checksums