From 79dcbb35acea3d026aea57c9a4097bcf4b1d68eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 5 Feb 2015 13:04:37 +0100 Subject: [PATCH] add milou MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/packagegroups/kde-world.bb | 1 + recipes-kde/plasma/untier/milou/milou.bb | 34 ++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 recipes-kde/plasma/untier/milou/milou.bb diff --git a/recipes-kde/packagegroups/kde-world.bb b/recipes-kde/packagegroups/kde-world.bb index 352aaa9e..4a75324a 100644 --- a/recipes-kde/packagegroups/kde-world.bb +++ b/recipes-kde/packagegroups/kde-world.bb @@ -86,6 +86,7 @@ RDEPENDS_${PN} = " \ ksysguard \ kwrited \ libmm-qt \ + milou \ \ kwayland \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \ diff --git a/recipes-kde/plasma/untier/milou/milou.bb b/recipes-kde/plasma/untier/milou/milou.bb new file mode 100644 index 00000000..43414033 --- /dev/null +++ b/recipes-kde/plasma/untier/milou/milou.bb @@ -0,0 +1,34 @@ +SUMMARY = "A dedicated search application built on top of Baloo" +LICENSE = "GPLv2 & LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ +" + +inherit kde-plasma + +DEPENDS += " \ + qtscript \ + qtdeclarative \ + \ + krunner \ + plasma-framework \ + ki18n \ + kdeclarative \ +" + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "6af5b0b7b481390f1dde1ad8528b8932" +SRC_URI[sha256sum] = "45890196e819f7488c1f146e685fcbf26ab298bb2a526e16ec2aae2f0238ed09" + +FILES_${PN} += " \ + ${datadir}/k*5 \ + ${datadir}/plasma \ + ${libdir}/plugins \ + ${libdir}/qml \ +" + +FILES_${PN}-dbg += " \ + ${libdir}/plugins/.debug \ + ${libdir}/qml/*/*/*/.debug \ +"