mirror of
https://github.com/Fishwaldo/yocto-meta-kf5.git
synced 2025-03-16 04:01:37 +00:00
Use non-weak assignment for metainfo
I am actully not sure why, but looking at the bitbake environment trace, the weak assignment operator leads to SUMMARY and consequently also DESCRIPTION to be set to a default value instead of the preset value.
This commit is contained in:
parent
e6318e506f
commit
aa748fda64
79 changed files with 158 additions and 158 deletions
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Porting aid from KDELibs4"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kdelibs4support/html/index.html"
|
||||
SUMMARY = "Porting aid from KDELibs4"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kdelibs4support/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Tool to generate custom widget plugins for Qt Designer/Creator"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kdesignerplugin/html/index.html"
|
||||
SUMMARY = "Tool to generate custom widget plugins for Qt Designer/Creator"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kdesignerplugin/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Support for JS scripting in applications"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kjs/html/index.html"
|
||||
SUMMARY = "Support for JS scripting in applications"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kjs/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Embedded JS"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kjsembed/html/index.html"
|
||||
SUMMARY = "Embedded JS"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kjsembed/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Open Collaboration Services API"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/attica/html/index.html"
|
||||
SUMMARY = "Open Collaboration Services API"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/attica/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Qt wrapper for BlueZ 5 DBus API"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/bluez-qt/html/index.html"
|
||||
SUMMARY = "Qt wrapper for BlueZ 5 DBus API"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/bluez-qt/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Breeze icon theme"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/breeze-icons/html/index.html"
|
||||
SUMMARY = "Breeze icon theme"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/breeze-icons/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Extra CMake modules"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/extra-cmake-modules/html/index.html"
|
||||
SUMMARY = "Extra CMake modules"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/extra-cmake-modules/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "File compression"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/karchive/html/index.html"
|
||||
SUMMARY = "File compression"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/karchive/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "The KDE calendar access library"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kcalendarcore/html/index.html"
|
||||
SUMMARY = "The KDE calendar access library"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kcalendarcore/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Text encoding"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kcodecs/html/index.html"
|
||||
SUMMARY = "Text encoding"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kcodecs/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Configuration system"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kconfig/html/index.html"
|
||||
SUMMARY = "Configuration system"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kconfig/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Addons to QtCore"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kcoreaddons/html/index.html"
|
||||
SUMMARY = "Addons to QtCore"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kcoreaddons/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Addons to QtDBus"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kdbusaddons/html/index.html"
|
||||
SUMMARY = "Addons to QtDBus"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kdbusaddons/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Abstraction to system DNSSD features"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kdnssd/html/index.html"
|
||||
SUMMARY = "Abstraction to system DNSSD features"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kdnssd/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Addons to QtGui"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kguiaddons/html/index.html"
|
||||
SUMMARY = "Addons to QtGui"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kguiaddons/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Holiday calculation library"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kholidays/html/index.html"
|
||||
SUMMARY = "Holiday calculation library"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kholidays/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Advanced internationalization framework"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/ki18n/html/index.html"
|
||||
SUMMARY = "Advanced internationalization framework"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/ki18n/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Monitoring user activity"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kidletime/html/index.html"
|
||||
SUMMARY = "Monitoring user activity"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kidletime/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Image format plugins for Qt"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kimageformats/html/index.html"
|
||||
SUMMARY = "Image format plugins for Qt"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kimageformats/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "QtQuick plugins to build user interfaces based on the KDE human interface guidelines"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kirigami/html/index.html"
|
||||
SUMMARY = "QtQuick plugins to build user interfaces based on the KDE human interface guidelines"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kirigami/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Models for Qt Model/View system"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kitemmodels/html/index.html"
|
||||
SUMMARY = "Models for Qt Model/View system"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kitemmodels/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Widget addons for Qt Model/View"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kitemviews/html/index.html"
|
||||
SUMMARY = "Widget addons for Qt Model/View"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kitemviews/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Lightweight plotting framework"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kplotting/html/index.html"
|
||||
SUMMARY = "Lightweight plotting framework"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kplotting/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "A QtQuick module providing high-performance charts."
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kquickcharts/html/index.html"
|
||||
SUMMARY = "A QtQuick module providing high-performance charts."
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kquickcharts/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Qt-style API to interact with the wayland-client and wayland-server API"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kwayland/html/index.html"
|
||||
SUMMARY = "Qt-style API to interact with the wayland-client and wayland-server API"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kwayland/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Addons to QtWidgets"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kwidgetsaddons/html/index.html"
|
||||
SUMMARY = "Addons to QtWidgets"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kwidgetsaddons/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Access to the windowing system"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kwindowsystem/html/index.html"
|
||||
SUMMARY = "Access to the windowing system"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kwindowsystem/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Qt wrapper for ModemManager API"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/modemmanager-qt/html/index.html"
|
||||
SUMMARY = "Qt wrapper for ModemManager API"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/modemmanager-qt/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Qt wrapper for NetworkManager API"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/networkmanager-qt/html/index.html"
|
||||
SUMMARY = "Qt wrapper for NetworkManager API"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/networkmanager-qt/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Oxygen icon theme"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/oxygen-icons5/html/index.html"
|
||||
SUMMARY = "Oxygen icon theme"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/oxygen-icons5/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Barcode abstraction layer providing uniform access to generation of barcodes"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/prison/html/index.html"
|
||||
SUMMARY = "Barcode abstraction layer providing uniform access to generation of barcodes"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/prison/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Hardware integration and detection"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/solid/html/index.html"
|
||||
SUMMARY = "Hardware integration and detection"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/solid/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Support for spellchecking"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/sonnet/html/index.html"
|
||||
SUMMARY = "Support for spellchecking"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/sonnet/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Syntax Highlighting"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/syntax-highlighting/html/index.html"
|
||||
SUMMARY = "Syntax Highlighting"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/syntax-highlighting/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "High-level multithreading framework"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/threadweaver/html/index.html"
|
||||
SUMMARY = "High-level multithreading framework"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/threadweaver/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Runtime and library to organize the user work in separate activities"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kactivities/html/index.html"
|
||||
SUMMARY = "Runtime and library to organize the user work in separate activities"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kactivities/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Abstraction to system policy and authentication features"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kauth/html/index.html"
|
||||
SUMMARY = "Abstraction to system policy and authentication features"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kauth/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Text completion helpers and widgets"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kcompletion/html/index.html"
|
||||
SUMMARY = "Text completion helpers and widgets"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kcompletion/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Support for vCard contacts"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kcontacts/html/index.html"
|
||||
SUMMARY = "Support for vCard contacts"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kcontacts/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Support for application crash analysis and bug report from apps"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kcrash/html/index.html"
|
||||
SUMMARY = "Support for application crash analysis and bug report from apps"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kcrash/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Documentation generation from docbook"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kdoctools/html/index.html"
|
||||
SUMMARY = "Documentation generation from docbook"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kdoctools/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "A file metadata and text extraction library"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kfilemetadata/html/index.html"
|
||||
SUMMARY = "A file metadata and text extraction library"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kfilemetadata/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Widgets for tracking KJob instances"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kjobwidgets/html/index.html"
|
||||
SUMMARY = "Widgets for tracking KJob instances"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kjobwidgets/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Abstraction for system notifications"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/knotifications/html/index.html"
|
||||
SUMMARY = "Abstraction for system notifications"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/knotifications/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Library to load and install packages of non binary files as they were a plugin"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kpackage/html/index.html"
|
||||
SUMMARY = "Library to load and install packages of non binary files as they were a plugin"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kpackage/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Pty abstraction"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kpty/html/index.html"
|
||||
SUMMARY = "Pty abstraction"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kpty/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Support for unit conversion"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kunitconversion/html/index.html"
|
||||
SUMMARY = "Support for unit conversion"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kunitconversion/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "An RSS/Atom parser library"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/syndication/html/index.html"
|
||||
SUMMARY = "An RSS/Atom parser library"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/syndication/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Baloo is a file indexing and searching framework"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/baloo/html/index.html"
|
||||
SUMMARY = "Baloo is a file indexing and searching framework"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/baloo/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "A library for accessing the usage data collected by the activities system."
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kactivities-stats/html/index.html"
|
||||
SUMMARY = "A library for accessing the usage data collected by the activities system."
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kactivities-stats/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Support for bookmarks and the XBEL format"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kbookmarks/html/index.html"
|
||||
SUMMARY = "Support for bookmarks and the XBEL format"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kbookmarks/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Utilities for working with KCModules"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kcmutils/html/index.html"
|
||||
SUMMARY = "Utilities for working with KCModules"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kcmutils/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Widgets for configuration dialogs"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kconfigwidgets/html/index.html"
|
||||
SUMMARY = "Widgets for configuration dialogs"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kconfigwidgets/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "An DAV protocol implementation with KJobs"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kdav/html/index.html"
|
||||
SUMMARY = "An DAV protocol implementation with KJobs"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kdav/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Provides integration of QML and KDE Frameworks"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kdeclarative/html/index.html"
|
||||
SUMMARY = "Provides integration of QML and KDE Frameworks"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kdeclarative/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Extensible deamon for providing system level services"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kded/html/index.html"
|
||||
SUMMARY = "Extensible deamon for providing system level services"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kded/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Integration with su for elevated privileges"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kdesu/html/index.html"
|
||||
SUMMARY = "Integration with su for elevated privileges"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kdesu/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Support for emoticons and emoticons themes"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kemoticons/html/index.html"
|
||||
SUMMARY = "Support for emoticons and emoticons themes"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kemoticons/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Add support for global workspace shortcuts"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kglobalaccel/html/index.html"
|
||||
SUMMARY = "Add support for global workspace shortcuts"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kglobalaccel/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Support for icon themes"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kiconthemes/html/index.html"
|
||||
SUMMARY = "Support for icon themes"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kiconthemes/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Process launcher to speed up launching KDE applications"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kinit/html/index.html"
|
||||
SUMMARY = "Process launcher to speed up launching KDE applications"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kinit/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Resource and network access abstraction"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kio/html/index.html"
|
||||
SUMMARY = "Resource and network access abstraction"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kio/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Support for downloading application assets from the network"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/knewstuff/html/index.html"
|
||||
SUMMARY = "Support for downloading application assets from the network"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/knewstuff/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Configuration system for KNotify"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/knotifyconfig/html/index.html"
|
||||
SUMMARY = "Configuration system for KNotify"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/knotifyconfig/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Document centric plugin system"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kparts/html/index.html"
|
||||
SUMMARY = "Document centric plugin system"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kparts/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Provides access to all contacts and the people who hold them"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kpeople/html/index.html"
|
||||
SUMMARY = "Provides access to all contacts and the people who hold them"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kpeople/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Parallelized query system"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/krunner/html/index.html"
|
||||
SUMMARY = "Parallelized query system"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/krunner/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Advanced plugin and service introspection"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kservice/html/index.html"
|
||||
SUMMARY = "Advanced plugin and service introspection"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kservice/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Advanced embeddable text editor"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/ktexteditor/html/index.html"
|
||||
SUMMARY = "Advanced embeddable text editor"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/ktexteditor/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Advanced text editing widgets"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/ktextwidgets/html/index.html"
|
||||
SUMMARY = "Advanced text editing widgets"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/ktextwidgets/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Secure and unified container for user passwords"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kwallet/html/index.html"
|
||||
SUMMARY = "Secure and unified container for user passwords"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kwallet/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "User configurable main windows"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kxmlgui/html/index.html"
|
||||
SUMMARY = "User configurable main windows"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kxmlgui/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Interaction with XMLRPC services"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/kxmlrpcclient/html/index.html"
|
||||
SUMMARY = "Interaction with XMLRPC services"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kxmlrpcclient/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Plugin based UI runtime used to write primary user interfaces"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/plasma-framework/html/index.html"
|
||||
SUMMARY = "Plugin based UI runtime used to write primary user interfaces"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/plasma-framework/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Offers available actions for a specific purpose"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/purpose/html/index.html"
|
||||
SUMMARY = "Offers available actions for a specific purpose"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/purpose/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "QtQuickControls 2 style that integrates with the desktop"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/qqc2-desktop-style/html/index.html"
|
||||
SUMMARY = "QtQuickControls 2 style that integrates with the desktop"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/qqc2-desktop-style/html/index.html"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "Workspace and cross-framework integration plugins"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/frameworkintegration/html/index.html"
|
||||
SUMMARY = "Workspace and cross-framework integration plugins"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/frameworkintegration/html/index.html"
|
||||
|
|
|
@ -87,8 +87,8 @@ cat <<EOM > $filename
|
|||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
SUMMARY ?= "$description"
|
||||
HOMEPAGE ?= "https://api.kde.org/frameworks/$framework/html/index.html"
|
||||
SUMMARY = "$description"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/$framework/html/index.html"
|
||||
EOM
|
||||
git add $filename
|
||||
echo "$framework: DONE"
|
||||
|
|
Loading…
Add table
Reference in a new issue