Package Plasma-Remotecontroller

This commit is contained in:
Andreas Cord-Landwehr
2022-09-26 20:20:15 +02:00
parent f980039a9e
commit 5878008b75
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
# SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# 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/* \
"

View File

@@ -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"