Make project REUSE compatible

The change was performed as follows:
- it was checked that the COPYING.MIT license was present with the
  initial commit and such each contributor was awere of the license
- mail was around to all previous contributors to check this assumption
  (mail was not replied by Hannah and Sebastian); every reply was a
  confirmation of the assumed MIT licensing
- all copyright information were recovered from the respective Git
  commits
- reuse lint was to used to check the REUSE conformance
This commit is contained in:
Andreas Cord-Landwehr 2020-09-26 18:29:02 +02:00
parent 0dfe0f5ff8
commit e248665881
99 changed files with 541 additions and 3 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
*.kdev4 *.kdev4

9
README
View file

@ -1,3 +1,12 @@
<!--
SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
SPDX-FileCopyrightText: 20118 Volker Krause <vkrause@kde.org>
SPDX-FileCopyrightText: 2019 Hannah Kiekens <hannahkiekens@gmail.com>
SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
SPDX-License-Identifier: MIT
-->
Dependencies Dependencies
============ ============

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2019 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
inherit cmake_qt5 inherit cmake_qt5
EXTRA_OECMAKE_class-native += " \ EXTRA_OECMAKE_class-native += " \

View file

@ -1,4 +1,8 @@
# Class for recipes using KAuth host tools # Class for recipes using KAuth host tools
#
# SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
DEPENDS += " \ DEPENDS += " \
kauth \ kauth \

View file

@ -1,4 +1,8 @@
# Class for recipes using kconfig host tools # Class for recipes using kconfig host tools
#
# SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
DEPENDS += " \ DEPENDS += " \
kconfig \ kconfig \

View file

