mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-13 09:49:33 +02:00
Add KFileMetaData recipe
Reviewers: cordlandwehr Reviewed By: cordlandwehr Differential Revision: https://phabricator.kde.org/D7003
This commit is contained in:
23
recipes-kf5/tier2/kfilemetadata.inc
Normal file
23
recipes-kf5/tier2/kfilemetadata.inc
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION = "KFileMetaData"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kfilemetadata/html/index.html"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase ki18n"
|
||||
|
||||
SRC_URI = "git://anongit.kde.org/kfilemetadata;nobranch=1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kf5
|
||||
inherit gettext
|
||||
inherit python3native
|
||||
|
||||
FILES_${PN} += " \
|
||||
${libdir}/plugins/kf5/kfilemetadata/*.so \
|
||||
"
|
||||
|
||||
FILES_${PN}-dev += " \
|
||||
${libdir}/cmake/KF5FileMetaData/*.cmake \
|
||||
${prefix}/mkspecs/modules/qt_KFileMetaData.pri \
|
||||
"
|
||||
2
recipes-kf5/tier2/kfilemetadata_5.36.0.bb
Normal file
2
recipes-kf5/tier2/kfilemetadata_5.36.0.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user