diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 22:56:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 22:56:40 +0900 |
commit | 11394aecd1f906fee2ebd2b90412aeba4651fbff (patch) | |
tree | bcf750380e6d9fc7dbe524e16bbe2afde25dcfa0 /ubuntu/_base/applications/gtk-qt-engine/debian/control | |
parent | d24bd898174453b586ac90f2ef7a60165fa26fde (diff) | |
download | tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.tar.gz tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.zip |
DEB: use _base folder for a distro instead of specific distros (squeeze
and maverick).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/applications/gtk-qt-engine/debian/control')
-rw-r--r-- | ubuntu/_base/applications/gtk-qt-engine/debian/control | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/control b/ubuntu/_base/applications/gtk-qt-engine/debian/control new file mode 100644 index 000000000..f7328b96c --- /dev/null +++ b/ubuntu/_base/applications/gtk-qt-engine/debian/control @@ -0,0 +1,33 @@ +Source: gtk-qt-engine-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: Bastian Venthur <venthur@debian.org> +Build-Depends: debhelper (>= 7.0.50~), quilt, cdbs, tdelibs14-trinity-dev, libgtk2.0-dev, cmake, 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-kde3 (<< 4:14.0.0~), gtk-qt-engine-trinity (<< 4:14.0.0~) +Breaks: gtk-qt-engine-kde3 (<< 4:14.0.0~), 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. |