From c1543b73c5eed1a0e53f29f179e93d8a5d27c81d Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Sat, 9 Feb 2019 14:09:13 +0100 Subject: [PATCH] Use mobile settings rather than system settings in the Plasma Mobile group --- recipes-plasma/packagegroups/plasma-mobile.bb | 2 +- recipes-plasma/plasma-settings.inc | 2 ++ recipes-plasma/plasma-settings_5.14.5.bb | 2 -- recipes-plasma/plasma-settings_git.bb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 recipes-plasma/plasma-settings_5.14.5.bb diff --git a/recipes-plasma/packagegroups/plasma-mobile.bb b/recipes-plasma/packagegroups/plasma-mobile.bb index 664d2c6..a44bc3f 100644 --- a/recipes-plasma/packagegroups/plasma-mobile.bb +++ b/recipes-plasma/packagegroups/plasma-mobile.bb @@ -26,6 +26,6 @@ RDEPENDS_${PN} = " \ plasma-workspace \ polkit-kde-agent-1 \ powerdevil \ - systemsettings \ + plasma-settings \ xdg-desktop-portal-kde \ " diff --git a/recipes-plasma/plasma-settings.inc b/recipes-plasma/plasma-settings.inc index 9466a43..d89928c 100644 --- a/recipes-plasma/plasma-settings.inc +++ b/recipes-plasma/plasma-settings.inc @@ -6,6 +6,8 @@ PR = "r0" DEPENDS = " \ plasma-framework \ + kitemmodels \ + kdelibs4support \ " SRC_URI = " \ diff --git a/recipes-plasma/plasma-settings_5.14.5.bb b/recipes-plasma/plasma-settings_5.14.5.bb deleted file mode 100644 index 56169bb..0000000 --- a/recipes-plasma/plasma-settings_5.14.5.bb +++ /dev/null @@ -1,2 +0,0 @@ -require ${PN}.inc -SRCREV = "v${PV}" diff --git a/recipes-plasma/plasma-settings_git.bb b/recipes-plasma/plasma-settings_git.bb index 60cae47..4d36757 100644 --- a/recipes-plasma/plasma-settings_git.bb +++ b/recipes-plasma/plasma-settings_git.bb @@ -1,2 +1,2 @@ require ${PN}.inc -SRCREV = "master" +SRCREV = "e4f4d768c1603799add19d1471927b9131cefe1e"