mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
Add KContacts and KCalCore to staging
Scheduled to become part of KF5 with 5.63 or 5.64.
This commit is contained in:
@@ -79,4 +79,7 @@ RDEPENDS_${PN} = " \
|
||||
kjs \
|
||||
kjsembed \
|
||||
kdelibs4support \
|
||||
\
|
||||
kcalcore \
|
||||
kcontacts \
|
||||
"
|
||||
|
||||
15
recipes-kf5/staging/kcalcore.inc
Normal file
15
recipes-kf5/staging/kcalcore.inc
Normal 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
|
||||
2
recipes-kf5/staging/kcalcore_19.08.0.bb
Normal file
2
recipes-kf5/staging/kcalcore_19.08.0.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
23
recipes-kf5/staging/kcontacts.inc
Normal file
23
recipes-kf5/staging/kcontacts.inc
Normal 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
|
||||
2
recipes-kf5/staging/kcontacts_19.08.0.bb
Normal file
2
recipes-kf5/staging/kcontacts_19.08.0.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user