mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
Solid 5.0.0 (+5 commits)
This commit is contained in:
committed by
Volker Krause
parent
588ad522fb
commit
e950dc6fdb
27
recipes-kf5/tier1/solid.inc
Normal file
27
recipes-kf5/tier1/solid.inc
Normal 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 \
|
||||
"
|
||||
6
recipes-kf5/tier1/solid_5.0.0.bb
Normal file
6
recipes-kf5/tier1/solid_5.0.0.bb
Normal 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"
|
||||
Reference in New Issue
Block a user