diff options
Diffstat (limited to 'debian/_base/applications/misc/desktop-effects-tde')
8 files changed, 129 insertions, 0 deletions
diff --git a/debian/_base/applications/misc/desktop-effects-tde/debian/changelog b/debian/_base/applications/misc/desktop-effects-tde/debian/changelog new file mode 100644 index 000000000..2b29f4bd9 --- /dev/null +++ b/debian/_base/applications/misc/desktop-effects-tde/debian/changelog @@ -0,0 +1,44 @@ +desktop-effects-tde-trinity (0.4-7.4) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 Jul 2009 16:08:00 -0600 + +desktop-effects-tde-trinity (0.4-5) intrepid; urgency=low + + * Moved Trinity to /opt/trinity + * Integrated properly with KDE4.2+ + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Fri, 06 March 2009 01:35:00 -0600 + +desktop-effects-tde-trinity (0.4-3) intrepid; urgency=low + + * Added -trinity prefix + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Mon, 01 Dec 2008 09:29:00 -0600 + +desktop-effects-tde (0.4) hardy; urgency=low + + * added translation support + + -- Michael Anderson <nosrednaekim@gmail.com> Sun, 20 Apr 2008 21:04:40 -0400 + +desktop-effects-tde (0.3) hardy; urgency=low + + * Remove bashism in 25enable-compiz + * Fixed LP: #207609 which installed the packages even when the user + was selecting uninstall + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 31 Mar 2008 14:05:01 +0100 + +desktop-effects-tde (0.2) hardy; urgency=low + + * Fix compile, image install paths and add .desktop file + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 12 Mar 2008 21:47:16 +0000 + +desktop-effects-tde (0.1) hardy; urgency=low + + * Initial package + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 29 Jan 2008 22:13:32 +0000 diff --git a/debian/_base/applications/misc/desktop-effects-tde/debian/compat b/debian/_base/applications/misc/desktop-effects-tde/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/debian/_base/applications/misc/desktop-effects-tde/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/_base/applications/misc/desktop-effects-tde/debian/control b/debian/_base/applications/misc/desktop-effects-tde/debian/control new file mode 100644 index 000000000..9c981fe54 --- /dev/null +++ b/debian/_base/applications/misc/desktop-effects-tde/debian/control @@ -0,0 +1,17 @@ +Source: desktop-effects-tde-trinity +Section: tde +Priority: optional +Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> +Build-Depends-Indep: cdbs (>= 0.4.43), debhelper (>= 9~), python-support (>= 0.6) | dh-python, python-all-dev +Standards-Version: 3.8.4 +XS-Python-Version: all + +Package: desktop-effects-tde-trinity +Architecture: all +Depends: ${python:Depends}, python-tqt, python-trinity-trinity +Replaces: desktop-effects-kde-trinity (<< 4:14.0.0~) +Breaks: desktop-effects-kde-trinity (<< 4:14.0.0~) +XB-Python-Version: ${python:Versions} +Description: compiz setup tool for Trinity + A simple Compiz configuration tool for Trinity. Installs and sets Compiz + as the window manager. diff --git a/debian/_base/applications/misc/desktop-effects-tde/debian/copyright b/debian/_base/applications/misc/desktop-effects-tde/debian/copyright new file mode 100644 index 000000000..b037bf1ac --- /dev/null +++ b/debian/_base/applications/misc/desktop-effects-tde/debian/copyright @@ -0,0 +1,26 @@ +This package was debianised by Jonathan Riddell <jriddell@ubuntu.com> on +Tue, 29 Jan 2008 22:28:46 +0000. + +It was downloaded from https://code.launchpad.net/~kubuntu-users/guidance/desktop-effects-tde + +Copyright: Copyright 2007-2008 Martin Böhm <martin.bohm@kubuntu.org> + Copyright 2007-2008 Michael Anderson <nosrednaekim@gmail.com> + +License: + + This program 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 program 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 program. If not, see <http://www.gnu.org/licenses/>. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + diff --git a/debian/_base/applications/misc/desktop-effects-tde/debian/desktop-effects-tde-trinity.install b/debian/_base/applications/misc/desktop-effects-tde/debian/desktop-effects-tde-trinity.install new file mode 100644 index 000000000..2b6b93781 --- /dev/null +++ b/debian/_base/applications/misc/desktop-effects-tde/debian/desktop-effects-tde-trinity.install @@ -0,0 +1,8 @@ +desktop-effects-tde /opt/trinity/bin/ +25enable-compiz /etc/X11/Xsession.d/ +DesktopEffects/DesktopEffectsCommon.py /opt/trinity/share/pyshared/DesktopEffects/ +DesktopEffects/DesktopEffectsDialog.py /opt/trinity/share/pyshared/DesktopEffects/ +DesktopEffects/DesktopEffectsTDE.py /opt/trinity/share/pyshared/DesktopEffects/ +DesktopEffects/__init__.py /opt/trinity/share/pyshared/DesktopEffects/ +data/* /opt/trinity/share/apps/desktop-effects-tde/ +desktop-effects-tde.desktop /opt/trinity/share/applications/ diff --git a/debian/_base/applications/misc/desktop-effects-tde/debian/rules b/debian/_base/applications/misc/desktop-effects-tde/debian/rules new file mode 100755 index 000000000..eef8add16 --- /dev/null +++ b/debian/_base/applications/misc/desktop-effects-tde/debian/rules @@ -0,0 +1,26 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM = $(if $(wildcard /usr/bin/dh_python2),,pysupport) +DH_PYTHON2 = $(if $(wildcard /usr/bin/dh_python2),dh_python2,dh_pysupport) + +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 + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +# 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 + +binary-install/desktop-effects-tde-trinity:: + ${DH_PYTHON2} -pdesktop-effects-tde-trinity diff --git a/debian/_base/applications/misc/desktop-effects-tde/debian/source/format b/debian/_base/applications/misc/desktop-effects-tde/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/debian/_base/applications/misc/desktop-effects-tde/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/_base/applications/misc/desktop-effects-tde/debian/source/options b/debian/_base/applications/misc/desktop-effects-tde/debian/source/options new file mode 100644 index 000000000..72f1f5450 --- /dev/null +++ b/debian/_base/applications/misc/desktop-effects-tde/debian/source/options @@ -0,0 +1,6 @@ +# Use xz instead of gzip +compression = "xz" +compression-level = 9 + +# Don't run differences +diff-ignore = .* |