plasma-mobile: initial add
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
31
recipes-kde/plasma/other/plasma-mobile_git.bb
Normal file
31
recipes-kde/plasma/other/plasma-mobile_git.bb
Normal file
@@ -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} \
|
||||
"
|
||||
Reference in New Issue
Block a user