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"