Add libkscreen recipe

This commit is contained in:
Volker Krause
2018-01-02 19:29:08 +01:00
parent e05d10afe3
commit 0c70a71337
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
DESCRIPTION = "KScreen library"
HOMEPAGE = ""
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PR = "r0"
DEPENDS = " \
qtbase \
qtx11extras \
extra-cmake-modules \
kwayland \
"
SRC_URI = " \
git://anongit.kde.org/libkscreen;nobranch=1 \
"
S = "${WORKDIR}/git"
inherit cmake_qt5
inherit gettext
inherit python3native
FILES_${PN} += " \
${libdir}/plugins/kf5/kscreen/*.so \
${datadir}/dbus-1/services/*.service \
"
FILES_${PN}-dev += " \
${libdir}/cmake/KF5Screen/*.cmake \
${prefix}/mkspecs/modules/qt_*.pri \
"

View File

@@ -0,0 +1,2 @@
require ${PN}.inc
SRCREV = "v${PV}"

View File

@@ -10,6 +10,7 @@ RDEPENDS_${PN} = " \
kdecoration \
kscreenlocker \
kwin \
libkscreen \
libksysguard \
plasma-phone-components \
plasma-workspace \