Update to Plasma 5.18.5 and applications 20.04.1
This commit is contained in:
40
recipes-application/network/kdeconnect-kde.inc
Normal file
40
recipes-application/network/kdeconnect-kde.inc
Normal 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 \
|
||||
"
|
||||
2
recipes-application/network/kdeconnect-kde_20.04.1.bb
Normal file
2
recipes-application/network/kdeconnect-kde_20.04.1.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${BPN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user