diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-07 01:18:50 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-07 01:18:50 -0500 |
commit | d30c5e3e85345f93d581351878165122d06a22fc (patch) | |
tree | c77eeaed9afa847214021a73e33b615c6896498b /ubuntu/maverick/applications | |
parent | 66724c217fb8776f0e17630cd902120ed549f717 (diff) | |
download | tde-packaging-d30c5e3e85345f93d581351878165122d06a22fc.tar.gz tde-packaging-d30c5e3e85345f93d581351878165122d06a22fc.zip |
Add Debian and Ubuntu packaging files for qt4-tqt-theme-engine
Diffstat (limited to 'ubuntu/maverick/applications')
5 files changed, 64 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/changelog b/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/changelog new file mode 100644 index 000000000..f19f76875 --- /dev/null +++ b/ubuntu/maverick/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/maverick/applications/qt4-tqt-theme-engine/debian/compat b/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/control b/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/control new file mode 100644 index 000000000..e98334239 --- /dev/null +++ b/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/control @@ -0,0 +1,13 @@ +Source: qt4-tqt-theme-engine +Section: tde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: Raphaël Pinson <raphink@raphink.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/maverick/applications/qt4-tqt-theme-engine/debian/copyright b/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/copyright new file mode 100644 index 000000000..68eb13461 --- /dev/null +++ b/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Raphaël Pinson <raphink@raphink.net> on +Fri, 16 Dec 2005 19:52:51 +0100. + +It was downloaded from http://www.kde-apps.org/content/download.php?content=45975&id=1 + +Upstream Author: Stephen Leaf <smileaf@smileaf.org> + +Copyright (C) 1997 Janos Farkas (chexum@shadow.banki.hu) +copyright (C) 2006 Stephen Leaf <smileaf@smileaf.org> + +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) 2007, Raphaël Pinson <raphink@raphink.net> +is licensed under the GPL, see above. + diff --git a/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/rules b/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/rules new file mode 100755 index 000000000..bd271d7de --- /dev/null +++ b/ubuntu/maverick/applications/qt4-tqt-theme-engine/debian/rules @@ -0,0 +1,13 @@ +#!/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 + +QMAKE := qmake-qt4 + |