diff --git a/recipes-kde/packagegroups/kde-world.bb b/recipes-kde/packagegroups/kde-world.bb index 1df75108..35ebd11f 100644 --- a/recipes-kde/packagegroups/kde-world.bb +++ b/recipes-kde/packagegroups/kde-world.bb @@ -81,6 +81,7 @@ RDEPENDS_${PN} = " \ kinfocenter \ kio-extras \ kmenuedit \ + kscreen \ \ kwayland \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \ diff --git a/recipes-kde/plasma/untier/kscreen/kscreen.bb b/recipes-kde/plasma/untier/kscreen/kscreen.bb new file mode 100644 index 00000000..bb6fc32f --- /dev/null +++ b/recipes-kde/plasma/untier/kscreen/kscreen.bb @@ -0,0 +1,36 @@ +SUMMARY = "KDE's screen management software" +LICENSE = "GPLv2 & LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \ +" + +inherit kde-plasma + +DEPENDS += " \ + qtdeclarative \ + \ + libkscreen \ + kdbusaddons \ + kconfigwidgets \ + ki18n \ + kxmlgui \ + kglobalaccel \ + \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \ +" + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "b49bad6be9c178cc7a8c55b77bc63d5a" +SRC_URI[sha256sum] = "a550985616cea384914e6d06752f642d52f2e859fa8551a11a29dafbf53ec725" + +FILES_${PN} += " \ + ${datadir}/kcm_kscreen \ + ${datadir}/kservices5 \ + ${datadir}/icons \ + ${libdir}/plugins \ +" + +FILES_${PN}-dbg += " \ + ${libdir}/plugins/.debug \ +"