diff --git a/recipes-kde/apps/dolphin-plugins/dolphin-plugins.bb b/recipes-kde/apps/dolphin-plugins/dolphin-plugins.bb new file mode 100644 index 00000000..e065e0fb --- /dev/null +++ b/recipes-kde/apps/dolphin-plugins/dolphin-plugins.bb @@ -0,0 +1,27 @@ +SUMMARY = "Plugins for Dolphin" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24" + +inherit kde-apps + +DEPENDS += "\ + kxmlgui \ + ki18n \ + kio \ + kdelibs4support \ + dolphin \ +" + +PV = "${KDE_APP_VERSION}" +SRC_URI[md5sum] = "800309abf7c1a2d82a97bf261b31a770" +SRC_URI[sha256sum] = "f4657968dd6a69469cbfc7ef20c4ff8b33bf670ce417ee7d5893c4c839694f89" + +FILES_${PN} += " \ + ${datadir}/config.kcfg \ + ${datadir}/kservices5 \ + ${OE_QMAKE_PATH_PLUGINS} \ +" + +FILES_${PN}-dbg += " \ + ${OE_QMAKE_PATH_PLUGINS}/.debug \ +"