Update to KDE Frameworks 5.50.0

This commit is contained in:
Volker Krause
2018-09-30 12:25:05 +02:00
parent b8a9483b6a
commit b6463a9b65
78 changed files with 23 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ RDEPENDS_${PN} = " \
kpackage \
kpty \
kunitconversion \
syndication \
\
baloo \
kactivitiesstats \

View File

@@ -11,7 +11,7 @@ DEPENDS_class-native += " \
extra-cmake-modules \
"
DEPENDS_class-target += " \
qtscript \
qtdeclarative \
gettext-native \
extra-cmake-modules \
"

View File

@@ -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"

View 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

View File

@@ -0,0 +1,2 @@
require ${PN}.inc
SRCREV = "v${PV}"