diff --git a/recipes-plasma/packagegroups/plasma-mobile.bb b/recipes-plasma/packagegroups/plasma-mobile.bb index ea72fd3..f463523 100644 --- a/recipes-plasma/packagegroups/plasma-mobile.bb +++ b/recipes-plasma/packagegroups/plasma-mobile.bb @@ -1,22 +1,23 @@ DESCRIPTION = "KDE Plasma Mobile" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" inherit packagegroup RDEPENDS_${PN} = " \ breeze \ kactivitymanagerd \ kdecoration \ kscreenlocker \ kwayland-integration \ kwin \ libkscreen \ libksysguard \ milou \ plasma-integration \ plasma-phone-components \ plasma-workspace \ + polkit-kde-agent-1 \ powerdevil \ systemsettings \ " diff --git a/recipes-plasma/polkit-kde-agent-1.inc b/recipes-plasma/polkit-kde-agent-1.inc new file mode 100644 index 0000000..88cdf7a --- /dev/null +++ b/recipes-plasma/polkit-kde-agent-1.inc @@ -0,0 +1,27 @@ +DESCRIPTION = "KDE Polkit Agent" +HOMEPAGE = "" +LICENSE = "GPL-2" +LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24" +PR = "r0" + +DEPENDS = " \ + ki18n \ + kwindowsystem \ + kdbusaddons \ + kwidgetsaddons \ + kcoreaddons \ + kcrash \ + kiconthemes \ + polkit-qt-1 \ +" + +SRC_URI = " \ + git://git.kde.org/${BPN};nobranch=1 \ +" +S = "${WORKDIR}/git" + +inherit cmake_plasma + +EXTRA_OECMAKE += " \ + -DOE_KF5_PATH_HOST_ROOT=${STAGING_DIR_HOST} \ +" diff --git a/recipes-plasma/polkit-kde-agent-1_5.11.3.bb b/recipes-plasma/polkit-kde-agent-1_5.11.3.bb new file mode 100644 index 0000000..56169bb --- /dev/null +++ b/recipes-plasma/polkit-kde-agent-1_5.11.3.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}"