21 lines
563 B
BlitzBasic
21 lines
563 B
BlitzBasic
SUMMARY = "KDE Text encoding library"
|
|
LICENSE = "GPLv2 | LGPLv2.1"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \
|
|
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
|
"
|
|
|
|
inherit kde-kf5
|
|
|
|
DEPENDS += "gperf-native"
|
|
|
|
PV = "${KF5_VERSION}"
|
|
SRC_URI[md5sum] = "968d1595082a3e167204a3b9585aa815"
|
|
SRC_URI[sha256sum] = "7a939fbe83df5911103c12f94cc0039ee97f6e8e1b655378debb05ce26a6b172"
|
|
|
|
do_compile_append() {
|
|
# gperf-native sets absolut debug comments/links in header
|
|
sed -i 's:${STAGING_DIR_NATIVE}::' ${B}/src/kentities.h
|
|
}
|
|
|