25 lines
1.0 KiB
BlitzBasic
25 lines
1.0 KiB
BlitzBasic
SUMMARY = "KDE Text encoding library"
|
|
LICENSE = "BSD-3-Clause & GPL-2.0-or-later & LGPL-2.0-only & LGPL-2.0-or-later & LGPL-2.1-or-later & LGPL-3.0-only & MIT & MPL-1.1"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/BSD-3-Clause.txt;md5=954f4d71a37096249f837652a7f586c0 \
|
|
file://LICENSES/GPL-2.0-or-later.txt;md5=fed54355545ffd980b814dab4a3b312c \
|
|
file://LICENSES/LGPL-2.0-only.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \
|
|
file://LICENSES/LGPL-2.0-or-later.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \
|
|
file://LICENSES/LGPL-2.1-or-later.txt;md5=2a4f4fd2128ea2f65047ee63fbca9f68 \
|
|
file://LICENSES/MIT.txt;md5=38aa75cf4c4c87f018227d5ec9638d75 \
|
|
file://LICENSES/MPL-1.1.txt;md5=bf952b9d390406a3cda9fb3fe9df72af \
|
|
"
|
|
|
|
inherit kde-kf5
|
|
|
|
DEPENDS += "gperf-native"
|
|
|
|
PV = "${KF5_VERSION}"
|
|
SRC_URI[sha256sum] = "3ec08377a1b2cbc30401ae9e43e1394c61635ab7537a37dc297cdc4deeda7c62"
|
|
|
|
do_compile:append() {
|
|
# gperf-native sets absolut debug comments/links in header
|
|
sed -i 's:${STAGING_DIR_NATIVE}::' ${B}/src/kentities.h
|
|
}
|
|
|