32 lines
746 B
BlitzBasic
32 lines
746 B
BlitzBasic
SUMMARY = "Daemon providing a polkit authentication UI for KDE"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \
|
|
"
|
|
|
|
inherit kde-plasma gettext distro_features_check
|
|
|
|
REQUIRED_DISTRO_FEATURE = "polkit"
|
|
|
|
DEPENDS += " \
|
|
ki18n \
|
|
kwindowsystem \
|
|
kdbusaddons \
|
|
kwidgetsaddons \
|
|
kcoreaddons \
|
|
kcoreaddons-native \
|
|
kcrash \
|
|
kconfig \
|
|
kiconthemes \
|
|
knotifications \
|
|
polkit-qt-1 \
|
|
"
|
|
|
|
PV = "${PLASMA_VERSION}"
|
|
SRC_URI[md5sum] = "0f96c52bd63db5aa8a88ed65a0221bee"
|
|
SRC_URI[sha256sum] = "6f7a17990d72bb25c93acae919b764f95ac226754209b2e177075fbe9251f95f"
|
|
|
|
SRC_URI += "file://0001-fix-build-for-QT_NO_SESSIONMANAGER.patch"
|
|
|
|
FILES_${PN} += "${datadir}/knotifications5"
|