Package plank-player

This commit is contained in:
Andreas Cord-Landwehr
2022-09-26 20:05:32 +02:00
parent 58286c0632
commit f980039a9e
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Plank Player"
HOMEPAGE = "https://invent.kde.org/plasma-bigscreen/plank-player/"
LICENSE = "GPL-2.0+"
LIC_FILES_CHKSUM = " \
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
"
PR = "r0"
DEPENDS = " \
kirigami \
qtdeclarative \
qtquickcontrols2 \
qtmultimedia \
"
inherit cmake_plasma
inherit mime-xdg

View File

@@ -0,0 +1,7 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
SRC_URI = "git://anongit.kde.org/plank-player;nobranch=1;protocol=https"
SRCREV = "0d21c5dfe2ebea2cd55735974afc4413365200e2"
S = "${WORKDIR}/git"