From 9ae16df61c6398a77459413aa96c84170e2cc67f Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sun, 25 Jul 2021 10:37:18 +0200 Subject: [PATCH] Update KWeather to 21.07 and include in regular mobile release --- {recipes-playground => recipes-plasma-mobile}/kweather.inc | 5 +++++ .../kweather_21.07.bb | 0 2 files changed, 5 insertions(+) rename {recipes-playground => recipes-plasma-mobile}/kweather.inc (91%) rename recipes-playground/kweather_0.3.bb => recipes-plasma-mobile/kweather_21.07.bb (100%) diff --git a/recipes-playground/kweather.inc b/recipes-plasma-mobile/kweather.inc similarity index 91% rename from recipes-playground/kweather.inc rename to recipes-plasma-mobile/kweather.inc index 5c99dc3..ad2a1f2 100644 --- a/recipes-playground/kweather.inc +++ b/recipes-plasma-mobile/kweather.inc @@ -18,6 +18,7 @@ DEPENDS = " \ knotifications \ kquickcharts \ plasma-framework \ + kweathercore \ " SRC_URI = "git://invent.kde.org/plasma-mobile/${BPN};nobranch=1;protocol=https" @@ -34,3 +35,7 @@ RDEPENDS_${PN} += " \ qtquickcontrols2-qmlplugins \ qtcharts-qmlplugins \ " + +FILES_${PN} += " \ + ${datadir}/plasma/plasmoids/ \ +" diff --git a/recipes-playground/kweather_0.3.bb b/recipes-plasma-mobile/kweather_21.07.bb similarity index 100% rename from recipes-playground/kweather_0.3.bb rename to recipes-plasma-mobile/kweather_21.07.bb