Factor out common elements from plasma recipes
This commit is contained in:
@@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
extra-cmake-modules \
|
||||
kcmutils \
|
||||
kconfigwidgets \
|
||||
kcoreaddons \
|
||||
@@ -19,29 +17,18 @@ DEPENDS = " \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
git://anongit.kde.org/breeze;nobranch=1 \
|
||||
git://anongit.kde.org/${BPN};nobranch=1 \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_qt5
|
||||
inherit gettext
|
||||
inherit python3native
|
||||
inherit cmake_plasma
|
||||
|
||||
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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user