diff --git a/recipes-kf5/tier2/kpackage.inc b/recipes-kf5/tier2/kpackage.inc --- a/recipes-kf5/tier2/kpackage.inc +++ b/recipes-kf5/tier2/kpackage.inc @@ -14,6 +14,11 @@ inherit gettext inherit python3native +sysroot_stage_all_append_class-target() { + mkdir -p ${SYSROOT_DESTDIR}/${bindir} + cp ${D}${bindir}//kpackagetool5 ${SYSROOT_DESTDIR}/${bindir}/ +} + FILES_${PN} += " \ ${datadir}/kservicetypes5/* \ " diff --git a/recipes-kf5/tier3/kdeclarative.inc b/recipes-kf5/tier3/kdeclarative.inc new file mode 100644 --- /dev/null +++ b/recipes-kf5/tier3/kdeclarative.inc @@ -0,0 +1,37 @@ +DESCRIPTION = "KDeclarative" +HOMEPAGE = "https://api.kde.org/frameworks/kdeclarative/html/index.html" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +PR = "r0" + +DEPENDS = " \ + qtbase \ + qtdeclarative \ + kconfig \ + ki18n \ + kiconthemes \ + kio \ + kwidgetsaddons \ + kwindowsystem \ + kglobalaccel \ + kguiaddons \ + kpackage \ +" + +SRC_URI = "git://anongit.kde.org/kdeclarative;nobranch=1" +S = "${WORKDIR}/git" + +inherit cmake_kf5 +inherit gettext +inherit python3native + +FILES_${PN} += " \ + ${libdir}/qml/org/kde/kquickcontrols/* \ + ${libdir}/qml/org/kde/kquickcontrolsaddons/* \ + ${libdir}/qml/org/kde/kio/* \ + ${libdir}/qml/org/kde/private/kquickcontrols/* \ + ${libdir}/qml/org/kde/kconfig/* \ + ${libdir}/qml/org/kde/kcoreaddons/* \ + ${libdir}/qml/org/kde/draganddrop/* \ + ${libdir}/qml/org/kde/kwindowsystem/* \ +" diff --git a/recipes-kf5/tier3/kdeclarative_5.36.0.bb b/recipes-kf5/tier3/kdeclarative_5.36.0.bb new file mode 100644 --- /dev/null +++ b/recipes-kf5/tier3/kdeclarative_5.36.0.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}"