Add milou recipe

This commit is contained in:
Volker Krause
2018-01-07 21:25:08 +01:00
parent 1a50136be8
commit 9eb565ca81
3 changed files with 31 additions and 0 deletions

28
recipes-plasma/milou.inc Normal file
View File

@@ -0,0 +1,28 @@
DESCRIPTION = "Milou"
HOMEPAGE = ""
LICENSE = "GPL-2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PR = "r0"
DEPENDS = " \
qtdeclarative \
qtscript \
kcoreaddons \
ki18n \
kdeclarative \
kservice \
plasma-framework \
krunner \
"
SRC_URI = " \
git://git.kde.org/${BPN};nobranch=1 \
"
S = "${WORKDIR}/git"
inherit cmake_plasma
FILES_${PN} += " \
${libdir}/qml/org/kde/milou/* \
${datadir}/plasma/plasmoids/org.kde.milou \
"

View File

@@ -0,0 +1,2 @@
require ${PN}.inc
SRCREV = "v${PV}"

View File

@@ -13,6 +13,7 @@ RDEPENDS_${PN} = " \
kwin \
libkscreen \
libksysguard \
milou \
plasma-integration \
plasma-phone-components \
plasma-workspace \