Add Plasma Mobile Settings recipe

This commit is contained in:
Volker Krause
2018-06-30 12:00:47 +02:00
parent b583a80c58
commit 817665280c
3 changed files with 22 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
DESCRIPTION = "Plasma Phone Components"
HOMEPAGE = "https://community.kde.org/Plasma/Mobile/Code"
LICENSE = "GPLv2+"
# TODO: repo does not have a license file!
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PR = "r0"

View File

@@ -0,0 +1,21 @@
DESCRIPTION = "Plasma Mobile Settings"
HOMEPAGE = ""
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PR = "r0"
DEPENDS = " \
plasma-framework \
"
SRC_URI = " \
git://anongit.kde.org/${BPN};nobranch=1 \
"
S = "${WORKDIR}/git"
inherit cmake_plasma
FILES_${PN} += " \
${libdir}/qml \
${datadir}/kpackage \
"

View File

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