Add KContacts and KCalCore to staging

Scheduled to become part of KF5 with 5.63 or 5.64.
This commit is contained in:
Volker Krause
2019-08-31 20:30:31 +02:00
parent 331cea1caf
commit 5b5da175e4
5 changed files with 45 additions and 0 deletions

View File

@@ -79,4 +79,7 @@ RDEPENDS_${PN} = " \
kjs \
kjsembed \
kdelibs4support \
\
kcalcore \
kcontacts \
"

View File

@@ -0,0 +1,15 @@
DESCRIPTION = "KCalCore"
HOMEPAGE = "https://api.kde.org/kdepim/kcalcore/html/index.html"
LICENSE = "LGPL-2"
LIC_FILES_CHKSUM = "file://COPYING;md5=c2d143c0ce3f53108f9725bcd58abf25"
PR = "r0"
DEPENDS = " \
qtbase \
libical \
"
SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1"
S = "${WORKDIR}/git"
inherit cmake_kf5

View File

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

View File

@@ -0,0 +1,23 @@
DESCRIPTION = "KContacts"
HOMEPAGE = "https://api.kde.org/kdepim/kcontacts/html/index.html"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
PR = "r0"
DEPENDS = " \
qtbase \
kcoreaddons \
kcoreaddons-native \
kconfig \
kconfig-native \
ki18n \
kcodecs \
"
RDEPENDS_${PN} += "iso-codes"
SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1"
S = "${WORKDIR}/git"
inherit cmake_kf5
inherit ki18n

View File

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