mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-12 06:49:33 +02:00
Add KNewStuff recipe
Reviewers: cordlandwehr Reviewed By: cordlandwehr Differential Revision: https://phabricator.kde.org/D7137
This commit is contained in:
37
recipes-kf5/tier3/knewstuff.inc
Normal file
37
recipes-kf5/tier3/knewstuff.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
DESCRIPTION = "KNewStuff"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/knewstuff/html/index.html"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
qtdeclarative \
|
||||
karchive \
|
||||
kcompletion \
|
||||
kconfig \
|
||||
kcoreaddons \
|
||||
ki18n \
|
||||
kiconthemes \
|
||||
kio \
|
||||
kitemviews \
|
||||
kservice \
|
||||
ktextwidgets \
|
||||
kwidgetsaddons \
|
||||
kxmlgui \
|
||||
attica \
|
||||
"
|
||||
|
||||
SRC_URI = "git://anongit.kde.org/knewstuff;nobranch=1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kf5
|
||||
inherit gettext
|
||||
inherit python3native
|
||||
|
||||
FILES_${PN} += " \
|
||||
${libdir}/qml/org/kde/newstuff/* \
|
||||
${libdir}/qml/org/kde/newstuff/qml/* \
|
||||
${datadir}/kf5/knewstuff/pics/*.png \
|
||||
${datadir}/kf5/kmoretools/presets-kmoretools/* \
|
||||
"
|
||||
2
recipes-kf5/tier3/knewstuff_5.36.0.bb
Normal file
2
recipes-kf5/tier3/knewstuff_5.36.0.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user