Add polkit-kde-agent-1 recipe
This commit is contained in:
@@ -17,6 +17,7 @@ RDEPENDS_${PN} = " \
|
||||
plasma-integration \
|
||||
plasma-phone-components \
|
||||
plasma-workspace \
|
||||
polkit-kde-agent-1 \
|
||||
powerdevil \
|
||||
systemsettings \
|
||||
"
|
||||
|
||||
27
recipes-plasma/polkit-kde-agent-1.inc
Normal file
27
recipes-plasma/polkit-kde-agent-1.inc
Normal 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} \
|
||||
"
|
||||
2
recipes-plasma/polkit-kde-agent-1_5.11.3.bb
Normal file
2
recipes-plasma/polkit-kde-agent-1_5.11.3.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user