From b58fdc1c2cd55a7d5c5d0f3085b102ad430e688b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 9 Nov 2016 22:54:01 +0100 Subject: [PATCH] plasma-mobile: initial add MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/plasma/other/plasma-mobile_git.bb | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 recipes-kde/plasma/other/plasma-mobile_git.bb diff --git a/recipes-kde/plasma/other/plasma-mobile_git.bb b/recipes-kde/plasma/other/plasma-mobile_git.bb new file mode 100644 index 00000000..e15def5a --- /dev/null +++ b/recipes-kde/plasma/other/plasma-mobile_git.bb @@ -0,0 +1,31 @@ +SUMMARY = "A complete Plasma workspace targeted from small handheld devices to larger tablets" +LICENSE = "GPLv2 & LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://LICENSE.GPL-2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://LICENSE.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c \ +" + +inherit kde-base gtk-icon-cache + +DEPENDS += " \ + plasma-framework \ + kdeclarative \ + kio \ + kdelibs4support \ + kactivities \ + baloo \ +" + +SRC_URI = "git://anongit.kde.org/${BPN}.git" +SRCREV = "ac97dd0264d3273cc93a70f6efd722bb2215d806" +S = "${WORKDIR}/git" +# Did not find version anywhere +PV = "0.0.0+git${SRCPV}" + +FILES_${PN} += " \ + ${datadir}/icons \ + ${datadir}/k*5 \ + ${datadir}/plasma \ + ${datadir}/solid \ + ${OE_QMAKE_PATH_QML} \ +"