aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 186cbaa9c5bd7cb721637b25833cbb7e6a0ea673 (plain) (blame)
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
Source: qt6gtk2
Section: x11
Priority: optional
Maintainer: Unit 193 <unit193@unit193.net>
Build-Depends: debhelper-compat (= 13),
 libx11-dev,
 libgtk2.0-dev,
 qt6-base-dev,
 qt6-base-private-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/trialuser02/qt6gtk2/

Package: qt6gtk2
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GTK 2 integration plugins for Qt6
 This package contains the GTK 2 style and platform theme, for proper usage
 it requires that you have a functional GTK 2 theme selected.
 .
 To enable it for all Qt applications, export QT_QPA_PLATFORMTHEME=qt6gtk2
 or 'gtk2', 'qt5gtk2' also work for compatibility reasons.
 .
 To avoid visual bugs, ensure that the environment variable QT_STYLE_OVERRIDE
 is not set before usage.