diff --git a/recipes-application/plasma-mobile/qmlkonsole.inc b/recipes-application/plasma-mobile/qmlkonsole.inc new file mode 100644 index 0000000..c1fc515 --- /dev/null +++ b/recipes-application/plasma-mobile/qmlkonsole.inc @@ -0,0 +1,29 @@ +# SPDX-FileCopyrightText: 2023 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +DESCRIPTION = "Terminal app for Plasma Mobile" +HOMEPAGE = "https://invent.kde.org/plasma-mobile/qmlkonsole" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-or-later.txt;md5=fed54355545ffd980b814dab4a3b312c" +PR = "r0" + +DEPENDS = " \ + qtbase \ + qtdeclarative \ + kconfig \ + kconfig-native \ + ki18n \ + kirigami \ + kirigami-addons \ + kwindowsystem \ +" + +inherit cmake_kdeapp +inherit kf6-kcoreaddons +inherit mime-xdg + +RDEPENDS:${PN} += " \ + qtdeclarative-qmlplugins \ + qmltermwidget \ +" diff --git a/recipes-application/plasma-mobile/qmlkonsole_24.01.80.bb b/recipes-application/plasma-mobile/qmlkonsole_24.01.80.bb new file mode 100644 index 0000000..d658911 --- /dev/null +++ b/recipes-application/plasma-mobile/qmlkonsole_24.01.80.bb @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/unstable/release-service/24.01.80/src/qmlkonsole-24.01.80.tar.xz" +SRC_URI[sha256sum] = "14fdfeb44abfca0c4f8993eb1953b5c9d1a80dca21ef5230956f6336efde18b4"