diff --git a/recipes-playground/calindori.inc b/recipes-plasma-mobile/calindori.inc similarity index 100% rename from recipes-playground/calindori.inc rename to recipes-plasma-mobile/calindori.inc diff --git a/recipes-playground/kclock_0.2.2.bb b/recipes-plasma-mobile/calindori_21.05.bb similarity index 81% rename from recipes-playground/kclock_0.2.2.bb rename to recipes-plasma-mobile/calindori_21.05.bb index 6082bec..8e68fed 100644 --- a/recipes-playground/kclock_0.2.2.bb +++ b/recipes-plasma-mobile/calindori_21.05.bb @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: none # SPDX-License-Identifier: CC0-1.0 -require ${PN}.inc +require ${BPN}.inc SRCREV = "v${PV}" diff --git a/recipes-playground/kclock.inc b/recipes-plasma-mobile/kclock.inc similarity index 100% rename from recipes-playground/kclock.inc rename to recipes-plasma-mobile/kclock.inc diff --git a/recipes-playground/calindori_git.bb b/recipes-plasma-mobile/kclock_21.05.bb similarity index 62% rename from recipes-playground/calindori_git.bb rename to recipes-plasma-mobile/kclock_21.05.bb index 7d1350c..8e68fed 100644 --- a/recipes-playground/calindori_git.bb +++ b/recipes-plasma-mobile/kclock_21.05.bb @@ -2,4 +2,4 @@ # SPDX-License-Identifier: CC0-1.0 require ${BPN}.inc -SRCREV = "e766232d8a5298446eaa4c70a845536a64126262" +SRCREV = "v${PV}" diff --git a/recipes-plasma-mobile/koko.inc b/recipes-plasma-mobile/koko.inc new file mode 100644 index 0000000..d933944 --- /dev/null +++ b/recipes-plasma-mobile/koko.inc @@ -0,0 +1,35 @@ +# SPDX-FileCopyrightText: 2019-2020 Volker Krause +# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr +# +# 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 \ +" diff --git a/recipes-playground/koko_git.bb b/recipes-plasma-mobile/koko_21.05.bb similarity index 54% rename from recipes-playground/koko_git.bb rename to recipes-plasma-mobile/koko_21.05.bb index 82bbb31..8e68fed 100644 --- a/recipes-playground/koko_git.bb +++ b/recipes-plasma-mobile/koko_21.05.bb @@ -2,5 +2,4 @@ # SPDX-License-Identifier: CC0-1.0 require ${BPN}.inc -# SRCREV = "v${PV}" -SRCREV = "ced8368236f328577580aba01e3e89f278fb0c9b" +SRCREV = "v${PV}" diff --git a/recipes-playground/koko.inc b/recipes-playground/koko.inc deleted file mode 100644 index f439445..0000000 --- a/recipes-playground/koko.inc +++ /dev/null @@ -1,28 +0,0 @@ -# SPDX-FileCopyrightText: 2019q-2020 Volker Krause -# -# 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 diff --git a/recipes-playground/kquickimageeditor.inc b/recipes-playground/kquickimageeditor.inc new file mode 100644 index 0000000..642d65f --- /dev/null +++ b/recipes-playground/kquickimageeditor.inc @@ -0,0 +1,18 @@ +# SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr +# +# 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 diff --git a/recipes-playground/kquickimageeditor_0.1.3.bb b/recipes-playground/kquickimageeditor_0.1.3.bb new file mode 100644 index 0000000..8e68fed --- /dev/null +++ b/recipes-playground/kquickimageeditor_0.1.3.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${BPN}.inc +SRCREV = "v${PV}"