mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
16 lines
378 B
PHP
16 lines
378 B
PHP
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
PR = "r0"
|
|
|
|
require oxygen-icons5_metainfo.inc
|
|
inherit cmake_kf5
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/icons/oxygen/index.theme \
|
|
${datadir}/icons/oxygen/base/*/*/*.png \
|
|
"
|