summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-01-09 07:35:02 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2023-10-01 22:11:23 -0400
commit0a1ed77166173d25c5e96cbe2e6e4f229f5f076a (patch)
treeac1606964d785e189c9decb83f7f69e1ed103d38 /debian/control
parentd34bb25414f6887dd788a4f817b4da903570e66a (diff)
Import Debian changes 0.8-0vanir1debian/0.8-0vanir1
qt5gtk2 (0.8-0vanir1) unstable; urgency=medium . * Initial release.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control30
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..85d593d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: qt5gtk2
+Section: x11
+Priority: optional
+Maintainer: Unit 193 <unit193@unit193.net>
+Build-Depends: debhelper-compat (= 13),
+ libx11-dev,
+ libgtk2.0-dev,
+ qtbase5-dev,
+ qtbase5-private-dev,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: https://bitbucket.org/trialuser02/qt5gtk2/
+Vcs-Browser: https://git.unit193.net/cgit/users/unit193/qt5gtk2.git
+Vcs-Git: https://git.unit193.net/cgit/users/unit193/qt5gtk2.git
+
+Package: qt5gtk2
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: qt5-gtk2-platformtheme
+Replaces: qt5-gtk2-platformtheme
+Description: GTK 2 integration plugins for Qt5
+ 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=qt5gtk2
+ or 'gtk2' for compatibility reasons.
+ .
+ To avoid visual bugs, ensure that the environment variable QT_STYLE_OVERRIDE
+ is not set before usage.