While at it: Calcutae download paths to make upgrade as simple as possible Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
29 lines
754 B
BlitzBasic
29 lines
754 B
BlitzBasic
SUMMARY = "Abstraction for system notifications"
|
|
LICENSE = "MIT & LGPLv2.1"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
|
file://COPYING-CMAKE-SCRIPTS;md5=54c7042be62e169199200bc6477f04d1 \
|
|
"
|
|
|
|
inherit kde-kf5
|
|
|
|
DEPENDS += " \
|
|
kwindowsystem \
|
|
kservice \
|
|
kconfig \
|
|
kconfig-native \
|
|
kiconthemes \
|
|
kcodecs \
|
|
kcoreaddons \
|
|
kcoreaddons-native \
|
|
phonon \
|
|
libdbusmenu-qt5 \
|
|
${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras libxtst", "", d)} \
|
|
"
|
|
|
|
PV = "${KF5_VERSION}"
|
|
SRC_URI[md5sum] = "37d8e17a44cca54f8e937bd1b80231d3"
|
|
SRC_URI[sha256sum] = "7764a500c5fe3da582e42a033bf47b706a8ff2dd1662eb542e5988d593ddab61"
|
|
|
|
FILES_${PN} += "${datadir}/dbus-1 ${datadir}/kservicetypes5"
|