From e9de9cbd81cc18490f8ea910297cadeb31afbb61 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Mon, 21 Jun 2021 21:46:35 +0200 Subject: [PATCH] Add most of apps from Plasma Gear 21.06 --- .../libraries/kpublictransport.inc | 22 ++++++++++++++++ .../libraries/kpublictransport_21.04.2.bb | 5 ++++ recipes-plasma-mobile/alligator.inc | 24 +++++++++++++++++ recipes-plasma-mobile/alligator_21.06.bb | 5 ++++ recipes-plasma-mobile/calindori.inc | 10 ++++--- recipes-plasma-mobile/kongress.inc | 25 ++++++++++++++++++ recipes-plasma-mobile/kongress_21.06.bb | 5 ++++ recipes-plasma-mobile/krecorder.inc | 23 ++++++++++++++++ recipes-plasma-mobile/krecorder_21.06.bb | 5 ++++ recipes-plasma-mobile/ktrip.inc | 26 +++++++++++++++++++ recipes-plasma-mobile/ktrip_21.06.bb | 5 ++++ 11 files changed, 151 insertions(+), 4 deletions(-) create mode 100644 recipes-application/libraries/kpublictransport.inc create mode 100644 recipes-application/libraries/kpublictransport_21.04.2.bb create mode 100644 recipes-plasma-mobile/alligator.inc create mode 100644 recipes-plasma-mobile/alligator_21.06.bb create mode 100644 recipes-plasma-mobile/kongress.inc create mode 100644 recipes-plasma-mobile/kongress_21.06.bb create mode 100644 recipes-plasma-mobile/krecorder.inc create mode 100644 recipes-plasma-mobile/krecorder_21.06.bb create mode 100644 recipes-plasma-mobile/ktrip.inc create mode 100644 recipes-plasma-mobile/ktrip_21.06.bb diff --git a/recipes-application/libraries/kpublictransport.inc b/recipes-application/libraries/kpublictransport.inc new file mode 100644 index 0000000..77723c8 --- /dev/null +++ b/recipes-application/libraries/kpublictransport.inc @@ -0,0 +1,22 @@ +# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +SUMMARY = "KPublicTransport" +DESCRIPTION = "Library to assist with accessing public transport timetables and other data" +HOMEPAGE = "https://invent.kde.org/libraries/kpublictransport" +LICENSE = "MIT & BSD-3-Clause & LGPL-2.0+" +LIC_FILES_CHKSUM = " \ + file://LICENSES/LGPL-2.0-or-later.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \ +" +PR = "r0" + +DEPENDS = " \ + qtdeclarative \ +" + +SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https" +S = "${WORKDIR}/git" + +inherit cmake_kdeapp +inherit mime-xdg diff --git a/recipes-application/libraries/kpublictransport_21.04.2.bb b/recipes-application/libraries/kpublictransport_21.04.2.bb new file mode 100644 index 0000000..6082bec --- /dev/null +++ b/recipes-application/libraries/kpublictransport_21.04.2.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRCREV = "v${PV}" diff --git a/recipes-plasma-mobile/alligator.inc b/recipes-plasma-mobile/alligator.inc new file mode 100644 index 0000000..d300777 --- /dev/null +++ b/recipes-plasma-mobile/alligator.inc @@ -0,0 +1,24 @@ +# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +DESCRIPTION = "Kirigami-based RSS reader" +HOMEPAGE = "https://invent.kde.org/plasma-mobile/alligator" +LICENSE = "GPL-3.0" +LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-only.txt;md5=1c76c4cc354acaac30ed4d5eefea7245" +PR = "r0" + +DEPENDS = " \ + qtdeclarative \ + syndication \ + kirigami \ + ki18n \ + plasma-framework \ +" + +SRC_URI = "git://invent.kde.org/plasma-mobile/${BPN};nobranch=1;protocol=https" +S = "${WORKDIR}/git" + +inherit cmake_kdeapp +inherit kconfig +inherit kcoreaddons diff --git a/recipes-plasma-mobile/alligator_21.06.bb b/recipes-plasma-mobile/alligator_21.06.bb new file mode 100644 index 0000000..6082bec --- /dev/null +++ b/recipes-plasma-mobile/alligator_21.06.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRCREV = "v${PV}" diff --git a/recipes-plasma-mobile/calindori.inc b/recipes-plasma-mobile/calindori.inc index 8f380c5..6078cdc 100644 --- a/recipes-plasma-mobile/calindori.inc +++ b/recipes-plasma-mobile/calindori.inc @@ -3,15 +3,16 @@ # SPDX-License-Identifier: MIT DESCRIPTION = "Calindori" -HOMEPAGE = "" -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" +HOMEPAGE = "https://invent.kde.org/plasma-mobile/calindori" +LICENSE = "GPL-3.0" +LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-or-later.txt;md5=1c76c4cc354acaac30ed4d5eefea7245" PR = "r0" DEPENDS = " \ kconfig \ - kcalcore \ + kcalendarcore \ kirigami \ + kpeople \ plasma-framework \ " @@ -20,3 +21,4 @@ S = "${WORKDIR}/git" inherit cmake_kdeapp inherit kconfig +inherit mime-xdg diff --git a/recipes-plasma-mobile/kongress.inc b/recipes-plasma-mobile/kongress.inc new file mode 100644 index 0000000..9c0bb5f --- /dev/null +++ b/recipes-plasma-mobile/kongress.inc @@ -0,0 +1,25 @@ +# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +DESCRIPTION = "Companion application for conferences" +HOMEPAGE = "https://invent.kde.org/utilities/kongress" +LICENSE = "GPL-3.0" +LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-or-later.txt;md5=1c76c4cc354acaac30ed4d5eefea7245" +PR = "r0" + +DEPENDS = " \ + qtdeclarative \ + qtquickcontrols2 \ + qtsvg \ + kcalendarcore \ + kdbusaddons \ + kirigami \ + knotifications \ +" + +SRC_URI = "git://invent.kde.org/utilities/${BPN};nobranch=1;protocol=https" +S = "${WORKDIR}/git" + +inherit cmake_kdeapp +inherit kconfig diff --git a/recipes-plasma-mobile/kongress_21.06.bb b/recipes-plasma-mobile/kongress_21.06.bb new file mode 100644 index 0000000..6082bec --- /dev/null +++ b/recipes-plasma-mobile/kongress_21.06.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRCREV = "v${PV}" diff --git a/recipes-plasma-mobile/krecorder.inc b/recipes-plasma-mobile/krecorder.inc new file mode 100644 index 0000000..5aa935a --- /dev/null +++ b/recipes-plasma-mobile/krecorder.inc @@ -0,0 +1,23 @@ +# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +DESCRIPTION = "KRecorder" +HOMEPAGE = "https://invent.kde.org/plasma-mobile/krecorder" +LICENSE = "GPL-3.0" +LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-or-later;md5=2ee88b799b5c7e16153a00bbbbdaadb5" +PR = "r0" + +DEPENDS = " \ + qtdeclarative \ + qtquickcontrols2 \ + qtsvg \ + qtmultimedia \ + kirigami \ +" + +SRC_URI = "git://invent.kde.org/plasma-mobile/${BPN};nobranch=1;protocol=https" +S = "${WORKDIR}/git" + +inherit cmake_kdeapp +inherit kconfig diff --git a/recipes-plasma-mobile/krecorder_21.06.bb b/recipes-plasma-mobile/krecorder_21.06.bb new file mode 100644 index 0000000..6082bec --- /dev/null +++ b/recipes-plasma-mobile/krecorder_21.06.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRCREV = "v${PV}" diff --git a/recipes-plasma-mobile/ktrip.inc b/recipes-plasma-mobile/ktrip.inc new file mode 100644 index 0000000..0798779 --- /dev/null +++ b/recipes-plasma-mobile/ktrip.inc @@ -0,0 +1,26 @@ +# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +DESCRIPTION = "Public Transport Assistance for Mobile Devices" +HOMEPAGE = "https://invent.kde.org/utilities/ktrip" +LICENSE = "GPL-2.0" +LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=93e64b4a83c7e441e48bbdeeea05c977" +PR = "r0" + +DEPENDS = " \ + qtdeclarative \ + qtquickcontrols2 \ + ki18n \ + kitemmodels \ + kcontacts \ + kirigami \ + kpublictransport \ +" + +SRC_URI = "git://invent.kde.org/utilities/${BPN};nobranch=1;protocol=https" +S = "${WORKDIR}/git" + +inherit cmake_kdeapp +inherit kconfig +inherit kcoreaddons diff --git a/recipes-plasma-mobile/ktrip_21.06.bb b/recipes-plasma-mobile/ktrip_21.06.bb new file mode 100644 index 0000000..6082bec --- /dev/null +++ b/recipes-plasma-mobile/ktrip_21.06.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRCREV = "v${PV}"