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
|
Source: adwaita-qt
Section: gnome
Priority: optional
Maintainer: Dmitry Shachnev <mitya57@debian.org>
Build-Depends: cmake (>= 3.18),
debhelper-compat (= 13),
libqt5x11extras5-dev,
libx11-xcb-dev,
libxcb1-dev,
pkg-kde-tools,
qt6-base-dev,
qtbase5-dev (>= 5.12.0),
sassc
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/FedoraQt/adwaita-qt
Vcs-Git: https://salsa.debian.org/debian/adwaita-qt.git
Vcs-Browser: https://salsa.debian.org/debian/adwaita-qt
Package: adwaita-qt
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 5 port of GNOME’s Adwaita theme
Adwaita-Qt provides a port of Adwaita theme, which is the default style
of GNOME, to Qt 5.
.
To use it, start your Qt applications with “-style Adwaita” parameter,
or export QT_STYLE_OVERRIDE=Adwaita environment variable.
For the dark version, use Adwaita-Dark instead of Adwaita.
Package: libadwaitaqt1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 5 port of GNOME’s Adwaita theme — public library
Adwaita-Qt provides a port of Adwaita theme, which is the default style
of GNOME, to Qt 5.
.
This package contains the public library of Adwaita-Qt that provides
Adwaita-specific colors.
Package: libadwaitaqtpriv1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 5 port of GNOME’s Adwaita theme — private library
Adwaita-Qt provides a port of Adwaita theme, which is the default style
of GNOME, to Qt 5.
.
This package contains the private library of Adwaita-Qt.
Package: libadwaitaqt-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libadwaitaqt1 (= ${binary:Version}), ${misc:Depends}
Description: Qt 5 port of GNOME’s Adwaita theme — development files
Adwaita-Qt provides a port of Adwaita theme, which is the default style
of GNOME, to Qt 5.
.
This package contains the development files for building applications with
the public library of Adwaita-Qt.
Package: adwaita-qt6
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 6 port of GNOME’s Adwaita theme
Adwaita-Qt provides a port of Adwaita theme, which is the default style
of GNOME, to Qt 6.
.
To use it, start your Qt applications with “-style Adwaita” parameter,
or export QT_STYLE_OVERRIDE=Adwaita environment variable.
For the dark version, use Adwaita-Dark instead of Adwaita.
Package: libadwaitaqt6-1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 6 port of GNOME’s Adwaita theme — public library
Adwaita-Qt provides a port of Adwaita theme, which is the default style
of GNOME, to Qt 6.
.
This package contains the public library of Adwaita-Qt that provides
Adwaita-specific colors.
Package: libadwaitaqt6priv1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 6 port of GNOME’s Adwaita theme — private library
Adwaita-Qt provides a port of Adwaita theme, which is the default style
of GNOME, to Qt 6.
.
This package contains the private library of Adwaita-Qt.
Package: libadwaitaqt6-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libadwaitaqt6-1 (= ${binary:Version}), ${misc:Depends}
Description: Qt 6 port of GNOME’s Adwaita theme — development files
Adwaita-Qt provides a port of Adwaita theme, which is the default style
of GNOME, to Qt 6.
.
This package contains the development files for building applications with
the public library of Adwaita-Qt.
|