File: control

package info (click to toggle)
gsettings-qt 0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 280 kB
  • sloc: cpp: 550; xml: 31; makefile: 24
file content (74 lines) | stat: -rw-r--r-- 2,328 bytes parent folder | download
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
Source: gsettings-qt
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>,
 Boyuan Yang <byang@debian.org>,
 Iceyer <iceyers@gmail.com>,
 Yanhao Mo <yanhaocs@gmail.com>,
 Debian Deepin Packaging Team <pkg-deepin-devel@lists.alioth.debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 libglib2.0-dev,
 pkg-config,
 pkg-kde-tools,
 qml-module-qtquick2,
 qml-module-qttest,
 qt5-qmake,
 qtbase5-dev,
 qtdeclarative5-dev (>= 5.8~),
 qtdeclarative5-dev-tools,
 qml-module-qtqml,
 xauth,
 xvfb,
Standards-Version: 4.6.2
Section: libs
Rules-Requires-Root: no
Homepage: https://gitlab.com/ubports/development/core/gsettings-qt
Vcs-Git: https://salsa.debian.org/ubports-team/gsettings-qt.git
Vcs-Browser: https://salsa.debian.org/ubports-team/gsettings-qt

Package: libgsettings-qt-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libgsettings-qt1 (= ${binary:Version}),
 ${misc:Depends},
Description: library to access GSettings from Qt (development files)
 Libgsettings-qt provides Qt binding to GSettings, a high-level API
 for application settings. This library can be used to access GSettings from Qt
 applications.
 .
 This package contains the development files needed to build applications using
 the GSettings Qt library.

Package: libgsettings-qt1
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: library to access GSettings from Qt (shared libraries)
 Libgsettings-qt provides Qt binding to GSettings, a high-level API
 for application settings. This library can be used to access GSettings from Qt
 applications.
 .
 This package contains shared library files for libgsettings-qt.

Package: qml-module-gsettings1.0
Architecture: any
Multi-Arch: same
Depends:
 libgsettings-qt1 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Breaks: qtdeclarative5-gsettings1.0 (<< 0.2~),
Replaces: qtdeclarative5-gsettings1.0 (<< 0.2~),
Description: QML Bindings for GSettings
 Libgsettings-qt provides Qt binding to GSettings, a high-level API
 for application settings. This library can be used to access GSettings from Qt
 applications.
 .
 This package provides QML bindings for GSettings. QML applications
 may use this library to manipulate data stored in GSettings database.