From f980039a9e9422426d66ff51ee7f446ff181fabf Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Mon, 26 Sep 2022 20:05:32 +0200 Subject: [PATCH] Package plank-player --- recipes-plasma/plank-player.inc | 21 +++++++++++++++++++++ recipes-plasma/plank-player_5.25.90.bb | 7 +++++++ 2 files changed, 28 insertions(+) create mode 100644 recipes-plasma/plank-player.inc create mode 100644 recipes-plasma/plank-player_5.25.90.bb diff --git a/recipes-plasma/plank-player.inc b/recipes-plasma/plank-player.inc new file mode 100644 index 0000000..89adc50 --- /dev/null +++ b/recipes-plasma/plank-player.inc @@ -0,0 +1,21 @@ +# SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr +# +# 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 diff --git a/recipes-plasma/plank-player_5.25.90.bb b/recipes-plasma/plank-player_5.25.90.bb new file mode 100644 index 0000000..f1f3280 --- /dev/null +++ b/recipes-plasma/plank-player_5.25.90.bb @@ -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"