diff --git a/recipes-kf5/packagegroups/packagegroup-kde-frameworks5.bb b/recipes-kf5/packagegroups/packagegroup-kde-frameworks5.bb index 373c0b9..0a87faa 100644 --- a/recipes-kf5/packagegroups/packagegroup-kde-frameworks5.bb +++ b/recipes-kf5/packagegroups/packagegroup-kde-frameworks5.bb @@ -1,88 +1,89 @@ SUMMARY = "All KDE Frameworks 5 packages" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup distro_features_check REQUIRED_DISTRO_FEATURES = "wayland x11 kde" RDEPENDS_${PN} = " \ attica \ bluez-qt \ breeze-icons \ karchive \ kcalendarcore \ kcodecs \ kconfig \ kcoreaddons \ kdbusaddons \ kdnssd \ kguiaddons \ kholidays \ ki18n \ kidletime \ kimageformats \ kirigami \ kitemmodels \ kitemviews \ kplotting \ + kquickcharts \ ksyntaxhighlighting \ kwayland \ kwidgetsaddons \ kwindowsystem \ modemmanager-qt \ networkmanager-qt \ oxygen-icons \ prison \ solid \ sonnet \ threadweaver \ \ kactivities \ kauth \ kcontacts \ kcrash \ kdoctools \ kfilemetadata \ kjobwidgets \ knotifications \ kpackage \ kpty \ kunitconversion \ syndication \ \ baloo \ kactivitiesstats \ kbookmarks \ kcmutils \ kdeclarative \ kded \ kdesu \ kemoticons \ kglobalaccel \ kiconthemes \ kinit \ kio \ knewstuff \ knotifyconfig \ kparts \ kpeople \ krunner \ kservice \ ktexteditor \ ktextwidgets \ kwallet \ kxmlgui \ kxmlrpcclient \ plasma-framework \ purpose \ qqc2-desktop-style \ \ frameworkintegration \ \ kjs \ kjsembed \ kdelibs4support \ " diff --git a/recipes-kf5/tier1/kquickcharts.inc b/recipes-kf5/tier1/kquickcharts.inc new file mode 100644 index 0000000..29aebe9 --- /dev/null +++ b/recipes-kf5/tier1/kquickcharts.inc @@ -0,0 +1,19 @@ +DESCRIPTION = "KQuickCharts" +HOMEPAGE = "https://api.kde.org/frameworks/kquickcharts/html/index.html" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=12547d25b034355eba3018eb0d9be513" +PR = "r0" + +DEPENDS = " \ + qtdeclarative \ + qtquickcontrols2 \ +" + +SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1" +S = "${WORKDIR}/git" + +inherit cmake_kf5 + +FILES_${PN} += " \ + ${libdir}/qml/org/kde/quickcharts \ +" diff --git a/recipes-kf5/tier1/kquickcharts_5.66.0.bb b/recipes-kf5/tier1/kquickcharts_5.66.0.bb new file mode 100644 index 0000000..56169bb --- /dev/null +++ b/recipes-kf5/tier1/kquickcharts_5.66.0.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}"