From b8f17adb9132a129f4743316691e0fde3f86ad64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 4 Feb 2015 10:55:12 +0100 Subject: [PATCH] add breeze 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/breeze/breeze.bb | 42 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 recipes-kde/plasma/untier/breeze/breeze.bb diff --git a/recipes-kde/packagegroups/kde-world.bb b/recipes-kde/packagegroups/kde-world.bb index 111d7b6c..b4668af2 100644 --- a/recipes-kde/packagegroups/kde-world.bb +++ b/recipes-kde/packagegroups/kde-world.bb @@ -71,6 +71,7 @@ RDEPENDS_${PN} = " \ plasma-workspace \ kdecoration \ plasma-nm \ + breeze \ \ kwayland \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \ diff --git a/recipes-kde/plasma/untier/breeze/breeze.bb b/recipes-kde/plasma/untier/breeze/breeze.bb new file mode 100644 index 00000000..11bb2bd1 --- /dev/null +++ b/recipes-kde/plasma/untier/breeze/breeze.bb @@ -0,0 +1,42 @@ +SUMMARY = "Artwork, styles and assets for the Breeze visual style for the Plasma Desktop" +LICENSE = "GPLv2 & LGPLv3" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \ + file://COPYING-ICONS;md5=dee28112c507e01c10d735a5c028aaaa \ +" + +inherit kde-plasma + +DEPENDS += " \ + ki18n \ + kcoreaddons \ + kguiaddons \ + kconfig \ + kwidgetsaddons \ + kwindowsystem \ + kconfigwidgets \ + kdecoration \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "",d)} \ +" + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "6fb1281714f7da7d9b9dfcbdbf69147e" +SRC_URI[sha256sum] = "704e9bef93747eb3d8b2f159e874ef48f037edb3359b0cd669627d0d6d4003e9" + +FILES_${PN} += " \ + ${datadir}/color-schemes \ + ${datadir}/icons \ + ${datadir}/kconf_update \ + ${datadir}/kstyle \ + ${datadir}/QtCurve \ + ${datadir}/wallpapers \ + \ + ${libdir}/plugins \ + ${libdir}/qml \ + ${libdir}/kconf_update_bin \ +" + +FILES_${PN}-dbg += " \ + ${libdir}/*/.debug \ + ${libdir}/*/*/.debug \ +"