From 98c3af7c7ccbcb6067936e2d69501b375fd0a415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 4 Feb 2015 16:44:04 +0100 Subject: [PATCH] add kscreen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/packagegroups/kde-world.bb | 1 + recipes-kde/plasma/untier/kscreen/kscreen.bb | 36 ++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 recipes-kde/plasma/untier/kscreen/kscreen.bb 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 \ +"