From 1b6efb141bcf333e5c73a520e701d1de8cafcf4e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 4 Nov 2011 12:06:08 -0500 Subject: Rename kde packages to tde --- .../tdeaddons/debian/KUBUNTU-DEBIAN-DIFFERENCES | 10 + .../tdeaddons/debian/atlantikdesigner-trinity.docs | 1 + .../debian/atlantikdesigner-trinity.install | 6 + .../debian/atlantikdesigner-trinity.manpages | 1 + .../tdeaddons/debian/atlantikdesigner-trinity.menu | 7 + ubuntu/maverick/tdeaddons/debian/cdbs/buildvars.mk | 86 ++ .../tdeaddons/debian/cdbs/debian-qt-kde.mk | 109 +++ ubuntu/maverick/tdeaddons/debian/cdbs/kde.mk | 97 +++ ubuntu/maverick/tdeaddons/debian/cdbs/team-members | 16 + ubuntu/maverick/tdeaddons/debian/cdbs/uploaders.mk | 29 + ubuntu/maverick/tdeaddons/debian/cdbs/versions.pl | 19 + ubuntu/maverick/tdeaddons/debian/changelog | 886 +++++++++++++++++++++ ubuntu/maverick/tdeaddons/debian/compat | 1 + ubuntu/maverick/tdeaddons/debian/control | 247 ++++++ ubuntu/maverick/tdeaddons/debian/control.in | 229 ++++++ ubuntu/maverick/tdeaddons/debian/copyright | 727 +++++++++++++++++ .../tdeaddons/debian/icons/atlantikdesigner.xpm | 181 +++++ ubuntu/maverick/tdeaddons/debian/icons/fsview.xpm | 281 +++++++ ubuntu/maverick/tdeaddons/debian/icons/ksig.xpm | 291 +++++++ .../debian/kaddressbook-plugins-trinity.install | 6 + .../debian/kate-plugins-trinity.README.Debian | 8 + .../tdeaddons/debian/kate-plugins-trinity.docs | 1 + .../tdeaddons/debian/kate-plugins-trinity.install | 55 ++ .../tdeaddons/debian/kate-plugins-trinity.lintian | 2 + .../kdeaddons-doc-html.doc-base.kate-plugins | 11 + .../kdeaddons-doc-html.doc-base.kicker-applets | 10 + .../kdeaddons-doc-html.doc-base.konq-plugins | 11 + .../debian/kdeaddons-kfile-plugins-trinity.install | 31 + .../kdeaddons-kfile-plugins-trinity.manpages | 1 + .../debian/kdeaddons-trinity.README.Debian | 11 + .../debian/kicker-applets-trinity.README.Debian | 8 + .../tdeaddons/debian/kicker-applets-trinity.docs | 1 + .../debian/kicker-applets-trinity.install | 26 + .../debian/kicker-applets-trinity.lintian | 3 + .../knewsticker-scripts-trinity.README.Debian | 20 + .../debian/knewsticker-scripts-trinity.docs | 1 + .../debian/knewsticker-scripts-trinity.install | 9 + .../debian/knewsticker-scripts-trinity.links | 1 + .../debian/konq-plugins-trinity.README.Debian | 8 + .../tdeaddons/debian/konq-plugins-trinity.docs | 1 + .../tdeaddons/debian/konq-plugins-trinity.install | 182 +++++ .../tdeaddons/debian/konq-plugins-trinity.manpages | 4 + .../tdeaddons/debian/konq-plugins-trinity.menu | 7 + .../debian/kontact-plugins-trinity.install | 6 + .../tdeaddons/debian/ksig-trinity.README.Debian | 19 + .../maverick/tdeaddons/debian/ksig-trinity.install | 10 + .../tdeaddons/debian/ksig-trinity.manpages | 1 + ubuntu/maverick/tdeaddons/debian/ksig-trinity.menu | 7 + .../debian/man/atlantikdesigner-trinity.1 | 42 + .../tdeaddons/debian/man/exif-trinity.py.1 | 44 + .../maverick/tdeaddons/debian/man/fsview-trinity.1 | 52 ++ .../tdeaddons/debian/man/jpegorient-trinity.1 | 68 ++ .../maverick/tdeaddons/debian/man/ksig-trinity.1 | 59 ++ .../tdeaddons/debian/man/lnkforward-trinity.1 | 60 ++ .../debian/man/noatunsynaescope-trinity.bin.1 | 38 + .../debian/man/noatuntippecanoe-trinity.bin.1 | 39 + .../tdeaddons/debian/man/noatuntyler-trinity.bin.1 | 39 + .../tdeaddons/debian/man/orient-trinity.py.1 | 88 ++ .../tdeaddons/debian/noatun-plugins-trinity.docs | 1 + .../debian/noatun-plugins-trinity.install | 63 ++ .../debian/noatun-plugins-trinity.manpages | 3 + .../patches/common/04_am_maintainer_mode.diff | 11 + .../patches/common/06_disable_no_undefined.diff | 18 + .../debian/patches/common/kubuntu_01_kdepot.diff | 26 + ubuntu/maverick/tdeaddons/debian/rules | 43 + .../tdeaddons/debian/source.lintian-overrides | 2 + 66 files changed, 4381 insertions(+) create mode 100644 ubuntu/maverick/tdeaddons/debian/KUBUNTU-DEBIAN-DIFFERENCES create mode 100644 ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.docs create mode 100644 ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.install create mode 100644 ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.manpages create mode 100644 ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.menu create mode 100644 ubuntu/maverick/tdeaddons/debian/cdbs/buildvars.mk create mode 100644 ubuntu/maverick/tdeaddons/debian/cdbs/debian-qt-kde.mk create mode 100644 ubuntu/maverick/tdeaddons/debian/cdbs/kde.mk create mode 100644 ubuntu/maverick/tdeaddons/debian/cdbs/team-members create mode 100644 ubuntu/maverick/tdeaddons/debian/cdbs/uploaders.mk create mode 100644 ubuntu/maverick/tdeaddons/debian/cdbs/versions.pl create mode 100644 ubuntu/maverick/tdeaddons/debian/changelog create mode 100644 ubuntu/maverick/tdeaddons/debian/compat create mode 100644 ubuntu/maverick/tdeaddons/debian/control create mode 100644 ubuntu/maverick/tdeaddons/debian/control.in create mode 100644 ubuntu/maverick/tdeaddons/debian/copyright create mode 100644 ubuntu/maverick/tdeaddons/debian/icons/atlantikdesigner.xpm create mode 100644 ubuntu/maverick/tdeaddons/debian/icons/fsview.xpm create mode 100644 ubuntu/maverick/tdeaddons/debian/icons/ksig.xpm create mode 100644 ubuntu/maverick/tdeaddons/debian/kaddressbook-plugins-trinity.install create mode 100644 ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.README.Debian create mode 100644 ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.docs create mode 100644 ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.install create mode 100644 ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.lintian create mode 100644 ubuntu/maverick/tdeaddons/debian/kdeaddons-doc-html.doc-base.kate-plugins create mode 100644 ubuntu/maverick/tdeaddons/debian/kdeaddons-doc-html.doc-base.kicker-applets create mode 100644 ubuntu/maverick/tdeaddons/debian/kdeaddons-doc-html.doc-base.konq-plugins create mode 100644 ubuntu/maverick/tdeaddons/debian/kdeaddons-kfile-plugins-trinity.install create mode 100644 ubuntu/maverick/tdeaddons/debian/kdeaddons-kfile-plugins-trinity.manpages create mode 100644 ubuntu/maverick/tdeaddons/debian/kdeaddons-trinity.README.Debian create mode 100644 ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.README.Debian create mode 100644 ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.docs create mode 100644 ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.install create mode 100644 ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.lintian create mode 100644 ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.README.Debian create mode 100644 ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.docs create mode 100644 ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.install create mode 100644 ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.links create mode 100644 ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.README.Debian create mode 100644 ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.docs create mode 100644 ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.install create mode 100644 ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.manpages create mode 100644 ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.menu create mode 100644 ubuntu/maverick/tdeaddons/debian/kontact-plugins-trinity.install create mode 100644 ubuntu/maverick/tdeaddons/debian/ksig-trinity.README.Debian create mode 100644 ubuntu/maverick/tdeaddons/debian/ksig-trinity.install create mode 100644 ubuntu/maverick/tdeaddons/debian/ksig-trinity.manpages create mode 100644 ubuntu/maverick/tdeaddons/debian/ksig-trinity.menu create mode 100644 ubuntu/maverick/tdeaddons/debian/man/atlantikdesigner-trinity.1 create mode 100644 ubuntu/maverick/tdeaddons/debian/man/exif-trinity.py.1 create mode 100644 ubuntu/maverick/tdeaddons/debian/man/fsview-trinity.1 create mode 100644 ubuntu/maverick/tdeaddons/debian/man/jpegorient-trinity.1 create mode 100644 ubuntu/maverick/tdeaddons/debian/man/ksig-trinity.1 create mode 100644 ubuntu/maverick/tdeaddons/debian/man/lnkforward-trinity.1 create mode 100644 ubuntu/maverick/tdeaddons/debian/man/noatunsynaescope-trinity.bin.1 create mode 100644 ubuntu/maverick/tdeaddons/debian/man/noatuntippecanoe-trinity.bin.1 create mode 100644 ubuntu/maverick/tdeaddons/debian/man/noatuntyler-trinity.bin.1 create mode 100644 ubuntu/maverick/tdeaddons/debian/man/orient-trinity.py.1 create mode 100644 ubuntu/maverick/tdeaddons/debian/noatun-plugins-trinity.docs create mode 100644 ubuntu/maverick/tdeaddons/debian/noatun-plugins-trinity.install create mode 100644 ubuntu/maverick/tdeaddons/debian/noatun-plugins-trinity.manpages create mode 100644 ubuntu/maverick/tdeaddons/debian/patches/common/04_am_maintainer_mode.diff create mode 100644 ubuntu/maverick/tdeaddons/debian/patches/common/06_disable_no_undefined.diff create mode 100644 ubuntu/maverick/tdeaddons/debian/patches/common/kubuntu_01_kdepot.diff create mode 100755 ubuntu/maverick/tdeaddons/debian/rules create mode 100644 ubuntu/maverick/tdeaddons/debian/source.lintian-overrides (limited to 'ubuntu/maverick/tdeaddons/debian') diff --git a/ubuntu/maverick/tdeaddons/debian/KUBUNTU-DEBIAN-DIFFERENCES b/ubuntu/maverick/tdeaddons/debian/KUBUNTU-DEBIAN-DIFFERENCES new file mode 100644 index 000000000..da64a9233 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/KUBUNTU-DEBIAN-DIFFERENCES @@ -0,0 +1,10 @@ +removed "konq-plugins/mediarealfolder/media_realfolder.desktop /usr/share/services" in konq-plugins.install + +install adblocker files in konq-plugins.install + +Added debian/rules entry to remove /usr/share/apps/konqueror/servicemenus/media_realfolder.desktop before installation + install/konq-plugins:: + rm -f debian/tmp/usr/share/apps/konqueror/servicemenus/media_realfolder.desktop + + * Stop kdeaddons meta-package depending on knewsticker-scripts, + it depends on stuff in universe diff --git a/ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.docs b/ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.docs new file mode 100644 index 000000000..c83224ab3 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.docs @@ -0,0 +1 @@ +atlantikdesigner/TODO diff --git a/ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.install b/ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.install new file mode 100644 index 000000000..825b20fde --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.install @@ -0,0 +1,6 @@ +debian/tmp/opt/trinity/bin/atlantikdesigner +debian/tmp/opt/trinity/share/apps/atlantikdesigner +debian/tmp/opt/trinity/share/applications/kde/atlantikdesigner.desktop +debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/atlantikdesigner.png +debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/atlantikdesigner.png +debian/icons/atlantikdesigner.xpm /opt/trinity/share/pixmaps diff --git a/ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.manpages b/ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.manpages new file mode 100644 index 000000000..f0b5385f4 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.manpages @@ -0,0 +1 @@ +debian/man/atlantikdesigner-trinity.1 diff --git a/ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.menu b/ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.menu new file mode 100644 index 000000000..3f5845f50 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/atlantikdesigner-trinity.menu @@ -0,0 +1,7 @@ +?package(atlantikdesigner):needs="X11"\ + section="Games/Tool"\ + hints="KDE,Monopoly"\ + title="Atlantik Designer"\ + longtitle="Atlantik Designer (Monopoly(R)-like Board Designer)"\ + command="/opt/trinity/bin/atlantikdesigner"\ + icon="/opt/trinity/share/pixmaps/atlantikdesigner.xpm" diff --git a/ubuntu/maverick/tdeaddons/debian/cdbs/buildvars.mk b/ubuntu/maverick/tdeaddons/debian/cdbs/buildvars.mk new file mode 100644 index 000000000..23d4709dc --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/cdbs/buildvars.mk @@ -0,0 +1,86 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2002,2003 Colin Walters +# Description: Defines some useful variables, but no rules +# +# 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, 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, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class + +ifndef _cdbs_rules_buildvars +_cdbs_rules_buildvars = 1 + +CDBS_VERSION = something + +# Common useful variables +DEB_SOURCE_PACKAGE := $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':')) +DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ') +DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-) +DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//') +DEB_ISNATIVE := $(shell dpkg-parsechangelog | egrep '^Version:' | perl -ne 'print if not /^Version:\s*.*-/;') + +# Split into arch/indep packages +ifneq ($(DEB_INDEP_PACKAGES),cdbs) +DEB_INDEP_PACKAGES := $(filter-out $(DONT_BUILD), $(strip $(shell $(_cdbs_scripts_path)/list-packages indep))) +DEB_ARCH_PACKAGES := $(filter-out $(DONT_BUILD), $(filter-out $(DEB_INDEP_PACKAGES),$(strip $(shell $(_cdbs_scripts_path)/list-packages same)))) +endif +# Split into normal and udeb packages +ifeq ($(DEB_UDEB_PACKAGES),) +DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES))) +DEB_UDEB_PACKAGES = $(filter-out $(DONT_BUILD),$(filter %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES))) +else +DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES), $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES))) +endif +# Too much bother for now. If someone complains we'll fix it. +#DEB_ARCH_UDEB_PACKAGES = $(filter %-udeb, $(DEB_ARCH_PACKAGES)) +#DEB_INDEP_UDEB_PACKAGES = $(filter %-udeb, $(DEB_INDEP_PACKAGES)) +# A handy list of every package, udeb or not +DEB_ALL_PACKAGES = $(filter-out $(DONT_BUILD),$(DEB_PACKAGES) $(DEB_UDEB_PACKAGES)) +DEB_INDEP_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_INDEP_PACKAGES))) +DEB_ARCH_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_ARCH_PACKAGES))) + +DEB_DBG_PACKAGES = $(filter-out $(DONT_BUILD), $(filter %-dbg, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES))) + +# Some support for srcdir != builddir builds. +# These are relative to the root of the package +DEB_SRCDIR ?= . +DEB_BUILDDIR ?= $(strip $(DEB_SRCDIR)) + +# Miscellaneous bits +DEB_ARCH = $(shell dpkg --print-architecture) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM) +DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) +DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_BUILD_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM) +DEB_BUILD_GNU_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU) +DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) +DEB_BUILD_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU) +DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS) + +ifeq ($(words $(DEB_ALL_PACKAGES)),1) + DEB_DESTDIR = $(CURDIR)/debian/$(strip $(DEB_ALL_PACKAGES))/ +else + DEB_DESTDIR = $(CURDIR)/debian/tmp/ +endif + +CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), cdbs (>= 0.4.23-1.1) + +endif diff --git a/ubuntu/maverick/tdeaddons/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/tdeaddons/debian/cdbs/debian-qt-kde.mk new file mode 100644 index 000000000..cae625265 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/cdbs/debian-qt-kde.mk @@ -0,0 +1,109 @@ +ifndef _cdbs_bootstrap +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class +endif + +ifndef _cdbs_class_debian-qt-kde +_cdbs_class_debian-qt-kde := 1 + +# Note: This _must_ be included before autotools.mk, or it won't work. +common-configure-arch common-configure-indep:: debian/stamp-cvs-make +debian/stamp-cvs-make: + cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + $(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; + touch debian/stamp-cvs-make + +include debian/cdbs/kde.mk$(_cdbs_makefile_suffix) +include debian/cdbs/uploaders.mk + +DEB_PATCHDIRS := debian/patches/common debian/patches + +DEB_KDE_ENABLE_FINAL := yes +DEB_INSTALL_DOCS_ALL := + +DEB_DH_MAKESHLIBS_ARGS_ALL := -V +DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/opt/trinity/lib) + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb + ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches))) + cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,) + else + cdbs_kde_enable_final = + endif +endif + +common-build-arch:: debian/stamp-man-pages +debian/stamp-man-pages: + if ! test -d debian/man/out; then mkdir -p debian/man/out; fi + for f in $$(find debian/man -name '*.sgml'); do \ + docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \ + done + for f in $$(find debian/man -name '*.man'); do \ + soelim -I debian/man $$f \ + > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \ + done + touch debian/stamp-man-pages + +common-binary-indep:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_INDEP_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + +common-binary-arch:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_ARCH_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + +clean:: + rm -rf debian/man/out + -rmdir debian/man + rm -f debian/stamp-man-pages + rm -rf debian/shlibs-check + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi + if test -e debian/$(cdbs_curpkg).lintian; then \ + install -p -D -m644 debian/$(cdbs_curpkg).lintian \ + debian/$(cdbs_curpkg)/opt/trinity/share/lintian/overrides/$(cdbs_curpkg); \ + fi + if test -e debian/$(cdbs_curpkg).presubj; then \ + install -p -D -m644 debian/$(cdbs_curpkg).presubj \ + debian/$(cdbs_curpkg)/opt/trinity/share/bug/$(cdbs_curpkg)/presubj; \ + fi + +binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: + set -e; \ + for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/kde/HTML/en; find . -name index.docbook`; do \ + pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \ + echo Building $$pkg HTML docs...; \ + mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \ + cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \ + /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/kde/HTML/en/$$pkg/index.docbook; \ + done + for pkg in $(DOC_HTML_PRUNE) ; do \ + rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \ + done + +clean:: + if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \ + cd $(DEB_SRCDIR); \ + find . -name Makefile.in -print | \ + xargs --no-run-if-empty rm -f; \ + rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \ + configure configure.files configure.in stamp-h.in \ + subdirs; \ + fi + rm -f debian/stamp-cvs-make + +endif diff --git a/ubuntu/maverick/tdeaddons/debian/cdbs/kde.mk b/ubuntu/maverick/tdeaddons/debian/cdbs/kde.mk new file mode 100644 index 000000000..5b6508f8c --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/cdbs/kde.mk @@ -0,0 +1,97 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2003 Christopher L Cheney +# Description: A class for KDE packages; sets KDE environment variables, etc +# +# 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, 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, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class + +ifndef _cdbs_class_kde +_cdbs_class_kde := 1 + +# for dh_icons +CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4) + +include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) + +ifdef _cdbs_tarball_dir +DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE) +else +DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) +endif + +include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix) + +export kde_cgidir = \$${libdir}/cgi-bin +export kde_confdir = \$${sysconfdir}/trinity +export kde_htmldir = \$${datadir}/doc/kde/HTML + +ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,) +endif + +ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_final = + cdbs_kde_enable_debug = --enable-debug=yes +else + cdbs_kde_enable_debug = --disable-debug +endif + +ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_debug = --enable-debug=full +endif + +cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin +DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/kde" +DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi + +cleanbuilddir:: + -$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR)) + +common-build-arch common-build-indep:: debian/stamp-kde-apidox +debian/stamp-kde-apidox: + $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox) + touch $@ + +common-install-prehook-impl:: + mkdir -p po + -XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/opt/trinity/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages + -for file in po/*pot; do \ + sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \ + done + +common-install-arch common-install-indep:: common-install-kde-apidox +common-install-kde-apidox:: + $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR)) + +clean:: + rm -f debian/stamp-kde-apidox + rm -rf po/*.pot + +# This is a convenience target for calling manually. It's not part of +# the build process. +buildprep: clean apply-patches + $(MAKE) -f admin/Makefile.common dist + debian/rules clean + +endif diff --git a/ubuntu/maverick/tdeaddons/debian/cdbs/team-members b/ubuntu/maverick/tdeaddons/debian/cdbs/team-members new file mode 100644 index 000000000..05761af6e --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/cdbs/team-members @@ -0,0 +1,16 @@ +Sune Vuorela +Ana Beatriz Guerrero Lopez +Fathi Boudra +Modestas Vainius +Josh Metzler +Isaac Clerencia +Adeodato Simó +Adeodato Simo +Christopher Martin +Daniel Schepler +Sarah Hobbs +Nacho Barrientos Arias +Ricardo Javier Cardenes Medina +Ricardo Cardenes +Armin Berres +Francesco Pedrini diff --git a/ubuntu/maverick/tdeaddons/debian/cdbs/uploaders.mk b/ubuntu/maverick/tdeaddons/debian/cdbs/uploaders.mk new file mode 100644 index 000000000..31adfe31e --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/cdbs/uploaders.mk @@ -0,0 +1,29 @@ + +MAINTAINER=Debian Qt/KDE Maintainers +UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//') + + +debian/control.tmp: + @if [ ! -e debian/control.in ] ; then \ + echo "this package is not yet prepared for using automatic update of uploaders"; \ + echo "Please do so."; \ + exit 1; \ + fi + @sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp + +check-uploaders: debian/control.tmp + @if ! diff -q debian/control debian/control.tmp ; then \ + echo "WARNING:: Control file differs from manually generated one" ; \ + echo "WARNING:: Please update it manually and check it afterwards" ; \ + echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\ + echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\ + fi + + +clean:: + rm -f debian/control.tmp + +update-uploaders: debian/control.tmp + @mv -f debian/control.tmp debian/control + +makebuilddir:: check-uploaders diff --git a/ubuntu/maverick/tdeaddons/debian/cdbs/versions.pl b/ubuntu/maverick/tdeaddons/debian/cdbs/versions.pl new file mode 100644 index 000000000..9ce11d8a3 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/cdbs/versions.pl @@ -0,0 +1,19 @@ +#!/usr/bin/env perl + +use strict; +use warnings; + +my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`; +my ($version3, $version3_next); +my ($version2, $version2_next); + +($version3 = $version) =~ s/-[^-]+$//; +($version2 = $version3) =~ s/\.[^.]+$//; + +($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; +($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; + +print "KDE-Version3=$version3\n"; +print "KDE-Version2=$version2\n"; +print "KDE-Next-Version3=$version3_next\n"; +print "KDE-Next-Version2=$version2_next\n"; diff --git a/ubuntu/maverick/tdeaddons/debian/changelog b/ubuntu/maverick/tdeaddons/debian/changelog new file mode 100644 index 000000000..d7003caa9 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/changelog @@ -0,0 +1,886 @@ +kdeaddons-trinity (4:3.5.10-0ubuntu3) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 + +kdeaddons-trinity (4:3.5.10-0ubuntu1~intrepid3) intrepid; urgency=low + + * Fixed conflict with konqueror-plugin-imagerotation and konqueror-plugin-fsview + + -- Timothy Pearson Sun, 26 Apr 2009 13:57:00 -0600 + +kdeaddons-trinity (4:3.5.10-0ubuntu1~intrepid2) intrepid; urgency=low + + * Moved Trinity to /opt/trinity + * Integrated properly with KDE4.2+ + + -- Timothy Pearson Wed, 03 March 2009 14:24:00 -0600 + +kdeaddons-trinity (4:3.5.10-0ubuntu1~intrepid1) intrepid; urgency=low + + * Import from SVN + + -- Timothy Pearson Sat, 29 Nov 2008 12:30:00 -0600 + +kdeaddons (4:3.5.10-0ubuntu1~hardy1) hardy-backports; urgency=low + + * New upstream bugfix release (LP: #261366) + - Freshen kubuntu_06_dirfilter_plugin_fix.diff + - Bump required build-dep version for kdelibs4-dev, atlantik-dev, + kdebase-dev, kdemultimedia-dev, libkdegames-dev, libkonq4-dev, and + kdepim-dev to 3.5.10 + + -- Scott Kitterman Tue, 26 Aug 2008 00:31:29 -0400 + +kdeaddons (4:3.5.9-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Jonathan Riddell Thu, 14 Feb 2008 12:27:05 +0000 + +kdeaddons (4:3.5.8-1ubuntu5) hardy; urgency=low + + * Fix build failures with g++-4.3. + + -- Matthias Klose Thu, 24 Jan 2008 12:18:22 +0000 + +kdeaddons (4:3.5.8-1ubuntu4) hardy; urgency=low + + * Rebuild for botched shlibs, so kaddressbook-plugins is installable. + + -- Sarah Hobbs Wed, 28 Nov 2007 22:53:21 +1100 + +kdeaddons (4:3.5.8-1ubuntu3) hardy; urgency=low + + * Downgrade kdepim dependency to 3.5.7 + + -- Jonathan Riddell Thu, 15 Nov 2007 11:09:08 +0000 + +kdeaddons (4:3.5.8-1ubuntu2) hardy; urgency=low + + * Run buildprep before upload + + -- Jonathan Riddell Thu, 15 Nov 2007 11:00:37 +0000 + +kdeaddons (4:3.5.8-1ubuntu1) hardy; urgency=low + + * Merge with Debian, remaining changes in debian/KUBUNTU-DEBIAN-DIFFERENCES + + -- Jonathan Riddell Wed, 14 Nov 2007 17:25:47 +0000 + +kdeaddons (4:3.5.8-1) unstable; urgency=low + + * New upstream release. + + -- Ana Beatriz Guerrero Lopez Sun, 14 Oct 2007 22:55:30 +0200 + +kdeaddons (4:3.5.7-3) unstable; urgency=low + + * Implement uploaders.mk - and update control file based on it. + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Update section in Debian menu files. + * Switch to db4.6. (Closes: #442658) + + -- Debian Qt/KDE Maintainers Mon, 23 Apr 2007 13:16:00 +0100 + +kdeaddons (4:3.5.7-2) unstable; urgency=low + + * Add new documentation for ksig and some forgotten .hidden files to + konq-plugins. + + -- Ana Beatriz Guerrero Lopez Wed, 23 May 2007 20:37:51 +0100 + +kdeaddons (4:3.5.8-0ubuntu2) gutsy; urgency=low + + * Added kubuntu_06_dirfilter_plugin_fix.diff, fixed kbuildsyscoca + output reguarding to dirfilterplugin.desktop + + -- Anthony Mercatante Mon, 15 Oct 2007 11:54:28 +0200 + +kdeaddons (4:3.5.8-0ubuntu1) gutsy; urgency=low + + * New upstream release + + -- Jonathan Riddell Tue, 09 Oct 2007 11:41:27 +0100 + +kdeaddons (4:3.5.7-1ubuntu5) gutsy; urgency=low + + * Fixed fsview.desktop patch again, uses Hidden instead of NoDisplay + to also hide fsview from konqueror's context menu + + -- Anthony Mercatante Sat, 30 Jun 2007 13:07:37 +0200 + +kdeaddons (4:3.5.7-1ubuntu4) gutsy; urgency=low + + * Renamed kubuntu_05_hide_fsview.desktop to + kubuntu_05_hide_fsview.diff for the patch to apply + + -- Anthony Mercatante Sat, 30 Jun 2007 02:53:47 +0200 + +kdeaddons (4:3.5.7-1ubuntu3) gutsy; urgency=low + + * Hide fsview from menu with patch kubuntu_05_hide_fsview.desktop + + -- Jonathan Riddell Wed, 06 Jun 2007 18:45:56 +0100 + +kdeaddons (4:3.5.7-1ubuntu2) gutsy; urgency=low + + * Add missing .desktop files to konq-plugins.install + + -- Jonathan Riddell Wed, 23 May 2007 19:32:32 +0100 + +kdeaddons (4:3.5.7-1ubuntu1) gutsy; urgency=low + + * Merge with Debian for new upstream version + * Build-dep on libdb4.4++-dev not libdb4.3++-dev + + -- Jonathan Riddell Wed, 23 May 2007 17:35:16 +0100 + +kdeaddons (4:3.5.7-1) unstable; urgency=low + + * New upstream release. (Closes: #417271) + * Remove patch 10_kdeaddons-r626814.diff, merged upstream. + + -- Ana Beatriz Guerrero Lopez Wed, 16 May 2007 17:04:12 +0200 + +kdeaddons (4:3.5.6-2ubuntu1) gutsy; urgency=low + + * Merge with Debian + + -- Jonathan Riddell Mon, 30 Apr 2007 20:32:56 +0100 + +kdeaddons (4:3.5.6-2) unstable; urgency=low + + * Upload to unstable after Etch release. + + -- Debian Qt/KDE Maintainers Mon, 23 Apr 2007 13:16:00 +0100 + +kdeaddons (4:3.5.6-1) experimental; urgency=low + + * New upstream release. + * Make kdeaddons-dbg depend on kdelibs-dbg to get useful backtraces when + debugging. + * Update Uploaders. + * Add patch 10_kdeaddons-r626814.diff to fix a minor but annoying privacy + issue. + + -- Debian Qt/KDE Maintainers Thu, 18 Jan 2007 01:02:53 +0100 + +kdeaddons (4:3.5.6-0ubuntu2) feisty; urgency=low + + * Add kubuntu_04_webarchiver.diff for correct names on war archives. + Patch from Shriramana Sharma + Closes Malone #60090 and kde bug #129086 + + -- Anthony Mercatante Fri, 23 Feb 2007 11:26:02 +0100 + +kdeaddons (4:3.5.6-0ubuntu1) feisty; urgency=low + + * New upstream release + * Remove kubuntu_03_ark.diff, applied upstream + * Add kubuntu_03_restrict_webarchive_files.diff from upstream, + stops webarchive potentially including local files + + -- Jonathan Riddell Wed, 17 Jan 2007 11:22:31 +0000 + +kdeaddons (4:3.5.5-1ubuntu2) feisty; urgency=low + + * Stop kdeaddons meta-package depending on knewsticker-scripts, + it depends on stuff in universe + + -- Jonathan Riddell Wed, 3 Jan 2007 12:37:46 +0000 + +kdeaddons (4:3.5.5-1ubuntu1) feisty; urgency=low + + * Merge with Debian + + -- Jonathan Riddell Thu, 16 Nov 2006 22:25:37 +0000 + +kdeaddons (4:3.5.5-1) unstable; urgency=low + + * New upstream release. + + Doesn't force use of gmake. (Closes: 364214) + + ktimemon user memory usage display is fixed. (Closes: 389618) + + * Rebuild will remove references to libX*.la. + (Closes: 381326, 381327, 381330) + + -- Debian Qt/KDE Maintainers Tue, 10 Oct 2006 01:29:11 +0200 + +kdeaddons (4:3.5.4-1) unstable; urgency=low + + * New upstream release. + + * KDE_3_5_BRANCH update (up to r577448). + + -- Debian Qt/KDE Maintainers Sat, 26 Aug 2006 14:26:46 -0400 + +kdeaddons (4:3.5.5-0ubuntu2) feisty; urgency=low + + * Add kubuntu_03_ark.diff for better 7z management. + + -- Anthony Mercatante Fri, 20 Oct 2006 18:36:06 +0200 + +kdeaddons (4:3.5.5-0ubuntu1) edgy; urgency=low + + * New upstream release + + -- Jonathan Riddell Tue, 3 Oct 2006 10:56:06 +0000 + +kdeaddons (4:3.5.4-0ubuntu6) edgy; urgency=low + + * Added kubuntu_02_adblock_kpart.diff for improved adblock + management + + -- Anthony Mercatante Wed, 27 Sep 2006 01:13:12 +0200 + +kdeaddons (4:3.5.4-0ubuntu5) edgy; urgency=low + + * Added debian/rules to also remove media_realfolder.desktop + from the servicemenus + + -- Anthony Mercatante Sat, 16 Sep 2006 15:36:12 +0200 + +kdeaddons (4:3.5.4-0ubuntu4) edgy; urgency=low + + * Removed media_realfolder.desktop from konq-plugins to match + Simon Edwards patches to media:/ + + -- Anthony Mercatante Thu, 14 Sep 2006 19:26:12 +0200 + +kdeaddons (4:3.5.4-0ubuntu3) edgy; urgency=low + + * Rebuild with latest cdbs to add gettext domain to .desktop files for + langpacks-desktopfiles-kde, no source changes + + -- Jonathan Riddell Tue, 5 Sep 2006 22:53:12 +0000 + +kdeaddons (4:3.5.4-0ubuntu2) edgy; urgency=low + + * Add kubuntu_01_google_suggest.diff from Stephan Binner + adds Google suggest to existing search plugin, not creating a new one + + -- Jonathan Riddell Fri, 1 Sep 2006 15:52:19 +0000 + +kdeaddons (4:3.5.4-0ubuntu1) edgy; urgency=low + + * New upstream release + + -- Jonathan Riddell Tue, 25 Jul 2006 10:12:17 +0000 + +kdeaddons (4:3.5.3-0ubuntu4) edgy; urgency=low + + * Rebuild so it doesnt build-dep on libgamin0 + + -- Brandon Holtsclaw Tue, 18 Jul 2006 12:09:26 -0500 + +kdeaddons (4:3.5.3-0ubuntu3) edgy; urgency=low + + * Up build-dep for kdepim to 3.5.3-2ubuntu3 to avoid libfam.la breakage + + -- Jonathan Riddell Thu, 13 Jul 2006 15:12:47 +0000 + +kdeaddons (4:3.5.3-0ubuntu2) edgy; urgency=low + + * Rebuild without libfam.la (no changes). + + -- Jonathan Riddell Wed, 12 Jul 2006 10:41:41 +0000 + +kdeaddons (4:3.5.3-0ubuntu1) edgy; urgency=low + + * New upstream release + * Sync with Debian + + -- Jonathan Riddell Tue, 4 Jul 2006 16:57:51 +0000 + +kdeaddons (4:3.5.2-1) unstable; urgency=low + + * New upstream release. + + * KDE_3_5_BRANCH update (up to r526684). + + +++ Changes by Christopher Martin: + + * Lower kate-plugins' dependency on kaddressbook to a Suggests. + (Closes: #356219) + + -- Debian Qt/KDE Maintainers Wed, 5 Apr 2006 09:01:52 -0400 + +kdeaddons (4:3.5.1-1) unstable; urgency=low + + * New upstream release. + + +++ Changes by Christopher Martin: + + * The media control applet still doesn't work for some users without XMMS + installed, so disable XMMS support for the applet and point users to + xmms-kde instead. + + * Upload to unstable. + + -- Debian Qt/KDE Maintainers Sun, 19 Feb 2006 12:19:46 -0500 + +kdeaddons (4:3.5.0-3) unstable; urgency=low + + * Upload to unstable. + + * KDE_3_5_BRANCH update (up to r495863). + + -- Debian Qt/KDE Maintainers Thu, 12 Jan 2006 14:20:02 +0100 + +kdeaddons (4:3.5.0-2) experimental; urgency=low + + * Upload to experimental. + + * KDE_3_5_BRANCH update (up to r492085). + + +++ Changes by Christopher Martin: + + * No longer build with gcc-3.4 on any architectures, since gcc-4.0 should + be fixed. (Closes: #342978) + + -- Debian Qt/KDE Maintainers Wed, 28 Dec 2005 13:40:05 -0500 + +kdeaddons (4:3.5.0-1) alioth; urgency=low + + * New upstream release. + + * vimpart has been removed from kdeaddons. + + * konq-plugins now includes a new Konqueror metabar, a media folder helper, + a microformat availability indicator, and a del.icio.us bookmarks sidebar. + + +++ Changes by Christopher Martin: + + * Lower kicker-applet's dependency on xmms to a Recommends. + (Closes: #238846, #314795) + + * Add a kdeaddons-dbg package for helping to trace problems. + + -- Debian Qt/KDE Maintainers Fri, 9 Dec 2005 13:42:29 -0500 + +kdeaddons (4:3.4.3-1) unstable; urgency=low + + * New upstream release. + + * This package is now in the hands of the Debian Qt/KDE Maintainers. Thanks + to Ben Burton for all his work. + + * Lower konq-plugins' dependencies on ark, akregator, and imagemagick to + Recommends. + + * Acknowledge NMU. (Closes: #334985) + + * Fix typo in fsview manpage. (Closes: #337180) + + -- Debian Qt/KDE Maintainers Sun, 4 Dec 2005 23:07:51 -0500 + +kdeaddons (4:3.5.2-0ubuntu4) dapper; urgency=low + + * debian/rules: + - added dh_iconcache. + + -- Daniel Holbach Thu, 18 May 2006 15:13:32 +0200 + +kdeaddons (4:3.5.2-0ubuntu3) dapper; urgency=low + + * Add build-dep on sharutils (for uuencode, uudecode). + * Googlebar now suppresses the searchbar, so users upgrading from breezy + won't face two searchbars in konqueror. + * Actually install the searchbar icons. + + -- Tobi Vollebregt Mon, 1 May 2006 16:14:06 +0200 + +kdeaddons (4:3.5.2-0ubuntu2) dapper; urgency=low + + * Edit debian/rules to generate .po files + + -- Jonathan Riddell Fri, 21 Apr 2006 16:25:58 +0100 + +kdeaddons (4:3.5.2-0ubuntu1) dapper; urgency=low + + * New upstream release + + -- Jonathan Riddell Mon, 20 Mar 2006 12:06:30 +0000 + +kdeaddons (4:3.5.1-0ubuntu3) dapper; urgency=low + + * New google suggest bar patch kubuntu_01_googlebar_suggest.diff + * Separates google suggest bar and searchbar, making it possible to use the + default KDE searchbar (closes: #26279). + * Fix bug which made it impossible to search for the uncompleted input + whenever a google suggest completion was available. + * Add icons for default search engines (uuencoded patches). + + -- Tobi Vollebregt Tue, 7 Mar 2006 15:59:38 +0100 + +kdeaddons (4:3.5.1-0ubuntu2) dapper; urgency=low + + * Remove build-dep on xmms-dev to get xmms out of main + + -- Jonathan Riddell Thu, 2 Feb 2006 22:37:52 +0000 + +kdeaddons (4:3.5.1-0ubuntu1) dapper; urgency=low + + * New upstream release + + -- Jonathan Riddell Mon, 23 Jan 2006 14:26:06 +0000 + +kdeaddons (4:3.5.0-0ubuntu3) dapper; urgency=low + + * Rebuild because libXft.la is gone + + -- Stephan Hermann Sat, 14 Jan 2006 16:17:16 +0100 + +kdeaddons (4:3.5.0-0ubuntu2) dapper; urgency=low + + * Add back an updated kubuntu_01_googlebar_suggest.diff from + Tobi Vollebregt + + -- Jonathan Riddell Wed, 7 Dec 2005 18:46:05 +0000 + +kdeaddons (4:3.5.0-0ubuntu1) dapper; urgency=low + + * New upstream release + * Remove GCC 3.4 on hppa + + -- Jonathan Riddell Tue, 6 Dec 2005 12:26:46 +0000 + +kdeaddons (4:3.5-rc2-0ubuntu1) dapper; urgency=low + + * New upstream pre-release + * Sync with Debian + + -- Jonathan Riddell Thu, 24 Nov 2005 01:13:18 +0000 + +kdeaddons (4:3.4.2-2.1) unstable; urgency=low + + * NMU. + * Build with gcc-3.4 on arm, m68k, and hppa, to avoid ICEs. + (Closes: #334985) + + -- Christopher Martin Fri, 21 Oct 2005 14:57:37 -0400 + +kdeaddons (4:3.4.3-0ubuntu1) breezy; urgency=low + + * New upstream release + + -- Jonathan Riddell Sat, 8 Oct 2005 19:53:04 +0000 + +kdeaddons (4:3.4.2-2ubuntu2) breezy; urgency=low + + * Update kubuntu_01_googlebar_suggest.diff fixes bar going blank + when no suggest items are returned, and blank icons + + -- Jonathan Riddell Mon, 3 Oct 2005 19:41:44 +0100 + +kdeaddons (4:3.4.2-2ubuntu1) breezy; urgency=low + + * Sync with Debian + * Add kubuntu_01_googlebar_suggest.diff for Google suggest support + Summer of Code patch from Tobi Vollebregt + + -- Jonathan Riddell Mon, 12 Sep 2005 16:52:21 +0100 + +kdeaddons (4:3.4.2-2) unstable; urgency=low + + * Built against libfam-dev, not libgamin-dev (closes: #326535). + + -- Ben Burton Sun, 4 Sep 2005 10:58:17 +1000 + +kdeaddons (4:3.4.2-1) unstable; urgency=low + + * New upstream release. + * First g++-4 upload to sid. + * Adjusted build-dependencies for the C++ ABI transition. + * Transitioned from aalib1 to libaa1 (closes: #320879). + * Transitioned from slang1 to libslang2 (closes: #322200). + * Transitioned from libjack0.80.0-0 to libjack0.100.0-0 (closes: #317201). + * Temporarily remove the Oblique plugin for noatun until libdb4.2++ has + transitioned to the new C++ ABI. + * Removed build-depends on xlibs-pic (now xlibs-static-pic), which is no + longer necessary. + * Konqueror now includes an extension manager (closes: #280490). + * Updated FSF address in the copyright file. + * Bumped standards-version to 3.6.2.1 (no changes required). + + -- Ben Burton Sun, 4 Sep 2005 01:14:27 +1000 + +kdeaddons (4:3.4.1-0ubuntu1) breezy; urgency=low + + * Update version number following KDE 3.4.1 release. + + -- Jonathan Riddell Tue, 31 May 2005 23:49:48 +0000 + +kdeaddons (4:3.4.1-0ubuntu0pre1) breezy; urgency=low + + * New upstream release + * Sync with Debian + + -- Jonathan Riddell Fri, 27 May 2005 09:26:43 +0000 + +kdeaddons (4:3.4.0-0pre2) unstable; urgency=low + + * Merge in recent packaging changes from the 3.3 branch. + * Now that KDE has moved to subversion, disable cvs-clean in debian/rules + for the time being. + + -- Ben Burton Sat, 14 May 2005 19:20:58 +1000 + +kdeaddons (4:3.4.0-0pre1) unstable; urgency=low + + * New major upstream release. + * Removed obsolete kderemove tags from menu items. + * Re-enable the rellinks konqueror plugin, which is in rather better + shape than it was for KDE 3.3.x (closes: #276633). + + -- Ben Burton Tue, 8 Mar 2005 07:43:35 +1100 + +kdeaddons (4:3.3.2-4) unstable; urgency=low + + * Replaced vimpart's long list of GUI vim dependencies with the single + (vim-gtk | gvim). This removes an indirect (and unnecessary) conflict + between vimpart and the new vim-full package, and should avoid similar + such problems in the future (closes: #306538). + + -- Ben Burton Sun, 1 May 2005 13:41:04 +1000 + +kdeaddons (4:3.4.0-0ubuntu2) hoary; urgency=low + + * Sync with Debian to install missing files + + -- Jonathan Riddell Wed, 6 Apr 2005 03:31:29 +0000 + +kdeaddons (4:3.4.0-0ubuntu1) hoary; urgency=low + + * New upstream release + + -- Andreas Mueller Fri, 11 Mar 2005 10:29:39 +0000 + +kdeaddons (4:3.3.2-1ubuntu1) hoary; urgency=low + + * New upstream bugfix release. + + -- Andreas Mueller Sun, 16 Jan 2005 13:31:15 +0100 + +kdeaddons (4:3.3.2-3) unstable; urgency=low + + * Made the default vimpart dependency vim-gtk (closes: #304189). + Previously it was kvim, but kvim has since been removed from debian. + * Added a note in vimpart.README.Debian that the above change may require + you to reconfigure your vimpart in the control centre. + * Don't use 'libsuff=64' on amd64 or ppc64 (closes: #301794). + + -- Ben Burton Mon, 25 Apr 2005 23:08:18 +1000 + +kdeaddons (4:3.3.2-2) unstable; urgency=low + + * Include the full text of the GFDL in debian/copyright, since all of the + docbook documentation is under this license. + + -- Ben Burton Sat, 26 Mar 2005 09:55:33 +1100 + +kdeaddons (4:3.3.2-1) unstable; urgency=low + + * New upstream bugfix release. + + -- Ben Burton Sat, 22 Jan 2005 06:53:59 +1100 + +kdeaddons (4:3.3.1-1) unstable; urgency=medium + + * New upstream bugfix release. + * Patched .lnk kfile plugin and /usr/bin/lnkforward so that they can + distinguish between drive and path information. Previously, lnkforward + would lose path information altogether (and thus fail to work). + * Removed the rellinks plugin, which is terribly broken at this stage + (see Debian bug #276633 and KDE bugs #84966 and #86113). + * Force a rerun of admin/Makefile.common when building (not just after a + clean), since the debian patches affect Makefile.ams. + * Build-conflict with autoconf2.13, since admin/Makefile.common does not + operate correctly in its presence. + + -- Ben Burton Sat, 23 Oct 2004 15:17:56 +1000 + +kdeaddons (4:3.3.0-1) unstable; urgency=low + + * New upstream release (closes: #270161). + * Package kontact-plugins no longer exists (closes: #268892, #238971). + * Now includes a konqueror search bar (closes: #103073, #269106). + * Changed kate-plugins to depend on tidy instead of just suggest it. + * Happy anniversarymits! + + -- Ben Burton Thu, 14 Oct 2004 00:10:01 +1000 + +kdeaddons (4:3.2.3-2) unstable; urgency=low + + * Patched vimpart so that the kvim process is reliably caught and embedded + by the vimpart parent. This is still hit-and-miss though when using + vim-gtk or vim-gnome. + * Made vimpart depend on kcontrol >= 4:3.2.0, since it must be configured + before it can be used (closes: #247684). + + -- Ben Burton Thu, 1 Jul 2004 08:21:20 +1000 + +kdeaddons (4:3.2.3-1) unstable; urgency=low + + * New upstream bugfix release. + * Don't have atlantikdesigner suggest atlantik since it already depends + on it. + * Suggests (konqueror | www-browser) for kdeaddons-doc-html instead of + just www-browser. + + -- Ben Burton Sun, 20 Jun 2004 09:48:28 +1000 + +kdeaddons (4:3.2.2-1) unstable; urgency=low + + * New upstream bugfix release. + + -- Ben Burton Sat, 24 Apr 2004 08:53:43 +1000 + +kdeaddons (4:3.2.1-1) unstable; urgency=low + + * First KDE 3.2 upload to sid. + * Expanded list of vimpart dependencies to include all available graphical + vims (closes: #234523). + * Web archiver now saves original URL as + (closes: #120277). + * Control applet for vimpart integrates properly with KDE 3.2 + (closes: #230290). + + -- Ben Burton Sat, 13 Mar 2004 09:58:54 +1100 + +kdeaddons (4:3.2.0-2) experimental; urgency=low + + * First KDE 3.2 upload to experimental. + * Sync from KDE_3_2_BRANCH for recent bugfixes. + * Using versioned dependencies for the kdeaddons metapackage. + + -- Ben Burton Mon, 23 Feb 2004 08:14:22 +1100 + +kdeaddons (4:3.2.0-1) unstable; urgency=low + + * New upstream release. + * Many thanks to Ralf Nolden for all his help with packaging KDE 3.2. + * Thanks to Mickael Marchand for previous packaging work on vimpart. + * New binary packages kaddressbook-plugins, kontact-plugins, ksig and + vimpart. + * Note that the rename dialog plugins have been merged into the + kdeaddons-kfile-plugins package. + + -- Ben Burton Sat, 31 Jan 2004 12:08:48 +1100 + +kdeaddons (4:3.1.5-2) unstable; urgency=low + + * Build-depend on libxine-dev as a temporary workaround for + libtool bug #199423. + + -- Ben Burton Wed, 21 Jan 2004 11:40:51 +1100 + +kdeaddons (4:3.1.5-1) unstable; urgency=low + + * New upstream release. + + -- Ben Burton Sun, 18 Jan 2004 12:55:12 +1100 + +kdeaddons (4:3.1.4-2) unstable; urgency=low + + * New pull from BRANCH; includes bugfixes for atlantikdesigner and + knewsticker-scripts. + * Fixed syntax errors and other problems with stock.pl (closes: #221845). + + -- Ben Burton Sat, 13 Dec 2003 09:10:25 +1100 + +kdeaddons (4:3.1.4-1) unstable; urgency=low + + * New upstream release. + * Removed SDL patches which it seems are no longer necessary. + * Bumped standards-version to 3.6.1. + + -- Ben Burton Sun, 12 Oct 2003 19:52:13 +1000 + +kdeaddons (4:3.1.3-1) unstable; urgency=low + + * New upstream release. + * Bumped standards-version to 3.6.0. + + -- Ben Burton Wed, 13 Aug 2003 11:02:26 +1000 + +kdeaddons (4:3.1.2-1) unstable; urgency=low + + * New upstream release. + * Using new libtool (closes: #194647). + * Debian menu pixmaps no longer use a restricted colour map. + + -- Ben Burton Sun, 1 Jun 2003 14:15:47 +1000 + +kdeaddons (4:3.1.1-1) unstable; urgency=low + + * New upstream release. + + -- Ben Burton Sun, 23 Mar 2003 15:23:23 +1100 + +kdeaddons (4:3.1.0-4) unstable; urgency=low + + * Rebuilt against libvorbis0a (closes: #184713). + * Removed alpha compile flags. + * Fresh admin/ sync. + + -- Ben Burton Sun, 16 Mar 2003 16:00:19 +1100 + +kdeaddons (4:3.1.0-3) unstable; urgency=low + + * New binary package atlantikdesigner. + * Build-depends on atlantik-dev, libkdegames-dev and libqt3-compat-headers. + + -- Ben Burton Sat, 15 Feb 2003 15:47:37 +1100 + +kdeaddons (4:3.1.0-2) unstable; urgency=low + + * First Trinity upload to debian! + * Applied Ewald Snel's patch for xine support. + * Rolled the epoch to aid upgrades from the unofficial repository on + ftp.kde.org.. *sigh* + + -- Ben Burton Thu, 6 Feb 2003 16:44:26 +1100 + +kdeaddons (3.1.0-1) unstable; urgency=low + + * New upstream release. + + -- Ben Burton Mon, 18 Nov 2002 14:15:59 +1100 + +kdeaddons (3.0.9-1) unstable; urgency=low + + * New upstream release. + * Built with g++-3.2. + * Build-depends on automake1.7. + + -- Ben Burton Tue, 22 Oct 2002 11:57:39 +1000 + +kdeaddons (3.0.8-1) unstable; urgency=low + + * New upstream release. + * Moved to Chris Cheney's style of debian/rules. + * Build-depends on automake1.6. + + -- Ben Burton Sun, 22 Sep 2002 17:57:55 +1000 + +kdeaddons (3.0.3-1) unstable; urgency=low + + * New upstream release. + * Build-depends on automake1.5. + + -- Ben Burton Thu, 15 Aug 2002 13:22:22 +1000 + +kdeaddons (3.0.2-1) unstable; urgency=low + + * New upstream release. + + -- Ben Burton Thu, 4 Jul 2002 19:36:49 +1000 + +kdeaddons (3.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Ben Burton Sun, 19 May 2002 18:44:16 +1000 + +kdeaddons (2.2.2-4) unstable; urgency=low + + * Fixed documentation conflicts. + + -- Ben Burton Mon, 1 Apr 2002 16:42:29 +1000 + +kdeaddons (2.2.2-3) unstable; urgency=low + + * Build-Depends: xlibs-pic (closes: Bug#129716). + * Build requires newer kdemultimedia-dev to fix libesd0-dev bug. + + -- Ben Burton Sun, 20 Jan 2002 22:10:37 +1100 + +kdeaddons (2.2.2-2) unstable; urgency=low + + * Uses sdlconfig --plugin-libs (closes: Bug#117053). + + -- Ben Burton Sun, 30 Dec 2001 12:40:14 +1000 + +kdeaddons (2.2.2-1) unstable; urgency=low + + * New upstream release. + + -- Ben Burton Wed, 7 Nov 2001 10:49:53 -0600 + +kdeaddons (2.2.1-4) unstable; urgency=low + + * Uses automake again to solve new alpha problems. + * Updated to reflect new python policy. + + -- Ben Burton Tue, 6 Nov 2001 23:51:27 -0600 + +kdeaddons (2.2.1-3) unstable; urgency=low + + * The "finally finished the AIC marking!" upload. + * SDL scopes now included in noatun-plugins (closes: Bug#114307). + * No longer uses automake. + * HTML documentation generation only uses index.docbook files. + + -- Ben Burton Tue, 23 Oct 2001 09:18:03 -0500 + +kdeaddons (2.2.1-2) unstable; urgency=low + + * Updated parameters for alpha build (closes: Bug#113099). + + -- Ben Burton Sat, 22 Sep 2001 12:00:37 -0500 + +kdeaddons (2.2.1-1) unstable; urgency=low + + * New upstream release. + * Fixed doc-base entries to refer to real directories instead of symlinks. + + -- Ben Burton Fri, 31 Aug 2001 21:08:56 -0500 + +kdeaddons (2.2.0-final-2) unstable; urgency=low + + * Requires newer version of kdemultimedia-dev (closes: #104369). + + -- Ben Burton Tue, 21 Aug 2001 22:59:30 -0500 + +kdeaddons (2.2.0-final-1) unstable; urgency=low + + * New upstream release. + * Added packages knewsticker-scripts and kdeaddons-doc-html. + * Build-Depends: requires newer kdelibs-dev for working meinproc. + * Added suggests: konqueror to packages including docbook documentation. + * Ensures .bz2 files are not recompressed. + * Bumped standards-version to 3.5.6. + * Cleaned up debian/rules. + + -- Ben Burton Sun, 29 Jul 2001 17:48:59 +1000 + +kdeaddons (2.2-beta1-4) unstable; urgency=low + + * Builds on alpha. + + -- Ben Burton Fri, 27 Jul 2001 03:23:10 +1000 + +kdeaddons (2.2-beta1-3) unstable; urgency=low + + * Build-Depends: added kdebase-dev (closes: Bug#104058). + + -- Ben Burton Tue, 10 Jul 2001 14:37:45 +1000 + +kdeaddons (2.2-beta1-2) unstable; urgency=low + + * Build-Depends: versioned some KDE libraries; added kate + (closes: Bug#103515). + + -- Ben Burton Wed, 4 Jul 2001 11:41:50 -0500 + +kdeaddons (2.2-beta1-1) unstable; urgency=low + + * Initial Release (closes: Bug#101347). + + -- Ben Burton Mon, 18 Jun 2001 02:52:26 -0500 + diff --git a/ubuntu/maverick/tdeaddons/debian/compat b/ubuntu/maverick/tdeaddons/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/tdeaddons/debian/control b/ubuntu/maverick/tdeaddons/debian/control new file mode 100644 index 000000000..8e6600157 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/control @@ -0,0 +1,247 @@ +Source: kdeaddons-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Debian Qt/KDE Maintainers +Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, kdelibs4-trinity-dev, atlantik-trinity-dev, kdebase-trinity-dev, kdemultimedia-trinity-dev, libkdegames-trinity-dev, libkonq4-trinity-dev, kdepim-trinity-dev, libsdl1.2-dev (>= 1.2.2-3.3), libssl-dev (>= 0.9.6), libxine-dev, libdb4.8++-dev | libdb++-dev, libogg-dev-la, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kdeaddons-trinity +Architecture: all +Section: kde +Replaces: kdeaddons-kde3 (<< 4:3.5.13) +Breaks: kdeaddons-kde3 (<< 4:3.5.13) +Depends: atlantikdesigner-trinity (>= ${Source-Version}), kaddressbook-plugins-trinity (>= ${Source-Version}), kate-plugins-trinity (>= ${Source-Version}), kdeaddons-kfile-plugins-trinity (>= ${Source-Version}), kicker-applets-trinity (>= ${Source-Version}), konq-plugins-trinity (>= ${Source-Version}), ksig-trinity (>= ${Source-Version}), noatun-plugins-trinity (>= ${Source-Version}) +Suggests: kdeaddons-trinity-doc-html +Description: add-on plugins and applets provided with Trinity + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes a collection of add-on plugins and applets + provided with the official release of Trinity. + +Package: kdeaddons-trinity-doc-html +Architecture: all +Section: doc +Replaces: kdeaddons-kde3-doc-html (<< 4:3.5.13) +Breaks: kdeaddons-kde3-doc-html (<< 4:3.5.13) +Suggests: konqueror-trinity | www-browser, kdeaddons-trinity +Description: KDE add-ons documentation in HTML format + By default the modules provided by KDE only provide their documentation + in KDE docbook format, which can only be read by Konqueror or KHelpCenter. + This package provides all of the KDE addons documentation + converted to HTML format so it can be read with any web browser. + . + The documentation will be installed into the usual directories + /opt/trinity/share/doc/kde/HTML///, for instance + /opt/trinity/share/doc/kde/HTML/en/kicker-applets/. Documentation is provided for + most KDE addons packages. + . + This package is part of Trinity, as a component of the KDE addons module. + See the 'kde-trinity' and 'kdeaddons-trinity' packages for more information. + +Package: atlantikdesigner-trinity +Architecture: any +Section: games +Replaces: atlantikdesigner-kde3 (<< 4:3.5.13) +Breaks: atlantikdesigner-kde3 (<< 4:3.5.13) +Depends: ${shlibs:Depends} +Enhances: atlantik-trinity +Description: game board designer for Atlantik + Atlantik Designer is a game board designer for the game Atlantik. + . + Atlantik is a KDE client for playing Monopoly-like board games on the + monopd network. It can play any board supported by the network + server, including the classic Monopoly game as well as the Atlantik + game in which the properties include several major cities in North + America and Europe. + . + This package is part of Trinity, as a component of the KDE addons module. + See the 'kde-trinity' and 'kdeaddons-trinity' packages for more information. + +Package: kaddressbook-plugins-trinity +Architecture: any +Section: kde +Replaces: kaddressbook-plugins-kde3 (<< 4:3.5.13) +Breaks: kaddressbook-plugins-kde3 (<< 4:3.5.13) +Depends: ${shlibs:Depends} +Suggests: kworldclock-trinity, khelpcenter-trinity, kdeaddons-trinity-doc-html +Enhances: kaddressbook-trinity +Description: plugins for KAddressBook, the Trinity address book + This package contains a variety of useful plugins for the KDE address + book. These plugins can be loaded through the KDE address book settings. + . + Highlights include exporting postal addresses as flags in KWorldClock, + as well as importing and exporting contacts in the native format used + by the German freemail provider GMX. + . + This package is part of Trinity, as a component of the KDE addons module. + See the 'kde-trinity' and 'kdeaddons-trinity' packages for more information. + +Package: kate-plugins-trinity +Architecture: any +Section: editors +Replaces: kate-plugins-kde3 (<< 4:3.5.13) +Breaks: kate-plugins-kde3 (<< 4:3.5.13) +Depends: ${shlibs:Depends}, tidy +Suggests: khelpcenter-trinity, kdeaddons-trinity-doc-html, kaddressbook-trinity +Enhances: kate-trinity +Description: plugins for Kate, the KDE Advanced Text Editor + This package contains a variety of useful plugins for Kate, the KDE + Advanced Text Editor. These plugins can be loaded through the plugin + manager in Kate settings. + . + Highlights include spell checking, text filtering, HTML/XML construction + and validation, vim/emacs modeline handling, templates for new files + and text snippets, opening of C/C++ headers, extraction of C/C++ symbols, + a tab bar, a Python browser and even more. + . + This package is part of Trinity, as a component of the KDE addons module. + See the 'kde-trinity' and 'kdeaddons-trinity' packages for more information. + +Package: kdeaddons-kfile-plugins-trinity +Architecture: any +Section: kde +Replaces: kdeaddons-kfile-plugins-kde3 (<< 4:3.5.13) +Breaks: kdeaddons-kfile-plugins-kde3 (<< 4:3.5.13) +Depends: ${shlibs:Depends} +Provides: renamedlg-plugins-trinity +Description: Trinity file dialog plugins for text files and folders + This is a collection of plugins for the KDE file dialog. These plugins + extend the file dialog to offer advanced meta-information for text, + HTML and desktop files, as well as for folders, Windows .lnk files, + MIME archives and X.509 certificates. + . + This package also includes plugins for the KDE file rename dialog, + allowing a user to more easily decide what to do when faced with a + decision regarding conflicting filenames. Rename dialog plugins are + provided for audio and image files. + . + This package is part of Trinity, as a component of the KDE addons module. + See the 'kde-trinity' and 'kdeaddons-trinity' packages for more information. + +Package: kicker-applets-trinity +Architecture: any +Section: kde +Replaces: kicker-applets-kde3 (<< 4:3.5.13) +Breaks: kicker-applets-kde3 (<< 4:3.5.13) +Depends: ${shlibs:Depends}, kicker-trinity +Suggests: xmms-kde-trinity, khelpcenter-trinity, kdeaddons-trinity-doc-html +Provides: ktimemon-trinity +Enhances: kicker-trinity +Description: applets for Kicker, the Trinity panel + This package contains a variety of applets for Kicker, the KDE panel. + These applets will appear in the panel's Add--Applet menu. + . + Included are a system monitor, a colour picker, a media player controller, + a mathematical evaluator and a binary clock. + . + The media control applet does not support XMMS, as this would force all + kicker-applets users to install XMMS. If you want a kicker applet that + controls XMMS, install the xmms-kde-trinity package. + . + This package is part of Trinity, as a component of the KDE addons module. + See the 'kde-trinity' and 'kdeaddons-trinity' packages for more information. + +Package: knewsticker-scripts-trinity +Architecture: all +Section: kde +Replaces: knewsticker-scripts-kde3 (<< 4:3.5.13) +Breaks: knewsticker-scripts-kde3 (<< 4:3.5.13) +Depends: ${perl:Depends}, python, libfinance-quote-perl, libmime-perl, libnews-nntpclient-perl, libwww-perl +Recommends: knewsticker-trinity +Enhances: knewsticker-trinity +Description: scripts for KNewsTicker, the Trinity news ticker + This package contains a variety of scripts that provide additional news + sources for KNewsTicker, the news ticker applet for the KDE panel. See + /opt/trinity/share/doc/knewsticker-scripts/README.Debian for usage details. + . + Highlights include newsgroup handling, stock data retrieval, sports scores + and various local news sources. + . + This package is part of Trinity, as a component of the KDE addons module. + See the 'kde-trinity' and 'kdeaddons-trinity' packages for more information. + +Package: konq-plugins-trinity +Architecture: any +Section: kde +Replaces: konq-plugins-kde3 (<< 4:3.5.13) +Breaks: konq-plugins-kde3 (<< 4:3.5.13) +Depends: ${shlibs:Depends}, libjpeg-progs, python, rsync, unison +Recommends: akregator-trinity, ark-trinity, imagemagick +Suggests: khelpcenter-trinity, kdeaddons-trinity-doc-html +Enhances: konqueror-trinity, akregator-trinity +Provides: akregator-konq-plugin-trinity +Description: plugins for Konqueror, the Trinity file/web/doc browser + This package contains a variety of useful plugins for Konqueror, the + file manager, web browser and document viewer for KDE. Many of these + plugins will appear in Konqueror's Tools menu. + . + Highlights for web browsing include web page translation, web page archiving, + auto-refreshing, HTML and CSS structural analysis, a search toolbar, a + sidebar news ticker, fast access to common options, bookmarklets, a crash + monitor, a microformat availability indicator, a del.icio.us bookmarks + sidebar, and integration with the aKregator RSS feed reader. + . + Highlights for directory browsing include directory filters, image gallery + creation, archive compression and extraction, quick copy/move, a sidebar + media player, a file information metabar/sidebar, a media folder helper, a + graphical disk usage viewer and image conversions and transformations. + . + This package is part of Trinity, as a component of the KDE addons module. + See the 'kde-trinity' and 'kdeaddons-trinity' packages for more information. + +Package: ksig-trinity +Architecture: any +Section: kde +Replaces: ksig-kde3 (<< 4:3.5.13) +Breaks: ksig-kde3 (<< 4:3.5.13) +Depends: ${shlibs:Depends} +Suggests: kmail-trinity +Enhances: kmail-trinity +Description: graphical tool for managing multiple email signatures + KSig is a graphical tool for keeping track of many different email + signatures. The signatures themselves can be edited through KSig's + graphical user interface. A command-line interface is then available + for generating random or daily signatures from this list. + . + The command-line interface makes a suitable plugin for generating + signatures in external mail clients such as KMail. See + /opt/trinity/share/doc/ksig/README.Debian for details on how this can be done. + . + This package is part of Trinity, as a component of the KDE addons module. + See the 'kde-trinity' and 'kdeaddons-trinity' packages for more information. + +Package: noatun-plugins-trinity +Architecture: any +Section: sound +Replaces: noatun-plugins-kde3 (<< 4:3.5.13) +Breaks: noatun-plugins-kde3 (<< 4:3.5.13) +Depends: ${shlibs:Depends} +Enhances: noatun-trinity +Description: plugins for Noatun, the Trinity media player + This package contains a variety of useful plugins for Noatun, the audio and + video media player for KDE. These plugins can be loaded through the plugin + manager in Noatun settings. + . + Highlights include an alarm clock, guessing tags from filenames, adjustable + playback speed, capture to wave file and displaying lyrics, plus a variety + of user interfaces, playlists and visualisation plugins. + . + This package is part of Trinity, as a component of the KDE addons module. + See the 'kde-trinity' and 'kdeaddons-trinity' packages for more information. + +Package: kdeaddons-trinity-dbg +Section: libdevel +Architecture: any +Replaces: kdeaddons-kde3-dbg (<< 4:3.5.13) +Breaks: kdeaddons-kde3-dbg (<< 4:3.5.13) +Depends: kdelibs-trinity-dbg +Priority: extra +Description: debugging symbols for kdeaddons-trinity + This package contains the debugging symbols associated with kdeaddons-trinity. + They will automatically be used by gdb for debugging kdeaddons-related + issues. diff --git a/ubuntu/maverick/tdeaddons/debian/control.in b/ubuntu/maverick/tdeaddons/debian/control.in new file mode 100644 index 000000000..ba83c7f63 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/control.in @@ -0,0 +1,229 @@ +Source: kdeaddons +Section: kde +Priority: optional +Maintainer: Ubuntu Core developers +XSBC-Original-Maintainer: @@@MAINTAINER@@@ +Uploaders: @@@UPLOADERS@@@ +Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, kdelibs4-dev (>= 4:3.5.8), atlantik-dev (>= 4:3.5.8), kdebase-dev (>= 4:3.5.8), kdemultimedia-dev (>= 4:3.5.8), libkdegames-dev (>= 4:3.5.8), libkonq4-dev (>= 4:3.5.8), kdepim-dev (>= 4:3.5.8), libsdl1.2-dev (>= 1.2.2-3.3), libssl-dev (>= 0.9.6), libxine-dev, libdb4.6++-dev +Standards-Version: 3.7.2 + +Package: kdeaddons +Architecture: all +Section: kde +Depends: atlantikdesigner (>= ${Source-Version}), kaddressbook-plugins (>= ${Source-Version}), kate-plugins (>= ${Source-Version}), kdeaddons-kfile-plugins (>= ${Source-Version}), kicker-applets (>= ${Source-Version}), knewsticker-scripts (>= ${Source-Version}), konq-plugins (>= ${Source-Version}), ksig (>= ${Source-Version}), noatun-plugins (>= ${Source-Version}) +Suggests: kdeaddons-doc-html +Description: add-on plugins and applets provided with KDE + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes a collection of add-on plugins and applets + provided with the official release of KDE. + +Package: kdeaddons-doc-html +Architecture: all +Section: doc +Suggests: konqueror | www-browser, kdeaddons +Description: KDE add-ons documentation in HTML format + By default the modules provided by KDE only provide their documentation + in KDE docbook format, which can only be read by Konqueror or KHelpCenter. + This package provides all of the KDE addons documentation + converted to HTML format so it can be read with any web browser. + . + The documentation will be installed into the usual directories + /opt/trinity/share/doc/kde/HTML///, for instance + /opt/trinity/share/doc/kde/HTML/en/kicker-applets/. Documentation is provided for + most KDE addons packages. + . + This package is part of KDE, as a component of the KDE addons module. + See the 'kde' and 'kdeaddons' packages for more information. + +Package: atlantikdesigner +Architecture: any +Section: games +Depends: ${shlibs:Depends} +Enhances: atlantik +Description: game board designer for Atlantik + Atlantik Designer is a game board designer for the game Atlantik. + . + Atlantik is a KDE client for playing Monopoly-like board games on the + monopd network. It can play any board supported by the network + server, including the classic Monopoly game as well as the Atlantik + game in which the properties include several major cities in North + America and Europe. + . + This package is part of KDE, as a component of the KDE addons module. + See the 'kde' and 'kdeaddons' packages for more information. + +Package: kaddressbook-plugins +Architecture: any +Section: kde +Depends: ${shlibs:Depends} +Suggests: kworldclock, khelpcenter, kdeaddons-doc-html +Enhances: kaddressbook +Description: plugins for KAddressBook, the KDE address book + This package contains a variety of useful plugins for the KDE address + book. These plugins can be loaded through the KDE address book settings. + . + Highlights include exporting postal addresses as flags in KWorldClock, + as well as importing and exporting contacts in the native format used + by the German freemail provider GMX. + . + This package is part of KDE, as a component of the KDE addons module. + See the 'kde' and 'kdeaddons' packages for more information. + +Package: kate-plugins +Architecture: any +Section: editors +Depends: ${shlibs:Depends}, tidy +Suggests: khelpcenter, kdeaddons-doc-html, kaddressbook +Enhances: kate +Description: plugins for Kate, the KDE Advanced Text Editor + This package contains a variety of useful plugins for Kate, the KDE + Advanced Text Editor. These plugins can be loaded through the plugin + manager in Kate settings. + . + Highlights include spell checking, text filtering, HTML/XML construction + and validation, vim/emacs modeline handling, templates for new files + and text snippets, opening of C/C++ headers, extraction of C/C++ symbols, + a tab bar, a Python browser and even more. + . + This package is part of KDE, as a component of the KDE addons module. + See the 'kde' and 'kdeaddons' packages for more information. + +Package: kdeaddons-kfile-plugins +Architecture: any +Section: kde +Depends: ${shlibs:Depends} +Conflicts: renamedlg-plugins (<= 4:3.2.0-1) +Replaces: renamedlg-plugins (<= 4:3.2.0-1) +Provides: renamedlg-plugins +Description: KDE file dialog plugins for text files and folders + This is a collection of plugins for the KDE file dialog. These plugins + extend the file dialog to offer advanced meta-information for text, + HTML and desktop files, as well as for folders, Windows .lnk files, + MIME archives and X.509 certificates. + . + This package also includes plugins for the KDE file rename dialog, + allowing a user to more easily decide what to do when faced with a + decision regarding conflicting filenames. Rename dialog plugins are + provided for audio and image files. + . + This package is part of KDE, as a component of the KDE addons module. + See the 'kde' and 'kdeaddons' packages for more information. + +Package: kicker-applets +Architecture: any +Section: kde +Depends: ${shlibs:Depends}, kicker +Suggests: xmms-kde, khelpcenter, kdeaddons-doc-html +Conflicts: ktimemon (<< 4:2.2-alpha1-0) +Replaces: ktimemon (<< 4:2.2-alpha1-0) +Provides: ktimemon +Enhances: kicker +Description: applets for Kicker, the KDE panel + This package contains a variety of applets for Kicker, the KDE for panel. + These applets will appear in the panel's Add--Applet menu. + . + Included are a system monitor, a colour picker, a media player controller, + a mathematical evaluator and a binary clock. + . + The media control applet does not support XMMS, as this would force all + kicker-applets users to install XMMS. If you want a kicker applet that + controls XMMS, install the xmms-kde package. + . + This package is part of KDE, as a component of the KDE addons module. + See the 'kde' and 'kdeaddons' packages for more information. + +Package: knewsticker-scripts +Architecture: all +Section: kde +Depends: ${perl:Depends}, python, libfinance-quote-perl, libmime-perl, libnews-nntpclient-perl, libwww-perl +Recommends: knewsticker +Enhances: knewsticker +Description: scripts for KNewsTicker, the KDE news ticker + This package contains a variety of scripts that provide additional news + sources for KNewsTicker, the news ticker applet for the KDE panel. See + /opt/trinity/share/doc/knewsticker-scripts/README.Debian for usage details. + . + Highlights include newsgroup handling, stock data retrieval, sports scores + and various local news sources. + . + This package is part of KDE, as a component of the KDE addons module. + See the 'kde' and 'kdeaddons' packages for more information. + +Package: konq-plugins +Architecture: any +Section: kde +Depends: ${shlibs:Depends}, libjpeg-progs, python +Recommends: akregator, ark, imagemagick +Suggests: khelpcenter, kdeaddons-doc-html +Enhances: konqueror, akregator +Replaces: akregator (<< 1.1), akregator-konq-plugin (<< 1.1) +Conflicts: akregator-konq-plugin (<< 1.1) +Provides: akregator-konq-plugin +Description: plugins for Konqueror, the KDE file/web/doc browser + This package contains a variety of useful plugins for Konqueror, the + file manager, web browser and document viewer for KDE. Many of these + plugins will appear in Konqueror's Tools menu. + . + Highlights for web browsing include web page translation, web page archiving, + auto-refreshing, HTML and CSS structural analysis, a search toolbar, a + sidebar news ticker, fast access to common options, bookmarklets, a crash + monitor, a microformat availability indicator, a del.icio.us bookmarks + sidebar, and integration with the aKregator RSS feed reader. + . + Highlights for directory browsing include directory filters, image gallery + creation, archive compression and extraction, quick copy/move, a sidebar + media player, a file information metabar/sidebar, a media folder helper, a + graphical disk usage viewer and image conversions and transformations. + . + This package is part of KDE, as a component of the KDE addons module. + See the 'kde' and 'kdeaddons' packages for more information. + +Package: ksig +Architecture: any +Section: kde +Depends: ${shlibs:Depends} +Suggests: kmail +Enhances: kmail +Description: graphical tool for managing multiple email signatures + KSig is a graphical tool for keeping track of many different email + signatures. The signatures themselves can be edited through KSig's + graphical user interface. A command-line interface is then available + for generating random or daily signatures from this list. + . + The command-line interface makes a suitable plugin for generating + signatures in external mail clients such as KMail. See + /opt/trinity/share/doc/ksig/README.Debian for details on how this can be done. + . + This package is part of KDE, as a component of the KDE addons module. + See the 'kde' and 'kdeaddons' packages for more information. + +Package: noatun-plugins +Architecture: any +Section: sound +Depends: ${shlibs:Depends} +Enhances: noatun +Description: plugins for Noatun, the KDE media player + This package contains a variety of useful plugins for Noatun, the audio and + video media player for KDE. These plugins can be loaded through the plugin + manager in Noatun settings. + . + Highlights include an alarm clock, guessing tags from filenames, adjustable + playback speed, capture to wave file and displaying lyrics, plus a variety + of user interfaces, playlists and visualisation plugins. + . + This package is part of KDE, as a component of the KDE addons module. + See the 'kde' and 'kdeaddons' packages for more information. + +Package: kdeaddons-dbg +Section: libdevel +Architecture: any +Depends: kdelibs-dbg +Priority: extra +Description: debugging symbols for kdeaddons + This package contains the debugging symbols associated with kdeaddons. + They will automatically be used by gdb for debugging kdeaddons-related + issues. diff --git a/ubuntu/maverick/tdeaddons/debian/copyright b/ubuntu/maverick/tdeaddons/debian/copyright new file mode 100644 index 000000000..f954fd3dc --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/copyright @@ -0,0 +1,727 @@ +This package was debianised by Ben Burton on +Mon, 18 Jun 2001 02:52:26 -0500. + +It was downloaded from: http://www.kde.org/download + +The patch for xine support was downloaded from +http://rambo.its.tudelft.nl/~ewald/xine/. + +Upstream authors: + + Many and varied; this package is simply a collection of add-ons and + plugins. See http://www.kde.org/ for further details. + +Copyright: + + All components of this package are released under the GPL (GNU General + Public License), with the following exceptions: + + DocBook Documentation: + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free Documentation License, + Version 1.1 or any later version published by the Free Software + Foundation; with no Invariant Sections, with no Front-Cover Texts, + and with no Back-Cover Texts. + + A copy of the GNU Free Documentation License (Version 1.2) is + included at the end of this file. + + Kate Plugins: + + KJS Wrapper: + LGPL (GNU Library General Public License) + + Kicker Applets: + + KBinaryClock: + Mixture of LGPL (GNU Lesser General Public License) and the following: + + Copyright (c) 1996-2002 the kicker authors. See file AUTHORS. + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF + CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Math Expression Evaluator: + Mixture of GPL and the following: + + Based on code 'Run' applet code, copyright (c) 2000 Matthias Elter + + + Modifications made by Andrew Coles, 2004 + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF + CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + KNewsTicker Scripts: + + All scripts surrendered to the knewsticker scripts section which are + distributed WITH KDE are subject to the licensing restrictions of the + KDE project. Should you use any of those scripts in conjuction with + any KDE product you are also subject to their licensing. If the + script is used without a KDE affiliation, if not otherwise stated + within the script, or if no co-author is present, those scripts are + believed to be in the public domain. + + bbc.pl: + Copyright (c) 2001 Malte Starostik + + Unlimited use, modification and distribution granted as long as the + above copyright statement and this sentence remain intact. + + newsrss.pl: + This file is not released under any specific License. All Licenses, + which might be requirered by knewsticker are explicitly accepted by + the author whenver this file comes with knewsticker. + Commonly this file simply underlies the regulations of + international copyright. This file is copyrighted by anonymous + coder . A lot of help has been offered to me by + malte, so thank him as well. + + Konqueror Plugins: + + Babelfish, crash monitor, directory filter, image gallery, + minitools bookmarklets, sidebar news ticker, user agent changer, + HTML/CSS validators: + LGPL (GNU Lesser General Public License) + + DOM tree viewer, kuick copy and move, web archiver: + Mixture of GPL and LGPL + + Image rotation: + Mixture of GPL and the following: + + Copyright 2002 Gene Cash All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + THIS SOFTWARE IS PROVIDED BY GENE CASH ``AS IS'' AND ANY EXPRESS + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This means you may do anything you want with this code, except + claim you wrote it. Also, if it breaks you get to keep both pieces. + + Sidebar media player: + Mixture of GPL, LGPL and the following: + + Copyright (c) 2000-2001 the noatun authors. See file AUTHORS. + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject + to the following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIAB\ILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + + Noatun Plugins: + + Alarm: + Mixture of GPL and the following: + + Copyright (C) 2001 Neil Stevens + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE THE AUTHOR(S) BE LIABLE + FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF + CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Except as contained in this notice, the name(s) of the author(s) + shall not be used in advertising or otherwise to promote the sale, + use or other dealings in this Software without prior written + authorization from the author(s). + + AlsaPlayer, Blurscope, Dead Man's Interface, Lucky Tag Reader: + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject + to the following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + + French Foreign Region: + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject + to the following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + + Except as contained in this notice, the name(s) of the author(s) shall + not be used in advertising or otherwise to promote the sale, use or + other dealings in this Software without prior written authorization + from the author(s). + + Lyrics: + BSD License + + NexScope: + Mixture of GPL and LGPL (GNU Lesser General Public License) + + Oblique: + Mixture of LGPL and the following: + + This file is hereby licensed under the GNU General Public License + version 2 or later at your option. + + This file is licensed under the Qt Public License version 1 with + the condition that the licensed will be governed under the Laws of + California (USA) instead of Norway. Disputes will be settled in + Santa Clara county courts. + + This file is licensed under the following additional license. Be + aware that it is identical to the BSD license, except for the + added clause 3: + + Redistribution and use in source and binary forms, with or + without modification, are permitted provided that the following + conditions are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. By integrating this software into any other software codebase, you + waive all rights to any patents associated with the stated codebase. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, + THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR + BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED + TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING + IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF + THE POSSIBILITY OF SUCH DAMAGE. + + Synaescope: + Mixture of GPL and the following: + + Copyright (c) 2001 Neil Stevens + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF + CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + On Debian GNU/Linux systems, the complete texts of the GPL, the LGPL and + the BSD license can be found in the files `/usr/share/common-licenses/GPL', + `/usr/share/common-licenses/LGPL' and `/usr/share/common-licenses/BSD'. + + -------------------- + + + GNU Free Documentation License + Version 1.2, November 2002 + + + Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + 0. PREAMBLE + + The purpose of this License is to make a manual, textbook, or other + functional and useful document "free" in the sense of freedom: to + assure everyone the effective freedom to copy and redistribute it, + with or without modifying it, either commercially or noncommercially. + Secondarily, this License preserves for the author and publisher a way + to get credit for their work, while not being considered responsible + for modifications made by others. + + This License is a kind of "copyleft", which means that derivative + works of the document must themselves be free in the same sense. It + complements the GNU General Public License, which is a copyleft + license designed for free software. + + We have designed this License in order to use it for manuals for free + software, because free software needs free documentation: a free + program should come with manuals providing the same freedoms that the + software does. But this License is not limited to software manuals; + it can be used for any textual work, regardless of subject matter or + whether it is published as a printed book. We recommend this License + principally for works whose purpose is instruction or reference. + + + 1. APPLICABILITY AND DEFINITIONS + + This License applies to any manual or other work, in any medium, that + contains a notice placed by the copyright holder saying it can be + distributed under the terms of this License. Such a notice grants a + world-wide, royalty-free license, unlimited in duration, to use that + work under the conditions stated herein. The "Document", below, + refers to any such manual or work. Any member of the public is a + licensee, and is addressed as "you". You accept the license if you + copy, modify or distribute the work in a way requiring permission + under copyright law. + + A "Modified Version" of the Document means any work containing the + Document or a portion of it, either copied verbatim, or with + modifications and/or translated into another language. + + A "Secondary Section" is a named appendix or a front-matter section of + the Document that deals exclusively with the relationship of the + publishers or authors of the Document to the Document's overall subject + (or to related matters) and contains nothing that could fall directly + within that overall subject. (Thus, if the Document is in part a + textbook of mathematics, a Secondary Section may not explain any + mathematics.) The relationship could be a matter of historical + connection with the subject or with related matters, or of legal, + commercial, philosophical, ethical or political position regarding + them. + + The "Invariant Sections" are certain Secondary Sections whose titles + are designated, as being those of Invariant Sections, in the notice + that says that the Document is released under this License. If a + section does not fit the above definition of Secondary then it is not + allowed to be designated as Invariant. The Document may contain zero + Invariant Sections. If the Document does not identify any Invariant + Sections then there are none. + + The "Cover Texts" are certain short passages of text that are listed, + as Front-Cover Texts or Back-Cover Texts, in the notice that says that + the Document is released under this License. A Front-Cover Text may + be at most 5 words, and a Back-Cover Text may be at most 25 words. + + A "Transparent" copy of the Document means a machine-readable copy, + represented in a format whose specification is available to the + general public, that is suitable for revising the document + straightforwardly with generic text editors or (for images composed of + pixels) generic paint programs or (for drawings) some widely available + drawing editor, and that is suitable for input to text formatters or + for automatic translation to a variety of formats suitable for input + to text formatters. A copy made in an otherwise Transparent file + format whose markup, or absence of markup, has been arranged to thwart + or discourage subsequent modification by readers is not Transparent. + An image format is not Transparent if used for any substantial amount + of text. A copy that is not "Transparent" is called "Opaque". + + Examples of suitable formats for Transparent copies include plain + ASCII without markup, Texinfo input format, LaTeX input format, SGML + or XML using a publicly available DTD, and standard-conforming simple + HTML, PostScript or PDF designed for human modification. Examples of + transparent image formats include PNG, XCF and JPG. Opaque formats + include proprietary formats that can be read and edited only by + proprietary word processors, SGML or XML for which the DTD and/or + processing tools are not generally available, and the + machine-generated HTML, PostScript or PDF produced by some word + processors for output purposes only. + + The "Title Page" means, for a printed book, the title page itself, + plus such following pages as are needed to hold, legibly, the material + this License requires to appear in the title page. For works in + formats which do not have any title page as such, "Title Page" means + the text near the most prominent appearance of the work's title, + preceding the beginning of the body of the text. + + A section "Entitled XYZ" means a named subunit of the Document whose + title either is precisely XYZ or contains XYZ in parentheses following + text that translates XYZ in another language. (Here XYZ stands for a + specific section name mentioned below, such as "Acknowledgements", + "Dedications", "Endorsements", or "History".) To "Preserve the Title" + of such a section when you modify the Document means that it remains a + section "Entitled XYZ" according to this definition. + + The Document may include Warranty Disclaimers next to the notice which + states that this License applies to the Document. These Warranty + Disclaimers are considered to be included by reference in this + License, but only as regards disclaiming warranties: any other + implication that these Warranty Disclaimers may have is void and has + no effect on the meaning of this License. + + + 2. VERBATIM COPYING + + You may copy and distribute the Document in any medium, either + commercially or noncommercially, provided that this License, the + copyright notices, and the license notice saying this License applies + to the Document are reproduced in all copies, and that you add no other + conditions whatsoever to those of this License. You may not use + technical measures to obstruct or control the reading or further + copying of the copies you make or distribute. However, you may accept + compensation in exchange for copies. If you distribute a large enough + number of copies you must also follow the conditions in section 3. + + You may also lend copies, under the same conditions stated above, and + you may publicly display copies. + + + 3. COPYING IN QUANTITY + + If you publish printed copies (or copies in media that commonly have + printed covers) of the Document, numbering more than 100, and the + Document's license notice requires Cover Texts, you must enclose the + copies in covers that carry, clearly and legibly, all these Cover + Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on + the back cover. Both covers must also clearly and legibly identify + you as the publisher of these copies. The front cover must present + the full title with all words of the title equally prominent and + visible. You may add other material on the covers in addition. + Copying with changes limited to the covers, as long as they preserve + the title of the Document and satisfy these conditions, can be treated + as verbatim copying in other respects. + + If the required texts for either cover are too voluminous to fit + legibly, you should put the first ones listed (as many as fit + reasonably) on the actual cover, and continue the rest onto adjacent + pages. + + If you publish or distribute Opaque copies of the Document numbering + more than 100, you must either include a machine-readable Transparent + copy along with each Opaque copy, or state in or with each Opaque copy + a computer-network location from which the general network-using + public has access to download using public-standard network protocols + a complete Transparent copy of the Document, free of added material. + If you use the latter option, you must take reasonably prudent steps, + when you begin distribution of Opaque copies in quantity, to ensure + that this Transparent copy will remain thus accessible at the stated + location until at least one year after the last time you distribute an + Opaque copy (directly or through your agents or retailers) of that + edition to the public. + + It is requested, but not required, that you contact the authors of the + Document well before redistributing any large number of copies, to give + them a chance to provide you with an updated version of the Document. + + + 4. MODIFICATIONS + + You may copy and distribute a Modified Version of the Document under + the conditions of sections 2 and 3 above, provided that you release + the Modified Version under precisely this License, with the Modified + Version filling the role of the Document, thus licensing distribution + and modification of the Modified Version to whoever possesses a copy + of it. In addition, you must do these things in the Modified Version: + + A. Use in the Title Page (and on the covers, if any) a title distinct + from that of the Document, and from those of previous versions + (which should, if there were any, be listed in the History section + of the Document). You may use the same title as a previous version + if the original publisher of that version gives permission. + B. List on the Title Page, as authors, one or more persons or entities + responsible for authorship of the modifications in the Modified + Version, together with at least five of the principal authors of the + Document (all of its principal authors, if it has fewer than five), + unless they release you from this requirement. + C. State on the Title page the name of the publisher of the + Modified Version, as the publisher. + D. Preserve all the copyright notices of the Document. + E. Add an appropriate copyright notice for your modifications + adjacent to the other copyright notices. + F. Include, immediately after the copyright notices, a license notice + giving the public permission to use the Modified Version under the + terms of this License, in the form shown in the Addendum below. + G. Preserve in that license notice the full lists of Invariant Sections + and required Cover Texts given in the Document's license notice. + H. Include an unaltered copy of this License. + I. Preserve the section Entitled "History", Preserve its Title, and add + to it an item stating at least the title, year, new authors, and + publisher of the Modified Version as given on the Title Page. If + there is no section Entitled "History" in the Document, create one + stating the title, year, authors, and publisher of the Document as + given on its Title Page, then add an item describing the Modified + Version as stated in the previous sentence. + J. Preserve the network location, if any, given in the Document for + public access to a Transparent copy of the Document, and likewise + the network locations given in the Document for previous versions + it was based on. These may be placed in the "History" section. + You may omit a network location for a work that was published at + least four years before the Document itself, or if the original + publisher of the version it refers to gives permission. + K. For any section Entitled "Acknowledgements" or "Dedications", + Preserve the Title of the section, and preserve in the section all + the substance and tone of each of the contributor acknowledgements + and/or dedications given therein. + L. Preserve all the Invariant Sections of the Document, + unaltered in their text and in their titles. Section numbers + or the equivalent are not considered part of the section titles. + M. Delete any section Entitled "Endorsements". Such a section + may not be included in the Modified Version. + N. Do not retitle any existing section to be Entitled "Endorsements" + or to conflict in title with any Invariant Section. + O. Preserve any Warranty Disclaimers. + + If the Modified Version includes new front-matter sections or + appendices that qualify as Secondary Sections and contain no material + copied from the Document, you may at your option designate some or all + of these sections as invariant. To do this, add their titles to the + list of Invariant Sections in the Modified Version's license notice. + These titles must be distinct from any other section titles. + + You may add a section Entitled "Endorsements", provided it contains + nothing but endorsements of your Modified Version by various + parties--for example, statements of peer review or that the text has + been approved by an organization as the authoritative definition of a + standard. + + You may add a passage of up to five words as a Front-Cover Text, and a + passage of up to 25 words as a Back-Cover Text, to the end of the list + of Cover Texts in the Modified Version. Only one passage of + Front-Cover Text and one of Back-Cover Text may be added by (or + through arrangements made by) any one entity. If the Document already + includes a cover text for the same cover, previously added by you or + by arrangement made by the same entity you are acting on behalf of, + you may not add another; but you may replace the old one, on explicit + permission from the previous publisher that added the old one. + + The author(s) and publisher(s) of the Document do not by this License + give permission to use their names for publicity for or to assert or + imply endorsement of any Modified Version. + + + 5. COMBINING DOCUMENTS + + You may combine the Document with other documents released under this + License, under the terms defined in section 4 above for modified + versions, provided that you include in the combination all of the + Invariant Sections of all of the original documents, unmodified, and + list them all as Invariant Sections of your combined work in its + license notice, and that you preserve all their Warranty Disclaimers. + + The combined work need only contain one copy of this License, and + multiple identical Invariant Sections may be replaced with a single + copy. If there are multiple Invariant Sections with the same name but + different contents, make the title of each such section unique by + adding at the end of it, in parentheses, the name of the original + author or publisher of that section if known, or else a unique number. + Make the same adjustment to the section titles in the list of + Invariant Sections in the license notice of the combined work. + + In the combination, you must combine any sections Entitled "History" + in the various original documents, forming one section Entitled + "History"; likewise combine any sections Entitled "Acknowledgements", + and any sections Entitled "Dedications". You must delete all sections + Entitled "Endorsements". + + + 6. COLLECTIONS OF DOCUMENTS + + You may make a collection consisting of the Document and other documents + released under this License, and replace the individual copies of this + License in the various documents with a single copy that is included in + the collection, provided that you follow the rules of this License for + verbatim copying of each of the documents in all other respects. + + You may extract a single document from such a collection, and distribute + it individually under this License, provided you insert a copy of this + License into the extracted document, and follow this License in all + other respects regarding verbatim copying of that document. + + + 7. AGGREGATION WITH INDEPENDENT WORKS + + A compilation of the Document or its derivatives with other separate + and independent documents or works, in or on a volume of a storage or + distribution medium, is called an "aggregate" if the copyright + resulting from the compilation is not used to limit the legal rights + of the compilation's users beyond what the individual works permit. + When the Document is included in an aggregate, this License does not + apply to the other works in the aggregate which are not themselves + derivative works of the Document. + + If the Cover Text requirement of section 3 is applicable to these + copies of the Document, then if the Document is less than one half of + the entire aggregate, the Document's Cover Texts may be placed on + covers that bracket the Document within the aggregate, or the + electronic equivalent of covers if the Document is in electronic form. + Otherwise they must appear on printed covers that bracket the whole + aggregate. + + + 8. TRANSLATION + + Translation is considered a kind of modification, so you may + distribute translations of the Document under the terms of section 4. + Replacing Invariant Sections with translations requires special + permission from their copyright holders, but you may include + translations of some or all Invariant Sections in addition to the + original versions of these Invariant Sections. You may include a + translation of this License, and all the license notices in the + Document, and any Warranty Disclaimers, provided that you also include + the original English version of this License and the original versions + of those notices and disclaimers. In case of a disagreement between + the translation and the original version of this License or a notice + or disclaimer, the original version will prevail. + + If a section in the Document is Entitled "Acknowledgements", + "Dedications", or "History", the requirement (section 4) to Preserve + its Title (section 1) will typically require changing the actual + title. + + + 9. TERMINATION + + You may not copy, modify, sublicense, or distribute the Document except + as expressly provided for under this License. Any other attempt to + copy, modify, sublicense or distribute the Document is void, and will + automatically terminate your rights under this License. However, + parties who have received copies, or rights, from you under this + License will not have their licenses terminated so long as such + parties remain in full compliance. + + + 10. FUTURE REVISIONS OF THIS LICENSE + + The Free Software Foundation may publish new, revised versions + of the GNU Free Documentation License from time to time. Such new + versions will be similar in spirit to the present version, but may + differ in detail to address new problems or concerns. See + http://www.gnu.org/copyleft/. + + Each version of the License is given a distinguishing version number. + If the Document specifies that a particular numbered version of this + License "or any later version" applies to it, you have the option of + following the terms and conditions either of that specified version or + of any later version that has been published (not as a draft) by the + Free Software Foundation. If the Document does not specify a version + number of this License, you may choose any version ever published (not + as a draft) by the Free Software Foundation. + + + ADDENDUM: How to use this License for your documents + + To use this License in a document you have written, include a copy of + the License in the document and put the following copyright and + license notices just after the title page: + + Copyright (c) YEAR YOUR NAME. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. A copy of the license is included in the section entitled + "GNU Free Documentation License". + + If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, + replace the "with...Texts." line with this: + + with the Invariant Sections being LIST THEIR TITLES, with the + Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + + If you have Invariant Sections without Cover Texts, or some other + combination of the three, merge those two alternatives to suit the + situation. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice of + free software license, such as the GNU General Public License, + to permit their use in free software. diff --git a/ubuntu/maverick/tdeaddons/debian/icons/atlantikdesigner.xpm b/ubuntu/maverick/tdeaddons/debian/icons/atlantikdesigner.xpm new file mode 100644 index 000000000..6375271fe --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/icons/atlantikdesigner.xpm @@ -0,0 +1,181 @@ +/* XPM */ +static char * cr32_app_atlantikdesigner_xpm[] = { +"32 32 146 2", +" c None", +". c #000000", +"+ c #020204", +"@ c #030306", +"# c #0000FF", +"$ c #303030", +"% c #800080", +"& c #C00000", +"* c #2831F3", +"= c #008000", +"- c #C000C0", +"; c #7A5B7A", +"> c #567956", +", c #7E5E7E", +"' c #5E775E", +") c #C05800", +"! c #677F67", +"~ c #658365", +"{ c #6D7E6D", +"] c #688468", +"^ c #28B128", +"/ c #688568", +"( c #6A856A", +"_ c #698669", +": c #6A886A", +"< c #6E876E", +"[ c #6E886E", +"} c #6C8A6C", +"| c #6D8A6D", +"1 c #6D8B6D", +"2 c #6E8C6E", +"3 c #6F8C6F", +"4 c #6F8D6F", +"5 c #708E70", +"6 c #728E72", +"7 c #718F71", +"8 c #748E74", +"9 c #739073", +"0 c #778E77", +"a c #739173", +"b c #749274", +"c c #759375", +"d c #7A907A", +"e c #7A917A", +"f c #769476", +"g c #779477", +"h c #799379", +"i c #7C917C", +"j c #7F88A5", +"k c #789478", +"l c #799479", +"m c #7A947A", +"n c #7D927D", +"o c #7A957A", +"p c #7C947C", +"q c #7B957B", +"r c #7D957D", +"s c #7F947F", +"t c #7E957E", +"u c #7F957F", +"v c #8592A8", +"w c #8895AA", +"x c #989897", +"y c #FF8000", +"z c #8C9BAC", +"A c #8E9DAD", +"B c #92A2AF", +"C c #A0A0A0", +"D c #93A4B0", +"E c #95A5B1", +"F c #98A9B2", +"G c #9AADB4", +"H c #95B792", +"I c #9BAEB4", +"J c #9CAFB5", +"K c #C0C000", +"L c #9EB1B6", +"M c #7ABAFF", +"N c #A1B6B8", +"O c #A2B7B8", +"P c #90C990", +"Q c #A4B9B9", +"R c #A7BDBB", +"S c #A8BFBB", +"T c #A9C0BC", +"U c #FFA858", +"V c #ABC2BD", +"W c #ADC5BE", +"X c #AFC8BF", +"Y c #B0C9C0", +"Z c #B1CAC0", +"` c #C2C2C0", +" . c #B4CDC2", +".. c #B6D1C3", +"+. c #B7D1C3", +"@. c #ADDCAD", +"#. c #AEDCAE", +"$. c #B8D3C4", +"%. c #B0DEB0", +"&. c #BAD6C5", +"*. c #B3DFB3", +"=. c #B5E1B5", +"-. c #BDDAC7", +";. c #BEDAC7", +">. c #BFDCC8", +",. c #C1DEC9", +"'. c #BEE8BE", +"). c #C4E3CB", +"!. c #C5E3CB", +"~. c #C1E9C1", +"{. c #C6E5CB", +"]. c #FFC0FF", +"^. c #C7E7CC", +"/. c #C6ECC6", +"(. c #C8EDC8", +"_. c #CBECCF", +":. c #CCECCF", +"<. c #C5F2C5", +"[. c #CCEECF", +"}. c #FFDCA8", +"|. c #C5F6C5", +"1. c #CEF0D0", +"2. c #C6F6C6", +"3. c #C7F6C7", +"4. c #FFFF00", +"5. c #C8F6C8", +"6. c #C7F7C7", +"7. c #C8F7C8", +"8. c #C9F7C9", +"9. c #CAF7CA", +"0. c #CBF7CB", +"a. c #CCF7CC", +"b. c #F2FA55", +"c. c #D1F4D1", +"d. c #CCF8CC", +"e. c #CFF7CF", +"f. c #D2F5D2", +"g. c #F4FB56", +"h. c #D2F6D2", +"i. c #D3F6D3", +"j. c #D1F8D1", +"k. c #D3F7D3", +"l. c #F5FD57", +"m. c #D3F8D3", +"n. c #FDFDFB", +"o. c #FFFFFF", +" @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ", +"@ ` n.n.n.x n.n.x n.n.x n.n.x n.n.x n.n.x n.n.x n.n.n.` @ ", +"@ n.H H H f H H 3 H H / @.%.~ './.d c.i.u j.e.p d.0.9.P @ ", +"@ n.H H H c H H 2 H H / @.*.~ ~.(.i f.k.u j.e.q 0.9.9.P @ ", +"@ n.H H H b H H 1 H H / #.=.~ b.g.n i.m.t l.l.q a.9.9.P @ ", +"+ x f f f b 7 3 | : / ] ( [ ~ 0 e n s u r p p o m l l > + ", +"@ n.H H H a F B A z A B F L Q V Z $.>.{.[.h.h.m ^ 9.9.P @ ", +"@ n.H H H 9 E A w v w A E I O T Y +.;.!.:.h.h.l ^ 9.9.P @ ", +"+ x f f b 7 D z v j v z D G N S X ..-.)._.f.h.m l l l > + ", +"@ n.H H H 7 E A w v w A E I O T Y . . . . . h.l ^ 9.8.P @ ", +"@ n.H H H 5 F B A z A B F L Q . . }.}.}.}.}.. l ^ 9.8.P @ ", +"+ x f b 7 4 J F E D . F J N . }.& & o.# # o.. l l l l > + ", +"@ n.H H H 2 N L I G I . N . }.4.o.o.o.o.o.o.}.. 9.8.7.P @ ", +"@ n.H H H } R Q O N O Q . }.o.K K o.o.o.= = }.. 9.8.7.P @ ", +"+ x b 6 1 _ W V T S T V . . }.o.o.}.}.o.o.o.}.. l l k > + ", +"@ n.H H H ' .Z Y X Y . y }.. }.}.o.o.].].o.}.. * 7.6.P @ ", +"@ n.H H H { &.$.+...+.. U }.}.. o.}.}.- % }.. C * 7.3.P @ ", +"+ x f b 7 4 ,.>.;.-.;.. y }.o.}.. C o.}.}.}.. l l k g > + ", +"@ n.H H H 2 ^.{.!.).. y }.. }.}.o.. }.}.}.. C l 8.7.3.P @ ", +"@ n.H H H } 1.[.:._.. U . . C }.}.}.. o.. C h.l 7.3.2.P @ ", +"+ x f b 7 4 h.h.h.f.. ) y U U U U y ) . . . h.l k g g > + ", +"@ n.H H H 2 h.h.h.h.C . ) ) ) ) ) . . C . C . l * 3.2.P @ ", +"@ n.H H H } h.h.h.h.h.C . . . . . C C h.h.. $ k * 3.2.P @ ", +"+ > f g g k 8 h g 8 h g C C C C C g 8 h g 8 . . g g f > + ", +"@ P |.2.3.k M M ! M M ! M M ! <.<.! ; , ! ; , k 3.2.|.P @ ", +"@ P |.2.3.k <.5.< <.5.< <.5.< <.5.< <.5.< <.5.k 3.2.|.P @ ", +"@ P |.|.2.g 8.7.h 8.7.h 8.7.h 8.7.h 8.7.h 8.7.g 2.|.|.P @ ", +"@ P P P P > P P > P P > P P > P P > P P > P P > P P P P @ ", +" @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ", +" . . . ", +" ", +" "}; diff --git a/ubuntu/maverick/tdeaddons/debian/icons/fsview.xpm b/ubuntu/maverick/tdeaddons/debian/icons/fsview.xpm new file mode 100644 index 000000000..b50ac952c --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/icons/fsview.xpm @@ -0,0 +1,281 @@ +/* XPM */ +static char * fsview_xpm[] = { +"32 32 246 2", +" c None", +". c #0032A4", +"+ c #0133A5", +"@ c #0235A6", +"# c #0231C5", +"$ c #0438A8", +"% c #0330D9", +"& c #033ABB", +"* c #063CAB", +"= c #0840AD", +"- c #053FBF", +"; c #0641C1", +"> c #0A44B0", +", c #0844C3", +"' c #0C47B2", +") c #0A48C5", +"! c #0E4BB5", +"~ c #0347FD", +"{ c #0E4CC7", +"] c #114FB7", +"^ c #0349FF", +"/ c #044AFF", +"( c #054BFF", +"_ c #1352B9", +": c #1151C8", +"< c #094FFF", +"[ c #1556BC", +"} c #1455CA", +"| c #0B50FF", +"1 c #0C52FF", +"2 c #175ABE", +"3 c #0F55FF", +"4 c #185ACC", +"5 c #195EC1", +"6 c #1157FF", +"7 c #1B5ECE", +"8 c #1359FF", +"9 c #1B62C3", +"0 c #165BFF", +"a c #1D65C6", +"b c #1E63D0", +"c c #185EFF", +"d c #1A5FFF", +"e c #2069C8", +"f c #2167D2", +"g c #1C62FF", +"h c #1E64FF", +"i c #226DCB", +"j c #256BD3", +"k c #2066FF", +"l c #2470CD", +"m c #2368FF", +"n c #2870D5", +"o c #256BFF", +"p c #2674CF", +"q c #276CFF", +"r c #2B74D7", +"s c #296FFF", +"t c #2878D2", +"u c #2979D3", +"v c #2C71FF", +"w c #2A7BD4", +"x c #2E79D9", +"y c #2B7CD5", +"z c #2E73FF", +"A c #2C7ED6", +"B c #3075FF", +"C c #2C7FD7", +"D c #327DDB", +"E c #3277FF", +"F c #2D81D8", +"G c #2E82D9", +"H c #2F83DA", +"I c #00C10F", +"J c #347AFF", +"K c #367BFF", +"L c #3085DA", +"M c #3582DD", +"N c #3186DB", +"O c #3188DC", +"P c #397EFF", +"Q c #3289DD", +"R c #3886DE", +"S c #3B80FF", +"T c #338BDE", +"U c #D56106", +"V c #348CDF", +"W c #3C82FF", +"X c #3B8AE0", +"Y c #358EE0", +"Z c #3F84FF", +"` c #368FE1", +" . c #3690E2", +".. c #4186FF", +"+. c #3792E3", +"@. c #3F8FE2", +"#. c #4388FF", +"$. c #3893E4", +"%. c #3994E5", +"&. c #3995E5", +"*. c #458BFF", +"=. c #4293E4", +"-. c #488DFF", +";. c #498EFF", +">. c #4597E6", +",. c #4C91FF", +"'. c #4E93FF", +"). c #489BE8", +"!. c #4F94FF", +"~. c #DE790E", +"{. c #5297FF", +"]. c #4BA0E9", +"^. c #768CE3", +"/. c #FF6D1F", +"(. c #559AFF", +"_. c #4EA4EB", +":. c #589DFF", +"<. c #E18515", +"[. c #5BA0FF", +"}. c #00D1FF", +"|. c #5EA3FF", +"1. c #61A6FF", +"2. c #64A9FF", +"3. c #7DA0FC", +"4. c #7DA0FD", +"5. c #67ABFF", +"6. c #7EA1FD", +"7. c #68ACFF", +"8. c #7FA2FE", +"9. c #6AAFFF", +"0. c #82A5FE", +"a. c #6CB1FF", +"b. c #6EB2FF", +"c. c #85A8FF", +"d. c #70B5FF", +"e. c #71B6FF", +"f. c #6EBBF5", +"g. c #89ACFF", +"h. c #C0C000", +"i. c #74B8FF", +"j. c #76BAFF", +"k. c #77BBFF", +"l. c #8DB0FF", +"m. c #7ABEFF", +"n. c #90B3FF", +"o. c #7BBFFF", +"p. c #7BC0FF", +"q. c #93B6FF", +"r. c #80C4FF", +"s. c #96B9FF", +"t. c #80C5FF", +"u. c #9ABCFF", +"v. c #84C8FF", +"w. c #85C9FF", +"x. c #9DBFFF", +"y. c #A0C2FF", +"z. c #8ACEFF", +"A. c #A3C5FF", +"B. c #A6C8FF", +"C. c #A9CBFF", +"D. c #C8C7D4", +"E. c #ACCEFF", +"F. c #AFD1FF", +"G. c #CDCBD8", +"H. c #CDCCD9", +"I. c #CECCD9", +"J. c #B1D4FF", +"K. c #CECDD9", +"L. c #CFCDD9", +"M. c #CFCEDA", +"N. c #D0CEDA", +"O. c #B4D6FF", +"P. c #D0CFDA", +"Q. c #B1E7B4", +"R. c #FFC4A4", +"S. c #D2D1DC", +"T. c #B7D9FF", +"U. c #D4D3DD", +"V. c #D4D3DE", +"W. c #B9DBFF", +"X. c #D6D4DF", +"Y. c #D6D5DF", +"Z. c #BBDEFF", +"`. c #D8D6E0", +" + c #D8D7E1", +".+ c #BDE0FF", +"++ c #DAD8E2", +"@+ c #BFE1FF", +"#+ c #DAD9E3", +"$+ c #DBDAE3", +"%+ c #DDDCE4", +"&+ c #DDDCE5", +"*+ c #DFDEE6", +"=+ c #E7E6AD", +"-+ c #DFDFEC", +";+ c #E1E0E7", +">+ c #E1E0E8", +",+ c #E0E0EC", +"'+ c #B7F2FF", +")+ c #E3E2E9", +"!+ c #E2E2ED", +"~+ c #E3E3EE", +"{+ c #E5E4EB", +"]+ c #E4E4EF", +"^+ c #E5E5EF", +"/+ c #E7E6EC", +"(+ c #E6E6EF", +"_+ c #E6E6F0", +":+ c #E7E7F0", +"<+ c #E9E8ED", +"[+ c #E8E8F1", +"}+ c #E9E9F2", +"|+ c #EBEAEF", +"1+ c #EAEAF2", +"2+ c #EBEBF3", +"3+ c #ECECF0", +"4+ c #ECECF3", +"5+ c #EDEDF4", +"6+ c #EEEEF2", +"7+ c #EEEEF4", +"8+ c #EEEEF5", +"9+ c #EFEFF5", +"0+ c #F0F0F3", +"a+ c #F0F0F6", +"b+ c #F1F1F6", +"c+ c #F1F1F7", +"d+ c #F2F2F5", +"e+ c #F2F2F7", +"f+ c #F3F3F7", +"g+ c #F3F3F8", +"h+ c #F4F4F8", +"i+ c #F4F4F9", +"j+ c #F5F5F9", +"k+ c #F6F6F9", +"l+ c #F6F6FA", +"m+ c #F7F7FA", +"n+ c #F8F8FB", +"o+ c #F9F9FB", +"p+ c #FAFAFC", +"q+ c #FBFBFC", +"r+ c #FBFBFD", +"s+ c #FCFCFD", +"t+ c #FDFDFE", +"u+ c #FEFEFE", +"v+ c #FEFEFF", +"w+ c #FFFFFF", +" ", +" ", +" &._.].).>.=.@.X R M D x r n j f b 7 4 } : { ) , ; - & + ", +"&.f.z.w.r.m.i.b.7.1.[.(.'.-...S J z q k d 8 1 ( ^ ^ ^ ~ # . ", +"&.z.w.t.o.j.d.9.2.|.:.{.,.*.Z P E v o h c 6 | / ^ ^ ^ ^ % . ", +"&.v.r.p.k.e.a.5.1.[.(.!.;.#.W K B s m g 0 3 < ^ ^ ^ ^ ^ % . ", +"&.@+.+Z.W.T.O.J.F.E.C.B.A.y.x.u.s.q.n.l.g.c.0.8.6.6.4.3.^.. ", +"%.w+w+w+w+w+w+w+w+w+w+w+w+w+w+w+w+w+w+w+u+t+r+p+o+m+l+j+/+. ", +"$.w+w+~.~.~.~.~.~.~.~.~.~.~.w+~.<.<.<.<.<.<.<.<.<.<.j+h+{+. ", +"+.w+w+<.R.R.R.R.R.R.R./.U ~.w+~.'+'+'+'+'+'+'+'+}.U h+f+)+. ", +" .w+w+<.R./././././././.U ~.w+~.'+}.}.}.}.}.}.}.}.U f+c+;+. ", +"` w+w+<.R./././././././.U ~.w+~.'+}.}.}.}.}.}.}.}.U c+a+*+. ", +"Y w+w+<.R./././././././.U ~.w+~.'+}.}.}.}.}.}.}.}.U a+9+%+. ", +"V w+w+~.R./././././././.U ~.u+~.'+}.}.}.}.}.}.}.}.U 9+7+#+. ", +"T w+w+U /./././././././.U ~.t+~.}.}.}.}.}.}.}.}.}.U 9+5+ +. ", +"Q w+w+~.<.<.<.<.<.<.<.<.~.~.s+~.<.<.<.<.<.<.<.<.<.<.5+2+Y.. ", +"O w+w+w+w+w+w+w+w+w+w+v+w+s+q+o+n+m+j+h+g+e+a+9+8+5+2+1+V.. ", +"N w+w+~.<.<.<.<.<.<.<.<.~.~.o+~.<.<.<.<.<.<.<.<.<.<.1+}+S.. ", +"L w+w+<.=+=+=+=+=+=+=+h.h.~.n+~.Q.Q.Q.Q.Q.Q.Q.Q.I U }+[+N.. ", +"H w+w+<.=+h.h.h.h.h.h.h.h.~.m+~.Q.I I I I I I I I U [+_+L.. ", +"G w+w+<.=+h.h.h.h.h.h.h.h.~.k+~.Q.I I I I I I I I U _+^+K.. ", +"F w+w+<.=+h.h.h.h.h.h.h.h.~.i+~.Q.I I I I I I I I U ^+]+K.. ", +"C w+w+~.=+h.h.h.h.h.h.h.h.~.g+~.Q.I I I I I I I I U ]+~+I.. ", +"A w+w+U h.h.h.h.h.h.h.h.h.~.e+~.I I I I I I I I I <.1+1+H.. ", +"y w+w+~.~.~.~.~.~.~.~.~.~.~.b+~.<.<.<.<.<.<.<.<.<.<.!+,+H.. ", +"w w+w+w+s+q+p+n+m+k+j+g+e+b+a+8+5+4+1+}+[+:+(+]+~+!+,+-+G.. ", +"u d+0+6+3+|+<+/+{+)+>+*+&+$+++`.X.U.S.P.M.L.K.K.I.H.H.G.D.. ", +"t p l i e a 9 5 2 [ _ ] ! ' > = * $ @ . . . . . . . . . . . ", +" ", +" ", +" ", +" "}; diff --git a/ubuntu/maverick/tdeaddons/debian/icons/ksig.xpm b/ubuntu/maverick/tdeaddons/debian/icons/ksig.xpm new file mode 100644 index 000000000..805e027d1 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/icons/ksig.xpm @@ -0,0 +1,291 @@ +/* XPM */ +static char * ksig_xpm[] = { +"32 32 256 2", +" c None", +". c #000100", +"+ c #07025D", +"@ c #191B18", +"# c #271867", +"$ c #281968", +"% c #291968", +"& c #271E58", +"* c #2A1A69", +"= c #2C1C6B", +"- c #2A2C29", +"; c #303029", +"> c #393156", +", c #413176", +"' c #443479", +") c #413781", +"! c #46367B", +"~ c #464845", +"{ c #4D4C45", +"] c #524B45", +"^ c #4A4481", +"/ c #4D4F4C", +"( c #544D47", +"_ c #515149", +": c #53524B", +"< c #58487D", +"[ c #55544D", +"} c #59497E", +"| c #574B85", +"1 c #5B4B80", +"2 c #5C554F", +"3 c #565755", +"4 c #594D87", +"5 c #5A5951", +"6 c #5B4F89", +"7 c #5D5957", +"8 c #5D518B", +"9 c #5C5C54", +"0 c #635A4F", +"a c #5F538D", +"b c #655C51", +"c c #645D57", +"d c #615590", +"e c #675E53", +"f c #60625F", +"g c #6A6055", +"h c #6B6256", +"i c #646563", +"j c #6D6458", +"k c #656664", +"l c #70665B", +"m c #686A67", +"n c #706286", +"o c #72695D", +"p c #746A5F", +"q c #786B55", +"r c #70658E", +"s c #706C6A", +"t c #7A6D57", +"u c #716790", +"v c #796D5C", +"w c #776D62", +"x c #776590", +"y c #726891", +"z c #736F6D", +"A c #7B6F5E", +"B c #716A98", +"C c #7C7060", +"D c #726B9A", +"E c #727471", +"F c #7E7261", +"G c #747673", +"H c #807463", +"I c #77709F", +"J c #827665", +"K c #7673A7", +"L c #847868", +"M c #7A7C79", +"N c #877B6A", +"O c #887C6B", +"P c #867E78", +"Q c #887E73", +"R c #8B7F6E", +"S c #857E95", +"T c #8F816A", +"U c #9B7F55", +"V c #8A827C", +"W c #838582", +"X c #897E9C", +"Y c #8F8372", +"Z c #868885", +"` c #8B83A7", +" . c #8A86A3", +".. c #8C8B83", +"+. c #908D7F", +"@. c #8D8F8C", +"#. c #90928F", +"$. c #928EB8", +"%. c #9F8E96", +"&. c #9F919E", +"*. c #A093A0", +"=. c #9B9A92", +"-. c #A294A1", +";. c #A3988C", +">. c #A297AA", +",. c #A398AB", +"'. c #A499AC", +"). c #AB9E8D", +"!. c #BB9D6B", +"~. c #A79F98", +"{. c #ADA08F", +"]. c #A1A3A0", +"^. c #BC9F73", +"/. c #C19D73", +"(. c #BFA276", +"_. c #A5A7A4", +":. c #B4A48D", +"<. c #BBA387", +"[. c #B7A588", +"}. c #BFA37D", +"|. c #BDA383", +"1. c #AEA69F", +"2. c #B5A68E", +"3. c #ABA3BC", +"4. c #B6A78F", +"5. c #BBA784", +"6. c #C0A585", +"7. c #BAA88B", +"8. c #AAA6C4", +"9. c #AFA9A8", +"0. c #BDA986", +"a. c #B7A8A3", +"b. c #BEAA87", +"c. c #ADA8C6", +"d. c #BCAB8E", +"e. c #ADAFAC", +"f. c #AFAAC8", +"g. c #C5AB8A", +"h. c #C5AD92", +"i. c #BFB098", +"j. c #B4B3AB", +"k. c #B2B2BC", +"l. c #BDB0B1", +"m. c #C4B294", +"n. c #C2B29A", +"o. c #C3B49C", +"p. c #B7B7AE", +"q. c #C7B79F", +"r. c #B9BBB8", +"s. c #BEB7C3", +"t. c #C6B9A6", +"u. c #BFB8C4", +"v. c #C0B9C5", +"w. c #C8BBA9", +"x. c #C7BCB0", +"y. c #CBBEAB", +"z. c #C9BEB2", +"A. c #BFC1BE", +"B. c #D1BCAC", +"C. c #C6C2B4", +"D. c #C1C3BF", +"E. c #C6C1C0", +"F. c #C9C1BA", +"G. c #C7C3B5", +"H. c #C4C4BB", +"I. c #C5C7C4", +"J. c #D4C2B7", +"K. c #C8C7BE", +"L. c #CEC6BF", +"M. c #C7C9C6", +"N. c #D2C8BB", +"O. c #E3C59D", +"P. c #D1C8C1", +"Q. c #E5C7A0", +"R. c #E1CAA0", +"S. c #CECDC4", +"T. c #D8C9C3", +"U. c #DFCBA7", +"V. c #D1CCCA", +"W. c #D4CCC5", +"X. c #D9CAC5", +"Y. c #E1CDA9", +"Z. c #D6CEC7", +"`. c #E2CEAA", +" + c #D7CFC8", +".+ c #D0D2CF", +"++ c #DDCFBD", +"@+ c #E4CFAB", +"#+ c #E9CDAB", +"$+ c #D6D0CF", +"%+ c #D4D3CA", +"&+ c #DED1BE", +"*+ c #E6D1AD", +"=+ c #D3D5D2", +"-+ c #E5D2B4", +";+ c #D9D3D2", +">+ c #D4D6D3", +",+ c #E6D3B5", +"'+ c #E7D5B6", +")+ c #DCD7D5", +"!+ c #E9D6B8", +"~+ c #E7D6BE", +"{+ c #DBD9DD", +"]+ c #EBD8BA", +"^+ c #E7D9C7", +"/+ c #EDDABB", +"(+ c #DEDBE0", +"_+ c #EBDAC2", +":+ c #ECDBC3", +"<+ c #DCDFDB", +"[+ c #EDDCC4", +"}+ c #DEE0DD", +"|+ c #EEDEC5", +"1+ c #EDDFCC", +"2+ c #F0E0C7", +"3+ c #E4E3DA", +"4+ c #E7E3D4", +"5+ c #EFE1CE", +"6+ c #F0E2CF", +"7+ c #E3E3EE", +"8+ c #EBE5E4", +"9+ c #E7E9E6", +"0+ c #F4E6D3", +"a+ c #F2E6D9", +"b+ c #F5E7D4", +"c+ c #EEEADB", +"d+ c #F3E8DB", +"e+ c #F4E9DC", +"f+ c #F2E9E2", +"g+ c #EAECE9", +"h+ c #EDECE3", +"i+ c #F0ECDD", +"j+ c #ECEEEB", +"k+ c #EFEFE5", +"l+ c #F8ECDF", +"m+ c #EEF0ED", +"n+ c #F7EEE7", +"o+ c #F2F2E8", +"p+ c #F9F0E9", +"q+ c #F7F1F0", +"r+ c #FAF1EA", +"s+ c #FBF2EB", +"t+ c #F3F5F2", +"u+ c #F6F5EC", +"v+ c #FCF3EC", +"w+ c #FDF5ED", +"x+ c #FEF6EE", +"y+ c #FCF6F5", +"z+ c #F7F9F6", +"A+ c #FDF7F6", +"B+ c #F8FAF7", +"C+ c #F9FBF8", +"D+ c #FFF9F8", +"E+ c #FAFCF9", +"F+ c #FCFEFB", +"G+ c #FEFFFC", +" Y R O L J F A w p l j g c 9 5 W ", +" T V.V.M.M.M.M.M.I.M.E.r.9.@.P W f ", +" O I.D+D+D+D+D+F+F+F+F+z+8+$+9.W #.. ", +" R E.G+G+G+G+G+G+G+F+F+E+z+9+v.z E.Z . ", +" O M.G+G+G+G+G+G+G+D+F+F+F+E+m+k D+M.Z . ", +" L V.G+G+G+G+G+G+G+G+F+D+F+F+D+3 G+D+E.Z . ", +" J M.F+G+G+G+G+G+G+D+G+G+G+F+D+/ <+F+D+M.Z . ", +" L E.G+G+G+G+G+G+G+F+D+G+G+G+D+3 E.<+G+D+E.#.f ", +" L M.G+G+G+G+G+G+G+F+G+G+G+F+D+/ @ @ - ~ i z k Z ", +" w V.G+G+G+G+G+G+G+F+D+G+G+F+F+q+{+E.9.~.P z 7 i ", +" w M.F+G+G+G+G+G+G+F+G+G+G+G+E+C+9+}+E.].I...s ~ ", +" F E.G+G+G+G+G+G+G+G+G+G+G+G+D+D+j+9+.+9. +1.V ; ", +" w M.G+G+7+f.7+G+G+G+7+f.G+G+E+D+q+8+9+<+>+j...; ", +" p V.G+$.$.d + 7+G+G+= K G+E+B+z+j+h+W.L.P.N.;.- ", +" l M.I $.G+G+= 7+G+G+8+F+D+B+v+v+n+i+W.~.m+N.{.; ", +" l s.+ G+G+G+G+G+G+F+E+D+z+v+u+o+n+f+S.=.q+N.{.- ", +" j .+ 7+G+G+G+G+G+K ) z+z+t+;+) + * 4 )+k+&+4.; ", +" j k.+ = 7+G+G+7+$.) a v+s+;+D i+c+x S x.^+&+h.- ", +" h I.f.+ = f.G+G+D+' 3.u+s+! v.l+ ++ y.Q E+++:.; ", +" g V.F+8+= = E+A+u++ (+i+v.+ e+0+'., y.Q C+~+<.- ", +" c M.E+F+$.+ C+A+3.* s+l+X 6 c+Z.$ r |+E+C+~+<.; ", +" 9 E.D+G+8.a z+u+a 6 )+` 6 , >.X $ -.o.n.,+!+g.- ", +" + c M.G+G+d (+v+o+' + y X.y $ >.N.+ N.t.w F+,+6.; ", +" + + > V.7+I (+v+u+n+` s.l+ +X J.2+-.# ~+n.t G+,+}.- ", +" & < 8.q+t+n+o+i+l+d+X.x 0+2+[+< < !+!+G+G+*+6.; ", +" 2 I.y+u+l+n+n+l+c+Z.4 6+2+^+/+# a.,+i.d.@+@+/.- ", +" 2 I.A+u+o+l+e+0+0+r % >.-.-.n %.,+@+h.q F+U.(.; ", +" / $+i+n+f+i+c+a+6+l.} < } &.B.-+-+#+5.q D+O.}.- ", +" _ E.v+i+l+a+0+6+6+|+]+/+!+,+-+*+@+#+#+D+D+O./.; ", +" ] M.m+f+h+a+6+5+6+1+^+/+]+-+#+-+Y.U.O.R.O.Q.!.- ", +" ( H.z.C.w.t.o.t.o.m.n.h.b.m.6.6.|.}.}.(.!./.U ; ", +" / ; - ; - - - ; ; - ; ; - ; ; ; ; - ; - - ; ; - "}; diff --git a/ubuntu/maverick/tdeaddons/debian/kaddressbook-plugins-trinity.install b/ubuntu/maverick/tdeaddons/debian/kaddressbook-plugins-trinity.install new file mode 100644 index 000000000..a2102d3a8 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kaddressbook-plugins-trinity.install @@ -0,0 +1,6 @@ +debian/tmp/opt/trinity/lib/trinity/libkaddrbk_geo_xxport.la +debian/tmp/opt/trinity/lib/trinity/libkaddrbk_geo_xxport.so +debian/tmp/opt/trinity/lib/trinity/libkaddrbk_gmx_xxport.la +debian/tmp/opt/trinity/lib/trinity/libkaddrbk_gmx_xxport.so +debian/tmp/opt/trinity/share/apps/kaddressbook +debian/tmp/opt/trinity/share/services/kaddressbook diff --git a/ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.README.Debian b/ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.README.Debian new file mode 100644 index 000000000..933d86cd0 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.README.Debian @@ -0,0 +1,8 @@ +Kate Plugins for Debian +----------------------- + +This package provides documentation in a docbook format that the KDE +Help Centre can display. For HTML documentation that can be read in any +web browser, see the package kdeaddons-doc-html. + + -- Ben Burton , Mon, 12 May 2003 12:29:39 +1000 diff --git a/ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.docs b/ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.docs new file mode 100644 index 000000000..e845566c0 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.docs @@ -0,0 +1 @@ +README diff --git a/ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.install b/ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.install new file mode 100644 index 000000000..9dc3f2b7d --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.install @@ -0,0 +1,55 @@ +debian/tmp/opt/trinity/lib/trinity/katecppsymbolviewerplugin.la +debian/tmp/opt/trinity/lib/trinity/katecppsymbolviewerplugin.so +debian/tmp/opt/trinity/lib/trinity/katefiletemplates.la +debian/tmp/opt/trinity/lib/trinity/katefiletemplates.so +debian/tmp/opt/trinity/lib/trinity/katefll_plugin.la +debian/tmp/opt/trinity/lib/trinity/katefll_plugin.so +debian/tmp/opt/trinity/lib/trinity/katehelloworldplugin.la +debian/tmp/opt/trinity/lib/trinity/katehelloworldplugin.so +debian/tmp/opt/trinity/lib/trinity/katehtmltoolsplugin.la +debian/tmp/opt/trinity/lib/trinity/katehtmltoolsplugin.so +debian/tmp/opt/trinity/lib/trinity/kateinsertcommandplugin.la +debian/tmp/opt/trinity/lib/trinity/kateinsertcommandplugin.so +debian/tmp/opt/trinity/lib/trinity/katemakeplugin.la +debian/tmp/opt/trinity/lib/trinity/katemakeplugin.so +debian/tmp/opt/trinity/lib/trinity/katemodelineplugin.la +debian/tmp/opt/trinity/lib/trinity/katemodelineplugin.so +debian/tmp/opt/trinity/lib/trinity/kateopenheaderplugin.la +debian/tmp/opt/trinity/lib/trinity/kateopenheaderplugin.so +debian/tmp/opt/trinity/lib/trinity/katepybrowseplugin.la +debian/tmp/opt/trinity/lib/trinity/katepybrowseplugin.so +debian/tmp/opt/trinity/lib/trinity/katesnippetsplugin.la +debian/tmp/opt/trinity/lib/trinity/katesnippetsplugin.so +debian/tmp/opt/trinity/lib/trinity/katetextfilterplugin.la +debian/tmp/opt/trinity/lib/trinity/katetextfilterplugin.so +debian/tmp/opt/trinity/lib/trinity/katexmlcheckplugin.la +debian/tmp/opt/trinity/lib/trinity/katexmlcheckplugin.so +debian/tmp/opt/trinity/lib/trinity/katexmltoolsplugin.la +debian/tmp/opt/trinity/lib/trinity/katexmltoolsplugin.so +debian/tmp/opt/trinity/lib/trinity/libkatetabbarextensionplugin.la +debian/tmp/opt/trinity/lib/trinity/libkatetabbarextensionplugin.so +debian/tmp/opt/trinity/share/applnk/.hidden/katefll.desktop +debian/tmp/opt/trinity/share/apps/kate +debian/tmp/opt/trinity/share/apps/katepart +debian/tmp/opt/trinity/share/apps/katexmltools +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kate-plugins/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kate-plugins/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kate-plugins/*.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kate-plugins/configure_insertcommand.png +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kate-plugins/insertcommand.png +debian/tmp/opt/trinity/share/services/katecppsymbolviewer.desktop +debian/tmp/opt/trinity/share/services/katefiletemplates.desktop +debian/tmp/opt/trinity/share/services/katefll_plugin.desktop +debian/tmp/opt/trinity/share/services/katehelloworld.desktop +debian/tmp/opt/trinity/share/services/katehtmltools.desktop +debian/tmp/opt/trinity/share/services/kateinsertcommand.desktop +debian/tmp/opt/trinity/share/services/katemake.desktop +debian/tmp/opt/trinity/share/services/katemodeline.desktop +debian/tmp/opt/trinity/share/services/kateopenheader.desktop +debian/tmp/opt/trinity/share/services/katepybrowse.desktop +debian/tmp/opt/trinity/share/services/katesnippets.desktop +debian/tmp/opt/trinity/share/services/katetabbarextension.desktop +debian/tmp/opt/trinity/share/services/katetextfilter.desktop +debian/tmp/opt/trinity/share/services/katexmlcheck.desktop +debian/tmp/opt/trinity/share/services/katexmltools.desktop +kate/xmltools/README /opt/trinity/share/doc/kate-plugins/xmltools diff --git a/ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.lintian b/ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.lintian new file mode 100644 index 000000000..d4625a389 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kate-plugins-trinity.lintian @@ -0,0 +1,2 @@ +# Doesn't need to be executable - only run from within kate. +kate-plugins: script-not-executable ./usr/share/apps/kate/scripts/html-tidy.sh diff --git a/ubuntu/maverick/tdeaddons/debian/kdeaddons-doc-html.doc-base.kate-plugins b/ubuntu/maverick/tdeaddons/debian/kdeaddons-doc-html.doc-base.kate-plugins new file mode 100644 index 000000000..17a559b85 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kdeaddons-doc-html.doc-base.kate-plugins @@ -0,0 +1,11 @@ +Document: kdeaddons-doc-html_kate-plugins +Title: Kate Plugins Handbook +Author: Various +Abstract: This is the handbook for the plugins for Kate, KDE's Advanced Text + Editor. +Section: Apps/Editors + +Format: HTML +Index: /opt/trinity/share/doc/kde/HTML/en/kate-plugins/index.html +Files: /opt/trinity/share/doc/kde/HTML/en/kate-plugins/*.html + diff --git a/ubuntu/maverick/tdeaddons/debian/kdeaddons-doc-html.doc-base.kicker-applets b/ubuntu/maverick/tdeaddons/debian/kdeaddons-doc-html.doc-base.kicker-applets new file mode 100644 index 000000000..d6b7c2d36 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kdeaddons-doc-html.doc-base.kicker-applets @@ -0,0 +1,10 @@ +Document: kdeaddons-doc-html_kicker-applets +Title: Kicker Applets Handbook +Author: Various +Abstract: This is the handbook for the addon applets for Kicker, KDE's panel. +Section: Apps/Tools + +Format: HTML +Index: /opt/trinity/share/doc/kde/HTML/en/kicker-applets/index.html +Files: /opt/trinity/share/doc/kde/HTML/en/kicker-applets/*.html + diff --git a/ubuntu/maverick/tdeaddons/debian/kdeaddons-doc-html.doc-base.konq-plugins b/ubuntu/maverick/tdeaddons/debian/kdeaddons-doc-html.doc-base.konq-plugins new file mode 100644 index 000000000..fa8870830 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kdeaddons-doc-html.doc-base.konq-plugins @@ -0,0 +1,11 @@ +Document: kdeaddons-doc-html_konq-plugins +Title: Konqueror Plugins Handbook +Author: Lauri Watts and others +Abstract: This is the handbook for the additional plugins for Konqueror, the + KDE file manager and web browser. +Section: Apps/Tools + +Format: HTML +Index: /opt/trinity/share/doc/kde/HTML/en/konq-plugins/index.html +Files: /opt/trinity/share/doc/kde/HTML/en/konq-plugins/*.html + diff --git a/ubuntu/maverick/tdeaddons/debian/kdeaddons-kfile-plugins-trinity.install b/ubuntu/maverick/tdeaddons/debian/kdeaddons-kfile-plugins-trinity.install new file mode 100644 index 000000000..a85a16b55 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kdeaddons-kfile-plugins-trinity.install @@ -0,0 +1,31 @@ +debian/tmp/opt/trinity/bin/lnkforward +debian/tmp/opt/trinity/lib/trinity/kfile_cert.la +debian/tmp/opt/trinity/lib/trinity/kfile_cert.so +debian/tmp/opt/trinity/lib/trinity/kfile_desktop.la +debian/tmp/opt/trinity/lib/trinity/kfile_desktop.so +debian/tmp/opt/trinity/lib/trinity/kfile_folder.la +debian/tmp/opt/trinity/lib/trinity/kfile_folder.so +debian/tmp/opt/trinity/lib/trinity/kfile_html.la +debian/tmp/opt/trinity/lib/trinity/kfile_html.so +debian/tmp/opt/trinity/lib/trinity/kfile_lnk.la +debian/tmp/opt/trinity/lib/trinity/kfile_lnk.so +debian/tmp/opt/trinity/lib/trinity/kfile_mhtml.la +debian/tmp/opt/trinity/lib/trinity/kfile_mhtml.so +debian/tmp/opt/trinity/lib/trinity/kfile_txt.la +debian/tmp/opt/trinity/lib/trinity/kfile_txt.so +debian/tmp/opt/trinity/lib/trinity/librenaudioplugin.la +debian/tmp/opt/trinity/lib/trinity/librenaudioplugin.so +debian/tmp/opt/trinity/lib/trinity/librenimageplugin.la +debian/tmp/opt/trinity/lib/trinity/librenimageplugin.so +debian/tmp/opt/trinity/share/applnk/.hidden/lnkforward.desktop +debian/tmp/opt/trinity/share/mimelnk/application/x-win-lnk.desktop +debian/tmp/opt/trinity/share/services/kfile_cert.desktop +debian/tmp/opt/trinity/share/services/kfile_desktop.desktop +debian/tmp/opt/trinity/share/services/kfile_folder.desktop +debian/tmp/opt/trinity/share/services/kfile_html.desktop +debian/tmp/opt/trinity/share/services/kfile_lnk.desktop +debian/tmp/opt/trinity/share/services/kfile_mhtml.desktop +debian/tmp/opt/trinity/share/services/kfile_txt.desktop +debian/tmp/opt/trinity/share/services/renaudiodlg.desktop +debian/tmp/opt/trinity/share/services/renimagedlg.desktop +kfile-plugins/lnk/README /opt/trinity/share/doc/kdeaddons-kfile-plugins/lnk diff --git a/ubuntu/maverick/tdeaddons/debian/kdeaddons-kfile-plugins-trinity.manpages b/ubuntu/maverick/tdeaddons/debian/kdeaddons-kfile-plugins-trinity.manpages new file mode 100644 index 000000000..eda9949fb --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kdeaddons-kfile-plugins-trinity.manpages @@ -0,0 +1 @@ +debian/man/lnkforward-trinity.1 diff --git a/ubuntu/maverick/tdeaddons/debian/kdeaddons-trinity.README.Debian b/ubuntu/maverick/tdeaddons/debian/kdeaddons-trinity.README.Debian new file mode 100644 index 000000000..0daab22b0 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kdeaddons-trinity.README.Debian @@ -0,0 +1,11 @@ +KDE Add-On Plugins and Applets for Debian +----------------------------------------- + +Package kdeaddons is a metapackage that depends on the full set of add-on +plugins and applets provided with the official release of KDE. + +Some packages provide documentation in a docbook format that the KDE +Help Centre can display. For HTML documentation that can be read in any +web browser, see the package kdeaddons-doc-html. + + -- Ben Burton , Mon, 12 May 2003 12:29:39 +1000 diff --git a/ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.README.Debian b/ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.README.Debian new file mode 100644 index 000000000..881d7b395 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.README.Debian @@ -0,0 +1,8 @@ +Kicker Applets for Debian +------------------------- + +This package provides documentation in a docbook format that the KDE +Help Centre can display. For HTML documentation that can be read in any +web browser, see the package kdeaddons-doc-html. + + -- Ben Burton , Mon, 12 May 2003 12:29:39 +1000 diff --git a/ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.docs b/ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.docs new file mode 100644 index 000000000..e845566c0 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.docs @@ -0,0 +1 @@ +README diff --git a/ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.install b/ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.install new file mode 100644 index 000000000..d4dfe6204 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.install @@ -0,0 +1,26 @@ +debian/tmp/opt/trinity/lib/trinity/kolourpicker_panelapplet.la +debian/tmp/opt/trinity/lib/trinity/kolourpicker_panelapplet.so +debian/tmp/opt/trinity/lib/trinity/ktimemon_panelapplet.la +debian/tmp/opt/trinity/lib/trinity/ktimemon_panelapplet.so +debian/tmp/opt/trinity/lib/trinity/math_panelapplet.la +debian/tmp/opt/trinity/lib/trinity/math_panelapplet.so +debian/tmp/opt/trinity/lib/trinity/mediacontrol_panelapplet.la +debian/tmp/opt/trinity/lib/trinity/mediacontrol_panelapplet.so +debian/tmp/opt/trinity/lib/trinity/kbinaryclock_panelapplet.la +debian/tmp/opt/trinity/lib/trinity/kbinaryclock_panelapplet.so +debian/tmp/opt/trinity/share/apps/kicker/applets +debian/tmp/opt/trinity/share/apps/mediacontrol +debian/tmp/opt/trinity/share/config.kcfg/kbinaryclock.kcfg +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kicker-applets/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kicker-applets/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kicker-applets/*.docbook +debian/tmp/opt/trinity/share/icons/locolor/16x16/apps/ktimemon.png +debian/tmp/opt/trinity/share/icons/locolor/32x32/apps/ktimemon.png +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/apps/ktimemon.png +debian/tmp/opt/trinity/share/icons/crystalsvg/32x32/apps/ktimemon.png +kicker-applets/kolourpicker/TODO /opt/trinity/share/doc/kicker-applets/kolourpicker +kicker-applets/mediacontrol/AUTHORS /opt/trinity/share/doc/kicker-applets/mediacontrol +kicker-applets/mediacontrol/README /opt/trinity/share/doc/kicker-applets/mediacontrol +kicker-applets/mediacontrol/TODO /opt/trinity/share/doc/kicker-applets/mediacontrol +kicker-applets/ktimemon/README /opt/trinity/share/doc/kicker-applets/ktimemon +kicker-applets/ktimemon/TODO /opt/trinity/share/doc/kicker-applets/ktimemon diff --git a/ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.lintian b/ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.lintian new file mode 100644 index 000000000..3007e3556 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kicker-applets-trinity.lintian @@ -0,0 +1,3 @@ +# Call is inserted by debhelper and is correct. +kicker-applets: postinst-has-useless-call-to-ldconfig +kicker-applets: postrm-has-useless-call-to-ldconfig diff --git a/ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.README.Debian b/ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.README.Debian new file mode 100644 index 000000000..c6986aa86 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.README.Debian @@ -0,0 +1,20 @@ +knewsticker-scripts for Debian +------------------------------ + +This package contains a variety of scripts that provide additional news +sources for KNewsTicker, the KDE news ticker applet for the KDE panel. + +Documentation for the individual scripts can be found in directory +/opt/trinity/share/doc/knewsticker-scripts/. + +The scripts themselves can be found in directory +/usr/share/apps/knewsticker/scripts/. Some of the scripts may need to be +hand-modified before they can be used, in which case the documentation +and/or the script itself will contain additional instructions. + +To specify a script as a news source, open up the KNewsTicker +configuration, select the News Sources tab and add a new source. The +source file should be the script you wish to use and the checkbox for +"The file is a program" should be checked. + + -- Ben Burton , Mon, 2 Feb 2004 20:06:43 +1100 diff --git a/ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.docs b/ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.docs new file mode 100644 index 000000000..e845566c0 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.docs @@ -0,0 +1 @@ +README diff --git a/ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.install b/ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.install new file mode 100644 index 000000000..ce04dabc0 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.install @@ -0,0 +1,9 @@ +debian/tmp/opt/trinity/share/apps/knewsticker/scripts/Generic.Newsticker.Error /opt/trinity/share/doc/knewsticker-scripts +debian/tmp/opt/trinity/share/apps/knewsticker/scripts/Readme.newsrss /opt/trinity/share/doc/knewsticker-scripts +debian/tmp/opt/trinity/share/apps/knewsticker/scripts/Readme.ErrorHandling /opt/trinity/share/doc/knewsticker-scripts +debian/tmp/opt/trinity/share/apps/knewsticker/scripts/Readme.stock /opt/trinity/share/doc/knewsticker-scripts +debian/tmp/opt/trinity/share/apps/knewsticker/scripts/bbc.pl +debian/tmp/opt/trinity/share/apps/knewsticker/scripts/fyensget.py +debian/tmp/opt/trinity/share/apps/knewsticker/scripts/newsrss.pl +debian/tmp/opt/trinity/share/apps/knewsticker/scripts/stock.pl +debian/tmp/opt/trinity/share/apps/knewsticker/scripts/sportscores.py diff --git a/ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.links b/ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.links new file mode 100644 index 000000000..d7b05a420 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/knewsticker-scripts-trinity.links @@ -0,0 +1 @@ +opt/trinity/share/doc/knewsticker-scripts/README.Debian usr/share/apps/knewsticker/scripts/README.Debian diff --git a/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.README.Debian b/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.README.Debian new file mode 100644 index 000000000..75c1d8461 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.README.Debian @@ -0,0 +1,8 @@ +Konqueror Plugins for Debian +---------------------------- + +This package provides documentation in a docbook format that the KDE +Help Centre can display. For HTML documentation that can be read in any +web browser, see the package kdeaddons-doc-html. + + -- Ben Burton , Mon, 12 May 2003 12:29:39 +1000 diff --git a/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.docs b/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.docs new file mode 100644 index 000000000..2cddc21a6 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.docs @@ -0,0 +1 @@ +konq-plugins/README diff --git a/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.install b/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.install new file mode 100644 index 000000000..e4d4e14c7 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.install @@ -0,0 +1,182 @@ +debian/tmp/etc/trinity/translaterc +debian/tmp/opt/trinity/bin/fsview +debian/tmp/opt/trinity/bin/jpegorient +debian/tmp/opt/trinity/bin/kio_media_realfolder +debian/tmp/opt/trinity/lib/trinity/konq_sidebarnews.la +debian/tmp/opt/trinity/lib/trinity/konq_sidebarnews.so +debian/tmp/opt/trinity/lib/trinity/konqsidebar_delicious.la +debian/tmp/opt/trinity/lib/trinity/konqsidebar_delicious.so +debian/tmp/opt/trinity/lib/trinity/konqsidebar_mediaplayer.la +debian/tmp/opt/trinity/lib/trinity/konqsidebar_mediaplayer.so +debian/tmp/opt/trinity/lib/trinity/konqsidebar_metabar.la +debian/tmp/opt/trinity/lib/trinity/konqsidebar_metabar.so +debian/tmp/opt/trinity/lib/trinity/libakregatorkonqfeedicon.la +debian/tmp/opt/trinity/lib/trinity/libakregatorkonqfeedicon.so +debian/tmp/opt/trinity/lib/trinity/libakregatorkonqplugin.la +debian/tmp/opt/trinity/lib/trinity/libakregatorkonqplugin.so +debian/tmp/opt/trinity/lib/trinity/libarkplugin.la +debian/tmp/opt/trinity/lib/trinity/libarkplugin.so +debian/tmp/opt/trinity/lib/trinity/libautorefresh.la +debian/tmp/opt/trinity/lib/trinity/libautorefresh.so +debian/tmp/opt/trinity/lib/trinity/libbabelfishplugin.la +debian/tmp/opt/trinity/lib/trinity/libbabelfishplugin.so +debian/tmp/opt/trinity/lib/trinity/libcrashesplugin.la +debian/tmp/opt/trinity/lib/trinity/libcrashesplugin.so +debian/tmp/opt/trinity/lib/trinity/libdirfilterplugin.la +debian/tmp/opt/trinity/lib/trinity/libdirfilterplugin.so +debian/tmp/opt/trinity/lib/trinity/librsyncplugin.la +debian/tmp/opt/trinity/lib/trinity/librsyncplugin.so +debian/tmp/opt/trinity/lib/trinity/libdomtreeviewerplugin.la +debian/tmp/opt/trinity/lib/trinity/libdomtreeviewerplugin.so +debian/tmp/opt/trinity/lib/trinity/libfsviewpart.la +debian/tmp/opt/trinity/lib/trinity/libfsviewpart.so +debian/tmp/opt/trinity/lib/trinity/libkhtmlsettingsplugin.la +debian/tmp/opt/trinity/lib/trinity/libkhtmlsettingsplugin.so +debian/tmp/opt/trinity/lib/trinity/kcm_kuick.la +debian/tmp/opt/trinity/lib/trinity/kcm_kuick.so +debian/tmp/opt/trinity/lib/trinity/libkimgallery.la +debian/tmp/opt/trinity/lib/trinity/libkimgallery.so +debian/tmp/opt/trinity/lib/trinity/libkuickplugin.la +debian/tmp/opt/trinity/lib/trinity/libkuickplugin.so +debian/tmp/opt/trinity/lib/trinity/libmfkonqmficon.la +debian/tmp/opt/trinity/lib/trinity/libmfkonqmficon.so +debian/tmp/opt/trinity/lib/trinity/libminitoolsplugin.la +debian/tmp/opt/trinity/lib/trinity/libminitoolsplugin.so +debian/tmp/opt/trinity/lib/trinity/librellinksplugin.la +debian/tmp/opt/trinity/lib/trinity/librellinksplugin.so +debian/tmp/opt/trinity/lib/trinity/libsearchbarplugin.la +debian/tmp/opt/trinity/lib/trinity/libsearchbarplugin.so +debian/tmp/opt/trinity/lib/trinity/libuachangerplugin.la +debian/tmp/opt/trinity/lib/trinity/libuachangerplugin.so +debian/tmp/opt/trinity/lib/trinity/libvalidatorsplugin.la +debian/tmp/opt/trinity/lib/trinity/libvalidatorsplugin.so +debian/tmp/opt/trinity/lib/trinity/libwebarchiverplugin.la +debian/tmp/opt/trinity/lib/trinity/libwebarchiverplugin.so +debian/tmp/opt/trinity/lib/trinity/webarchivethumbnail.la +debian/tmp/opt/trinity/lib/trinity/webarchivethumbnail.so +debian/tmp/opt/trinity/share/applnk/.hidden/arkplugin.desktop +debian/tmp/opt/trinity/share/applnk/.hidden/kcmkuick.desktop +debian/tmp/opt/trinity/share/applnk/.hidden/kuickplugin.desktop +debian/tmp/opt/trinity/share/applnk/.hidden/mediaplayerplugin.desktop +debian/tmp/opt/trinity/share/applnk/.hidden/crashesplugin.desktop +debian/tmp/opt/trinity/share/applnk/.hidden/dirfilterplugin.desktop +debian/tmp/opt/trinity/share/applnk/.hidden/rsyncplugin.desktop +debian/tmp/opt/trinity/share/applnk/.hidden/fsview.desktop +debian/tmp/opt/trinity/share/applnk/.hidden/khtmlsettingsplugin.desktop +debian/tmp/opt/trinity/share/applnk/.hidden/kimgalleryplugin.desktop +debian/tmp/opt/trinity/share/applnk/.hidden/plugin_babelfish.desktop +debian/tmp/opt/trinity/share/applnk/.hidden/plugin_domtreeviewer.desktop +debian/tmp/opt/trinity/share/applnk/.hidden/plugin_validators.desktop +debian/tmp/opt/trinity/share/applnk/.hidden/plugin_webarchiver.desktop +debian/tmp/opt/trinity/share/applnk/.hidden/uachangerplugin.desktop +debian/tmp/opt/trinity/share/apps/akregator +debian/tmp/opt/trinity/share/apps/domtreeviewer +debian/tmp/opt/trinity/share/apps/fsview +debian/tmp/opt/trinity/share/apps/imagerotation/orient.py +debian/tmp/opt/trinity/share/apps/imagerotation/exif.py +debian/tmp/opt/trinity/share/apps/khtml/kpartplugins +debian/tmp/opt/trinity/share/apps/konqiconview +debian/tmp/opt/trinity/share/apps/konqlistview +debian/tmp/opt/trinity/share/apps/konqsidebartng +debian/tmp/opt/trinity/share/apps/konqueror/icons +debian/tmp/opt/trinity/share/apps/konqueror/kpartplugins +debian/tmp/opt/trinity/share/apps/konqueror/servicemenus +debian/tmp/opt/trinity/share/apps/metabar/iconsrc +debian/tmp/opt/trinity/share/apps/metabar/themes/default/default.css +debian/tmp/opt/trinity/share/apps/metabar/themes/default/layout.html +debian/tmp/opt/trinity/share/apps/microformat/pics/microformat.png +debian/tmp/opt/trinity/share/config.kcfg/konq_sidebarnews.kcfg +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/babel/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/babel/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/babel/index.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/crashes/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/crashes/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/crashes/index.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/dirfilter/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/dirfilter/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/dirfilter/index.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/domtreeviewer/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/domtreeviewer/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/domtreeviewer/index.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/fsview/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/fsview/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/fsview/index.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/imgallery/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/imgallery/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/imgallery/index.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/imgallery/*.png +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/index.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/khtmlsettings/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/khtmlsettings/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/khtmlsettings/index.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/kuick/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/kuick/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/kuick/index.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/mediaplayer/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/mediaplayer/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/mediaplayer/index.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/uachanger/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/uachanger/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/uachanger/index.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/validators/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/validators/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/validators/index.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/webarchiver/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/webarchiver/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/konq-plugins/webarchiver/index.docbook +debian/tmp/opt/trinity/share/icons/locolor/16x16/apps/autorefresh.png +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/actions/babelfish.png +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/actions/cssvalidator.png +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/actions/domtreeviewer.png +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/actions/htmlvalidator.png +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/actions/imagegallery.png +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/actions/remotesync.png +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/actions/remotesyncconfig.png +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/actions/minitools.png +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/actions/validators.png +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/actions/webarchiver.png +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/apps/konqsidebar_delicious.png +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/apps/konqsidebar_mediaplayer.png +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/apps/konqsidebar_news.png +debian/tmp/opt/trinity/share/icons/crystalsvg/22x22/actions/babelfish.png +debian/tmp/opt/trinity/share/icons/crystalsvg/22x22/actions/cssvalidator.png +debian/tmp/opt/trinity/share/icons/crystalsvg/22x22/actions/domtreeviewer.png +debian/tmp/opt/trinity/share/icons/crystalsvg/22x22/actions/htmlvalidator.png +debian/tmp/opt/trinity/share/icons/crystalsvg/22x22/actions/imagegallery.png +debian/tmp/opt/trinity/share/icons/crystalsvg/22x22/actions/remotesync.png +debian/tmp/opt/trinity/share/icons/crystalsvg/22x22/actions/remotesyncconfig.png +debian/tmp/opt/trinity/share/icons/crystalsvg/22x22/actions/minitools.png +debian/tmp/opt/trinity/share/icons/crystalsvg/22x22/actions/validators.png +debian/tmp/opt/trinity/share/icons/crystalsvg/22x22/actions/webarchiver.png +debian/tmp/opt/trinity/share/icons/crystalsvg/22x22/apps/konqsidebar_mediaplayer.png +debian/tmp/opt/trinity/share/icons/crystalsvg/32x32/actions/minitools.png +debian/tmp/opt/trinity/share/icons/crystalsvg/32x32/apps/konqsidebar_mediaplayer.png +debian/tmp/opt/trinity/share/icons/crystalsvg/48x48/actions/minitools.png +debian/tmp/opt/trinity/share/icons/crystalsvg/48x48/apps/konqsidebar_mediaplayer.png +debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/metabar.png +debian/tmp/opt/trinity/share/icons/hicolor/22x22/apps/fsview.png +debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/fsview.png +debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/metabar.png +debian/tmp/opt/trinity/share/icons/hicolor/48x48/apps/metabar.png +debian/tmp/opt/trinity/share/icons/hicolor/64x64/apps/metabar.png +debian/tmp/opt/trinity/share/icons/hicolor/scalable/apps/metabar.svgz +debian/tmp/opt/trinity/share/icons/hicolor/128x128/apps/metabar.png +debian/tmp/opt/trinity/share/icons/locolor/32x32/apps/konqsidebar_mediaplayer.png +debian/tmp/opt/trinity/share/services/akregator_konqplugin.desktop +debian/tmp/opt/trinity/share/services/ark_plugin.desktop +debian/tmp/opt/trinity/share/services/fsview_part.desktop +debian/tmp/opt/trinity/share/services/kuick_plugin.desktop +debian/tmp/opt/trinity/share/services/webarchivethumbnail.desktop +debian/icons/fsview.xpm /opt/trinity/share/pixmaps +konq-plugins/fsview/README /opt/trinity/share/doc/konq-plugins/fsview +konq-plugins/rellinks/AUTHORS /opt/trinity/share/doc/konq-plugins/rellinks +konq-plugins/rellinks/ChangeLog /opt/trinity/share/doc/konq-plugins/rellinks +konq-plugins/rellinks/README /opt/trinity/share/doc/konq-plugins/rellinks +konq-plugins/rellinks/TODO /opt/trinity/share/doc/konq-plugins/rellinks +konq-plugins/sidebar/mediaplayer/AUTHORS /opt/trinity/share/doc/konq-plugins/sidebar-mediaplayer +konq-plugins/sidebar/newsticker/README /opt/trinity/share/doc/konq-plugins/sidebar-newsticker + +debian/tmp/opt/trinity/lib/trinity/libadblock.la +debian/tmp/opt/trinity/lib/trinity/libadblock.so diff --git a/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.manpages b/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.manpages new file mode 100644 index 000000000..b33b9ee5a --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.manpages @@ -0,0 +1,4 @@ +debian/man/exif-trinity.py.1 +debian/man/fsview-trinity.1 +debian/man/jpegorient-trinity.1 +debian/man/orient-trinity.py.1 diff --git a/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.menu b/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.menu new file mode 100644 index 000000000..0a87e945c --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/konq-plugins-trinity.menu @@ -0,0 +1,7 @@ +?package(konq-plugins):needs="X11"\ + section="Applications/System/Monitoring"\ + hints="KDE"\ + title="FSView"\ + longtitle="FSView (Graphical Disk Usage / Filesystem Viewer)"\ + command="/opt/trinity/bin/fsview"\ + icon="/opt/trinity/share/pixmaps/fsview.xpm" diff --git a/ubuntu/maverick/tdeaddons/debian/kontact-plugins-trinity.install b/ubuntu/maverick/tdeaddons/debian/kontact-plugins-trinity.install new file mode 100644 index 000000000..3571c1d1d --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/kontact-plugins-trinity.install @@ -0,0 +1,6 @@ +debian/tmp/opt/trinity/lib/trinity/kcm_kontactknt.so +debian/tmp/opt/trinity/lib/trinity/kcm_kontactknt.la +debian/tmp/opt/trinity/lib/trinity/libkontact_newstickerplugin.so +debian/tmp/opt/trinity/lib/trinity/libkontact_newstickerplugin.la +debian/tmp/opt/trinity/share/services/kcmkontactknt.desktop +debian/tmp/opt/trinity/share/services/kontact diff --git a/ubuntu/maverick/tdeaddons/debian/ksig-trinity.README.Debian b/ubuntu/maverick/tdeaddons/debian/ksig-trinity.README.Debian new file mode 100644 index 000000000..0d97c94db --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/ksig-trinity.README.Debian @@ -0,0 +1,19 @@ +KSig for Debian +--------------- + +To use KSig to generate automatic signatures in KMail, perform the +following steps. + +- Set up your list of signatures in KSig. +- In KMail, go to Settings / Configure KMail. +- Click on the Identities tab and choose an identity to modify. +- When modifying the identity, click on the Signature tab. +- Check "Enable signature". +- In the "Obtain signature text from:" list, select "Output of Command". +- In the "Specify command:" area, type either "ksig --random" or + "ksig --daily". + +Now whenever you are using that identity, all of your new mails will +have signatures generated automatically by KSig. + + -- Ben Burton , Wed, 4 Feb 2004 07:56:56 +1100 diff --git a/ubuntu/maverick/tdeaddons/debian/ksig-trinity.install b/ubuntu/maverick/tdeaddons/debian/ksig-trinity.install new file mode 100644 index 000000000..07161eff5 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/ksig-trinity.install @@ -0,0 +1,10 @@ +debian/tmp/opt/trinity/bin/ksig +debian/tmp/opt/trinity/share/applications/kde/ksig.desktop +debian/tmp/opt/trinity/share/apps/ksig/ksigui.rc +debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/ksig.png +debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/ksig.png +debian/icons/ksig.xpm /opt/trinity/share/pixmaps +debian/tmp/opt/trinity/share/doc/kde/HTML/en/ksig/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/ksig/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/ksig/index.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/ksig/screenshot.png diff --git a/ubuntu/maverick/tdeaddons/debian/ksig-trinity.manpages b/ubuntu/maverick/tdeaddons/debian/ksig-trinity.manpages new file mode 100644 index 000000000..2b3ef735d --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/ksig-trinity.manpages @@ -0,0 +1 @@ +debian/man/ksig-trinity.1 diff --git a/ubuntu/maverick/tdeaddons/debian/ksig-trinity.menu b/ubuntu/maverick/tdeaddons/debian/ksig-trinity.menu new file mode 100644 index 000000000..1b9cf2f16 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/ksig-trinity.menu @@ -0,0 +1,7 @@ +?package(ksig):needs="X11"\ + section="Applications/Network/Communication"\ + hints="KDE"\ + title="KSig"\ + longtitle="KSig (Signature Editor)"\ + command="/opt/trinity/bin/ksig"\ + icon="/opt/trinity/share/pixmaps/ksig.xpm" diff --git a/ubuntu/maverick/tdeaddons/debian/man/atlantikdesigner-trinity.1 b/ubuntu/maverick/tdeaddons/debian/man/atlantikdesigner-trinity.1 new file mode 100644 index 000000000..c345fcf5b --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/man/atlantikdesigner-trinity.1 @@ -0,0 +1,42 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH ATLANTIKDESIGNER 1 "October 14, 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +atlantikdesigner \- game board designer for Atlantik +.SH SYNOPSIS +.B atlantikdesigner +.RI "[ " generic-options " ]" +.SH DESCRIPTION +\fBAtlantik Designer\fP is a game board designer for Atlantik. +.PP +Atlantik is a KDE client for playing Monopoly-like board games on the +monopd network. It can play any board supported by the network +server, including the classic Monopoly game as well as the Atlantik +game in which the properties include several major cities in North +America and Europe. +.PP +This application is part of the official KDE add-ons module. +.SH OPTIONS +For a full summary of options, run \fIatlantikdesigner \-\-help\fP. +.SH SEE ALSO +.BR atlantik (6). +.SH AUTHOR +Atlantik Designer was written by Jason Katz-Brown +and Rob Kaper . +.br +This manual page was prepared by Ben Burton +for the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/maverick/tdeaddons/debian/man/exif-trinity.py.1 b/ubuntu/maverick/tdeaddons/debian/man/exif-trinity.py.1 new file mode 100644 index 000000000..c71467605 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/man/exif-trinity.py.1 @@ -0,0 +1,44 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH EXIF.PY 1 "February 4, 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +exif.py \- extract EXIF information from digital camera image files +.SH SYNOPSIS +.B exif.py +\fIimage-file\fP ... +.SH DESCRIPTION +This is a Python library for extracting EXIF tags from digital camera +image files. It contains a command-line testing and debugging interface, +which reads EXIF tags from the given files and dumps them to the +console. +.PP +This library is provided with the image conversion and transformation +plugins for Konqueror. The JPEG rotation/reflection tool \fBjpegorient\fP, +part of the same set of plugins, makes use of this library. +.PP +This utility is part of the official KDE add-ons module. +.SH SEE ALSO +.BR jpegorient (1), +.BR konqueror (1), +.BR orient.py (1). +.SH AUTHOR +The EXIF extraction library was written by Thierry Bousch +, Gene Cash and +Leif Jensen . +.br +This manual page was prepared by Ben Burton +for the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/maverick/tdeaddons/debian/man/fsview-trinity.1 b/ubuntu/maverick/tdeaddons/debian/man/fsview-trinity.1 new file mode 100644 index 000000000..cbc9afc03 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/man/fsview-trinity.1 @@ -0,0 +1,52 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH FSVIEW 1 "February 4, 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +fsview \- a filesystem viewer that graphically shows disk usage +.SH SYNOPSIS +.B fsview +.RI "[ " generic-options " ]" +[ \fIfolder\fP ] +.SH DESCRIPTION +\fBFSView\fP is a tool for showing disc utilization in a graphical form, much +like the UNIX command 'du'. The visualisation type chosen is a +treemap. Each directory is represented by a rectangle whose area is +proportional to its size. Each directory rectangle contains smaller +rectangles for its contents, and so on down. +.PP +FSView is provided both as a Konqueror plugin for viewing directories, +and as a standalone executable. +.PP +This application is part of the official KDE add-ons module. +.SH OPTIONS +Below are the fsview-specific options. +For a full summary of options, run \fIfsview \-\-help\fP. +.TP +\fIfolder\fP +View the filesystem starting from this folder. +.SH SEE ALSO +.BR du (1), +.BR kdirstat (1), +.BR konqueror (1). +.PP +For a full featured graphical 'du', see KDirStat. It's quite similar +to FSView, but allows for lot of cleanup actions. +.SH AUTHOR +FSView was written by Josef Weidendorfer . +.br +This manual page was prepared by Ben Burton +for the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/maverick/tdeaddons/debian/man/jpegorient-trinity.1 b/ubuntu/maverick/tdeaddons/debian/man/jpegorient-trinity.1 new file mode 100644 index 000000000..0b01d63f6 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/man/jpegorient-trinity.1 @@ -0,0 +1,68 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH JPEGORIENT 1 "October 13, 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +jpegorient \- change the orientations of JPEG images +.SH SYNOPSIS +.B jpegorient +{ \fB\-90\fP | \fB\-180\fP | \fB\-270\fP | \fB\-v\fP | \fB\-h\fP } +\fIimage-file\fP ... +.SH DESCRIPTION +This is a simple utility for changing the orientations of one or more +JPEG images. +It is provided as part of the image conversion and transformation +plugins for Konqueror. +.PP +A single option must be passed before any filenames to specify how the +orientations of the images are to be changed. Each new image will be +saved over the old one. +.PP +This utility makes use of +.BR orient.py (1), +which is designed to work with certain types of digital camera image +files. Instead of modifying the image data, it alters the EXIF +tags stored with the image to reflect the new orientation. For this +reason only images with the correct types of EXIF tags can be changed +using this tool. +.PP +This utility is part of the official KDE add-ons module. +.SH OPTIONS +.TP +\fB\-90\fP +Rotate each image by 90 degrees clockwise. +.TP +\fB\-180\fP +Rotate each image by a half turn (i.e., 180 degrees). +.TP +\fB\-270\fP +Rotate each image by 270 degrees clockwise (i.e., 90 degrees counter-clockwise). +.TP +\fB\-v\fP +Flip each image vertically. +.TP +\fB\-h\fP +Flip each image horizontally. +.SH SEE ALSO +.BR exif.py (1), +.BR konqueror (1), +.BR orient.py (1). +.SH AUTHOR +The image transformation plugins were written by +Leif Jensen . +.br +This manual page was prepared by Ben Burton +for the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/maverick/tdeaddons/debian/man/ksig-trinity.1 b/ubuntu/maverick/tdeaddons/debian/man/ksig-trinity.1 new file mode 100644 index 000000000..d88a9907b --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/man/ksig-trinity.1 @@ -0,0 +1,59 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH KSIG 1 "February 4, 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +ksig \- a graphical tool for managing multiple email signatures +.SH SYNOPSIS +.B ksig +.RI "[ " generic-options " ]" +[ \fB\-\-random\fP | \fB\-\-daily\fP ] +.SH DESCRIPTION +\fBKSig\fP is a graphical tool for keeping track of many different email +signatures. The signatures themselves can be edited through KSig's +graphical user interface. This is done by starting KSig in the usual way +through the menus, or by running KSig without either of the special +options \-\-random or \-\-daily. +.PP +A direct command-line interface is then available for generating random +or daily signatures from this list. This is achieved by running KSig +with one of the options \-\-random or \-\-daily, both of which are +described below. +.PP +The command-line interface makes a suitable plugin for generating +signatures in external mail clients such as KMail. See +\fI/opt/trinity/share/doc/ksig/README.Debian\fP for details on how this can be +done. +.PP +This application is part of the official KDE add-ons module. +.SH OPTIONS +Below are the ksig-specific options. +For a full summary of options, run \fIksig \-\-help\fP. +.TP +\fB\-\-random\fP +Write a random signature from the list to the console. +.TP +\fB\-\-daily\fP +Write a signature for the day to the console. The signature will change +from day to day, but multiple calls on the same day will always return +the same signature. +.SH SEE ALSO +.BR kmail (1). +.SH AUTHOR +KSig was written by Scott Wheeler . +.br +This manual page was prepared by Ben Burton +for the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/maverick/tdeaddons/debian/man/lnkforward-trinity.1 b/ubuntu/maverick/tdeaddons/debian/man/lnkforward-trinity.1 new file mode 100644 index 000000000..ea3010dd8 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/man/lnkforward-trinity.1 @@ -0,0 +1,60 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH LNKFORWARD 1 "October 23, 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +lnkforward \- open an URL in a Windows .lnk file under KDE +.SH SYNOPSIS +.B lnkforward +[ \fIgeneric-options\fP ] +[ \fB\-\-map\fP \fIdrive\fP=\fIpath\fP ... ] +\fIURL\fP +.SH DESCRIPTION +\fBlnkforward\fP examines a Windows .lnk file, determines its target and +then opens this target file. In deciding how to open the target file, +the usual KDE file associations will be used. +.PP +The given URL must include a protocol. Specifically, if it is simply a +file on the local filesystem, it must be given in the form +\fIfile:/path/to/file.lnk\fP. +.PP +Drive mappings must be supplied (via \-\-map) for any Windows drive +referred to in the .lnk file. See the OPTIONS section below for details. +.PP +This utility is used by the .lnk kfile plugin, and is +part of the official KDE add-ons module. +.SH OPTIONS +Below are the lnkforward-specific options. +For a full summary of options, run \fIlnkforward \-\-help\fP. +.TP +\fB\-\-map\fP \fIdrive\fP=\fIpath\fP +Map the given Windows drive to the given path on the local filesystem +(generally its mount point). +This option may be passed multiple times. +.SH EXAMPLE +Suppose that the Windows file \fIc:\\readme.txt.lnk\fP is a link to +\fId:\\foo\\bar.txt\fP. Then the following command will open the file +\fI/mnt/data/foo/bar.txt\fP in the usual KDE text editor: +.PP +.RS +\fIprompt$\fP +lnkforward \-\-map c=/mnt/windows \-\-map d=/mnt/data /mnt/windows/readme.lnk +.RE +.SH AUTHOR +This utility was written by Martin Koller . +.br +This manual page was prepared by Ben Burton +for the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/maverick/tdeaddons/debian/man/noatunsynaescope-trinity.bin.1 b/ubuntu/maverick/tdeaddons/debian/man/noatunsynaescope-trinity.bin.1 new file mode 100644 index 000000000..14d164ea1 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/man/noatunsynaescope-trinity.bin.1 @@ -0,0 +1,38 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH NOATUNSYNAESCOPE.BIN 1 "January 31, 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +noatunsynaescope.bin \- start the Synaescope visualisation plugin for Noatun +.SH SYNOPSIS +.B noatunsynaescope.bin +.SH DESCRIPTION +This program starts the Synaescope visualisation plugin for Noatun, the audio +and video media player for KDE. +.PP +This program is for Noatun's internal use and should \fBnot\fP be run +directly. To start the plugin, run Noatun and select Plugins from the +configuration dialog. +.PP +This plugin is part of the KDE addons module. +.SH SEE ALSO +.BR noatun (1). +.SH AUTHOR +The Synaescope plugin was written by Charles Samuels , +Paul Francis Harrison et al. +.br +This manual page was prepared by Ben Burton +for the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/maverick/tdeaddons/debian/man/noatuntippecanoe-trinity.bin.1 b/ubuntu/maverick/tdeaddons/debian/man/noatuntippecanoe-trinity.bin.1 new file mode 100644 index 000000000..7e128d0e1 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/man/noatuntippecanoe-trinity.bin.1 @@ -0,0 +1,39 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH NOATUNTIPPECANOE.BIN 1 "January 31, 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +noatuntippecanoe.bin \- start the Tippecanoe visualisation plugin for Noatun +.SH SYNOPSIS +.B noatuntippecanoe.bin +.SH DESCRIPTION +This program starts the Tippecanoe visualisation plugin for Noatun, the audio +and video media player for KDE. +.PP +This program is for Noatun's internal use and should \fBnot\fP be run +directly. To start the plugin, run Noatun and select Plugins from the +configuration dialog. +.PP +This plugin is part of the KDE addons module. +.SH SEE ALSO +.BR noatun (1). +.SH AUTHOR +The Tippecanoe plugin was written by Neil Stevens , +Charles Samuels and +Paul Francis Harrison . +.br +This manual page was prepared by Ben Burton +for the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/maverick/tdeaddons/debian/man/noatuntyler-trinity.bin.1 b/ubuntu/maverick/tdeaddons/debian/man/noatuntyler-trinity.bin.1 new file mode 100644 index 000000000..4fd35e452 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/man/noatuntyler-trinity.bin.1 @@ -0,0 +1,39 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH NOATUNTYLER.BIN 1 "January 31, 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +noatuntyler.bin \- start the Tyler visualisation plugin for Noatun +.SH SYNOPSIS +.B noatuntyler.bin +.SH DESCRIPTION +This program starts the Tyler visualisation plugin for Noatun, the audio +and video media player for KDE. +.PP +This program is for Noatun's internal use and should \fBnot\fP be run +directly. To start the plugin, run Noatun and select Plugins from the +configuration dialog. +.PP +This plugin is part of the KDE addons module. +.SH SEE ALSO +.BR noatun (1). +.SH AUTHOR +The Tyler plugin was written by Neil Stevens , +Julien Carme , Charles Samuels +and Mitja Horvat . +.br +This manual page was prepared by Ben Burton +for the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/maverick/tdeaddons/debian/man/orient-trinity.py.1 b/ubuntu/maverick/tdeaddons/debian/man/orient-trinity.py.1 new file mode 100644 index 000000000..cbdeab853 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/man/orient-trinity.py.1 @@ -0,0 +1,88 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH ORIENT.PY 1 "October 13, 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +orient.py \- change the orientation of a digital camera image file +.SH SYNOPSIS +.B orient.py +.I image-file +.br +.B orient.py +[1-8] +.I image-file +.SH DESCRIPTION +This is a small script for changing the orientation of certain types +of digital camera image files. The image data is not modified, but +rather the EXIF tags stored with the image are altered to reflect the +new orientation. For this reason only images with the correct types of +EXIF tags can be changed using this script. +.PP +When called with with a numeric argument from 1 to 8, the orientation +will be changed as described in the options section below. When called +with only a filename, the current orientation will be written to the +console (also as a number from 1 to 8). +.PP +If the image contains no EXIF information or if the EXIF information is not +of the correct type, an error will be displayed and this script will +exit immediately. +.PP +This script is provided with the image conversion and transformation +plugins for Konqueror. For a more general-purpose JPEG rotation/reflection +tool, see +.BR jpegorient (1) +which is also a part of this same set of plugins. +.PP +This utility is part of the official KDE add-ons module. +.SH OPTIONS +The possible orientations are represented by the numbers 1 to 8 as +follows. +.TP +.B 1 +No change of orientation. +.TP +.B 2 +Flip horizontally. +.TP +.B 3 +Rotate by a half turn (i.e., 180 degrees). +.TP +.B 4 +Flip vertically. +.TP +.B 5 +Transpose image (i.e., reflect across the upper-left to lower-right +diagonal axis). +.TP +.B 6 +Rotate by 90 degrees clockwise. +.TP +.B 7 +Transverse transpose image (i.e., reflect across the upper-right to +lower-left diagonal axis). +.TP +.B 8 +Rotate by 270 degrees clockwise (i.e., 90 degrees counter-clockwise). +.SH SEE ALSO +.BR exif.py (1), +.BR jpegorient (1), +.BR konqueror (1). +.SH AUTHOR +The image transformation plugins were written by +Leif Jensen . +.br +This manual page was prepared by Ben Burton +for the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/maverick/tdeaddons/debian/noatun-plugins-trinity.docs b/ubuntu/maverick/tdeaddons/debian/noatun-plugins-trinity.docs new file mode 100644 index 000000000..e845566c0 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/noatun-plugins-trinity.docs @@ -0,0 +1 @@ +README diff --git a/ubuntu/maverick/tdeaddons/debian/noatun-plugins-trinity.install b/ubuntu/maverick/tdeaddons/debian/noatun-plugins-trinity.install new file mode 100644 index 000000000..843bdf15c --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/noatun-plugins-trinity.install @@ -0,0 +1,63 @@ +debian/tmp/opt/trinity/bin/noatunsynaescope.bin +debian/tmp/opt/trinity/bin/noatuntippecanoe.bin +debian/tmp/opt/trinity/bin/noatuntyler.bin +debian/tmp/opt/trinity/lib/trinity/noatunalsaplayer.la +debian/tmp/opt/trinity/lib/trinity/noatunalsaplayer.so +debian/tmp/opt/trinity/lib/trinity/noatunblurscope.la +debian/tmp/opt/trinity/lib/trinity/noatunblurscope.so +debian/tmp/opt/trinity/lib/trinity/noatuncharlatan.la +debian/tmp/opt/trinity/lib/trinity/noatuncharlatan.so +debian/tmp/opt/trinity/lib/trinity/noatundub.la +debian/tmp/opt/trinity/lib/trinity/noatundub.so +debian/tmp/opt/trinity/lib/trinity/noatun_ffrs.la +debian/tmp/opt/trinity/lib/trinity/noatun_ffrs.so +debian/tmp/opt/trinity/lib/trinity/noatunluckytag.la +debian/tmp/opt/trinity/lib/trinity/noatunluckytag.so +debian/tmp/opt/trinity/lib/trinity/noatunlyrics.la +debian/tmp/opt/trinity/lib/trinity/noatunlyrics.so +debian/tmp/opt/trinity/lib/trinity/noatunmadness.la +debian/tmp/opt/trinity/lib/trinity/noatunmadness.so +debian/tmp/opt/trinity/lib/trinity/noatun_oblique.la +debian/tmp/opt/trinity/lib/trinity/noatun_oblique.so +debian/tmp/opt/trinity/lib/trinity/noatunpitchablespeed.la +debian/tmp/opt/trinity/lib/trinity/noatunpitchablespeed.so +debian/tmp/opt/trinity/lib/trinity/noatunsynaescope.la +debian/tmp/opt/trinity/lib/trinity/noatunsynaescope.so +debian/tmp/opt/trinity/lib/trinity/noatuntippecanoe.la +debian/tmp/opt/trinity/lib/trinity/noatuntippecanoe.so +debian/tmp/opt/trinity/lib/trinity/noatuntyler.la +debian/tmp/opt/trinity/lib/trinity/noatuntyler.so +debian/tmp/opt/trinity/lib/trinity/noatunwakeup.la +debian/tmp/opt/trinity/lib/trinity/noatunwakeup.so +debian/tmp/opt/trinity/lib/trinity/noatunwavecapture.la +debian/tmp/opt/trinity/lib/trinity/noatunwavecapture.so +debian/tmp/opt/trinity/share/apps/noatun/alsaplayerui.plugin +debian/tmp/opt/trinity/share/apps/noatun/blurscope.plugin +debian/tmp/opt/trinity/share/apps/noatun/charlatanui.plugin +debian/tmp/opt/trinity/share/apps/noatun/dub.plugin +debian/tmp/opt/trinity/share/apps/noatun/ffrs.plugin +debian/tmp/opt/trinity/share/apps/noatun/luckytag.plugin +debian/tmp/opt/trinity/share/apps/noatun/lyrics.plugin +debian/tmp/opt/trinity/share/apps/noatun/lyricsui.rc +debian/tmp/opt/trinity/share/apps/noatun/madness.plugin +debian/tmp/opt/trinity/share/apps/noatun/obliqueui.rc +debian/tmp/opt/trinity/share/apps/noatun/oblique.plugin +debian/tmp/opt/trinity/share/apps/noatun/oblique/schemas/standard +debian/tmp/opt/trinity/share/apps/noatun/pitchablespeed.plugin +debian/tmp/opt/trinity/share/apps/noatun/synaescope.plugin +debian/tmp/opt/trinity/share/apps/noatun/tippecanoe.plugin +debian/tmp/opt/trinity/share/apps/noatun/tyler.plugin +debian/tmp/opt/trinity/share/apps/noatun/tylerstates +debian/tmp/opt/trinity/share/apps/noatun/wakeup.plugin +debian/tmp/opt/trinity/share/apps/noatun/wavecapture.plugin +debian/tmp/opt/trinity/share/icons/crystalsvg/16x16/apps/synaescope.png +noatun-plugins/dub/AUTHORS /opt/trinity/share/doc/noatun-plugins/dub +noatun-plugins/dub/BUGS /opt/trinity/share/doc/noatun-plugins/dub +noatun-plugins/dub/ChangeLog /opt/trinity/share/doc/noatun-plugins/dub +noatun-plugins/dub/design.txt /opt/trinity/share/doc/noatun-plugins/dub +noatun-plugins/dub/NEWS /opt/trinity/share/doc/noatun-plugins/dub +noatun-plugins/dub/README /opt/trinity/share/doc/noatun-plugins/dub +noatun-plugins/dub/TODO /opt/trinity/share/doc/noatun-plugins/dub +noatun-plugins/lyrics/TODO /opt/trinity/share/doc/noatun-plugins/lyrics +noatun-plugins/tyler/AUTHORS /opt/trinity/share/doc/noatun-plugins/tyler +noatun-plugins/tyler/README /opt/trinity/share/doc/noatun-plugins/tyler diff --git a/ubuntu/maverick/tdeaddons/debian/noatun-plugins-trinity.manpages b/ubuntu/maverick/tdeaddons/debian/noatun-plugins-trinity.manpages new file mode 100644 index 000000000..76a3fc35b --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/noatun-plugins-trinity.manpages @@ -0,0 +1,3 @@ +debian/man/noatunsynaescope-trinity.bin.1 +debian/man/noatuntippecanoe-trinity.bin.1 +debian/man/noatuntyler-trinity.bin.1 diff --git a/ubuntu/maverick/tdeaddons/debian/patches/common/04_am_maintainer_mode.diff b/ubuntu/maverick/tdeaddons/debian/patches/common/04_am_maintainer_mode.diff new file mode 100644 index 000000000..391a80285 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/patches/common/04_am_maintainer_mode.diff @@ -0,0 +1,11 @@ +--- a/admin/configure.in.min ++++ b/admin/configure.in.min +@@ -38,6 +38,8 @@ + dnl Automake doc recommends to do this only here. (Janos) + AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs + ++AM_MAINTAINER_MODE ++ + KDE_SET_PREFIX + + dnl generate the config header diff --git a/ubuntu/maverick/tdeaddons/debian/patches/common/06_disable_no_undefined.diff b/ubuntu/maverick/tdeaddons/debian/patches/common/06_disable_no_undefined.diff new file mode 100644 index 000000000..05c932c3c --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/patches/common/06_disable_no_undefined.diff @@ -0,0 +1,18 @@ +--- a/admin/acinclude.m4.in ++++ b/admin/acinclude.m4.in +@@ -1689,15 +1689,6 @@ + KDE_USE_CLOSURE_TRUE="#" + KDE_USE_CLOSURE_FALSE="" + KDE_NO_UNDEFINED="" +- case $host in +- *-*-linux-gnu) +- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined], +- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined], +- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"], +- [KDE_NO_UNDEFINED=""])], +- [KDE_NO_UNDEFINED=""]) +- ;; +- esac + fi + AC_SUBST(KDE_USE_CLOSURE_TRUE) + AC_SUBST(KDE_USE_CLOSURE_FALSE) diff --git a/ubuntu/maverick/tdeaddons/debian/patches/common/kubuntu_01_kdepot.diff b/ubuntu/maverick/tdeaddons/debian/patches/common/kubuntu_01_kdepot.diff new file mode 100644 index 000000000..0caf5361a --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/patches/common/kubuntu_01_kdepot.diff @@ -0,0 +1,26 @@ +--- kde/admin/cvs.sh 2005-11-26 02:42:02.000000000 +0000 ++++ kde/admin/cvs.sh 2005-11-26 02:42:26.000000000 +0000 +@@ -537,6 +537,8 @@ + if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi + export EXTRACTRC PREPARETIPS + ++kdepotpath=/opt/trinity/include/kde/kde.pot ++ + for subdir in $dirs; do + test -z "$VERBOSE" || echo "Making messages in $subdir" + (cd $subdir +@@ -554,10 +556,10 @@ + fi + perl -e '$mes=0; while () { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile + +- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot +- if ! test -f $kdepotpath; then +- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot +- fi ++# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot ++# if ! test -f $kdepotpath; then ++# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot ++# fi + + $MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \ + XGETTEXT="${XGETTEXT:-xgettext} --foreign-user -C -ci18n -ki18n -ktr2i18n -kI18N_NOOP -kI18N_NOOP2 -kaliasLocale -x $kdepotpath" messages diff --git a/ubuntu/maverick/tdeaddons/debian/rules b/ubuntu/maverick/tdeaddons/debian/rules new file mode 100755 index 000000000..8e11cd8a6 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/rules @@ -0,0 +1,43 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include debian/cdbs/debian-qt-kde.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde +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) + +DEB_CONFIGURE_EXTRA_FLAGS := --without-xmms --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --mandir=/opt/trinity/share/man + +DEB_DH_STRIP_ARGS := --dbg-package=kdeaddons-trinity-dbg + +DOC_HTML_PRUNE := konq-plugins-trinity/smbmounter + +binary-install/konq-plugins-trinity:: + mkdir -p debian/konq-plugins-trinity/opt/trinity/share/ +# mv -f debian/konq-plugins-trinity/opt/trinity/share/man debian/konq-plugins-trinity/opt/trinity/share/ +# rm -rf debian/konq-plugins-trinity/opt/trinity/share/man +# mv -f debian/konq-plugins-trinity/opt/trinity/share/man/py/man1/exif.1 \ +# debian/konq-plugins-trinity/opt/trinity/share/man/man1/exif.py.1; \ +# mv -f debian/konq-plugins-trinity/opt/trinity/share/man/py/man1/orient.1 \ +# debian/konq-plugins-trinity/opt/trinity/share/man/man1/orient.py.1; \ +# rm -rf debian/konq-plugins-trinity/opt/trinity/share/man/py; + +binary-install/kdeaddons-kfile-plugins-trinity:: + install -p -D -m644 renamedlgplugins/README \ + debian/kdeaddons-kfile-plugins-trinity/opt/trinity/share/doc/kdeaddons-kfile-plugins/README.renamedlgplugins + +binary-install/knewsticker-scripts-trinity:: + chmod 755 debian/knewsticker-scripts-trinity/opt/trinity/share/apps/knewsticker/scripts/*.pl + chmod 755 debian/knewsticker-scripts-trinity/opt/trinity/share/apps/knewsticker/scripts/*.py + +binary-install/kate-plugins-trinity:: + chmod 755 debian/kate-plugins-trinity/opt/trinity/share/apps/kate/scripts/html-tidy.sh + +install/konq-plugins-trinity:: + rm -f debian/tmp/opt/trinity/share/apps/konqueror/servicemenus/media_realfolder.desktop diff --git a/ubuntu/maverick/tdeaddons/debian/source.lintian-overrides b/ubuntu/maverick/tdeaddons/debian/source.lintian-overrides new file mode 100644 index 000000000..842c39ad3 --- /dev/null +++ b/ubuntu/maverick/tdeaddons/debian/source.lintian-overrides @@ -0,0 +1,2 @@ +cvsignore-file-in-source +source-contains-CVS-dir -- cgit v1.2.3