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 @@ -1,31 +1,31 @@ DESCRIPTION = "KDE Plasma Mobile" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" inherit packagegroup RDEPENDS_${PN} = " \ bluedevil \ breeze \ discover \ kactivitymanagerd \ kde-cli-tools \ kdecoration \ kscreen \ kscreenlocker \ ksysguard \ kwayland-integration \ kwin \ libkscreen \ libksysguard \ milou \ plasma-integration \ plasma-nm \ plasma-pa \ plasma-phone-components \ 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 @@ -1,21 +1,23 @@ DESCRIPTION = "Plasma Mobile Settings" HOMEPAGE = "" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" PR = "r0" DEPENDS = " \ plasma-framework \ + kitemmodels \ + kdelibs4support \ " SRC_URI = " \ git://anongit.kde.org/${BPN};nobranch=1 \ " S = "${WORKDIR}/git" inherit cmake_plasma FILES_${PN} += " \ ${libdir}/qml \ ${datadir}/kpackage \ " 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"