diff --git a/kpackage/kpackage.manifest b/kpackage/kpackage.manifest index ddb9c491..6a64cb91 100644 --- a/kpackage/kpackage.manifest +++ b/kpackage/kpackage.manifest @@ -1,22 +1,22 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "kpackage", - "display_name": "Package Framework", + "display_name": "Using KPackage", "summary": "Library to load and install packages of non binary files as they were a plugin", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html", "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], - "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", + "description": "The KPackage framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks" } diff --git a/kunitconversion/kunitconversion.manifest b/kunitconversion/kunitconversion.manifest index bfed9064..27dabbd4 100644 --- a/kunitconversion/kunitconversion.manifest +++ b/kunitconversion/kunitconversion.manifest @@ -1,22 +1,22 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "summary": "Support for unit conversion", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], - "description": "KUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume", + "description": "KUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Electrical Current\n* Electrical Resistance\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Thermal Conductivity\n* Thermal Flux\n* Thermal Generation\n* Time\n* Velocity\n* Volume\n* Voltage", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks" } diff --git a/kwidgetsaddons/kwidgetsaddons.manifest b/kwidgetsaddons/kwidgetsaddons.manifest index 965e003e..ce66b015 100644 --- a/kwidgetsaddons/kwidgetsaddons.manifest +++ b/kwidgetsaddons/kwidgetsaddons.manifest @@ -1,22 +1,22 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "summary": "Addons to QtWidgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], - "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", + "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks" }