spectacle: initial add 15.12.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
37
recipes-kde/apps/spectacle/spectacle.bb
Normal file
37
recipes-kde/apps/spectacle/spectacle.bb
Normal file
@@ -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 \
|
||||
"
|
||||
Reference in New Issue
Block a user