mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-12 06:49:33 +02:00
Add KDAV Package
This commit is contained in:
@@ -58,6 +58,7 @@ RDEPENDS_${PN} = " \
|
||||
kactivitiesstats \
|
||||
kbookmarks \
|
||||
kcmutils \
|
||||
kdav \
|
||||
kdeclarative \
|
||||
kded \
|
||||
kdesu \
|
||||
|
||||
22
recipes-kf5/tier3/kdav.inc
Normal file
22
recipes-kf5/tier3/kdav.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION = "KDAV"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kdav/html/index.html"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
kio \
|
||||
kcoreaddons \
|
||||
kcoreaddons-native \
|
||||
kdoctools \
|
||||
ki18n \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kf5
|
||||
inherit kdoctools
|
||||
inherit kconfig
|
||||
inherit kauth
|
||||
2
recipes-kf5/tier3/kdav_5.73.0.bb
Normal file
2
recipes-kf5/tier3/kdav_5.73.0.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user