mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
KIdleTime 5.0.0
This commit is contained in:
committed by
Volker Krause
parent
d65df0495b
commit
95938b06f6
18
recipes-kf5/tier1/kidletime.inc
Normal file
18
recipes-kf5/tier1/kidletime.inc
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION = "KIdleTime"
|
||||
HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/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/kidletime"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_qt5
|
||||
|
||||
FILES_${PN}-dev += " \
|
||||
${libdir}/cmake/KF5IdleTime/*.cmake \
|
||||
${prefix}/mkspecs/modules/qt_KIdleTime.pri \
|
||||
"
|
||||
5
recipes-kf5/tier1/kidletime_5.0.0.bb
Normal file
5
recipes-kf5/tier1/kidletime_5.0.0.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
require ${PN}.inc
|
||||
|
||||
SRC_URI = "${GIT_REPO}"
|
||||
SRCREV = "1c99d012dbf370a09d5e2664b2d3c9a341682927"
|
||||
PV = "5.0.0"
|
||||
Reference in New Issue
Block a user