mirror of
https://github.com/Fishwaldo/yocto-meta-kde.git
synced 2025-03-16 12:11:36 +00:00
Package KClock
This commit is contained in:
parent
1dba593863
commit
4cd28a8d48
2 changed files with 44 additions and 0 deletions
39
recipes-playground/kclock.inc
Normal file
39
recipes-playground/kclock.inc
Normal file
|
@ -0,0 +1,39 @@
|
|||
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
DESCRIPTION = "Clock app for Plasma Mobile"
|
||||
HOMEPAGE = ""
|
||||
LICENSE = "GPL-2.0 | GPL-3.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
qtdeclarative \
|
||||
qtmultimedia \
|
||||
kdeclarative \
|
||||
kiconthemes \
|
||||
ki18n \
|
||||
kirigami \
|
||||
knotifications \
|
||||
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
|
||||
inherit kauth
|
||||
inherit mime-xdg
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
qtdeclarative-qmlplugins \
|
||||
qtquickcontrols2-qmlplugins \
|
||||
"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/plasma/plasmoids/ \
|
||||
"
|
5
recipes-playground/kclock_0.2.2.bb
Normal file
5
recipes-playground/kclock_0.2.2.bb
Normal file
|
@ -0,0 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
Loading…
Add table
Reference in a new issue