diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-04 21:06:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-04 21:06:02 +0900 |
commit | bd72eef4a4458f8d2e52609d7b6cf3efe12a0177 (patch) | |
tree | b797d29ee85d482247cfecda13d1fb572e4c4d62 /ubuntu/_base/applications/qt4-tqt-theme-engine | |
parent | 5051f08d847e70346920d72e34da55558b89145c (diff) | |
download | tde-packaging-bd72eef4a4458f8d2e52609d7b6cf3efe12a0177.tar.gz tde-packaging-bd72eef4a4458f8d2e52609d7b6cf3efe12a0177.zip |
Rearranged applications folder into sub categories.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/applications/qt4-tqt-theme-engine')
8 files changed, 0 insertions, 76 deletions
diff --git a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/changelog b/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/changelog deleted file mode 100644 index f19f76875..000000000 --- a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -qt4-tqt-theme-engine (0.1-0ubuntu0) karmic; urgency=low - - * Karmic build - - -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Mon, 07 May 2012 01:10:00 -0600 diff --git a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/compat b/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/compat deleted file mode 100644 index ec635144f..000000000 --- a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/control b/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/control deleted file mode 100644 index a8384ff60..000000000 --- a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/control +++ /dev/null @@ -1,12 +0,0 @@ -Source: qt4-tqt-theme-engine -Section: tde -Priority: optional -Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> -Build-Depends: debhelper (>= 9~), quilt, cdbs, tdelibs14-trinity-dev, libqt4-dev, automake, autoconf, libtool, libltdl-dev -Standards-Version: 3.8.4 - -Package: qt4-tqt-theme-engine -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: TDE theme engine for Qt4 - TDE theme engine for Qt4 diff --git a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/copyright b/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/copyright deleted file mode 100644 index f9a86f1b0..000000000 --- a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/copyright +++ /dev/null @@ -1,29 +0,0 @@ -This package was debianized by Timothy Pearson <kb9vqf@pearsoncomputing.net> on -Mon, 07 May 2012 01:21:00 -0600. - -Upstream Author: Timothy Pearson <kb9vqf@pearsoncomputing.net> - -Copyright (C) 2012 Timothy Pearson <kb9vqf@pearsoncomputing.net> - -License: - - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. - -The Debian packaging is (C) 2012, Timothy Pearson <kb9vqf@pearsoncomputing.net> -is licensed under the GPL, see above. - diff --git a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/patches/series b/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/patches/series deleted file mode 100644 index e69de29bb..000000000 --- a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/patches/series +++ /dev/null diff --git a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/rules b/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/rules deleted file mode 100755 index 11c6e4544..000000000 --- a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/rules +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/make -f - -#include /usr/share/cdbs/1/rules/patchsys-quilt.mk -include /usr/share/cdbs/1/class/qmake.mk -include /usr/share/cdbs/1/rules/debhelper.mk - -DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde -DEB_CONFIGURE_MANDIR := /opt/trinity/share/man -DEB_CONFIGURE_PREFIX := /opt/trinity -DEB_CONFIGURE_INFODIR := /opt/trinity/share/info - -# The default gzip compressor has been changed in dpkg >= 1.17.0. -deb_default_compress = $(shell LANG=C dpkg-deb --version | head -n1 | \ - sed -e "s|.*version ||" -e "s| .*||" | \ - xargs -r dpkg --compare-versions 1.17.0 lt \ - && echo xz || echo gzip) -ifeq ($(deb_default_compress),gzip) -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) -endif - -QMAKE := qmake-qt4 diff --git a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/source/format b/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/source/format deleted file mode 100644 index 163aaf8d8..000000000 --- a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/source/options b/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/source/options deleted file mode 100644 index 72f1f5450..000000000 --- a/ubuntu/_base/applications/qt4-tqt-theme-engine/debian/source/options +++ /dev/null @@ -1,6 +0,0 @@ -# Use xz instead of gzip -compression = "xz" -compression-level = 9 - -# Don't run differences -diff-ignore = .* |