Solid 5.0.0 (+5 commits)

This commit is contained in:
Johan Thelin
2014-07-16 23:04:47 +02:00
committed by Volker Krause
parent 588ad522fb
commit e950dc6fdb
2 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
DESCRIPTION = "Solid"
HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/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/solid"
S = "${WORKDIR}/git"
inherit cmake_qt5
FILES_${PN}-dev += " \
${libdir}/cmake/KF5Solid/*.cmake \
${prefix}/mkspecs/modules/qt_Solid.pri \
"
FILES_${PN}-dbg += " \
${libdir}/qml/org/kde/solid/.debug/*.so \
"
FILES_${PN} += " \
${libdir}/qml/org/kde/solid/qmldir \
${libdir}/qml/org/kde/solid/*.so \
"

View File

@@ -0,0 +1,6 @@
require ${PN}.inc
SRC_URI = "${GIT_REPO}"
# 5 commits past 5.0.0, due to licensing
SRCREV = "d89d25980ac1b4c5ee51058ea746984aec23c1e1"
PV = "5.0.0"