For details see: https://docs.yoctoproject.org/next/migration-guides/migration-3.4.html Note that due to this change the latest point release of Dunfell is the minimal requirement to be compatible with this layer.
76 lines
1.5 KiB
PHP
76 lines
1.5 KiB
PHP
# 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 \
|
|
"
|
|
|
|
inherit cmake_kdeapp
|
|
inherit kcoreaddons
|
|
inherit kconfig
|
|
inherit kauth
|
|
inherit mime-xdg
|
|
|
|
EXTRA_OECMAKE += "-DBUILD_TOUCH=ON"
|
|
|
|
# note: marble-maps is the dedicated mobile version
|
|
PACKAGES += " \
|
|
${PN}-desktop \
|
|
${PN}-shared \
|
|
"
|
|
|
|
FILES_SOLIBSDEV = ""
|
|
FILES:${PN} = " \
|
|
${bindir}/marble-maps \
|
|
${datadir}/applications/org.kde.marble-maps.desktop \
|
|
"
|
|
|
|
FILES:${PN}-shared = " \
|
|
${datadir}/knsrcfiles \
|
|
${libdir}/libmarbledeclarative.so \
|
|
${libdir} \
|
|
${datadir}/marble/data/ \
|
|
${datadir}/icons \
|
|
${datadir} \
|
|
"
|
|
|
|
FILES:${PN}-desktop = " \
|
|
${bindir}/marble \
|
|
${bindir}/marble-qt \
|
|
${datadir}/applications/org.kde.marble.desktop \
|
|
${datadir}/applications/org.kde.marble-qt.desktop \
|
|
${datdair}/kxmlgui5 \
|
|
"
|
|
|
|
FILES:${PN}-dev += " \
|
|
${datadir}/knsrcfiles \
|
|
${libdir}/libastro.so \
|
|
${libdir}/libmarblewidget-qt5.so \
|
|
"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
${PN}-shared \
|
|
"
|
|
|
|
RDEPENDS:${PN}-desktop += " \
|
|
${PN}-shared \
|
|
"
|