mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
KJobWidgets 5.0.0
This commit is contained in:
committed by
Volker Krause
parent
1db7ee6e33
commit
c53c4b09f7
22
recipes-kf5/tier2/kjobwidgets.inc
Normal file
22
recipes-kf5/tier2/kjobwidgets.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION = "KJobWidgets"
|
||||
HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase kcoreaddons kwidgetsaddons"
|
||||
|
||||
GIT_REPO = "git://anongit.kde.org/kjobwidgets"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kf5
|
||||
|
||||
FILES_${PN} += " \
|
||||
/usr/share/dbus-1/interfaces/*.xml \
|
||||
"
|
||||
|
||||
FILES_${PN}-dev += " \
|
||||
${libdir}/cmake/KF5JobWidgets/*.cmake \
|
||||
${prefix}/mkspecs/modules/qt_KJobWidgets.pri \
|
||||
"
|
||||
5
recipes-kf5/tier2/kjobwidgets_5.0.0.bb
Normal file
5
recipes-kf5/tier2/kjobwidgets_5.0.0.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
require ${PN}.inc
|
||||
|
||||
SRC_URI = "${GIT_REPO}"
|
||||
SRCREV = "511abe938b2937eb12ab588be81430b17e70da8a"
|
||||
PV = "5.0.0"
|
||||
Reference in New Issue
Block a user