While at it: Calcutae download paths to make upgrade as simple as possible Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
22 lines
659 B
PHP
22 lines
659 B
PHP
SUMMARY = "KDE configuration system"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
|
"
|
|
|
|
inherit kde-kf5 cmake_lib
|
|
|
|
PV = "${KF5_VERSION}"
|
|
SRC_URI[md5sum] = "3a40f76617827bff8e0c99b93be01fc1"
|
|
SRC_URI[sha256sum] = "5d45c5a855cc4f77cbf7faf1f41e9e3ddd06cffae60d8d83510bad360d90ccb7"
|
|
|
|
# REVISIT remove ugly hack for wayland-only environments
|
|
SRC_URI += " \
|
|
file://0001-kconfiggui-do-only-compile-in-case-sessions-are-aval.patch \
|
|
"
|
|
|
|
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"
|
|
|
|
# native executables
|
|
CMAKE_ALIGN_SYSROOT[1] = "KF5Config, -s${_IMPORT_PREFIX}/libexec/kf5, -s${KDE_PATH_EXTERNAL_HOST_LIBEXECS}/kf5"
|