summaryrefslogtreecommitdiffstats
path: root/ubuntu/raring/applications/qt4-tqt-theme-engine/debian
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-28 14:13:18 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-28 14:13:18 -0500
commit4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6 (patch)
treec6f53decaabed9678523a8bbd6a1000a9f3bf78f /ubuntu/raring/applications/qt4-tqt-theme-engine/debian
parent211d261d7778de1d9a773e7ec43a4e97b4bd7e57 (diff)
downloadtde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.tar.gz
tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.zip
Split raring packaging into new directory due to defoma changes
Diffstat (limited to 'ubuntu/raring/applications/qt4-tqt-theme-engine/debian')
-rw-r--r--ubuntu/raring/applications/qt4-tqt-theme-engine/debian/changelog5
-rw-r--r--ubuntu/raring/applications/qt4-tqt-theme-engine/debian/compat1
-rw-r--r--ubuntu/raring/applications/qt4-tqt-theme-engine/debian/control12
-rw-r--r--ubuntu/raring/applications/qt4-tqt-theme-engine/debian/copyright29
-rwxr-xr-xubuntu/raring/applications/qt4-tqt-theme-engine/debian/rules16
5 files changed, 63 insertions, 0 deletions
diff --git a/ubuntu/raring/applications/qt4-tqt-theme-engine/debian/changelog b/ubuntu/raring/applications/qt4-tqt-theme-engine/debian/changelog
new file mode 100644
index 000000000..f19f76875
--- /dev/null
+++ b/ubuntu/raring/applications/qt4-tqt-theme-engine/debian/changelog
@@ -0,0 +1,5 @@
+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/raring/applications/qt4-tqt-theme-engine/debian/compat b/ubuntu/raring/applications/qt4-tqt-theme-engine/debian/compat
new file mode 100644
index 000000000..7ed6ff82d
--- /dev/null
+++ b/ubuntu/raring/applications/qt4-tqt-theme-engine/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/ubuntu/raring/applications/qt4-tqt-theme-engine/debian/control b/ubuntu/raring/applications/qt4-tqt-theme-engine/debian/control
new file mode 100644
index 000000000..04fb46ed6
--- /dev/null
+++ b/ubuntu/raring/applications/qt4-tqt-theme-engine/debian/control
@@ -0,0 +1,12 @@
+Source: qt4-tqt-theme-engine
+Section: tde
+Priority: optional
+Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
+Build-Depends: debhelper (>= 5), cdbs, tdelibs4-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/raring/applications/qt4-tqt-theme-engine/debian/copyright b/ubuntu/raring/applications/qt4-tqt-theme-engine/debian/copyright
new file mode 100644
index 000000000..f9a86f1b0
--- /dev/null
+++ b/ubuntu/raring/applications/qt4-tqt-theme-engine/debian/copyright
@@ -0,0 +1,29 @@
+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/raring/applications/qt4-tqt-theme-engine/debian/rules b/ubuntu/raring/applications/qt4-tqt-theme-engine/debian/rules
new file mode 100755
index 000000000..2cde95722
--- /dev/null
+++ b/ubuntu/raring/applications/qt4-tqt-theme-engine/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/simple-patchsys.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
+
+DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
+ && echo xz || echo bzip2)
+
+QMAKE := qmake-qt4
+