From 9d0cc1d859058e565bca2b697f043fcecad86f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 25 Aug 2015 00:12:20 +0200 Subject: [PATCH] dolphin-plugins: add 15.08.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../apps/dolphin-plugins/dolphin-plugins.bb | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes-kde/apps/dolphin-plugins/dolphin-plugins.bb 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 \ +"