Przeglądaj źródła

package/qt5: add meaningful help texts and package URLs

Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Zoltan Gyarmati 7 lat temu
rodzic
commit
4d15e14fb6

+ 3 - 2
package/qt5/qt5canvas3d/Config.in

@@ -8,9 +8,10 @@ config BR2_PACKAGE_QT5CANVAS3D
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5canvas3d module.
+	  Qt Canvas 3D module provides a way to make WebGL-like
+	  3D drawing calls from Qt Quick JavaScript.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtcanvas3d-index.html
 
 comment "qt5canvas3d needs an OpenGL-capable backend"
 	depends on !BR2_PACKAGE_QT5_GL_AVAILABLE

+ 4 - 2
package/qt5/qt5connectivity/Config.in

@@ -8,9 +8,11 @@ config BR2_PACKAGE_QT5CONNECTIVITY
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5connectivity module.
+	  Qt Connectivity module provides support for Bluetooth/NFC
+	  peripherials.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtbluetooth-index.html
+	  http://doc.qt.io/qt-5/qtnfc-index.html
 
 comment "qt5connectivity needs neard and/or bluez(5)_utils"
 	depends on !BR2_PACKAGE_NEARD && !BR2_PACKAGE_BLUEZ_UTILS && \

+ 4 - 2
package/qt5/qt5declarative/Config.in

@@ -8,9 +8,11 @@ config BR2_PACKAGE_QT5DECLARATIVE
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5declarative module.
+	  Qt Declarative module provides the Qt QML and Qt Quick
+	  modules for developing UIs with the QML language
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtqml-index.html
+	  http://doc.qt.io/qt-5/qtquick-index.html
 
 if BR2_PACKAGE_QT5DECLARATIVE
 

+ 3 - 2
package/qt5/qt5enginio/Config.in

@@ -8,9 +8,10 @@ config BR2_PACKAGE_QT5ENGINIO
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5enginio module.
+	  Enginio is a Backend-as-a-Service solution for simplifying
+	  backend development of connected and data-driven applications.
 
 	  This package has been tagged as deprecated since version
 	  5.6 and not recommended for new design.
 
-	  http://qt.io
+	  http://doc.qt.io/archives/qt-5.5/enginio-index.html

+ 4 - 2
package/qt5/qt5graphicaleffects/Config.in

@@ -8,9 +8,11 @@ config BR2_PACKAGE_QT5GRAPHICALEFFECTS
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5graphicaleffects module.
+	  The Qt Graphical Effects module provides a set of QML types
+	  for adding visually impressive and configurable effects to
+	  user interfaces.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtgraphicaleffects-index.html
 
 comment "qt5graphicaleffects needs an OpenGL-capable backend"
 	depends on !BR2_PACKAGE_QT5_GL_AVAILABLE

+ 3 - 2
package/qt5/qt5imageformats/Config.in

@@ -6,6 +6,7 @@ config BR2_PACKAGE_QT5IMAGEFORMATS
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5imageformats module.
+	  The Qt Image Formats module provides plugins for
+	  additional image formats: TIFF, MNG, TGA, WBMP
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtimageformats-index.html

+ 4 - 2
package/qt5/qt5location/Config.in

@@ -5,6 +5,8 @@ config BR2_PACKAGE_QT5LOCATION
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5location module.
+	  The Qt Location API helps you create viable mapping
+	  solutions using the data available from some of the
+	  popular location services.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtlocation-index.html

+ 5 - 2
package/qt5/qt5multimedia/Config.in

@@ -8,6 +8,9 @@ config BR2_PACKAGE_QT5MULTIMEDIA
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5multimedia module.
+	  The Qt Multimedia module provides a rich feature set that
+	  enables you to easily take advantage of a platform's multimedia
+	  capabilities such as media playback and the use of camera and
+	  radio devices.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/multimediaoverview.html

+ 3 - 2
package/qt5/qt5quickcontrols/Config.in

@@ -8,9 +8,10 @@ config BR2_PACKAGE_QT5QUICKCONTROLS
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5quickcontrols module.
+	  The Qt Quick Controls module provides a set of controls
+	  that can be used to build complete interfaces in Qt Quick.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtquickcontrols-index.html
 
 comment "qt5quickcontrols needs an OpenGL-capable backend"
 	depends on !BR2_PACKAGE_QT5_GL_AVAILABLE

+ 1 - 1
package/qt5/qt5quickcontrols2/Config.in

@@ -13,7 +13,7 @@ config BR2_PACKAGE_QT5QUICKCONTROLS2
 	  This module was in tech preview in Qt 5.6, and promoted
 	  to a core module in Qt 5.7.0.
 
