ThreadWeaver 5.0.0

This commit is contained in:
Johan Thelin
2014-07-14 14:41:36 +02:00
committed by Volker Krause
parent f8c08570a7
commit cafd431a86
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
DESCRIPTION = "ThreadWeaver"
HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/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/threadweaver"
S = "${WORKDIR}/git"
inherit cmake_qt5
FILES_${PN}-dev += " \
${libdir}/cmake/KF5ThreadWeaver/*.cmake \
${prefix}/mkspecs/modules/qt_ThreadWeaver.pri \
"

View File

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