From 817665280c39897298d023119e6cf1296f9d74f2 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Sat, 30 Jun 2018 12:00:47 +0200 Subject: [PATCH] Add Plasma Mobile Settings recipe --- recipes-plasma/plasma-phone-components.inc | 2 -- recipes-plasma/plasma-settings.inc | 21 +++++++++++++++++++ ...nents_5.13.2.bb => plasma-settings_git.bb} | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 recipes-plasma/plasma-settings.inc rename recipes-plasma/{plasma-phone-components_5.13.2.bb => plasma-settings_git.bb} (50%) diff --git a/recipes-plasma/plasma-phone-components.inc b/recipes-plasma/plasma-phone-components.inc index 8a593c1..7f5d63d 100644 --- a/recipes-plasma/plasma-phone-components.inc +++ b/recipes-plasma/plasma-phone-components.inc @@ -1,8 +1,6 @@ DESCRIPTION = "Plasma Phone Components" HOMEPAGE = "https://community.kde.org/Plasma/Mobile/Code" LICENSE = "GPLv2+" -# TODO: repo does not have a license file! -LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" PR = "r0" diff --git a/recipes-plasma/plasma-settings.inc b/recipes-plasma/plasma-settings.inc new file mode 100644 index 0000000..9466a43 --- /dev/null +++ b/recipes-plasma/plasma-settings.inc @@ -0,0 +1,21 @@ +DESCRIPTION = "Plasma Mobile Settings" +HOMEPAGE = "" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +PR = "r0" + +DEPENDS = " \ + plasma-framework \ +" + +SRC_URI = " \ + git://anongit.kde.org/${BPN};nobranch=1 \ +" +S = "${WORKDIR}/git" + +inherit cmake_plasma + +FILES_${PN} += " \ + ${libdir}/qml \ + ${datadir}/kpackage \ +" diff --git a/recipes-plasma/plasma-phone-components_5.13.2.bb b/recipes-plasma/plasma-settings_git.bb similarity index 50% rename from recipes-plasma/plasma-phone-components_5.13.2.bb rename to recipes-plasma/plasma-settings_git.bb index 56169bb..60cae47 100644 --- a/recipes-plasma/plasma-phone-components_5.13.2.bb +++ b/recipes-plasma/plasma-settings_git.bb @@ -1,2 +1,2 @@ require ${PN}.inc -SRCREV = "v${PV}" +SRCREV = "master"