From ef11fd606ae51d2837960a7e35306ff808c6a9fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 1 Sep 2015 21:44:50 +0200 Subject: [PATCH] kwayland-integration: initial add 5.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../kwayland-integration.bb | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-kde/plasma/untier/kwayland-integration/kwayland-integration.bb diff --git a/recipes-kde/plasma/untier/kwayland-integration/kwayland-integration.bb b/recipes-kde/plasma/untier/kwayland-integration/kwayland-integration.bb new file mode 100644 index 00000000..f64c210c --- /dev/null +++ b/recipes-kde/plasma/untier/kwayland-integration/kwayland-integration.bb @@ -0,0 +1,26 @@ +SUMMARY = "Integration plugins for wayland windowing system" +DESCRIPTION = "Provides integration plugins for various KDE frameworks for the wayland windowing system" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ +" + +inherit kde-plasma + +DEPENDS += " \ + kidletime \ + kwindowsystem \ + kwayland \ +" + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "2eaabc6ddacb4142d1c068f1b5536455" +SRC_URI[sha256sum] = "86d400b4b0268ca6592f4eb0d0460d1dc47caea35fc6dcf74a2663ff9ff26d66" + +FILES_${PN} += " \ + ${OE_QMAKE_PATH_PLUGINS} \ +" + +FILES_${PN}-dbg += " \ + ${OE_QMAKE_PATH_PLUGINS}/kf5/*/.debug \ +"