Update to Plasma 5.18.5 and applications 20.04.1

This commit is contained in:
Volker Krause
2020-06-09 17:21:54 +02:00
parent cf7cae95c2
commit 08207d2bcb
45 changed files with 34 additions and 24 deletions

View File

@@ -0,0 +1,40 @@
DESCRIPTION = "KDE Connect"
HOMEPAGE = "https://community.kde.org/KDEConnect"
LICENSE = "GPL-2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PR = "r0"
DEPENDS += " \
qtdeclarative \
qtmultimedia \
qca \
kconfigwidgets \
kdbusaddons \
kiconthemes \
knotifications \
kio \
kcmutils \
kirigami \
kpeople \
kwayland \
"
SRC_URI = " \
git://anongit.kde.org/${BPN};protocol=git \
"
S = "${WORKDIR}/git"
inherit cmake_kdeapp
inherit kcoreaddons
inherit kconfig
inherit kauth
EXTRA_OECMAKE += " -DEXPERIMENTALAPP_ENABLED=ON -DSMSAPP_ENABLED=OFF -DOE_QCA_PATH_HOST_ROOT=${STAGING_DIR_HOST}"
FILES_${PN} += " \
${datadir}/plasma \
${datadir}/nautilus-python \
${datadir}/Thunar \
${datadir}/contractor \
${datadir}/zsh \
"

View File

@@ -0,0 +1,2 @@
require ${BPN}.inc
SRCREV = "v${PV}"