Add most of apps from Plasma Gear 21.06
This commit is contained in:
22
recipes-application/libraries/kpublictransport.inc
Normal file
22
recipes-application/libraries/kpublictransport.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# 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
|
||||
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
24
recipes-plasma-mobile/alligator.inc
Normal file
24
recipes-plasma-mobile/alligator.inc
Normal file
@@ -0,0 +1,24 @@
|
||||
# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# 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
|
||||
5
recipes-plasma-mobile/alligator_21.06.bb
Normal file
5
recipes-plasma-mobile/alligator_21.06.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
@@ -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
|
||||
|
||||
25
recipes-plasma-mobile/kongress.inc
Normal file
25
recipes-plasma-mobile/kongress.inc
Normal file
@@ -0,0 +1,25 @@
|
||||
# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# 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
|
||||
5
recipes-plasma-mobile/kongress_21.06.bb
Normal file
5
recipes-plasma-mobile/kongress_21.06.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
23
recipes-plasma-mobile/krecorder.inc
Normal file
23
recipes-plasma-mobile/krecorder.inc
Normal file
@@ -0,0 +1,23 @@
|
||||
# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# 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
|
||||
5
recipes-plasma-mobile/krecorder_21.06.bb
Normal file
5
recipes-plasma-mobile/krecorder_21.06.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
26
recipes-plasma-mobile/ktrip.inc
Normal file
26
recipes-plasma-mobile/ktrip.inc
Normal file
@@ -0,0 +1,26 @@
|
||||
# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# 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
|
||||
5
recipes-plasma-mobile/ktrip_21.06.bb
Normal file
5
recipes-plasma-mobile/ktrip_21.06.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user