From f3b60ceec112b9807f9ce8543808c0228557df1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 3 Dec 2014 16:13:36 +0100 Subject: [PATCH] add kplotting 5.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../tier1/kplotting/kplotting_5.5.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-kde-framework/tier1/kplotting/kplotting_5.5.0.bb diff --git a/recipes-kde-framework/tier1/kplotting/kplotting_5.5.0.bb b/recipes-kde-framework/tier1/kplotting/kplotting_5.5.0.bb new file mode 100644 index 00000000..a2d7a481 --- /dev/null +++ b/recipes-kde-framework/tier1/kplotting/kplotting_5.5.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "Lightweight plotting framework" +LICENSE = "GPLv2 | LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ +" + +inherit kde cmake-lib + +SRCREV = "361eba095446ce8cdc9ceab62fea3a0a96422a6b" + +# cross libs / headers +CMAKE_HIDE_ERROR[1] = "KF5Plotting, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" +CMAKE_HIDE_ERROR[2] = "KF5Plotting, -S${includedir}, -S${STAGING_INCDIR}"