diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 16:17:43 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 16:17:43 -0500 |
commit | 9b2075d9b89fc628c447fbb98f43ef72e4a9c81d (patch) | |
tree | 2de9e866f064b1c7d36df24de1df305474f949fe /ubuntu/lucid_automake/dependencies/tqtinterface | |
download | tde-packaging-9b2075d9b89fc628c447fbb98f43ef72e4a9c81d.tar.gz tde-packaging-9b2075d9b89fc628c447fbb98f43ef72e4a9c81d.zip |
Initial import from old SVN repository
Note that only the Debian and Ubuntu folders were preserved
Diffstat (limited to 'ubuntu/lucid_automake/dependencies/tqtinterface')
10 files changed, 94 insertions, 0 deletions
diff --git a/ubuntu/lucid_automake/dependencies/tqtinterface/debian/changelog b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/changelog new file mode 100644 index 000000000..460ca1061 --- /dev/null +++ b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/changelog @@ -0,0 +1,5 @@ +libtqtinterface (4:0.3.0) lucid; urgency=low + + * Initial release of the TQt Interface Library, supporting Qt3 + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Mon, 12 Jul 2010 03:13:00 -0600
\ No newline at end of file diff --git a/ubuntu/lucid_automake/dependencies/tqtinterface/debian/compat b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/compat new file mode 100644 index 000000000..8adb55bea --- /dev/null +++ b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/compat @@ -0,0 +1 @@ +4 diff --git a/ubuntu/lucid_automake/dependencies/tqtinterface/debian/control b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/control new file mode 100644 index 000000000..b45a209a2 --- /dev/null +++ b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/control @@ -0,0 +1,26 @@ +Source: libtqtinterface +Section: kde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Build-Depends: debhelper (>> 4.0.0), libqt3-mt-dev, libavahi-qt3-dev, cmake, cdbs +Standards-Version: 3.8.3 + +Package: libtqtinterface +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Description: The Trinity Qt Interface Libraries + The Trinity Qt Interface is a library that abstracts Qt from Trinity + This allows the Trinity code to rapidly port from one version of Qt to another. + This is primarily accomplished by defining old functions in terms of new functions, + although some code has been added for useful functions that are no longer part of Qt. + +Package: libtqtinterface-dev +Architecture: any +Section: libs +Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}) +Description: The Trinity Qt Interface Libraries (Development Files) + The Trinity Qt Interface is a library that abstracts Qt from Trinity + This allows the Trinity code to rapidly port from one version of Qt to another. + This is primarily accomplished by defining old functions in terms of new functions, + although some code has been added for useful functions that are no longer part of Qt. diff --git a/ubuntu/lucid_automake/dependencies/tqtinterface/debian/copyright b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/copyright new file mode 100644 index 000000000..978e1bb3e --- /dev/null +++ b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Timothy Pearson <kb9vqf@pearsoncomputing.net> on +Mon, 12 Jul 2010 03:58:00 -0600. + +Upstream Authors: Timothy Pearson <kb9vqf@pearsoncomputing.net> + +Copyright: + + Copyright (c) 2010, Timothy Pearson + + 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; version 2 dated June, 1991, 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 GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/ubuntu/lucid_automake/dependencies/tqtinterface/debian/doc-base b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/doc-base new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/doc-base diff --git a/ubuntu/lucid_automake/dependencies/tqtinterface/debian/docs b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/docs new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/docs diff --git a/ubuntu/lucid_automake/dependencies/tqtinterface/debian/libtqtinterface-dev.install b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/libtqtinterface-dev.install new file mode 100644 index 000000000..8b19fb624 --- /dev/null +++ b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/libtqtinterface-dev.install @@ -0,0 +1,2 @@ +debian/tmp/usr/include /usr +debian/tmp/usr/bin /usr diff --git a/ubuntu/lucid_automake/dependencies/tqtinterface/debian/libtqtinterface.install b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/libtqtinterface.install new file mode 100644 index 000000000..f9610d9a2 --- /dev/null +++ b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/libtqtinterface.install @@ -0,0 +1 @@ +debian/tmp/usr/lib /usr diff --git a/ubuntu/lucid_automake/dependencies/tqtinterface/debian/links b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/links new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/links diff --git a/ubuntu/lucid_automake/dependencies/tqtinterface/debian/rules b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/rules new file mode 100755 index 000000000..dadefb425 --- /dev/null +++ b/ubuntu/lucid_automake/dependencies/tqtinterface/debian/rules @@ -0,0 +1,34 @@ +#! /usr/bin/make -f +# see debian/rules file for kdesvn for cmake examples + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk + +DEB_KDE_APIDOX := yes + +version=Debian Package $(DEB_VERSION) +DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION) + +DEB_CONFIGURE_INCLUDEDIR := /opt/kde3/include/kde +DEB_CONFIGURE_MANDIR := /opt/kde3/share/man +DEB_CONFIGURE_PREFIX := /opt/kde3 +DEB_CONFIGURE_INFODIR := /opt/kde3/share/info + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_LIBRARY_PATH="/opt/kde3/lib" -DCMAKE_INCLUDE_PATH="/opt/kde3/include/kde" -DCMAKE_CXX_FLAGS="-I/opt/kde3/include/kde" -DCMAKE_LDFLAGS="-L/opt/kde3/lib" + +DEB_CONFIGURE_EXTRA_FLAGS := \ + --enable-mitshm --with-alsa --enable-dnotify --enable-inotify \ + --with-lua-includes=/usr/include/lua50 --prefix=/opt/kde3 \ + --with-distribution="Kubuntu (`lsb_release --codename --short`) $(DEB_VERSION)" --with-sudo-kdesu-backend + +DEB_FIXPERMS_EXCLUDE := \ + opt/kde3/bin/fileshareset \ + opt/kde3/bin/kgrantpty \ + opt/kde3/bin/kpac_dhcp_helper \ + opt/kde3/bin/start_kdeinit + +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) |