@ -1,4 +1,8 @@
# Class for recipes using kcoreaddons host tools # Class for recipes using kcoreaddons host tools
#
# SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
do_compile_prepend() { do_compile_prepend() {
# desktoptojson needs to find installed service type files # desktoptojson needs to find installed service type files

View file

@ -1,4 +1,8 @@
# Class for recipes using kdoctools to build their documentation # Class for recipes using kdoctools to build their documentation
#
# SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
do_compile_prepend() { do_compile_prepend() {
# meinproc5 needs to find installed service type files # meinproc5 needs to find installed service type files

View file

@ -1,4 +1,9 @@
# Class for recipes using ki18n for internationalization # Class for recipes using ki18n for internationalization
#
# SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
inherit python3native inherit python3native
inherit gettext inherit gettext

View file

@ -1,8 +1,9 @@
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
# SPDX-License-Identifier: MIT
#
# Class for providing default checksum values based on licenses # Class for providing default checksum values based on licenses
# installed according to REUSE specification # installed according to REUSE specification
#
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
do_populate_lic_prepend() { do_populate_lic_prepend() {
license = d.getVar('LICENSE') or '' license = d.getVar('LICENSE') or ''

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
# We have a conf and classes directory, add to BBPATH # We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}" BBPATH .= ":${LAYERDIR}"

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Phonon" DESCRIPTION = "Phonon"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"

View file

@ -1,2 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc require ${PN}.inc
SRCREV = "v${PV}" SRCREV = "v${PV}"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Plasma Wayland Protocols" DESCRIPTION = "Plasma Wayland Protocols"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"

View file

@ -1,2 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc require ${PN}.inc
SRCREV = "v${PV}" SRCREV = "v${PV}"

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017, 2020 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Polkit-Qt-1" DESCRIPTION = "Polkit-Qt-1"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=7dbc59dc445b2261c4fb2f9466e3446a" LIC_FILES_CHKSUM = "file://COPYING;md5=7dbc59dc445b2261c4fb2f9466e3446a"

View file

@ -1,2 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc require ${PN}.inc
SRCREV = "v${PV}" SRCREV = "v${PV}"

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KDELibs4Support" DESCRIPTION = "KDELibs4Support"
HOMEPAGE = "https://api.kde.org/frameworks/kdelibs4support/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kdelibs4support/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019-2020 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KDesignerPlugin" DESCRIPTION = "KDesignerPlugin"
HOMEPAGE = "https://api.kde.org/frameworks/kdesignerplugin/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kdesignerplugin/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KJS" DESCRIPTION = "KJS"
HOMEPAGE = "https://api.kde.org/frameworks/kjs/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kjs/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KJSEmbed" DESCRIPTION = "KJSEmbed"
HOMEPAGE = "https://api.kde.org/frameworks/kjsembed/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kjsembed/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2019-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2019 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
SUMMARY = "All KDE Frameworks 5 packages" SUMMARY = "All KDE Frameworks 5 packages"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Attica" DESCRIPTION = "Attica"
HOMEPAGE = "https://api.kde.org/frameworks/attica/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/attica/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2019 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "BluezQt" DESCRIPTION = "BluezQt"
HOMEPAGE = "https://api.kde.org/frameworks/bluez-qt/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/bluez-qt/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Breeze Icons" DESCRIPTION = "Breeze Icons"
HOMEPAGE = "https://api.kde.org/frameworks/breeze-icons/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/breeze-icons/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Extra CMake Modules" DESCRIPTION = "Extra CMake Modules"
HOMEPAGE = "https://api.kde.org/frameworks/extra-cmake-modules/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/extra-cmake-modules/html/index.html"
LICENSE = "BSD-3-Clause" LICENSE = "BSD-3-Clause"

View file

@ -1,3 +1,11 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2014 Erik Botö <erik.boto@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KArchive" DESCRIPTION = "KArchive"
HOMEPAGE = "https://api.kde.org/frameworks/karchive/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/karchive/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KCalendarCore" DESCRIPTION = "KCalendarCore"
HOMEPAGE = "https://api.kde.org/kdepim/kcalendarcore/html/index.html" HOMEPAGE = "https://api.kde.org/kdepim/kcalendarcore/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KCodecs" DESCRIPTION = "KCodecs"
HOMEPAGE = "https://api.kde.org/frameworks/kcodecs/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kcodecs/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
#
# requires session management support in QtGui # requires session management support in QtGui
# eg. via PACKAGECONFIG_append_pn-qtbase = "sm" in local.conf # eg. via PACKAGECONFIG_append_pn-qtbase = "sm" in local.conf

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KCoreAddons" DESCRIPTION = "KCoreAddons"
HOMEPAGE = "https://api.kde.org/frameworks/kcoreaddons/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kcoreaddons/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KDBusAddons" DESCRIPTION = "KDBusAddons"
HOMEPAGE = "https://api.kde.org/frameworks/kdbusaddons/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kdbusaddons/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KDNSSD" DESCRIPTION = "KDNSSD"
HOMEPAGE = "https://api.kde.org/frameworks/kdnssd/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kdnssd/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KGuiAddons" DESCRIPTION = "KGuiAddons"
HOMEPAGE = "https://api.kde.org/frameworks/kguiaddons/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kguiaddons/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KHolidays" DESCRIPTION = "KHolidays"
HOMEPAGE = "https://api.kde.org/frameworks/kholidays/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kholidays/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Ki18n" DESCRIPTION = "Ki18n"
HOMEPAGE = "https://api.kde.org/frameworks/ki18n/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/ki18n/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KIdleTime" DESCRIPTION = "KIdleTime"
HOMEPAGE = "https://api.kde.org/frameworks/kidletime/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kidletime/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KImageFormats" DESCRIPTION = "KImageFormats"
HOMEPAGE = "https://api.kde.org/frameworks/kimageformats/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kimageformats/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Kirigami" DESCRIPTION = "Kirigami"
HOMEPAGE = "https://api.kde.org/frameworks/kirigami/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kirigami/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KItemModels" DESCRIPTION = "KItemModels"
HOMEPAGE = "https://api.kde.org/frameworks/kitemmodels/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kitemmodels/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KItemViews" DESCRIPTION = "KItemViews"
HOMEPAGE = "https://api.kde.org/frameworks/kitemviews/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kitemviews/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KPlotting" DESCRIPTION = "KPlotting"
HOMEPAGE = "https://api.kde.org/frameworks/kplotting/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kplotting/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KQuickCharts" DESCRIPTION = "KQuickCharts"
HOMEPAGE = "https://api.kde.org/frameworks/kquickcharts/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kquickcharts/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KSyntaxHighlighting" DESCRIPTION = "KSyntaxHighlighting"
HOMEPAGE = "https://api.kde.org/frameworks/syntax-highlighting/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/syntax-highlighting/html/index.html"
LICENSE = "MIT" LICENSE = "MIT"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KWayland" DESCRIPTION = "KWayland"
HOMEPAGE = "https://api.kde.org/frameworks/kwayland/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kwayland/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KWidgetsAddons" DESCRIPTION = "KWidgetsAddons"
HOMEPAGE = "https://api.kde.org/frameworks/kwidgetsaddons/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kwidgetsaddons/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KWindowSystem" DESCRIPTION = "KWindowSystem"
HOMEPAGE = "https://api.kde.org/frameworks/kwindowsystem/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kwindowsystem/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "ModemManagerQt" DESCRIPTION = "ModemManagerQt"
HOMEPAGE = "https://api.kde.org/frameworks/modemmanager-qt/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/modemmanager-qt/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "NetworkManagerQt" DESCRIPTION = "NetworkManagerQt"
HOMEPAGE = "https://api.kde.org/frameworks/networkmanager-qt/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/networkmanager-qt/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Oxygen Icons" DESCRIPTION = "Oxygen Icons"
HOMEPAGE = "https://api.kde.org/frameworks/oxygen-icons5/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/oxygen-icons5/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Prison" DESCRIPTION = "Prison"
HOMEPAGE = "https://api.kde.org/frameworks/prison/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/prison/html/index.html"
LICENSE = "MIT" LICENSE = "MIT"

View file

@ -1,3 +1,11 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Solid" DESCRIPTION = "Solid"
HOMEPAGE = "https://api.kde.org/frameworks/solid/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/solid/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Sonnet" DESCRIPTION = "Sonnet"
HOMEPAGE = "https://api.kde.org/frameworks/sonnet/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/sonnet/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "ThreadWeaver" DESCRIPTION = "ThreadWeaver"
HOMEPAGE = "https://api.kde.org/frameworks/threadweaver/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/threadweaver/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KActivities" DESCRIPTION = "KActivities"
HOMEPAGE = "https://api.kde.org/frameworks/kactivities/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kactivities/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KAuth" DESCRIPTION = "KAuth"
HOMEPAGE = "https://api.kde.org/frameworks/kauth/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kauth/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KCompletion" DESCRIPTION = "KCompletion"
HOMEPAGE = "https://api.kde.org/frameworks/kcompletion/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kcompletion/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2019-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KContacts" DESCRIPTION = "KContacts"
HOMEPAGE = "https://api.kde.org/kdepim/kcontacts/html/index.html" HOMEPAGE = "https://api.kde.org/kdepim/kcontacts/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KCrash" DESCRIPTION = "KCrash"
HOMEPAGE = "https://api.kde.org/frameworks/kcrash/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kcrash/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KDocTools" DESCRIPTION = "KDocTools"
HOMEPAGE = "https://api.kde.org/frameworks/kdoctools/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kdoctools/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2019 Hannah Kiekens <hannahkiekens@gmail.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KFileMetaData" DESCRIPTION = "KFileMetaData"
HOMEPAGE = "https://api.kde.org/frameworks/kfilemetadata/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kfilemetadata/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KJobWidgets" DESCRIPTION = "KJobWidgets"
HOMEPAGE = "https://api.kde.org/frameworks/kjobwidgets/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kjobwidgets/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KNotifications" DESCRIPTION = "KNotifications"
HOMEPAGE = "https://api.kde.org/frameworks/knotifications/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/knotifications/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KPackage" DESCRIPTION = "KPackage"
HOMEPAGE = "https://api.kde.org/frameworks/kpackage/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kpackage/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KPty" DESCRIPTION = "KPty"
HOMEPAGE = "https://api.kde.org/frameworks/kpty/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kpty/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KUnitConversion" DESCRIPTION = "KUnitConversion"
HOMEPAGE = "https://api.kde.org/frameworks/kunitconversion/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kunitconversion/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Syndication" DESCRIPTION = "Syndication"
HOMEPAGE = "https://api.kde.org/frameworks/syndication/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/syndication/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018-2020 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Baloo" DESCRIPTION = "Baloo"
HOMEPAGE = "https://api.kde.org/frameworks/baloo/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/baloo/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KActivitiesStats" DESCRIPTION = "KActivitiesStats"
HOMEPAGE = "https://api.kde.org/frameworks/kactivities-stats/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kactivities-stats/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KBookmarks" DESCRIPTION = "KBookmarks"
HOMEPAGE = "https://api.kde.org/frameworks/kbookmarks/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kbookmarks/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018-2019 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KCMUtils" DESCRIPTION = "KCMUtils"
HOMEPAGE = "https://api.kde.org/frameworks/kcmutils/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kcmutils/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KConfigWidgets" DESCRIPTION = "KConfigWidgets"
HOMEPAGE = "https://api.kde.org/frameworks/kconfigwidgets/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kconfigwidgets/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KDAV" DESCRIPTION = "KDAV"
HOMEPAGE = "https://api.kde.org/frameworks/kdav/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kdav/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018-2019 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KDeclarative" DESCRIPTION = "KDeclarative"
HOMEPAGE = "https://api.kde.org/frameworks/kdeclarative/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kdeclarative/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KDED" DESCRIPTION = "KDED"
HOMEPAGE = "https://api.kde.org/frameworks/kded/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kded/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KDESu" DESCRIPTION = "KDESu"
HOMEPAGE = "https://api.kde.org/frameworks/kdesu/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kdesu/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KEmoticons" DESCRIPTION = "KEmoticons"
HOMEPAGE = "https://api.kde.org/frameworks/kemoticons/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kemoticons/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KGlobalAccel" DESCRIPTION = "KGlobalAccel"
HOMEPAGE = "https://api.kde.org/frameworks/kglobalaccel/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kglobalaccel/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KIconThemes" DESCRIPTION = "KIconThemes"
HOMEPAGE = "https://api.kde.org/frameworks/kiconthemes/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kiconthemes/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KInit" DESCRIPTION = "KInit"
HOMEPAGE = "https://api.kde.org/frameworks/kinit/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kinit/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KIO" DESCRIPTION = "KIO"
HOMEPAGE = "https://api.kde.org/frameworks/kio/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kio/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018-2019 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KNewStuff" DESCRIPTION = "KNewStuff"
HOMEPAGE = "https://api.kde.org/frameworks/knewstuff/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/knewstuff/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018-2019 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KNotifyConfig" DESCRIPTION = "KNotifyConfig"
HOMEPAGE = "https://api.kde.org/frameworks/knotifyconfig/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/knotifyconfig/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018-2019 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KParts" DESCRIPTION = "KParts"
HOMEPAGE = "https://api.kde.org/frameworks/kparts/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kparts/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KPeople" DESCRIPTION = "KPeople"
HOMEPAGE = "https://api.kde.org/frameworks/kpeople/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kpeople/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018-2019 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KRunner" DESCRIPTION = "KRunner"
HOMEPAGE = "https://api.kde.org/frameworks/krunner/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/krunner/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KService" DESCRIPTION = "KService"
HOMEPAGE = "https://api.kde.org/frameworks/kservice/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kservice/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018-2019 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KTextEditor" DESCRIPTION = "KTextEditor"
HOMEPAGE = "https://api.kde.org/frameworks/ktexteditor/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/ktexteditor/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KTextWidgets" DESCRIPTION = "KTextWidgets"
HOMEPAGE = "https://api.kde.org/frameworks/ktextwidgets/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/ktextwidgets/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KWallet" DESCRIPTION = "KWallet"
HOMEPAGE = "https://api.kde.org/frameworks/kwallet/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kwallet/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KXmlGui" DESCRIPTION = "KXmlGui"
HOMEPAGE = "https://api.kde.org/frameworks/kxmlgui/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kxmlgui/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KXmlRpcClient" DESCRIPTION = "KXmlRpcClient"
HOMEPAGE = "https://api.kde.org/frameworks/kxmlrpcclient/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/kxmlrpcclient/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Plama Framework" DESCRIPTION = "Plama Framework"
HOMEPAGE = "https://api.kde.org/plasma-framework/html/index.html" HOMEPAGE = "https://api.kde.org/plasma-framework/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Purpose" DESCRIPTION = "Purpose"
HOMEPAGE = "https://api.kde.org/frameworks/purpose/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/purpose/html/index.html"
LICENSE = "LGPL-2.1" LICENSE = "LGPL-2.1"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "QQC2 Desktop Style" DESCRIPTION = "QQC2 Desktop Style"
HOMEPAGE = "https://api.kde.org/frameworks/qqc2-desktop-style/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/qqc2-desktop-style/html/index.html"
LICENSE = "LGPL-3.0" LICENSE = "LGPL-3.0"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Workspace and cross-framework integration plugins" DESCRIPTION = "Workspace and cross-framework integration plugins"
HOMEPAGE = "https://api.kde.org/frameworks/frameworkintegration/html/index.html" HOMEPAGE = "https://api.kde.org/frameworks/frameworkintegration/html/index.html"
LICENSE = "LGPL-2.0" LICENSE = "LGPL-2.0"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2019 Alistair Francis <alistair.francis@wdc.com>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Library for reading and writing data matrix barcodes" DESCRIPTION = "Library for reading and writing data matrix barcodes"
HOMEPAGE = "http://libdmtx.sourceforge.net/" HOMEPAGE = "http://libdmtx.sourceforge.net/"
LICENSE = "BSD-2-Clause" LICENSE = "BSD-2-Clause"

View file

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2017-2019 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2019 Hannah Kiekens <hannahkiekens@gmail.com>
#
# SPDX-License-Identifier: MIT
SUMMARY = "Lightning Memory-Mapped Database (LMDB)" SUMMARY = "Lightning Memory-Mapped Database (LMDB)"
HOMEPAGE = "https://symas.com/lightning-memory-mapped-database/" HOMEPAGE = "https://symas.com/lightning-memory-mapped-database/"
LICENSE = "OLDAP-2.8" LICENSE = "OLDAP-2.8"

View file

@ -2,6 +2,10 @@
# #
# add/remove KF5 release recipes # add/remove KF5 release recipes
# #
# SPDX-FileCopyrightText: 2017-2018 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
function usage() function usage()
{ {

View file

@ -1,4 +1,8 @@
#!/bin/bash #!/bin/bash
#
# SPDX-FileCopyrightText: 2017 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
function validate_url() function validate_url()
{ {