19 lines
474 B
BlitzBasic
19 lines
474 B
BlitzBasic
SUMMARY = "Library to compare files and strings, used in Kompare and KDevelop"
|
|
LICENSE = "GPL-2.0-only & LGPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8d8cc811a0870dd8391a69e61a77967a"
|
|
|
|
inherit kde-apps gettext
|
|
|
|
DEPENDS += " \
|
|
kauth-native \
|
|
kconfig-native \
|
|
kcoreaddons-native \
|
|
ki18n-native \
|
|
kcodecs \
|
|
kio \
|
|
kxmlgui \
|
|
"
|
|
|
|
PV = "${KDE_APP_VERSION}"
|
|
SRC_URI[sha256sum] = "a2815b6c9fc08172b4e39b27c25764baa96de40d6ca298544085fba692a323c9"
|