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}"
|
||||
Reference in New Issue
Block a user