Reorganize plasma-mobile apps and update to 21.05
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
require ${BPN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
@@ -2,4 +2,4 @@
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${BPN}.inc
|
||||
SRCREV = "e766232d8a5298446eaa4c70a845536a64126262"
|
||||
SRCREV = "v${PV}"
|
||||
35
recipes-plasma-mobile/koko.inc
Normal file
35
recipes-plasma-mobile/koko.inc
Normal file
@@ -0,0 +1,35 @@
|
||||
# SPDX-FileCopyrightText: 2019-2020 Volker Krause <vkrause@kde.org>
|
||||
# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
DESCRIPTION = "KoKo Gallery Application"
|
||||
HOMEPAGE = "https://invent.kde.org/graphics/koko/-"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-only.txt;md5=fabba2a3bfeb22a6483d44e9ae824d3f"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
qtlocation \
|
||||
kdeclarative \
|
||||
kiconthemes \
|
||||
kio \
|
||||
kirigami \
|
||||
kfilemetadata \
|
||||
knotifications \
|
||||
kquickimageeditor \
|
||||
exiv2 \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/graphics/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kdeapp
|
||||
inherit kconfig
|
||||
inherit kcoreaddons
|
||||
inherit kauth
|
||||
inherit mime-xdg
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
qtgraphicaleffects-qmlplugins \
|
||||
"
|
||||
@@ -2,5 +2,4 @@
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${BPN}.inc
|
||||
# SRCREV = "v${PV}"
|
||||
SRCREV = "ced8368236f328577580aba01e3e89f278fb0c9b"
|
||||
SRCREV = "v${PV}"
|
||||
@@ -1,28 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019q-2020 Volker Krause <vkrause@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
DESCRIPTION = "KoKo Gallery Application"
|
||||
HOMEPAGE = ""
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
qtlocation \
|
||||
kdeclarative \
|
||||
kiconthemes \
|
||||
kio \
|
||||
kirigami \
|
||||
knotifications \
|
||||
exiv2 \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/plasma-mobile/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kdeapp
|
||||
inherit kconfig
|
||||
inherit kcoreaddons
|
||||
inherit kauth
|
||||
inherit mime-xdg
|
||||
18
recipes-playground/kquickimageeditor.inc
Normal file
18
recipes-playground/kquickimageeditor.inc
Normal file
@@ -0,0 +1,18 @@
|
||||
# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
DESCRIPTION = "KoKo Gallery Application"
|
||||
HOMEPAGE = "https://invent.kde.org/libraries/kquickimageeditor/"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=2a4f4fd2128ea2f65047ee63fbca9f68"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
qtdeclarative \
|
||||
"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kdeapp
|
||||
5
recipes-playground/kquickimageeditor_0.1.3.bb
Normal file
5
recipes-playground/kquickimageeditor_0.1.3.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${BPN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user