Add plasma-settings

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-11-07 16:25:12 +01:00
parent 038ae7a37e
commit aedf4fb2a2
2 changed files with 42 additions and 0 deletions

View File

@@ -7,4 +7,5 @@ inherit packagegroup
RDEPENDS_${PN} = " \
plasma-mobile \
plasma-phone-components \
plasma-settings \
"

View File

@@ -0,0 +1,41 @@
SUMMARY = "Settings application for Mobile Devices"
LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
"
inherit kde-base pkgconfig
DEPENDS += "\
kcoreaddons-native \
kconfig-native \
kauth-native \
kdelibs4support-native \
kpackage-native \
kdesignerplugin-native \
kwindowsystem \
kcoreaddons \
solid \
kdbusaddons \
ki18n \
plasma-framework \
kdeclarative \
kio \
kdelibs4support \
"
SRC_URI = "git://anongit.kde.org/${BPN}.git"
SRCREV = "4975c9034593dfd164dd13e3459ad8594a61ded9"
S = "${WORKDIR}/git"
# Did not find version anywhere
PV = "0.0.0+git${SRCPV}"
FILES_${PN} += " \
${datadir}/kservices5 \
${datadir}/kpackage \
${datadir}/dbus-1 \
${datadir}/polkit-1 \
${OE_QMAKE_PATH_QML} \
${OE_QMAKE_PATH_PLUGINS} \
"