Index: recipes-kf5/tier1/bluez-qt.inc =================================================================== --- /dev/null +++ recipes-kf5/tier1/bluez-qt.inc @@ -0,0 +1,16 @@ +DESCRIPTION = "BluezQt" +HOMEPAGE = "https://api.kde.org/frameworks/bluez-qt/html/index.html" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" +PR = "r0" + +DEPENDS = "qtbase" + +SRC_URI = "git://anongit.kde.org/bluez-qt" +S = "${WORKDIR}/git" + +inherit cmake_kf5 + +FILES_${PN} += " \ + ${libdir}/qml/org/kde/bluezqt/* \ +" Index: recipes-kf5/tier1/bluez-qt_5.36.0.bb =================================================================== --- /dev/null +++ recipes-kf5/tier1/bluez-qt_5.36.0.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}"