mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-12 15:49:36 +02:00
KCoreAddons 5.0.0
This commit is contained in:
committed by
Volker Krause
parent
e0bbaa8593
commit
8053d9030e
22
recipes-kf5/tier1/kcoreaddons.inc
Normal file
22
recipes-kf5/tier1/kcoreaddons.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION = "KCoreAddons"
|
||||
HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/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/kcoreaddons"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_qt5
|
||||
|
||||
FILES_${PN}-dev += " \
|
||||
${libdir}/cmake/KF5CoreAddons/*.cmake \
|
||||
${prefix}/mkspecs/modules/qt_KCoreAddons.pri \
|
||||
"
|
||||
|
||||
FILES_${PN} += " \
|
||||
/usr/share/mime/packages/kde5.xml \
|
||||
"
|
||||
5
recipes-kf5/tier1/kcoreaddons_5.0.0.bb
Normal file
5
recipes-kf5/tier1/kcoreaddons_5.0.0.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
require ${PN}.inc
|
||||
|
||||
SRC_URI = "${GIT_REPO}"
|
||||
SRCREV = "3bf93e981bd0f25dc06fb7e373f8b2b3b7e19a5f"
|
||||
PV = "5.0.0"
|
||||
Reference in New Issue
Block a user