Package data for Edu applications
This commit is contained in:
@@ -28,3 +28,7 @@ inherit kcoreaddons
|
||||
inherit kconfig
|
||||
inherit kauth
|
||||
inherit mime-xdg
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
kdeedu-data \
|
||||
"
|
||||
|
||||
19
recipes-application/edu/kdeedu-data.inc
Normal file
19
recipes-application/edu/kdeedu-data.inc
Normal file
@@ -0,0 +1,19 @@
|
||||
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
SUMMARY = "KDE Education Data"
|
||||
DESCRIPTION = "Shared icons, artwork and data files for educational applications"
|
||||
HOMEPAGE = "https://invent.kde.org/education/kdeedu-data"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/education/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kdeapp
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/apps/kvtml/en \
|
||||
"
|
||||
5
recipes-application/edu/kdeedu-data_20.12.0.bb
Normal file
5
recipes-application/edu/kdeedu-data_20.12.0.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
@@ -30,3 +30,7 @@ inherit kcoreaddons
|
||||
inherit kconfig
|
||||
inherit kauth
|
||||
inherit mime-xdg
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
kdeedu-data \
|
||||
"
|
||||
|
||||
@@ -19,6 +19,7 @@ RDEPENDS_${PN} = " \
|
||||
blinken \
|
||||
marble \
|
||||
kanagram \
|
||||
kdeedu-data \
|
||||
khangman \
|
||||
gcompris \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user