24 lines
518 B
BlitzBasic
24 lines
518 B
BlitzBasic
SUMMARY = "KWriteD: Listen to traditional system notifications"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
|
|
"
|
|
|
|
inherit kde-plasma gettext
|
|
|
|
DEPENDS += " \
|
|
kcoreaddons \
|
|
kcoreaddons-native \
|
|
ki18n \
|
|
kpty \
|
|
knotifications \
|
|
kdbusaddons \
|
|
"
|
|
|
|
PV = "${PLASMA_VERSION}"
|
|
SRC_URI[sha256sum] = "c33ca150c8f3f0f75b10731718679a5746bb832e2fba7bc7d45016c9dcf69ced"
|
|
|
|
FILES_${PN} += " \
|
|
${datadir}/knotifications5 \
|
|
"
|