mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
Add KHolidays recipe
Scheduled for KF5 inclusion with 5.43.
This commit is contained in:
18
recipes-kf5/staging/kholidays.inc
Normal file
18
recipes-kf5/staging/kholidays.inc
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION = "KHolidays"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kholidays/html/index.html"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kf5
|
||||
|
||||
FILES_${PN} += " \
|
||||
${libdir}/qml/org/kde/kholidays \
|
||||
${datadir}/kf5/libkholidays \
|
||||
"
|
||||
2
recipes-kf5/staging/kholidays_17.12.1.bb
Normal file
2
recipes-kf5/staging/kholidays_17.12.1.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user