Package Marble
This commit is contained in:
45
recipes-application/edu/marble.inc
Normal file
45
recipes-application/edu/marble.inc
Normal file
@@ -0,0 +1,45 @@
|
||||
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
SUMMARY = "Marble"
|
||||
DESCRIPTION = "Marble is a virtual globe and world atlas."
|
||||
HOMEPAGE = "https://marble.kde.org/"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e9b5891877660f283be4bc396de0570f"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS += " \
|
||||
gpsd \
|
||||
kcrash \
|
||||
ki18n \
|
||||
kio \
|
||||
knewstuff \
|
||||
kparts \
|
||||
phonon \
|
||||
protobuf \
|
||||
protobuf-native \
|
||||
qtlocation \
|
||||
qtserialport \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/education/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kdeapp
|
||||
inherit kcoreaddons
|
||||
inherit kconfig
|
||||
inherit kauth
|
||||
inherit mime-xdg
|
||||
|
||||
FILES_SOLIBSDEV = ""
|
||||
FILES_${PN} += " \
|
||||
${datadir}/knsrcfiles \
|
||||
${libdir}/libmarbledeclarative.so \
|
||||
"
|
||||
|
||||
FILES_${PN}-dev += " \
|
||||
${datadir}/knsrcfiles \
|
||||
${libdir}/libastro.so \
|
||||
${libdir}/libmarblewidget-qt5.so \
|
||||
"
|
||||
5
recipes-application/edu/marble_20.12.0.bb
Normal file
5
recipes-application/edu/marble_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}"
|
||||
Reference in New Issue
Block a user