Reorganize plasma-mobile apps and update to 21.05

This commit is contained in:
Andreas Cord-Landwehr
2021-06-21 20:56:44 +02:00
parent 69b379b197
commit 0986398192
9 changed files with 61 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
require ${BPN}.inc
SRCREV = "v${PV}"

View File

@@ -2,4 +2,4 @@
# SPDX-License-Identifier: CC0-1.0
require ${BPN}.inc
SRCREV = "e766232d8a5298446eaa4c70a845536a64126262"
SRCREV = "v${PV}"

View 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 \
"

View File

@@ -2,5 +2,4 @@
# SPDX-License-Identifier: CC0-1.0
require ${BPN}.inc
# SRCREV = "v${PV}"
SRCREV = "ced8368236f328577580aba01e3e89f278fb0c9b"
SRCREV = "v${PV}"

View File

@@ -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

View 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

View File

@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${BPN}.inc
SRCREV = "v${PV}"