diff --git a/recipes-plasma/plasma-remotecontrollers.inc b/recipes-plasma/plasma-remotecontrollers.inc new file mode 100644 index 0000000..e66cea1 --- /dev/null +++ b/recipes-plasma/plasma-remotecontrollers.inc @@ -0,0 +1,34 @@ +# SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +DESCRIPTION = "Plasma Remotecontrollers" +HOMEPAGE = "https://invent.kde.org/plasma-bigscreen/plasma-remotecontrollers" +LICENSE = "GPL-2.0 | GPL-3.0 | LicenseRef-KDE-Accepted-GPL" +LIC_FILES_CHKSUM = " \ + file://LICENSES/GPL-2.0-only.txt;md5=93e64b4a83c7e441e48bbdeeea05c977 \ + file://LICENSES/GPL-3.0-only.txt;md5=1c76c4cc354acaac30ed4d5eefea7245 \ + file://LICENSES/LicenseRef-KDE-Accepted-GPL.txt;md5=b4c280013bbbadfbe92219498dc5228c \ +" +PR = "r0" + +DEPENDS = " \ + qtwayland \ + qtwayland-native \ + kirigami \ + solid \ + kcoreaddons \ + kdeclarative \ + knotifications \ + kpackage \ + kwindowsystem \ + plasma-workspace \ +" + +inherit cmake_plasma +inherit mime-xdg + +FILES:${PN} += " \ + ${datadir}/kpackage/kcms/kcm_mediacenter_remotecontrollers/* \ + ${libdir}/qml/org/kde/plasma/remotecontrollers/* \ +" diff --git a/recipes-plasma/plasma-remotecontrollers_5.25.90.bb b/recipes-plasma/plasma-remotecontrollers_5.25.90.bb new file mode 100644 index 0000000..1ac4fa2 --- /dev/null +++ b/recipes-plasma/plasma-remotecontrollers_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/plasma-remotecontrollers;nobranch=1;protocol=https" +SRCREV = "0cddb61d9f784dba8a94bc328bd29c1c62a6d14c" +S = "${WORKDIR}/git"