Warning, /packaging/yocto-meta-kde/recipes-playground/kirigami-addons.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "Add-ons for the Kirigami framework"
0006 HOMEPAGE = "https://invent.kde.org/libraries/kirigami-addons"
0007 LICENSE = "GPL-2.0"
0008 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=93e64b4a83c7e441e48bbdeeea05c977"
0009 PR = "r0"
0010 
0011 DEPENDS = " \
0012     kirigami \
0013     ki18n \
0014 "
0015 
0016 SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
0017 S = "${WORKDIR}/git"
0018 
0019 inherit cmake_kdeapp