Files
meta-kde/recipes-application/base/konsole.inc
2020-12-30 11:28:21 +01:00

34 lines
643 B
PHP

# SPDX-FileCopyrightText: 2019-2020 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Konsole"
HOMEPAGE = "https://konsole.kde.org/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
PR = "r0"
DEPENDS += " \
kinit \
kio \
knewstuff \
knotifications \
knotifyconfig \
kparts \
kpty \
kxmlgui \
"
SRC_URI = "git://invent.kde.org/utilities/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit cmake_kdeapp
inherit kcoreaddons
inherit kconfig
inherit kauth
FILES_SOLIBSDEV = ""
FILES_${PN} += " \
${datadir}/knsrcfiles \
"