From 0114933de01786b38d195d99a4c6bf517aee9c6d Mon Sep 17 00:00:00 2001 From: Johan Thelin Date: Wed, 16 Jul 2014 20:44:52 +0200 Subject: [PATCH] KPlotting 5.0.0 --- recipes-kf5/tier1/kplotting.inc | 18 ++++++++++++++++++ recipes-kf5/tier1/kplotting_5.0.0.bb | 5 +++++ 2 files changed, 23 insertions(+) create mode 100644 recipes-kf5/tier1/kplotting.inc create mode 100644 recipes-kf5/tier1/kplotting_5.0.0.bb diff --git a/recipes-kf5/tier1/kplotting.inc b/recipes-kf5/tier1/kplotting.inc new file mode 100644 index 0000000..4035088 --- /dev/null +++ b/recipes-kf5/tier1/kplotting.inc @@ -0,0 +1,18 @@ +DESCRIPTION = "KPlotting" +HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ + " +PR = "r0" + +DEPENDS = "qtbase" + +GIT_REPO = "git://anongit.kde.org/kplotting" +S = "${WORKDIR}/git" + +inherit cmake_qt5 + +FILES_${PN}-dev += " \ + ${libdir}/cmake/KF5Plotting/*.cmake \ + ${prefix}/mkspecs/modules/qt_KPlotting.pri \ +" diff --git a/recipes-kf5/tier1/kplotting_5.0.0.bb b/recipes-kf5/tier1/kplotting_5.0.0.bb new file mode 100644 index 0000000..c659a1e --- /dev/null +++ b/recipes-kf5/tier1/kplotting_5.0.0.bb @@ -0,0 +1,5 @@ +require ${PN}.inc + +SRC_URI = "${GIT_REPO}" +SRCREV = "1ef35022e0c8a1ad87783d7338af7b90672694c6" +PV = "5.0.0"