diff --git a/recipes-kde/packagegroups/kde-world.bb b/recipes-kde/packagegroups/kde-world.bb index 63cce058..7d393500 100644 --- a/recipes-kde/packagegroups/kde-world.bb +++ b/recipes-kde/packagegroups/kde-world.bb @@ -78,6 +78,7 @@ RDEPENDS_${PN} = " \ khtml \ khelpcenter \ khotkeys \ + kinfocenter \ \ kwayland \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \ diff --git a/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb b/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb new file mode 100644 index 00000000..7a070b4e --- /dev/null +++ b/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb @@ -0,0 +1,53 @@ +SUMMARY = "KINFOCENTER" +LICENSE = "GPLv2 & LGPLv2.1 & GFDL-1.2" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \ + file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ + file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \ +" + +inherit kde-plasma + +DEPENDS += " \ + pciutils \ + kcompletion \ + kconfig \ + kconfigwidgets \ + kcoreaddons \ + kdbusaddons \ + kdoctools \ + ki18n \ + kiconthemes \ + kcmutils \ + kdelibs4support \ + kio \ + kservice \ + solid \ + kwidgetsaddons \ + kxmlgui \ +" + +# REVISIT optionals +DEPENDS += " \ + kwayland \ + virtual/egl \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver", "", d)} \ +" + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "45a9b78c78fd8a53018a28043b8b9634" +SRC_URI[sha256sum] = "89a976d2eb6aef02db02db82d645eacbf710f6e0c3ad9fdd932455c309a62e94" + +FILES_${PN} += " \ + ${datadir}/kcmusb \ + ${datadir}/desktop-directories \ + ${datadir}/kservices5 \ + ${datadir}/kxmlgui5 \ + ${datadir}/kservicetypes5 \ + \ + ${libdir}/plugins \ +" + +FILES_${PN}-dbg += " \ + ${libdir}/plugins/.debug \ +"