KCrash 5.0.0

This commit is contained in:
Johan Thelin
2014-07-28 15:46:10 +02:00
committed by Volker Krause
parent ee7e970f17
commit 1db7ee6e33
2 changed files with 23 additions and 0 deletions

View File

@@ -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 \
"

View File

@@ -0,0 +1,5 @@
require ${PN}.inc
SRC_URI = "${GIT_REPO}"
SRCREV = "6fd5c71b0b949f92ab8d2f0f71d700ba729de7ca"
PV = "5.0.0"