Add Plasma Mobile Settings recipe
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
21
recipes-plasma/plasma-settings.inc
Normal file
21
recipes-plasma/plasma-settings.inc
Normal 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 \
|
||||
"
|
||||
@@ -1,2 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
SRCREV = "master"
|
||||
Reference in New Issue
Block a user