Files
meta-qt5-extra/recipes-kde/apps/calligra/kproperty_3.2.0.bb
Andreas Müller ddba018d05 All recipes: Auto change licenses to SPDX
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-03-10 23:27:16 +01:00

27 lines
704 B
BlitzBasic

SUMMARY = "Property editing framework with editor widget"
HOMEPAGE = "https://community.kde.org/KProperty"
LICENSE = "LGPL-2.0-only & GFDL-1.2 & BSD-3-Clause"
LIC_FILES_CHKSUM = " \
file://COPYING.LIB;md5=3dcc9b0b0118292a0c5d1c18927ef176 \
file://COPYING-CMAKE-SCRIPTS;md5=3775480a712fc46a69647678acb234cb \
"
inherit kde-apps
DEPENDS += " \
kcoreaddons-native \
kcoreaddons \
kconfig-native \
kconfig \
kwidgetsaddons \
kguiaddons \
"
SRC_URI = "${KDE_MIRROR}/stable/${BPN}/src/${BPN}-${PV}.tar.xz"
SRC_URI[sha256sum] = "67af0c2d74715957bd5373a6a30589ff0a996cb1d267dfd0538dccaa9a768dfa"
FILES:${PN} += " \
${datadir}/kproperty3 \
${OE_QMAKE_PATH_PLUGINS} \
"