Add polkit-kde-agent-1 recipe

This commit is contained in:
Volker Krause
2018-01-07 22:24:10 +01:00
parent f151a8b781
commit b9ea05bce7
3 changed files with 30 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ RDEPENDS_${PN} = " \
plasma-integration \
plasma-phone-components \
plasma-workspace \
polkit-kde-agent-1 \
powerdevil \
systemsettings \
"

View File

@@ -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} \
"

View File

@@ -0,0 +1,2 @@
require ${PN}.inc
SRCREV = "v${PV}"