From 7e947086a40d0e80a4290efa7eba9933b43e5504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 18 Jun 2018 01:00:17 +0200 Subject: [PATCH] kproperty: initial add 3.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/apps/calligra/kproperty_3.1.0.bb | 29 ++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 recipes-kde/apps/calligra/kproperty_3.1.0.bb diff --git a/recipes-kde/apps/calligra/kproperty_3.1.0.bb b/recipes-kde/apps/calligra/kproperty_3.1.0.bb new file mode 100644 index 00000000..c5b48e6d --- /dev/null +++ b/recipes-kde/apps/calligra/kproperty_3.1.0.bb @@ -0,0 +1,29 @@ +SUMMARY = "Property editing framework with editor widget" +HOMEPAGE = "https://community.kde.org/KProperty" +LICENSE = "LGPLv2 & GFDL-1.2 & BSD" +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[md5sum] = "ee888d41a677ddc6b8c63f0f71e82026" +SRC_URI[sha256sum] = "7ede8ee868ba480e4666a32b4b26d279b1e45177f83b0ada32a15fa9cee514a3" + +FILES_${PN} += " \ + ${datadir}/kpropertywidgets3 \ + ${datadir}/kservicetypes5 \ + ${datadir}/kreport3 \ + ${OE_QMAKE_PATH_PLUGINS} \ +"