Adapt package licenes to actual licenses

After recent conversion of KF5 repositories to SPDX, the outbound
licenses are much more clear. As a first step, introduce the lowest
available license version into the package. Note that many packages
are dual-licenses (e.g. LGPL-2.0-only or LGPL-2.1-only), which is
not yet respected in the statements.
This commit is contained in:
Andreas Cord-Landwehr
2020-09-09 16:41:52 +02:00
parent e62d548821
commit 171772d8f6
72 changed files with 98 additions and 128 deletions

View File

@@ -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

View File

@@ -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 \

View File

@@ -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"

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 += " \

View File

@@ -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 \

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 \

View File

@@ -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"

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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

View File

@@ -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

View File

@@ -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 \

View File

@@ -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"

View File

@@ -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

View File

@@ -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 \

View File

@@ -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/* \

View File

@@ -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"

View File

@@ -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"

View File

@@ -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/ \

View File

@@ -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 \

View File

@@ -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"

View File

@@ -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

View File

@@ -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/* \

View File

@@ -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 \

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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"

View File

@@ -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"

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 \

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 \

View File

@@ -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

View File

@@ -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 \

View File

@@ -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} += " \

View File

@@ -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

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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/ \

View File

@@ -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} += " \

View File

@@ -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 \

View File

@@ -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/* \

View File

@@ -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

View File

@@ -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

View File

@@ -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/* \

View File

@@ -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/* \

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \