Warning, /packaging/yocto-meta-kf5/recipes-kf5/obsolete/kdelibs4support.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 LICENSE = "LGPL-2.1-only"
0006 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
0007     "
0008 PR = "r0"
0009 
0010 DEPENDS = " \
0011     qtbase \
0012     qtsvg \
0013     kcompletion \
0014     kconfigwidgets \
0015     kcrash \
0016     kded \
0017     kdesignerplugin \
0018     kdesignerplugin-native \
0019     kemoticons \
0020     kglobalaccel \
0021     kiconthemes \
0022     kio \
0023     kconfig-native \
0024     kauth-native \
0025     knotifications \
0026     kparts \
0027     kunitconversion \
0028     liburi-perl-native \
0029     openssl \
0030 "
0031 
0032 EXTRA_OECMAKE:append:class-target = " \
0033     -DHAVE_GOOD_GETADDRINFO=ON \
0034     -DKSERVICETYPE_PATH_kdedmodule.desktop=${STAGING_DATADIR} \
0035 "
0036 
0037 require kdelibs4support_metainfo.inc
0038 inherit cmake_kf5
0039 inherit ki18n
0040 inherit perlnative
0041 inherit kdoctools
0042 inherit kcoreaddons
0043 
0044 do_install:append:class-target() {
0045     rm -rf ${D}${libdir}/plugins/designer
0046 }
0047 
0048 FILES:${PN} += " \
0049     ${libdir}/plugins/*.so \
0050     ${libdir}/plugins/kf5/kio/*.so \
0051     ${libdir}/plugins/kf5/kded/*.so \
0052     ${datadir}/kservices5/qimageioplugins/*.desktop \
0053     ${datadir}/kf5/kssl/ca-bundle.crt \
0054     ${datadir}/kf5/locale/currency/*.desktop \
0055     ${datadir}/kf5/locale/countries/*.desktop \
0056     ${datadir}/kf5/locale/countries/*/country.desktop \
0057     ${datadir}/kf5/locale/countries/*/flag.png \
0058     ${datadir}/kf5/kdoctools/customization/catalog4.xml \
0059     ${datadir}/kf5/kdoctools/customization/dtd/kdex.dtd \
0060 "
0061 
0062 FILES:${PN}-dev += " \
0063     ${datadir}/kf5/widgets/pics/*.png \
0064 "
0065 
0066 RDEPENDS:kdelibs4support += "perl"