mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-12 06:49:33 +02:00
KImageFormats 5.0.0
This commit is contained in:
committed by
Volker Krause
parent
cca71bffe3
commit
9598ce7a09
27
recipes-kf5/tier1/kimageformats.inc
Normal file
27
recipes-kf5/tier1/kimageformats.inc
Normal file
@@ -0,0 +1,27 @@
|
||||
DESCRIPTION = "KImageFormats"
|
||||
HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/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/kimageformats"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_qt5
|
||||
|
||||
FILES_${PN}-dev += " \
|
||||
${libdir}/cmake/KF5ImageFormats/*.cmake \
|
||||
${prefix}/mkspecs/modules/qt_KImageFormats.pri \
|
||||
"
|
||||
|
||||
FILES_${PN}-dbg += " \
|
||||
${libdir}/plugins/imageformats/.debug/*.so \
|
||||
"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${libdir}/plugins/imageformats/*.so \
|
||||
/usr/share/kservices5/qimageioplugins/*.desktop \
|
||||
"
|
||||
5
recipes-kf5/tier1/kimageformats_5.0.0.bb
Normal file
5
recipes-kf5/tier1/kimageformats_5.0.0.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
require ${PN}.inc
|
||||
|
||||
SRC_URI = "${GIT_REPO}"
|
||||
SRCREV = "5b42b3b7870e493b04a3c9dc09de0795db5eb443"
|
||||
PV = "5.0.0"
|
||||
Reference in New Issue
Block a user