mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
Update to KDE Frameworks 5.50.0
This commit is contained in:
@@ -45,6 +45,7 @@ RDEPENDS_${PN} = " \
|
||||
kpackage \
|
||||
kpty \
|
||||
kunitconversion \
|
||||
syndication \
|
||||
\
|
||||
baloo \
|
||||
kactivitiesstats \
|
||||
|
||||
@@ -11,7 +11,7 @@ DEPENDS_class-native += " \
|
||||
extra-cmake-modules \
|
||||
"
|
||||
DEPENDS_class-target += " \
|
||||
qtscript \
|
||||
qtdeclarative \
|
||||
gettext-native \
|
||||
extra-cmake-modules \
|
||||
"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "KSyntaxHighlighting"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/syntax-highlighting/html/index.html"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=61be4d272e55cc2609d58596cf084908"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase ksyntaxhighlighting-native"
|
||||
|
||||
17
recipes-kf5/tier2/syndication.inc
Normal file
17
recipes-kf5/tier2/syndication.inc
Normal file
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION = "Syndication"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/syndication/html/index.html"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
kcodecs \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
git://anongit.kde.org/${BPN};nobranch=1 \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kf5
|
||||
2
recipes-kf5/tier4/frameworkintegration_5.50.0.bb
Normal file
2
recipes-kf5/tier4/frameworkintegration_5.50.0.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user