summaryrefslogtreecommitdiffstats
path: root/debian/_base/applications/gtk-qt-engine/debian/control
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-07-05 00:28:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-07-05 00:28:13 +0900
commit0cf700f49d6437ea21867ae6300c7056eadfbd97 (patch)
treedec8bff7ef4366370de0ad280d6395c363ce1f3f /debian/_base/applications/gtk-qt-engine/debian/control
parente52d0aefda74071dece63a038079503cdc2cc905 (diff)
downloadtde-packaging-0cf700f49d6437ea21867ae6300c7056eadfbd97.tar.gz
tde-packaging-0cf700f49d6437ea21867ae6300c7056eadfbd97.zip
Rearranged applications folder into sub categories.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_base/applications/gtk-qt-engine/debian/control')
-rw-r--r--debian/_base/applications/gtk-qt-engine/debian/control33
1 files changed, 0 insertions, 33 deletions
diff --git a/debian/_base/applications/gtk-qt-engine/debian/control b/debian/_base/applications/gtk-qt-engine/debian/control
deleted file mode 100644
index f6f5d8aa1..000000000
--- a/debian/_base/applications/gtk-qt-engine/debian/control
+++ /dev/null
@@ -1,33 +0,0 @@
-Source: gtk-qt-engine-trinity
-Section: tde
-Priority: optional
-Maintainer: TDE Debian Team <team-debian@trinitydesktop.org>
-XSBC-Original-Maintainer: Bastian Venthur <venthur@debian.org>
-Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, tdelibs14-trinity-dev, libgtk2.0-dev (>= 2.10.1)
-Standards-Version: 3.8.4
-
-Package: gtk-qt-engine-trinity
-Architecture: any
-Provides: gtk2-engines-gtk-qt-trinity
-Replaces: gtk-qt-engine-trinity (<< 4:14.0.0~)
-Breaks: gtk-qt-engine-trinity (<< 4:14.0.0~)
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: gtk3-tqt-engine-trinity
-Description: theme engine using Qt for GTK+ 2.x and Trinity
- The GTK-Qt Theme Engine (also known as gtk-qt-engine) is a GTK 2 theme engine
- that calls Qt to do the actual drawing. This makes your GTK 2 applications
- look almost like real Qt applications and gives you a more unified desktop
- experience.
- .
- Please note that this package is targeted at Trinity users and therefore provides
- a way to configure it from within KControl.
-
-Package: gtk-qt-engine-trinity-dbg
-Section: devel
-Architecture: any
-Priority: extra
-Depends: gtk-qt-engine-trinity (= ${binary:Version}), tdelibs-trinity-dbg
-Description: debugging symbols for the GTK-Qt Theme Engine [Trinity]
- This package contains the debugging symbols associated with gtk-qt-engine-trinity.
- They will automatically be used by gdb for debugging gtk-qt-engine-trinity-related
- issues.