From 1db7ee6e33f1d0bc24ec9eb9eef93f0c97fbc6fb Mon Sep 17 00:00:00 2001 From: Johan Thelin Date: Mon, 28 Jul 2014 15:46:10 +0200 Subject: [PATCH] KCrash 5.0.0 --- recipes-kf5/tier2/kcrash.inc | 18 ++++++++++++++++++ recipes-kf5/tier2/kcrash_5.0.0.bb | 5 +++++ 2 files changed, 23 insertions(+) create mode 100644 recipes-kf5/tier2/kcrash.inc create mode 100644 recipes-kf5/tier2/kcrash_5.0.0.bb diff --git a/recipes-kf5/tier2/kcrash.inc b/recipes-kf5/tier2/kcrash.inc new file mode 100644 index 0000000..b3a4745 --- /dev/null +++ b/recipes-kf5/tier2/kcrash.inc @@ -0,0 +1,18 @@ +DESCRIPTION = "KCrash" +HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ + " +PR = "r0" + +DEPENDS = "kcoreaddons kwindowsystem" + +GIT_REPO = "git://anongit.kde.org/kcrash" +S = "${WORKDIR}/git" + +inherit cmake_kf5 + +FILES_${PN}-dev += " \ + ${libdir}/cmake/KF5Crash/*.cmake \ + ${prefix}/mkspecs/modules/qt_KCrash.pri \ +" diff --git a/recipes-kf5/tier2/kcrash_5.0.0.bb b/recipes-kf5/tier2/kcrash_5.0.0.bb new file mode 100644 index 0000000..1cfb697 --- /dev/null +++ b/recipes-kf5/tier2/kcrash_5.0.0.bb @@ -0,0 +1,5 @@ +require ${PN}.inc + +SRC_URI = "${GIT_REPO}" +SRCREV = "6fd5c71b0b949f92ab8d2f0f71d700ba729de7ca" +PV = "5.0.0"