diff --git a/recipes-kf5/packagegroups/packagegroup-kde-frameworks5.bb b/recipes-kf5/packagegroups/packagegroup-kde-frameworks5.bb index 03ec8e3..432fb0e 100644 --- a/recipes-kf5/packagegroups/packagegroup-kde-frameworks5.bb +++ b/recipes-kf5/packagegroups/packagegroup-kde-frameworks5.bb @@ -58,6 +58,7 @@ RDEPENDS_${PN} = " \ kactivitiesstats \ kbookmarks \ kcmutils \ + kdav \ kdeclarative \ kded \ kdesu \ diff --git a/recipes-kf5/tier3/kdav.inc b/recipes-kf5/tier3/kdav.inc new file mode 100644 index 0000000..21d6245 --- /dev/null +++ b/recipes-kf5/tier3/kdav.inc @@ -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 diff --git a/recipes-kf5/tier3/kdav_5.73.0.bb b/recipes-kf5/tier3/kdav_5.73.0.bb new file mode 100644 index 0000000..56169bb --- /dev/null +++ b/recipes-kf5/tier3/kdav_5.73.0.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}"