From 202a917bcd8f7c768d2a1ae8c3a4255941013d39 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Mon, 1 Jan 2018 21:05:43 +0100 Subject: [PATCH] Add libksysguard recipe --- recipes-plasma/libksysguard.inc | 40 +++++++++++++++++++ recipes-plasma/libksysguard_5.11.3.bb | 2 + recipes-plasma/packagegroups/plasma-mobile.bb | 1 + 3 files changed, 43 insertions(+) create mode 100644 recipes-plasma/libksysguard.inc create mode 100644 recipes-plasma/libksysguard_5.11.3.bb diff --git a/recipes-plasma/libksysguard.inc b/recipes-plasma/libksysguard.inc new file mode 100644 index 0000000..ecd8417 --- /dev/null +++ b/recipes-plasma/libksysguard.inc @@ -0,0 +1,40 @@ +DESCRIPTION = "KSysGuard library" +HOMEPAGE = "" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +PR = "r0" + +DEPENDS = " \ + qtbase \ + extra-cmake-modules \ + kcoreaddons \ + kconfig \ + ki18n \ + kwindowsystem \ + kcompletion \ + kauth \ + kwidgetsaddons \ + kiconthemes \ + kconfigwidgets \ + kservice \ +" + +SRC_URI = " \ + git://anongit.kde.org/libksysguard;nobranch=1 \ +" +S = "${WORKDIR}/git" + +inherit cmake_qt5 +inherit gettext +inherit python3native + +FILES_${PN} += " \ + ${datadir}/ksysguard/scripts/* \ + ${datadir}/ksysguard/scripts/*/* \ + ${datadir}/dbus-1/system-services/*.service \ + ${datadir}/polkit-1/actions/*.policy \ +" + +FILES_${PN}-dev += " \ + ${libdir}/cmake/KF5SysGuard/*.cmake \ +" diff --git a/recipes-plasma/libksysguard_5.11.3.bb b/recipes-plasma/libksysguard_5.11.3.bb new file mode 100644 index 0000000..56169bb --- /dev/null +++ b/recipes-plasma/libksysguard_5.11.3.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}" diff --git a/recipes-plasma/packagegroups/plasma-mobile.bb b/recipes-plasma/packagegroups/plasma-mobile.bb index 7900639..53d43eb 100644 --- a/recipes-plasma/packagegroups/plasma-mobile.bb +++ b/recipes-plasma/packagegroups/plasma-mobile.bb @@ -8,5 +8,6 @@ RDEPENDS_${PN} = " \ kdecoration \ kscreenlocker \ kwin \ + libksysguard \ plasma-phone-components \ "