-	  http://qt.io
+	  https://doc.qt.io/qt-5/qtquickcontrols2-index.html
 
 comment "qt5quickcontrols2 needs an OpenGL-capable backend"
 	depends on !BR2_PACKAGE_QT5_GL_AVAILABLE

+ 3 - 2
package/qt5/qt5script/Config.in

@@ -6,10 +6,11 @@ config BR2_PACKAGE_QT5SCRIPT
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5script module.
+	  Qt Script provides support for making Qt applications
+	  scriptable. Provided for Qt 4.x compatibility.
 
 	  This package has been tagged as deprecated since version
 	  5.5.0 and should be replaced by Qt QML module in new
 	  design.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtscript-index.html

+ 3 - 2
package/qt5/qt5sensors/Config.in

@@ -5,6 +5,7 @@ config BR2_PACKAGE_QT5SENSORS
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5sensors module.
+	  The Qt Sensors API provides access to sensor hardware
+	  via QML and C++ interfaces.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtsensors-index.html

+ 1 - 1
package/qt5/qt5serialbus/Config.in

@@ -12,7 +12,7 @@ config BR2_PACKAGE_QT5SERIALBUS
 	  This module was in tech preview in Qt 5.6, and promoted
 	  to a core module in Qt 5.8.0.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtserialbus-index.html
 
 comment "qt5serialbus needs headers >= 3.6"
 	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6

+ 4 - 2
package/qt5/qt5serialport/Config.in

@@ -5,6 +5,8 @@ config BR2_PACKAGE_QT5SERIALPORT
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5serialport module.
+	  Qt Serial Port provides the basic functionality, which
+	  includes configuring, I/O operations, getting and setting
+	  the control signals of the RS-232 pinouts.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtserialport-index.html

+ 3 - 2
package/qt5/qt5svg/Config.in

@@ -6,6 +6,7 @@ config BR2_PACKAGE_QT5SVG
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5svg module.
+	  Qt SVG provides classes for rendering and displaying SVG
+	  drawings in widgets and on other paint devices.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtsvg-index.html

+ 3 - 2
package/qt5/qt5tools/Config.in

@@ -4,9 +4,10 @@ config BR2_PACKAGE_QT5TOOLS
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5tools module.
+	  Qt Tools provides tools facilitate the development
+	  and design of applications.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtmodules.html#qt-tools
 
 if BR2_PACKAGE_QT5TOOLS
 

+ 4 - 2
package/qt5/qt5webchannel/Config.in

@@ -6,6 +6,8 @@ config BR2_PACKAGE_QT5WEBCHANNEL
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5webchannel module.
+	  Qt WebChannel enables peer-to-peer communication between
+	  a server (QML/C++ application) and a client
+	  (HTML/JavaScript or QML application).
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtwebchannel-index.html

+ 4 - 2
package/qt5/qt5webkit/Config.in

@@ -13,14 +13,16 @@ config BR2_PACKAGE_QT5WEBKIT
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5webkit module.
+	  The Qt WebKit module provides the WebView API, which
+	  allows QML applications to render regions of dynamic
+	  web content.
 
 	  This package has been removed from the official release packages
 	  since Qt5.6.0, but it is still available for users to build it
 	  from source. This is useful for platforms without GPU since the
 	  successor (QtWebEngine) requires OpenGL support.
 
-	  http://qt.io
+	  http://doc.qt.io/archives/qt-5.5/qtwebkit-index.html
 
 comment "qt5webkit needs a toolchain w/ dynamic library"
 	depends on BR2_STATIC_LIBS

+ 5 - 2
package/qt5/qt5websockets/Config.in

@@ -6,6 +6,9 @@ config BR2_PACKAGE_QT5WEBSOCKETS
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5websockets module.
+	  The Qt WebSockets module provides C++ and QML interfaces
+	  that enable Qt applications to act as a server that can
+	  process WebSocket requests, or a client that can
+	  consume data received from the server, or both.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtwebsockets-index.html

+ 3 - 2
package/qt5/qt5x11extras/Config.in

@@ -6,6 +6,7 @@ config BR2_PACKAGE_QT5X11EXTRAS
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5x11extras module.
+	  Qt X11 Extras enables the Qt programmer to write
+	  applications for the Linux/X11 platform.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtx11extras-index.html

+ 3 - 2
package/qt5/qt5xmlpatterns/Config.in

@@ -5,6 +5,7 @@ config BR2_PACKAGE_QT5XMLPATTERNS
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 
-	  This package corresponds to the qt5xmlpatterns module.
+	  The Qt XML Patterns module provides support for XPath,
+	  XQuery, XSLT, and XML Schema validation.
 
-	  http://qt.io
+	  http://doc.qt.io/qt-5/qtxmlpatterns-index.html