Add calindori recipe

This commit is contained in:
Volker Krause
2019-03-31 12:49:01 +02:00
parent ca5b0a8a9f
commit cd2e019d80
4 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
DESCRIPTION = "KCalCore"
HOMEPAGE = "https://api.kde.org/kdepim/kcalcore/html/index.html"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=d31701979430eba03ad0eac6e517dec3"
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 ${BPN}.inc
SRCREV = "v${PV}"

View File

@@ -0,0 +1,20 @@
DESCRIPTION = "Calindori"
HOMEPAGE = ""
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
PR = "r0"
DEPENDS = " \
kconfig \
kcalcore \
kirigami \
plasma-framework \
"
SRC_URI = " \
git://git@invent.kde.org/dkardarakos/${BPN}.git;nobranch=1 \
"
S = "${WORKDIR}/git"
inherit cmake_kdeapp
inherit kconfig

View File

@@ -0,0 +1,2 @@
require ${BPN}.inc
SRCREV = "f5c36376d9ad83ece04a03ca04ba76468bae3475"