diff --git a/recipes-plasma/layer-shell-qt.inc b/recipes-plasma/layer-shell-qt.inc new file mode 100644 index 0000000..693a777 --- /dev/null +++ b/recipes-plasma/layer-shell-qt.inc @@ -0,0 +1,27 @@ +# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +SUMMARY = "Layer Shell Qt" +DESCRIPTION = "Qt component to allow applications to make use of the Wayland wl-layer-shell protocol" +HOMEPAGE = "https://invent.kde.org/plasma/layer-shell-qt" +LICENSE = "BSD-3-Clause & MIT & LGPL-3.0+" +LIC_FILES_CHKSUM = " \ + file://LICENSES/BSD-3-Clause.txt;md5=f225922a2c12dfa5218fb70c49db3ea6 \ + file://LICENSES/MIT.txt;md5=7dda4e90ded66ab88b86f76169f28663 \ + file://LICENSES/LGPL-3.0-or-later.txt;md5=3000208d539ec061b899bce1d9ce9404 \ +" +PR = "r0" + +DEPENDS = " \ + qtwayland \ + qtwayland-native \ + wayland-native \ + wayland \ + wayland-protocols \ +" + +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" +S = "${WORKDIR}/git" + +inherit cmake_plasma diff --git a/recipes-plasma/layer-shell-qt_5.21.90.bb b/recipes-plasma/layer-shell-qt_5.21.90.bb new file mode 100644 index 0000000..6082bec --- /dev/null +++ b/recipes-plasma/layer-shell-qt_5.21.90.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRCREV = "v${PV}"