From 35880adce41401faf94c56d7efa12efd092a1fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 24 Aug 2015 22:15:29 +0200 Subject: [PATCH] baloo-widgets: add 15.08.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../apps/baloo-widgets/baloo-widgets.bb | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes-kde/apps/baloo-widgets/baloo-widgets.bb diff --git a/recipes-kde/apps/baloo-widgets/baloo-widgets.bb b/recipes-kde/apps/baloo-widgets/baloo-widgets.bb new file mode 100644 index 00000000..25643247 --- /dev/null +++ b/recipes-kde/apps/baloo-widgets/baloo-widgets.bb @@ -0,0 +1,27 @@ +SUMMARY = "Widgets for Baloo" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = " \ + file://COPYING.README;md5=f5d7c5af660f94231a1d4e19501bce8f \ + file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ +" + +inherit kde-apps cmake-lib + +DEPENDS += "\ + kconfig \ + kio \ + ki18n \ + kservice \ + kfilemetadata \ + baloo \ + kdelibs4support \ +" + +PV = "${KDE_APP_VERSION}" +SRC_URI[md5sum] = "0180479093fa5b1fcd915c058d99dd37" +SRC_URI[sha256sum] = "3f42c9c6fab0fe40b42cad455800f577dc6fa45d282ccc27a26ef200abe2c967" + +# cross libs / headers +CMAKE_ALIGN_SYSROOT[1] = "KF5BalooWidgets, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" +CMAKE_ALIGN_SYSROOT[2] = "KF5BalooWidgets, -S${includedir}, -S${STAGING_INCDIR}" +