From aedf4fb2a2d9e0a9401db54003ff99ab64c8f6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 7 Nov 2018 16:25:12 +0100 Subject: [PATCH] Add plasma-settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../packagegroups/plasma-mobile-world.bb | 1 + .../plasma-settings/plasma-settings_git.bb | 41 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 recipes-kde/plasma/plasma-mobile/plasma-settings/plasma-settings_git.bb diff --git a/recipes-kde/packagegroups/plasma-mobile-world.bb b/recipes-kde/packagegroups/plasma-mobile-world.bb index 6d8f7596..ae9fa1fd 100644 --- a/recipes-kde/packagegroups/plasma-mobile-world.bb +++ b/recipes-kde/packagegroups/plasma-mobile-world.bb @@ -7,4 +7,5 @@ inherit packagegroup RDEPENDS_${PN} = " \ plasma-mobile \ plasma-phone-components \ + plasma-settings \ " diff --git a/recipes-kde/plasma/plasma-mobile/plasma-settings/plasma-settings_git.bb b/recipes-kde/plasma/plasma-mobile/plasma-settings/plasma-settings_git.bb new file mode 100644 index 00000000..b6caa2fe --- /dev/null +++ b/recipes-kde/plasma/plasma-mobile/plasma-settings/plasma-settings_git.bb @@ -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} \ +"