1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
Source: ukui-app-widget
Priority: optional
Maintainer: Kylin Team <team+kylin@tracker.debian.org>
Uploaders: xibowen <xibowen@kylinos.cn>
Build-Depends: debhelper-compat (= 12),
qt5-qmake,
qtbase5-dev,
qtbase5-dev-tools,
qtdeclarative5-dev,
qtquickcontrols2-5-dev,
libglib2.0-dev,
libgsettings-qt-dev,
libukui-log4qt-dev
Standards-Version: 4.6.1.0
Section: x11
Rules-Requires-Root: no
Homepage: https://gitee.com/openkylin/ukui-app-widget
Vcs-Git: https://gitee.com/openkylin/ukui-app-widget.git
Vcs-Browser: https://gitee.com/openkylin/ukui-app-widget
Package: libukui-appwidget-manager-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libukui-appwidget-manager0 (= ${binary:Version})
Description: libukui app widget manager dev
ukui-app-widget is a qml appwidget framework. It can display
a view for quick browsing, which is mainly to display the
most important data and functions of the application.
.
Dev of ukui app widget manager.
Package: libukui-appwidget-manager0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Provides: libukui-appwidget-manager
Description: libukui app widget manager
ukui-app-widget is a qml appwidget framework. It can display
a view for quick browsing, which is mainly to display the
most important data and functions of the application.
.
SDK of ukui app widget manager.
Package: libukui-appwidget-provider-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libukui-appwidget-provider0 (= ${binary:Version})
Description: libukui app widget provider dev
ukui-app-widget is a qml appwidget framework. It can display
a view for quick browsing, which is mainly to display the
most important data and functions of the application.
.
Dev of ukui app widget provider.
Package: libukui-appwidget-qmlplugin0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
libukui-appwidget-manager0,
libglib2.0-dev,
libgsettings-qt-dev
Provides: libukui-appwidget-qmlplugin
Description: ukui app widget plugin
ukui-app-widget is a qml appwidget framework. It can display
a view for quick browsing, which is mainly to display the
most important data and functions of the application.
.
QML plugin of ukui app widget.
Package: libukui-appwidget-provider0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
libukui-appwidget-manager0
Provides: libukui-appwidget-provider
Description: libukui app widget provider
ukui-app-widget is a qml appwidget framework. It can display
a view for quick browsing, which is mainly to display the
most important data and functions of the application.
.
SDK of ukui app widget provider.
Package: ukui-appwidget-manager
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libukui-appwidget-manager0
Description: ukui app widget manager
ukui-app-widget is a qml appwidget framework. It can display
a view for quick browsing, which is mainly to display the
most important data and functions of the application.
.
The manager of ukui app widget.
Package: ukui-appwidget-test
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libukui-appwidget-manager0,
libukui-appwidget-manager-dev,
ukui-appwidget-manager,
libukui-appwidget-provider0,
libukui-appwidget-provider-dev,
libukui-appwidget-qmlplugin0
Description: ukui app widget test
ukui-app-widget is a qml appwidget framework. It can display
a view for quick browsing, which is mainly to display the
most important data and functions of the application.
.
Ukui app widget demo.
|