From 072ec9589486fcca97bec4248abc2c4da957f402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 6 Feb 2015 18:35:31 +0100 Subject: [PATCH] add plasma-desktop 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 + .../untier/plasma-desktop/plasma-desktop.bb | 69 +++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 recipes-kde/plasma/untier/plasma-desktop/plasma-desktop.bb diff --git a/recipes-kde/packagegroups/kde-world.bb b/recipes-kde/packagegroups/kde-world.bb index 3e55173f..5836675c 100644 --- a/recipes-kde/packagegroups/kde-world.bb +++ b/recipes-kde/packagegroups/kde-world.bb @@ -89,6 +89,7 @@ RDEPENDS_${PN} = " \ oxygen-fonts \ oxygen \ frameworkintegration \ + plasma-desktop \ \ kwayland \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin khotkeys kde-gtk-config", "",d)} \ diff --git a/recipes-kde/plasma/untier/plasma-desktop/plasma-desktop.bb b/recipes-kde/plasma/untier/plasma-desktop/plasma-desktop.bb new file mode 100644 index 00000000..0502376c --- /dev/null +++ b/recipes-kde/plasma/untier/plasma-desktop/plasma-desktop.bb @@ -0,0 +1,69 @@ +SUMMARY = "KDE Plasma Desktop" +LICENSE = "GPLv2 & GFDL-1.2" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \ + file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \ +" + +inherit kde-plasma + +DEPENDS += " \ + libcanberra \ + \ + qtsvg \ + qtdeclarative \ + \ + kauth \ + plasma-framework \ + kdoctools \ + ki18n \ + kcmutils \ + knewstuff \ + kdelibs4support \ + knotifyconfig \ + attica \ + kwallet \ + krunner \ + plasma-workspace \ + kwin \ + kitemmodels \ + kemoticons \ + baloo \ + \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver libxcb qtx11extras", "", d)} \ +" + +# REVISIT optionals: find_package(PackageKitQt5 0.9) +DEPENDS += " \ + kactivities \ + libusb1 \ + fontconfig \ +" + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "476bc7465f8615b932696c9721453d26" +SRC_URI[sha256sum] = "e922c64a1d5e78d83006a45a74dd3656266301b3e5a8e00a9fe85ca4fa3c8d76" + +FILES_SOLIBSDEV = "${libdir}/libkfont*${SOLIBSDEV}" + +FILES_${PN} += " \ + ${datadir}/k* \ + ${datadir}/config.kcfg \ + ${datadir}/color-schemes \ + ${datadir}/plasma \ + ${datadir}/dbus-1 \ + ${datadir}/icons \ + ${datadir}/polkit-1 \ + ${datadir}/solid \ + \ + ${libdir}/libkdeinit5_kaccess.so \ + ${libdir}/qml \ + ${libdir}/kauth \ + ${libdir}/plugins \ + ${libdir}/kconf_update_bin \ +" + +FILES_${PN}-dbg += " \ + ${libdir}/*/.debug \ + ${libdir}/qml/org/kde/*/*/*/.debug \ +"