Package Plasma-Remotecontroller
This commit is contained in:
34
recipes-plasma/plasma-remotecontrollers.inc
Normal file
34
recipes-plasma/plasma-remotecontrollers.inc
Normal 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/* \
|
||||
"
|
||||
7
recipes-plasma/plasma-remotecontrollers_5.25.90.bb
Normal file
7
recipes-plasma/plasma-remotecontrollers_5.25.90.bb
Normal 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"
|
||||
Reference in New Issue
Block a user