diff options
author | Michele Calgaro <[email protected]> | 2021-07-05 00:28:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-07-05 00:28:13 +0900 |
commit | 0cf700f49d6437ea21867ae6300c7056eadfbd97 (patch) | |
tree | dec8bff7ef4366370de0ad280d6395c363ce1f3f /ubuntu/_base/applications/themes/tde-style-qtcurve/debian/control | |
parent | e52d0aefda74071dece63a038079503cdc2cc905 (diff) | |
download | tde-packaging-0cf700f49d6437ea21867ae6300c7056eadfbd97.tar.gz tde-packaging-0cf700f49d6437ea21867ae6300c7056eadfbd97.zip |
Rearranged applications folder into sub categories.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ubuntu/_base/applications/themes/tde-style-qtcurve/debian/control')
-rw-r--r-- | ubuntu/_base/applications/themes/tde-style-qtcurve/debian/control | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/themes/tde-style-qtcurve/debian/control b/ubuntu/_base/applications/themes/tde-style-qtcurve/debian/control new file mode 100644 index 000000000..fc100c7b8 --- /dev/null +++ b/ubuntu/_base/applications/themes/tde-style-qtcurve/debian/control @@ -0,0 +1,40 @@ +Source: tde-style-qtcurve-trinity +Section: tde +Priority: optional +Maintainer: TDE Debian Team <[email protected]> +XSBC-Original-Maintainer: Bastian Venthur <[email protected]> +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, tdelibs14-trinity-dev +Standards-Version: 3.8.4 + +Package: tde-style-qtcurve-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Replaces: kde-style-qtcurve-kde3 (<< 4:14.0.0~), kde-style-qtcurve-trinity (<< 4:14.0.0~) +Breaks: kde-style-qtcurve-kde3 (<< 4:14.0.0~), kde-style-qtcurve-trinity (<< 4:14.0.0~) +Suggests: gtk2-engines-qtcurve +Provides: tde-style-qtcurve +Description: This is a set of widget styles for Trinity based apps + This package together with gtk2-engines-qtcurve aim to provide a unified look + and feel on the desktop when using TDE and Gnome applications. + . + This package is most useful when installed together with + gtk2-engines-qtcurve. + +Package: qtcurve-trinity +Architecture: any +Depends: tde-style-qtcurve-trinity, gtk2-engines-qtcurve +Replaces: qtcurve-kde3 (<< 4:14.0.0~), qtcurve-trinity (<< 4:14.0.0~) +Breaks: qtcurve-kde3 (<< 4:14.0.0~), qtcurve-trinity (<< 4:14.0.0~) +Description: This is a set of widget styles for Trinity and Gtk2 based apps + This is an empty dummy package which will drag the packages + tde-style-qtcurve and gtk2-engines-qtcurve in your system. + +Package: tde-style-qtcurve-trinity-dbg +Section: libdevel +Architecture: any +Priority: extra +Depends: tde-style-qtcurve-trinity (= ${source:Version}), tdelibs-trinity-dbg +Description: debugging symbols for tde-style-qtcurve-trinity + This package contains the debugging symbols associated with tde-style-qtcurve. + They will automatically be used by gdb for debugging tde-style-qtcurve-related + issues. |