diff --git a/recipes-kf5/tier1/attica.inc b/recipes-kf5/tier1/attica.inc index 15dc11e..2c13132 100644 --- a/recipes-kf5/tier1/attica.inc +++ b/recipes-kf5/tier1/attica.inc @@ -1,8 +1,6 @@ DESCRIPTION = "Attica" HOMEPAGE = "https://api.kde.org/frameworks/attica/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=be254b9345b1c2ff33e1a6a96768f2fb \ - " PR = "r0" DEPENDS = "qtbase" @@ -11,3 +9,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier1/bluez-qt.inc b/recipes-kf5/tier1/bluez-qt.inc index e6dad6d..c8974c4 100644 --- a/recipes-kf5/tier1/bluez-qt.inc +++ b/recipes-kf5/tier1/bluez-qt.inc @@ -1,7 +1,6 @@ DESCRIPTION = "BluezQt" HOMEPAGE = "https://api.kde.org/frameworks/bluez-qt/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = "qtbase" @@ -10,6 +9,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums EXTRA_OECMAKE_class-target += " \ -DUDEV_RULES_INSTALL_DIR=${libdir}/udev/rules.d \ diff --git a/recipes-kf5/tier1/extra-cmake-modules.inc b/recipes-kf5/tier1/extra-cmake-modules.inc index 0f73f49..15ad932 100644 --- a/recipes-kf5/tier1/extra-cmake-modules.inc +++ b/recipes-kf5/tier1/extra-cmake-modules.inc @@ -1,11 +1,12 @@ DESCRIPTION = "Extra CMake Modules" HOMEPAGE = "https://api.kde.org/frameworks/extra-cmake-modules/html/index.html" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://COPYING-CMAKE-SCRIPTS;md5=54c7042be62e169199200bc6477f04d1" PR = "r0" DEPENDS = "cmake-native qttools" +inherit reuse_license_checksums + SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" CLEANBROKEN = "1" diff --git a/recipes-kf5/tier1/karchive.inc b/recipes-kf5/tier1/karchive.inc index 363ae25..86d9c50 100644 --- a/recipes-kf5/tier1/karchive.inc +++ b/recipes-kf5/tier1/karchive.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KArchive" HOMEPAGE = "https://api.kde.org/frameworks/karchive/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = "zlib bzip2 xz qtbase" @@ -11,3 +9,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier1/kcalendarcore.inc b/recipes-kf5/tier1/kcalendarcore.inc index 41c1ab8..c340ac7 100644 --- a/recipes-kf5/tier1/kcalendarcore.inc +++ b/recipes-kf5/tier1/kcalendarcore.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KCalendarCore" HOMEPAGE = "https://api.kde.org/kdepim/kcalendarcore/html/index.html" -LICENSE = "LGPL-2" -LIC_FILES_CHKSUM = "file://COPYING;md5=c2d143c0ce3f53108f9725bcd58abf25" +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -13,3 +12,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier1/kcodecs.inc b/recipes-kf5/tier1/kcodecs.inc index fa353fa..a2d2334 100644 --- a/recipes-kf5/tier1/kcodecs.inc +++ b/recipes-kf5/tier1/kcodecs.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KCodecs" HOMEPAGE = "https://api.kde.org/frameworks/kcodecs/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = "qtbase gperf-native" @@ -11,3 +9,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier1/kconfig.inc b/recipes-kf5/tier1/kconfig.inc index ae2d930..6b4b2ec 100644 --- a/recipes-kf5/tier1/kconfig.inc +++ b/recipes-kf5/tier1/kconfig.inc @@ -4,8 +4,6 @@ DESCRIPTION = "KConfig" HOMEPAGE = "https://api.kde.org/frameworks/kconfig/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = "qtbase kconfig-native" @@ -14,6 +12,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums EXTRA_OECMAKE_class-native += " -DKCONFIG_USE_GUI=OFF" FILES_${PN}-dev += " \ diff --git a/recipes-kf5/tier1/kcoreaddons.inc b/recipes-kf5/tier1/kcoreaddons.inc index 145e424..ce84a48 100644 --- a/recipes-kf5/tier1/kcoreaddons.inc +++ b/recipes-kf5/tier1/kcoreaddons.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KCoreAddons" HOMEPAGE = "https://api.kde.org/frameworks/kcoreaddons/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = "qtbase kcoreaddons-native" @@ -11,6 +9,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN} += " \ ${datadir}/mime/packages/kde5.xml \ diff --git a/recipes-kf5/tier1/kdbusaddons.inc b/recipes-kf5/tier1/kdbusaddons.inc index 868c7a0..2e56cff 100644 --- a/recipes-kf5/tier1/kdbusaddons.inc +++ b/recipes-kf5/tier1/kdbusaddons.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KDBusAddons" HOMEPAGE = "https://api.kde.org/frameworks/kdbusaddons/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = "qtbase" @@ -11,3 +9,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier1/kdnssd.inc b/recipes-kf5/tier1/kdnssd.inc index ed47c28..e90df08 100644 --- a/recipes-kf5/tier1/kdnssd.inc +++ b/recipes-kf5/tier1/kdnssd.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KDNSSD" HOMEPAGE = "https://api.kde.org/frameworks/kdnssd/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = "qtbase avahi" @@ -11,3 +9,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier1/kguiaddons.inc b/recipes-kf5/tier1/kguiaddons.inc index d85e864..81bde65 100644 --- a/recipes-kf5/tier1/kguiaddons.inc +++ b/recipes-kf5/tier1/kguiaddons.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KGuiAddons" HOMEPAGE = "https://api.kde.org/frameworks/kguiaddons/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = "qtbase" @@ -11,3 +9,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier1/kholidays.inc b/recipes-kf5/tier1/kholidays.inc index 458c0b3..7b5963c 100644 --- a/recipes-kf5/tier1/kholidays.inc +++ b/recipes-kf5/tier1/kholidays.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KHolidays" HOMEPAGE = "https://api.kde.org/frameworks/kholidays/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS += "qtbase" @@ -11,6 +9,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/qml/org/kde/kholidays \ diff --git a/recipes-kf5/tier1/ki18n.inc b/recipes-kf5/tier1/ki18n.inc index 06c6ed2..7e7951e 100644 --- a/recipes-kf5/tier1/ki18n.inc +++ b/recipes-kf5/tier1/ki18n.inc @@ -1,8 +1,6 @@ DESCRIPTION = "Ki18n" HOMEPAGE = "https://api.kde.org/frameworks/ki18n/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS_class-native += " \ @@ -21,6 +19,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit python3native +inherit reuse_license_checksums EXTRA_OECMAKE_class-native += " -DBUILD_WITH_QTSCRIPT=OFF -DLibIntl_SEARCH_PATH=/usr/include" diff --git a/recipes-kf5/tier1/kidletime.inc b/recipes-kf5/tier1/kidletime.inc index 6f686b6..77e0824 100644 --- a/recipes-kf5/tier1/kidletime.inc +++ b/recipes-kf5/tier1/kidletime.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KIdleTime" HOMEPAGE = "https://api.kde.org/frameworks/kidletime/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -14,6 +12,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/plugins/kf5/org.kde.kidletime.platforms/*.so \ diff --git a/recipes-kf5/tier1/kimageformats.inc b/recipes-kf5/tier1/kimageformats.inc index e42fa4b..8ec1926 100644 --- a/recipes-kf5/tier1/kimageformats.inc +++ b/recipes-kf5/tier1/kimageformats.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KImageFormats" HOMEPAGE = "https://api.kde.org/frameworks/kimageformats/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = "qtbase" @@ -11,6 +9,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN}-dbg += " \ ${libdir}/plugins/imageformats/.debug/*.so \ diff --git a/recipes-kf5/tier1/kirigami.inc b/recipes-kf5/tier1/kirigami.inc index cb933b9..1115d70 100644 --- a/recipes-kf5/tier1/kirigami.inc +++ b/recipes-kf5/tier1/kirigami.inc @@ -1,7 +1,6 @@ DESCRIPTION = "Kirigami" HOMEPAGE = "https://api.kde.org/frameworks/kirigami/html/index.html" LICENSE = "LGPL-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2" PR = "r0" DEPENDS = "qtquickcontrols2 qtsvg" @@ -10,6 +9,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/qml/org/kde/kirigami.2 \ diff --git a/recipes-kf5/tier1/kitemmodels.inc b/recipes-kf5/tier1/kitemmodels.inc index abe1701..24e6732 100644 --- a/recipes-kf5/tier1/kitemmodels.inc +++ b/recipes-kf5/tier1/kitemmodels.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KItemModels" HOMEPAGE = "https://api.kde.org/frameworks/kitemmodels/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = "qtbase" @@ -11,6 +9,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/qml/org/kde/kitemmodels/qmldir \ diff --git a/recipes-kf5/tier1/kitemviews.inc b/recipes-kf5/tier1/kitemviews.inc index 9da45ee..0fc0c55 100644 --- a/recipes-kf5/tier1/kitemviews.inc +++ b/recipes-kf5/tier1/kitemviews.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KItemViews" HOMEPAGE = "https://api.kde.org/frameworks/kitemviews/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = "qtbase" @@ -11,3 +9,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier1/kplotting.inc b/recipes-kf5/tier1/kplotting.inc index ff981bf..d7e0562 100644 --- a/recipes-kf5/tier1/kplotting.inc +++ b/recipes-kf5/tier1/kplotting.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KPlotting" HOMEPAGE = "https://api.kde.org/frameworks/kplotting/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = "qtbase" @@ -11,3 +9,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier1/kquickcharts.inc b/recipes-kf5/tier1/kquickcharts.inc index 4420fa9..0e074b2 100644 --- a/recipes-kf5/tier1/kquickcharts.inc +++ b/recipes-kf5/tier1/kquickcharts.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KQuickCharts" HOMEPAGE = "https://api.kde.org/frameworks/kquickcharts/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=12547d25b034355eba3018eb0d9be513" PR = "r0" DEPENDS = " \ @@ -13,6 +12,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/qml/org/kde/quickcharts \ diff --git a/recipes-kf5/tier1/ksyntaxhighlighting.inc b/recipes-kf5/tier1/ksyntaxhighlighting.inc index e7627d6..565c516 100644 --- a/recipes-kf5/tier1/ksyntaxhighlighting.inc +++ b/recipes-kf5/tier1/ksyntaxhighlighting.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KSyntaxHighlighting" HOMEPAGE = "https://api.kde.org/frameworks/syntax-highlighting/html/index.html" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=61be4d272e55cc2609d58596cf084908" PR = "r0" DEPENDS = "qtbase ksyntaxhighlighting-native" @@ -11,6 +10,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit perlnative +inherit reuse_license_checksums EXTRA_OECMAKE_class-native += " -DKSYNTAXHIGHLIGHTING_USE_GUI=OFF" EXTRA_OECMAKE_class-target += " -DKATEHIGHLIGHTINGINDEXER_EXECUTABLE=${STAGING_DIR_NATIVE}/${bindir}/katehighlightingindexer" diff --git a/recipes-kf5/tier1/kwayland.inc b/recipes-kf5/tier1/kwayland.inc index 4638c87..937dd49 100644 --- a/recipes-kf5/tier1/kwayland.inc +++ b/recipes-kf5/tier1/kwayland.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KWayland" HOMEPAGE = "https://api.kde.org/frameworks/kwayland/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = " \ @@ -20,3 +18,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier1/kwidgetsaddons.inc b/recipes-kf5/tier1/kwidgetsaddons.inc index 9ce1f69..659863f 100644 --- a/recipes-kf5/tier1/kwidgetsaddons.inc +++ b/recipes-kf5/tier1/kwidgetsaddons.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KWidgetsAddons" HOMEPAGE = "https://api.kde.org/frameworks/kwidgetsaddons/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = "qtbase" @@ -11,6 +9,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN} += " \ ${datadir}/kf5/kcharselect/kcharselect-data \ diff --git a/recipes-kf5/tier1/kwindowsystem.inc b/recipes-kf5/tier1/kwindowsystem.inc index 59058be..4ec051b 100644 --- a/recipes-kf5/tier1/kwindowsystem.inc +++ b/recipes-kf5/tier1/kwindowsystem.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KWindowSystem" HOMEPAGE = "https://api.kde.org/frameworks/kwindowsystem/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = " \ @@ -14,6 +12,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/plugins/kf5/org.kde.kwindowsystem.platforms/* \ diff --git a/recipes-kf5/tier1/modemmanager-qt.inc b/recipes-kf5/tier1/modemmanager-qt.inc index aebc07d..d1b5321 100644 --- a/recipes-kf5/tier1/modemmanager-qt.inc +++ b/recipes-kf5/tier1/modemmanager-qt.inc @@ -1,7 +1,6 @@ DESCRIPTION = "ModemManagerQt" HOMEPAGE = "https://api.kde.org/frameworks/modemmanager-qt/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = "qtbase modemmanager" @@ -10,5 +9,6 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums RDEPENDS_${PN} += "modemmanager" diff --git a/recipes-kf5/tier1/networkmanager-qt.inc b/recipes-kf5/tier1/networkmanager-qt.inc index 27a002b..9e6402e 100644 --- a/recipes-kf5/tier1/networkmanager-qt.inc +++ b/recipes-kf5/tier1/networkmanager-qt.inc @@ -1,7 +1,6 @@ DESCRIPTION = "NetworkManagerQt" HOMEPAGE = "https://api.kde.org/frameworks/networkmanager-qt/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = "qtbase networkmanager" @@ -10,5 +9,6 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums RDEPENDS_${PN} += "networkmanager" diff --git a/recipes-kf5/tier1/prison.inc b/recipes-kf5/tier1/prison.inc index b17b781..ce5b8c9 100644 --- a/recipes-kf5/tier1/prison.inc +++ b/recipes-kf5/tier1/prison.inc @@ -1,8 +1,6 @@ DESCRIPTION = "Prison" HOMEPAGE = "https://api.kde.org/frameworks/prison/html/index.html" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=02744127548d68b579a51bda5af08e2b \ - " PR = "r0" DEPENDS = "qtbase qtdeclarative qrencode libdmtx" @@ -11,6 +9,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/qml/org/kde/prison/ \ diff --git a/recipes-kf5/tier1/solid.inc b/recipes-kf5/tier1/solid.inc index 743196d..f4fa81c 100644 --- a/recipes-kf5/tier1/solid.inc +++ b/recipes-kf5/tier1/solid.inc @@ -1,8 +1,6 @@ DESCRIPTION = "Solid" HOMEPAGE = "https://api.kde.org/frameworks/solid/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = "qtbase bison-native" @@ -11,6 +9,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/qml/org/kde/solid/qmldir \ diff --git a/recipes-kf5/tier1/sonnet.inc b/recipes-kf5/tier1/sonnet.inc index 4fb1095..185a2bc 100644 --- a/recipes-kf5/tier1/sonnet.inc +++ b/recipes-kf5/tier1/sonnet.inc @@ -1,8 +1,6 @@ DESCRIPTION = "Sonnet" HOMEPAGE = "https://api.kde.org/frameworks/sonnet/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = "qtbase sonnet-native" @@ -11,6 +9,8 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums + EXTRA_OECMAKE_append_class-native += " -DSONNET_USE_WIDGETS=OFF" EXTRA_OECMAKE_append_class-target += " -DPARSETRIGRAMS_EXECUTABLE=${STAGING_DIR_NATIVE}/${bindir}/parsetrigrams" diff --git a/recipes-kf5/tier1/threadweaver.inc b/recipes-kf5/tier1/threadweaver.inc index b4a41b2..c1ac5ad 100644 --- a/recipes-kf5/tier1/threadweaver.inc +++ b/recipes-kf5/tier1/threadweaver.inc @@ -1,8 +1,6 @@ DESCRIPTION = "ThreadWeaver" HOMEPAGE = "https://api.kde.org/frameworks/threadweaver/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = "qtbase" @@ -11,3 +9,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier2/kactivities.inc b/recipes-kf5/tier2/kactivities.inc index 0801cc4..80b4648 100644 --- a/recipes-kf5/tier2/kactivities.inc +++ b/recipes-kf5/tier2/kactivities.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KActivities" HOMEPAGE = "https://api.kde.org/frameworks/kactivities/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = " \ @@ -19,6 +18,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/qml/org/kde/activities/* \ diff --git a/recipes-kf5/tier2/kauth.inc b/recipes-kf5/tier2/kauth.inc index c99d904..bfaf05c 100644 --- a/recipes-kf5/tier2/kauth.inc +++ b/recipes-kf5/tier2/kauth.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KAuth" HOMEPAGE = "https://api.kde.org/frameworks/kauth/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS_class-native = "extra-cmake-modules qtbase-native kcoreaddons-native" @@ -12,6 +10,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums EXTRA_OECMAKE_class-target += " \ -DKAUTH_BACKEND_NAME=POLKITQT5-1 \ diff --git a/recipes-kf5/tier2/kcompletion.inc b/recipes-kf5/tier2/kcompletion.inc index e83c084..74dcd53 100644 --- a/recipes-kf5/tier2/kcompletion.inc +++ b/recipes-kf5/tier2/kcompletion.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KCompletion" HOMEPAGE = "https://api.kde.org/frameworks/kcompletion/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = " \ @@ -16,3 +14,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier2/kcontacts.inc b/recipes-kf5/tier2/kcontacts.inc index 1882330..866c050 100644 --- a/recipes-kf5/tier2/kcontacts.inc +++ b/recipes-kf5/tier2/kcontacts.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KContacts" HOMEPAGE = "https://api.kde.org/kdepim/kcontacts/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -21,3 +20,4 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums diff --git a/recipes-kf5/tier2/kcrash.inc b/recipes-kf5/tier2/kcrash.inc index 6dc46ea..1f2ab94 100644 --- a/recipes-kf5/tier2/kcrash.inc +++ b/recipes-kf5/tier2/kcrash.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KCrash" HOMEPAGE = "https://api.kde.org/frameworks/kcrash/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -15,3 +13,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier2/kdoctools.inc b/recipes-kf5/tier2/kdoctools.inc index 7f9411e..1bec695 100644 --- a/recipes-kf5/tier2/kdoctools.inc +++ b/recipes-kf5/tier2/kdoctools.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KDocTools" HOMEPAGE = "https://api.kde.org/frameworks/kdoctools/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = " \ @@ -24,6 +22,7 @@ inherit cmake_kf5 inherit gettext inherit python3native inherit perlnative +inherit reuse_license_checksums EXTRA_OECMAKE_class-native += " -DINSTALL_INTERNAL_TOOLS=ON" diff --git a/recipes-kf5/tier2/kfilemetadata.inc b/recipes-kf5/tier2/kfilemetadata.inc index 4348aa1..2a7f29c 100644 --- a/recipes-kf5/tier2/kfilemetadata.inc +++ b/recipes-kf5/tier2/kfilemetadata.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KFileMetaData" HOMEPAGE = "https://api.kde.org/frameworks/kfilemetadata/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = " \ @@ -16,6 +15,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n inherit distro_features_check +inherit reuse_license_checksums REQUIRED_DISTRO_FEATURES += "xattr" diff --git a/recipes-kf5/tier2/kjobwidgets.inc b/recipes-kf5/tier2/kjobwidgets.inc index 37bcc24..1e0b58e 100644 --- a/recipes-kf5/tier2/kjobwidgets.inc +++ b/recipes-kf5/tier2/kjobwidgets.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KJobWidgets" HOMEPAGE = "https://api.kde.org/frameworks/kjobwidgets/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -17,3 +15,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier2/knotifications.inc b/recipes-kf5/tier2/knotifications.inc index 25125b9..0fe1895 100644 --- a/recipes-kf5/tier2/knotifications.inc +++ b/recipes-kf5/tier2/knotifications.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KNotifications" HOMEPAGE = "https://api.kde.org/frameworks/knotifications/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = " \ @@ -19,3 +17,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier2/kpackage.inc b/recipes-kf5/tier2/kpackage.inc index 1e31960..c144392 100644 --- a/recipes-kf5/tier2/kpackage.inc +++ b/recipes-kf5/tier2/kpackage.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KPackage" HOMEPAGE = "https://api.kde.org/frameworks/kpackage/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -17,3 +15,4 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums diff --git a/recipes-kf5/tier2/kpty.inc b/recipes-kf5/tier2/kpty.inc index af2107e..4c6c312 100644 --- a/recipes-kf5/tier2/kpty.inc +++ b/recipes-kf5/tier2/kpty.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KPty" HOMEPAGE = "https://api.kde.org/frameworks/kpty/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -15,3 +13,4 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums diff --git a/recipes-kf5/tier2/kunitconversion.inc b/recipes-kf5/tier2/kunitconversion.inc index 184d778..35b0d73 100644 --- a/recipes-kf5/tier2/kunitconversion.inc +++ b/recipes-kf5/tier2/kunitconversion.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KUnitConversion" HOMEPAGE = "https://api.kde.org/frameworks/kunitconversion/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = "qtbase" @@ -12,3 +10,4 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums diff --git a/recipes-kf5/tier2/syndication.inc b/recipes-kf5/tier2/syndication.inc index 6aeb4f4..95d35b2 100644 --- a/recipes-kf5/tier2/syndication.inc +++ b/recipes-kf5/tier2/syndication.inc @@ -1,7 +1,6 @@ DESCRIPTION = "Syndication" HOMEPAGE = "https://api.kde.org/frameworks/syndication/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -13,3 +12,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier3/baloo.inc b/recipes-kf5/tier3/baloo.inc index b73440f..f5ce717 100644 --- a/recipes-kf5/tier3/baloo.inc +++ b/recipes-kf5/tier3/baloo.inc @@ -1,7 +1,6 @@ DESCRIPTION = "Baloo" HOMEPAGE = "https://api.kde.org/frameworks/baloo/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = " \ @@ -27,6 +26,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/plugins/kf5/kio/*.so \ diff --git a/recipes-kf5/tier3/kactivitiesstats.inc b/recipes-kf5/tier3/kactivitiesstats.inc index acb0c3c..a474f02 100644 --- a/recipes-kf5/tier3/kactivitiesstats.inc +++ b/recipes-kf5/tier3/kactivitiesstats.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KActivitiesStats" HOMEPAGE = "https://api.kde.org/frameworks/kactivities-stats/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = " \ @@ -18,3 +17,4 @@ SRC_URI = "git://invent.kde.org/frameworks/kactivities-stats;nobranch=1;protocol S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier3/kbookmarks.inc b/recipes-kf5/tier3/kbookmarks.inc index f002639..7fda1f1 100644 --- a/recipes-kf5/tier3/kbookmarks.inc +++ b/recipes-kf5/tier3/kbookmarks.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KBookmarks" HOMEPAGE = "https://api.kde.org/frameworks/kbookmarks/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -22,3 +21,4 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums diff --git a/recipes-kf5/tier3/kcmutils.inc b/recipes-kf5/tier3/kcmutils.inc index 2816187..47a31f4 100644 --- a/recipes-kf5/tier3/kcmutils.inc +++ b/recipes-kf5/tier3/kcmutils.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KCMUtils" HOMEPAGE = "https://api.kde.org/frameworks/kcmutils/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -26,3 +25,4 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums diff --git a/recipes-kf5/tier3/kconfigwidgets.inc b/recipes-kf5/tier3/kconfigwidgets.inc index ab6b0ba..98321d9 100644 --- a/recipes-kf5/tier3/kconfigwidgets.inc +++ b/recipes-kf5/tier3/kconfigwidgets.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KConfigWidgets" HOMEPAGE = "https://api.kde.org/frameworks/kconfigwidgets/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = "qtbase \ @@ -21,6 +20,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums FILES_${PN}-dev += " \ ${bindir}/preparetips5 \ diff --git a/recipes-kf5/tier3/kdav.inc b/recipes-kf5/tier3/kdav.inc index 21d6245..dcfa3ba 100644 --- a/recipes-kf5/tier3/kdav.inc +++ b/recipes-kf5/tier3/kdav.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KDAV" HOMEPAGE = "https://api.kde.org/frameworks/kdav/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -20,3 +19,4 @@ inherit cmake_kf5 inherit kdoctools inherit kconfig inherit kauth +inherit reuse_license_checksums diff --git a/recipes-kf5/tier3/kdeclarative.inc b/recipes-kf5/tier3/kdeclarative.inc index 603b799..2a7ad10 100644 --- a/recipes-kf5/tier3/kdeclarative.inc +++ b/recipes-kf5/tier3/kdeclarative.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KDeclarative" HOMEPAGE = "https://api.kde.org/frameworks/kdeclarative/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ @@ -28,6 +27,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/qml/org/kde \ diff --git a/recipes-kf5/tier3/kded.inc b/recipes-kf5/tier3/kded.inc index 2723e67..51042a0 100644 --- a/recipes-kf5/tier3/kded.inc +++ b/recipes-kf5/tier3/kded.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KDED" HOMEPAGE = "https://api.kde.org/frameworks/kded/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -22,6 +21,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit kdoctools +inherit reuse_license_checksums FILES_SOLIBSDEV = "" FILES_${PN} += " \ diff --git a/recipes-kf5/tier3/kdesu.inc b/recipes-kf5/tier3/kdesu.inc index c78746b..fff2e8a 100644 --- a/recipes-kf5/tier3/kdesu.inc +++ b/recipes-kf5/tier3/kdesu.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KDESu" HOMEPAGE = "https://api.kde.org/frameworks/kdesu/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ @@ -18,3 +17,4 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums diff --git a/recipes-kf5/tier3/kemoticons.inc b/recipes-kf5/tier3/kemoticons.inc index fe35dfe..f54e174 100644 --- a/recipes-kf5/tier3/kemoticons.inc +++ b/recipes-kf5/tier3/kemoticons.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KEmoticons" HOMEPAGE = "https://api.kde.org/frameworks/kemoticons/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ @@ -18,6 +17,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/plugins/kf5/*.so \ diff --git a/recipes-kf5/tier3/kglobalaccel.inc b/recipes-kf5/tier3/kglobalaccel.inc index e4cf376..456ef2b 100644 --- a/recipes-kf5/tier3/kglobalaccel.inc +++ b/recipes-kf5/tier3/kglobalaccel.inc @@ -1,8 +1,6 @@ DESCRIPTION = "KGlobalAccel" HOMEPAGE = "https://api.kde.org/frameworks/kglobalaccel/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - " PR = "r0" DEPENDS = " \ @@ -20,6 +18,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/plugins/org.kde.kglobalaccel5.platforms/*.so \ diff --git a/recipes-kf5/tier3/kiconthemes.inc b/recipes-kf5/tier3/kiconthemes.inc index 1405360..ef95ab7 100644 --- a/recipes-kf5/tier3/kiconthemes.inc +++ b/recipes-kf5/tier3/kiconthemes.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KIconThemes" HOMEPAGE = "https://api.kde.org/frameworks/kiconthemes/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = "qtbase \ @@ -21,6 +20,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums FILES_${PN} += "\ ${libdir}/plugins/iconengines/ \ diff --git a/recipes-kf5/tier3/kinit.inc b/recipes-kf5/tier3/kinit.inc index 50c777a..41e1b00 100644 --- a/recipes-kf5/tier3/kinit.inc +++ b/recipes-kf5/tier3/kinit.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KInit" HOMEPAGE = "https://api.kde.org/frameworks/kinit/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ @@ -22,6 +21,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n inherit kdoctools +inherit reuse_license_checksums FILES_SOLIBSDEV = "" FILES_${PN} += " \ diff --git a/recipes-kf5/tier3/kio.inc b/recipes-kf5/tier3/kio.inc index 2f2b7dc..1fa3433 100644 --- a/recipes-kf5/tier3/kio.inc +++ b/recipes-kf5/tier3/kio.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KIO" HOMEPAGE = "https://api.kde.org/frameworks/kio/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -29,6 +28,7 @@ inherit kconfig inherit ki18n inherit kdoctools inherit kauth +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/plugins/kcm_*.so \ diff --git a/recipes-kf5/tier3/knewstuff.inc b/recipes-kf5/tier3/knewstuff.inc index 4e1736b..37cc2e9 100644 --- a/recipes-kf5/tier3/knewstuff.inc +++ b/recipes-kf5/tier3/knewstuff.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KNewStuff" HOMEPAGE = "https://api.kde.org/frameworks/knewstuff/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ @@ -33,6 +32,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/qml/org/kde/newstuff/* \ diff --git a/recipes-kf5/tier3/knotifyconfig.inc b/recipes-kf5/tier3/knotifyconfig.inc index 3c4f027..1afd7e2 100644 --- a/recipes-kf5/tier3/knotifyconfig.inc +++ b/recipes-kf5/tier3/knotifyconfig.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KNotifyConfig" HOMEPAGE = "https://api.kde.org/frameworks/knotifyconfig/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -21,3 +20,4 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums diff --git a/recipes-kf5/tier3/kparts.inc b/recipes-kf5/tier3/kparts.inc index d5b3d3f..1df91bb 100644 --- a/recipes-kf5/tier3/kparts.inc +++ b/recipes-kf5/tier3/kparts.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KParts" HOMEPAGE = "https://api.kde.org/frameworks/kparts/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ @@ -26,3 +25,4 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums diff --git a/recipes-kf5/tier3/kpeople.inc b/recipes-kf5/tier3/kpeople.inc index e91a385..c6883ce 100644 --- a/recipes-kf5/tier3/kpeople.inc +++ b/recipes-kf5/tier3/kpeople.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KPeople" HOMEPAGE = "https://api.kde.org/frameworks/kpeople/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = " \ @@ -20,6 +19,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/qml/org/kde/people/* \ diff --git a/recipes-kf5/tier3/krunner.inc b/recipes-kf5/tier3/krunner.inc index f98eda3..8faa8d8 100644 --- a/recipes-kf5/tier3/krunner.inc +++ b/recipes-kf5/tier3/krunner.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KRunner" HOMEPAGE = "https://api.kde.org/frameworks/krunner/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = " \ @@ -26,6 +25,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/qml/org/kde/runnermodel/* \ diff --git a/recipes-kf5/tier3/kservice.inc b/recipes-kf5/tier3/kservice.inc index 80db5c2..29b86de 100644 --- a/recipes-kf5/tier3/kservice.inc +++ b/recipes-kf5/tier3/kservice.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KService" HOMEPAGE = "https://api.kde.org/frameworks/kservice/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = "qtbase \ @@ -19,3 +18,4 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums diff --git a/recipes-kf5/tier3/ktexteditor.inc b/recipes-kf5/tier3/ktexteditor.inc index 2c7de43..114f50e 100644 --- a/recipes-kf5/tier3/ktexteditor.inc +++ b/recipes-kf5/tier3/ktexteditor.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KTextEditor" HOMEPAGE = "https://api.kde.org/frameworks/ktexteditor/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ @@ -25,6 +24,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums do_compile_prepend() { # desktoptojson needs to find installed service type files diff --git a/recipes-kf5/tier3/ktextwidgets.inc b/recipes-kf5/tier3/ktextwidgets.inc index c745439..98ef253 100644 --- a/recipes-kf5/tier3/ktextwidgets.inc +++ b/recipes-kf5/tier3/ktextwidgets.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KTextWidgets" HOMEPAGE = "https://api.kde.org/frameworks/ktextwidgets/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = "qtbase \ @@ -22,3 +21,4 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums diff --git a/recipes-kf5/tier3/kwallet.inc b/recipes-kf5/tier3/kwallet.inc index 226c242..030b292 100644 --- a/recipes-kf5/tier3/kwallet.inc +++ b/recipes-kf5/tier3/kwallet.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KWallet" HOMEPAGE = "https://api.kde.org/frameworks/kwallet/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ @@ -25,3 +24,4 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums diff --git a/recipes-kf5/tier3/kxmlgui.inc b/recipes-kf5/tier3/kxmlgui.inc index 6487aba..36945da 100644 --- a/recipes-kf5/tier3/kxmlgui.inc +++ b/recipes-kf5/tier3/kxmlgui.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KXmlGui" HOMEPAGE = "https://api.kde.org/frameworks/kxmlgui/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = "qtbase \ @@ -24,3 +23,4 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n +inherit reuse_license_checksums diff --git a/recipes-kf5/tier3/kxmlrpcclient.inc b/recipes-kf5/tier3/kxmlrpcclient.inc index 2842ce1..c1e1032 100644 --- a/recipes-kf5/tier3/kxmlrpcclient.inc +++ b/recipes-kf5/tier3/kxmlrpcclient.inc @@ -1,7 +1,6 @@ DESCRIPTION = "KXmlRpcClient" HOMEPAGE = "https://api.kde.org/frameworks/kxmlrpcclient/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -20,3 +19,4 @@ inherit cmake_kf5 inherit gettext inherit python3native inherit kdoctools +inherit reuse_license_checksums diff --git a/recipes-kf5/tier3/plasma-framework.inc b/recipes-kf5/tier3/plasma-framework.inc index cd6ad19..3907cc1 100644 --- a/recipes-kf5/tier3/plasma-framework.inc +++ b/recipes-kf5/tier3/plasma-framework.inc @@ -1,7 +1,6 @@ DESCRIPTION = "Plama Framework" HOMEPAGE = "https://api.kde.org/plasma-framework/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" DEPENDS = " \ @@ -36,6 +35,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n inherit kdoctools +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/plugins/*.so \ diff --git a/recipes-kf5/tier3/purpose.inc b/recipes-kf5/tier3/purpose.inc index 6a2b72b..6ca9226 100644 --- a/recipes-kf5/tier3/purpose.inc +++ b/recipes-kf5/tier3/purpose.inc @@ -1,7 +1,6 @@ DESCRIPTION = "Purpose" HOMEPAGE = "https://api.kde.org/frameworks/purpose/html/index.html" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" PR = "r0" DEPENDS = " \ @@ -24,6 +23,7 @@ inherit cmake_kf5 inherit gettext inherit python3native inherit kdoctools +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/plugins/kf5/kfileitemaction \ diff --git a/recipes-kf5/tier3/qqc2-desktop-style.inc b/recipes-kf5/tier3/qqc2-desktop-style.inc index 3051717..b35aa07 100644 --- a/recipes-kf5/tier3/qqc2-desktop-style.inc +++ b/recipes-kf5/tier3/qqc2-desktop-style.inc @@ -1,7 +1,6 @@ DESCRIPTION = "QQC2 Desktop Style" HOMEPAGE = "https://api.kde.org/frameworks/qqc2-desktop-style/html/index.html" -LICENSE = "LGPL-3" -LIC_FILES_CHKSUM = "file://LICENSE.LGPL-3;md5=15d6edab0fdf34fa80484687e7319ce2" +LICENSE = "LGPL-3.0" PR = "r0" DEPENDS = " \ @@ -19,6 +18,7 @@ SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/plugins/kf5/kirigami/*.so \ diff --git a/recipes-kf5/tier4/frameworkintegration.inc b/recipes-kf5/tier4/frameworkintegration.inc index 831d605..c4745ee 100644 --- a/recipes-kf5/tier4/frameworkintegration.inc +++ b/recipes-kf5/tier4/frameworkintegration.inc @@ -1,7 +1,6 @@ DESCRIPTION = "Workspace and cross-framework integration plugins" HOMEPAGE = "https://api.kde.org/frameworks/frameworkintegration/html/index.html" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +LICENSE = "LGPL-2.0" PR = "r0" DEPENDS = " \ @@ -25,6 +24,7 @@ S = "${WORKDIR}/git" inherit cmake_kf5 inherit ki18n inherit kdoctools +inherit reuse_license_checksums FILES_${PN} += " \ ${libdir}/plugins/kf5/FrameworkIntegrationPlugin.so \