26 lines
579 B
BlitzBasic
26 lines
579 B
BlitzBasic
SUMMARY = "Tool to show nice dialog boxes from shell scripts"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
|
|
"
|
|
|
|
inherit kde-apps gettext
|
|
|
|
DEPENDS += " \
|
|
kauth-native \
|
|
kconfig-native \
|
|
kcoreaddons-native \
|
|
ktextwidgets \
|
|
knotifications \
|
|
kguiaddons \
|
|
kiconthemes \
|
|
kwindowsystem \
|
|
kio \
|
|
kdbusaddons \
|
|
"
|
|
|
|
PV = "${KDE_APP_VERSION}"
|
|
SRC_URI[sha256sum] = "d4af3cd41b34a4dc3f3ef23238f9791f1470ce5362c2edbf6354e6ce1b0471de"
|
|
|
|
FILES:${PN} += "${datadir}/dbus-1"
|