19 lines
464 B
BlitzBasic
19 lines
464 B
BlitzBasic
SUMMARY = "Library to compare files and strings, used in Kompare and KDevelop"
|
|
LICENSE = "GPL-2.0 & LGPL-2.0"
|
|
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] = "cbe35f706d1e2c2e73cfb6278f0c1f3c537d752c0452af85fd7cdd683784be2c"
|