add breeze

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-04 10:55:12 +01:00
parent 87a9770367
commit b8f17adb91
2 changed files with 43 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ RDEPENDS_${PN} = " \
plasma-workspace \
kdecoration \
plasma-nm \
breeze \
\
kwayland \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \

View File

@@ -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 \
"