diff --git a/recipes-plasma/kwayland-integration.inc b/recipes-plasma/kwayland-integration.inc new file mode 100644 index 0000000..daf4653 --- /dev/null +++ b/recipes-plasma/kwayland-integration.inc @@ -0,0 +1,25 @@ +DESCRIPTION = "KWayland Integration" +HOMEPAGE = "" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +PR = "r0" + +DEPENDS = " \ + qtbase \ + extra-cmake-modules \ + kidletime \ + kwindowsystem \ + kwayland \ +" + +SRC_URI = " \ + git://git.kde.org/${BPN};nobranch=1 \ +" +S = "${WORKDIR}/git" + +inherit cmake_qt5 + +FILES_${PN} += " \ + ${libdir}/plugins/kf5/org.kde.kwindowsystem.platforms/*.so \ + ${libdir}/plugins/kf5/org.kde.kidletime.platforms/*.so \ +" diff --git a/recipes-plasma/kwayland-integration_5.11.3.bb b/recipes-plasma/kwayland-integration_5.11.3.bb new file mode 100644 index 0000000..56169bb --- /dev/null +++ b/recipes-plasma/kwayland-integration_5.11.3.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}" diff --git a/recipes-plasma/packagegroups/plasma-mobile.bb b/recipes-plasma/packagegroups/plasma-mobile.bb index 282fd2a..956c236 100644 --- a/recipes-plasma/packagegroups/plasma-mobile.bb +++ b/recipes-plasma/packagegroups/plasma-mobile.bb @@ -1,18 +1,19 @@ DESCRIPTION = "KDE Plasma Mobile" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" inherit packagegroup RDEPENDS_${PN} = " \ breeze \ kactivitymanagerd \ kdecoration \ kscreenlocker \ + kwayland-integration \ kwin \ libkscreen \ libksysguard \ plasma-integration \ plasma-phone-components \ plasma-workspace \ "