Add Breeze recipe

This commit is contained in:
Volker Krause
2018-01-02 18:02:17 +01:00
parent 25b0bef9d7
commit da90fda8b5
3 changed files with 50 additions and 0 deletions

47
recipes-plasma/breeze.inc Normal file
View File

@@ -0,0 +1,47 @@
DESCRIPTION = "Breeze Style"
HOMEPAGE = ""
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
PR = "r0"
DEPENDS = " \
qtbase \
extra-cmake-modules \
kcmutils \
kconfigwidgets \
kcoreaddons \
kdecoration \
kguiaddons \
ki18n \
kpackage \
kwayland \
kwindowsystem \
"
SRC_URI = " \
git://anongit.kde.org/breeze;nobranch=1 \
"
S = "${WORKDIR}/git"
inherit cmake_qt5
inherit gettext
inherit python3native
FILES_${PN} += " \
${libdir}/kconf_update_bin/* \
${libdir}/plugins/*.so \
${libdir}/plugins/*/*.so \
${libdir}/qml/QtQuick/Controls/Styles \
${datadir}/kstyle/themes \
${datadir}/kservices5/*.desktop \
${datadir}/plasma/look-and-feel \
${datadir}/color-schemes \
${datadir}/icons \
${datadir}/kconf_update/*.upd \
${datadir}/QtCurve/*.qtcurve \
${datadir}/wallpapers \
"
FILES_${PN}-dev += " \
${libdir}/cmake/Breeze/*.cmake \
"

View File

@@ -0,0 +1,2 @@
require ${PN}.inc
SRCREV = "v${PV}"

View File

@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
inherit packagegroup
RDEPENDS_${PN} = " \
breeze \
kdecoration \
kscreenlocker \
kwin \