From cd2e019d80f4e6b87a28adbd278fd5db773b2e7e Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Sun, 31 Mar 2019 12:49:01 +0200 Subject: [PATCH] Add calindori recipe --- recipes-application/pim/kcalcore.inc | 15 +++++++++++++++ recipes-application/pim/kcalcore_18.12.3.bb | 2 ++ recipes-playground/calindori.inc | 20 ++++++++++++++++++++ recipes-playground/calindori_git.bb | 2 ++ 4 files changed, 39 insertions(+) create mode 100644 recipes-application/pim/kcalcore.inc create mode 100644 recipes-application/pim/kcalcore_18.12.3.bb create mode 100644 recipes-playground/calindori.inc create mode 100644 recipes-playground/calindori_git.bb diff --git a/recipes-application/pim/kcalcore.inc b/recipes-application/pim/kcalcore.inc new file mode 100644 index 0000000..71b6971 --- /dev/null +++ b/recipes-application/pim/kcalcore.inc @@ -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 diff --git a/recipes-application/pim/kcalcore_18.12.3.bb b/recipes-application/pim/kcalcore_18.12.3.bb new file mode 100644 index 0000000..a59f527 --- /dev/null +++ b/recipes-application/pim/kcalcore_18.12.3.bb @@ -0,0 +1,2 @@ +require ${BPN}.inc +SRCREV = "v${PV}" diff --git a/recipes-playground/calindori.inc b/recipes-playground/calindori.inc new file mode 100644 index 0000000..70b056e --- /dev/null +++ b/recipes-playground/calindori.inc @@ -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 diff --git a/recipes-playground/calindori_git.bb b/recipes-playground/calindori_git.bb new file mode 100644 index 0000000..f3f3474 --- /dev/null +++ b/recipes-playground/calindori_git.bb @@ -0,0 +1,2 @@ +require ${BPN}.inc +SRCREV = "f5c36376d9ad83ece04a03ca04ba76468bae3475"