From aee24455dbfab605ed0dc0c5a46c731294e20d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 18 Dec 2015 00:34:56 +0100 Subject: [PATCH] spectacle: initial add 15.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/apps/spectacle/spectacle.bb | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 recipes-kde/apps/spectacle/spectacle.bb diff --git a/recipes-kde/apps/spectacle/spectacle.bb b/recipes-kde/apps/spectacle/spectacle.bb new file mode 100644 index 00000000..227a837f --- /dev/null +++ b/recipes-kde/apps/spectacle/spectacle.bb @@ -0,0 +1,37 @@ +SUMMARY = "he new screenshot capture utility, replaces KSnapshot" +LICENSE = "GPLv2 & GFDL-1.2" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.DOC;md5=10b9de612d532fdeeb7fe8fcd1435cc6 \ +" + +inherit kde-apps gtk-icon-cache + +DEPENDS += " \ + kcoreaddons \ + kwidgetsaddons \ + kdbusaddons \ + knotifications \ + kconfig \ + ki18n \ + kio \ + kxmlgui \ + kwindowsystem \ + kdoctools \ +" + +# REVISIT optionals +DEPENDS += " \ + libkscreen \ + xcb-util-cursor \ +" + +PV = "${KDE_APP_VERSION}" +SRC_URI[md5sum] = "bedebdd924cf5a650c87b1306d4e6a94" +SRC_URI[sha256sum] = "303b4739c544e3292a19f4cca4b8f8627f4430b18deb87dbe3e189324974ce7a" + +FILES_${PN} += " \ + ${datadir}/dbus-1 \ + ${datadir}/khotkeys \ + ${datadir}/knotifications5 \ +"