qmlkonsole: intiial packaging
This commit is contained in:
29
recipes-application/plasma-mobile/qmlkonsole.inc
Normal file
29
recipes-application/plasma-mobile/qmlkonsole.inc
Normal file
@@ -0,0 +1,29 @@
|
||||
# SPDX-FileCopyrightText: 2023 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# 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 \
|
||||
"
|
||||
6
recipes-application/plasma-mobile/qmlkonsole_24.01.80.bb
Normal file
6
recipes-application/plasma-mobile/qmlkonsole_24.01.80.bb
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user