mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-18 15:49:32 +02:00
Add KDED recipe
Reviewers: cordlandwehr Reviewed By: cordlandwehr Differential Revision: https://phabricator.kde.org/D7145
This commit is contained in:
33
recipes-kf5/tier3/kded.inc
Normal file
33
recipes-kf5/tier3/kded.inc
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
DESCRIPTION = "KDED"
|
||||||
|
HOMEPAGE = "https://api.kde.org/frameworks/kded/html/index.html"
|
||||||
|
LICENSE = "LGPL-2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||||
|
PR = "r0"
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
qtbase \
|
||||||
|
kconfig \
|
||||||
|
kcoreaddons \
|
||||||
|
kcrash \
|
||||||
|
kdbusaddons \
|
||||||
|
kio \
|
||||||
|
kinit \
|
||||||
|
kservice \
|
||||||
|
"
|
||||||
|
|
||||||
|
SRC_URI = "git://anongit.kde.org/kded;nobranch=1"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
inherit cmake_kf5
|
||||||
|
|
||||||
|
FILES_SOLIBSDEV = ""
|
||||||
|
FILES_${PN} += " \
|
||||||
|
${libdir}/libkdeinit5_kded5.so \
|
||||||
|
${datadir}/dbus-1/services/*.service \
|
||||||
|
${datadir}/kservicetypes5/*.desktop \
|
||||||
|
"
|
||||||
|
|
||||||
|
FILES_${PN}-dev += " \
|
||||||
|
${libdir}/cmake/KDED/*.cmake \
|
||||||
|
${datadir}/dbus-1/interfaces/*.xml \
|
||||||
|
"
|
||||||
2
recipes-kf5/tier3/kded_5.36.0.bb
Normal file
2
recipes-kf5/tier3/kded_5.36.0.bb
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
require ${PN}.inc
|
||||||
|
SRCREV = "v${PV}"
|
||||||
Reference in New Issue
Block a user