diff --git a/recipes-plasma/breeze.inc b/recipes-plasma/breeze.inc new file mode 100644 index 0000000..658c542 --- /dev/null +++ b/recipes-plasma/breeze.inc @@ -0,0 +1,47 @@ +DESCRIPTION = "Breeze Style" +HOMEPAGE = "" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24" +PR = "r0" + +DEPENDS = " \ + qtbase \ + extra-cmake-modules \ + kcmutils \ + kconfigwidgets \ + kcoreaddons \ + kdecoration \ + kguiaddons \ + ki18n \ + kpackage \ + kwayland \ + kwindowsystem \ +" + +SRC_URI = " \ + git://anongit.kde.org/breeze;nobranch=1 \ +" +S = "${WORKDIR}/git" + +inherit cmake_qt5 +inherit gettext +inherit python3native + +FILES_${PN} += " \ + ${libdir}/kconf_update_bin/* \ + ${libdir}/plugins/*.so \ + ${libdir}/plugins/*/*.so \ + ${libdir}/qml/QtQuick/Controls/Styles \ + ${datadir}/kstyle/themes \ + ${datadir}/kservices5/*.desktop \ + ${datadir}/plasma/look-and-feel \ + ${datadir}/color-schemes \ + ${datadir}/icons \ + ${datadir}/kconf_update/*.upd \ + ${datadir}/QtCurve/*.qtcurve \ + ${datadir}/wallpapers \ +" + +FILES_${PN}-dev += " \ + ${libdir}/cmake/Breeze/*.cmake \ +" diff --git a/recipes-plasma/breeze_5.11.3.bb b/recipes-plasma/breeze_5.11.3.bb new file mode 100644 index 0000000..56169bb --- /dev/null +++ b/recipes-plasma/breeze_5.11.3.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}" diff --git a/recipes-plasma/packagegroups/plasma-mobile.bb b/recipes-plasma/packagegroups/plasma-mobile.bb index c1ddda5..1c3e3b5 100644 --- a/recipes-plasma/packagegroups/plasma-mobile.bb +++ b/recipes-plasma/packagegroups/plasma-mobile.bb @@ -1,14 +1,15 @@ DESCRIPTION = "KDE Plasma Mobile" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" inherit packagegroup RDEPENDS_${PN} = " \ + breeze \ kdecoration \ kscreenlocker \ kwin \ libksysguard \ plasma-phone-components \ plasma-workspace \ "