Add KDAV Package

This commit is contained in:
Andreas Cord-Landwehr
2020-09-08 21:43:24 +02:00
parent b19812c51e
commit abe4c26473
3 changed files with 25 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ RDEPENDS_${PN} = " \
kactivitiesstats \
kbookmarks \
kcmutils \
kdav \
kdeclarative \
kded \
kdesu \

View 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

View File

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