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} \ +"