27 lines
546 B
BlitzBasic
27 lines
546 B
BlitzBasic
SUMMARY = "Configuration system for KNotify"
|
|
LICENSE = "LGPL-2.0"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/LGPL-2.0-only.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \
|
|
"
|
|
|
|
inherit kde-kf5 gettext
|
|
|
|
DEPENDS += " \
|
|
phonon \
|
|
kauth-native \
|
|
kcoreaddons-native \
|
|
kcompletion \
|
|
kconfig \
|
|
kconfig-native \
|
|
ki18n \
|
|
kio \
|
|
kservice \
|
|
kconfigwidgets \
|
|
knotifications \
|
|
kwidgetsaddons \
|
|
kxmlgui \
|
|
"
|
|
|
|
PV = "${KF5_VERSION}"
|
|
SRC_URI[sha256sum] = "dbd51384750c62881d0435db13a278dfb4699b31aa0c83a6cbbf7e924facf0aa"
|