summaryrefslogtreecommitdiffstats
path: root/dilos/core/tdeaddons
diff options
context:
space:
mode:
Diffstat (limited to 'dilos/core/tdeaddons')
-rw-r--r--dilos/core/tdeaddons/debian/atlantikdesigner-trinity.install1
-rw-r--r--dilos/core/tdeaddons/debian/atlantikdesigner-trinity.manpages1
-rw-r--r--dilos/core/tdeaddons/debian/cdbs/debian-tde.mk246
-rw-r--r--dilos/core/tdeaddons/debian/cdbs/versions.pl19
-rw-r--r--dilos/core/tdeaddons/debian/compat2
-rw-r--r--dilos/core/tdeaddons/debian/control6
-rw-r--r--dilos/core/tdeaddons/debian/kicker-applets-trinity.lintian3
-rw-r--r--dilos/core/tdeaddons/debian/konq-plugins-trinity.install4
-rw-r--r--dilos/core/tdeaddons/debian/konq-plugins-trinity.manpages4
-rw-r--r--dilos/core/tdeaddons/debian/ksig-trinity.install1
-rw-r--r--dilos/core/tdeaddons/debian/ksig-trinity.manpages1
-rw-r--r--dilos/core/tdeaddons/debian/man/atlantikdesigner-trinity.142
-rw-r--r--dilos/core/tdeaddons/debian/man/exif-trinity.py.144
-rw-r--r--dilos/core/tdeaddons/debian/man/fsview-trinity.152
-rw-r--r--dilos/core/tdeaddons/debian/man/jpegorient-trinity.168
-rw-r--r--dilos/core/tdeaddons/debian/man/ksig-trinity.159
-rw-r--r--dilos/core/tdeaddons/debian/man/lnkforward-trinity.160
-rw-r--r--dilos/core/tdeaddons/debian/man/noatunsynaescope-trinity.bin.138
-rw-r--r--dilos/core/tdeaddons/debian/man/noatuntippecanoe-trinity.bin.139
-rw-r--r--dilos/core/tdeaddons/debian/man/noatuntyler-trinity.bin.139
-rw-r--r--dilos/core/tdeaddons/debian/man/orient-trinity.py.188
-rw-r--r--dilos/core/tdeaddons/debian/noatun-plugins-trinity.install3
-rw-r--r--dilos/core/tdeaddons/debian/noatun-plugins-trinity.manpages3
-rwxr-xr-xdilos/core/tdeaddons/debian/rules25
-rw-r--r--dilos/core/tdeaddons/debian/tdeaddons-tdefile-plugins-trinity.install1
-rw-r--r--dilos/core/tdeaddons/debian/tdeaddons-tdefile-plugins-trinity.manpages1
26 files changed, 23 insertions, 827 deletions
diff --git a/dilos/core/tdeaddons/debian/atlantikdesigner-trinity.install b/dilos/core/tdeaddons/debian/atlantikdesigner-trinity.install
index cb53a8d8c..8fa30fdff 100644
--- a/dilos/core/tdeaddons/debian/atlantikdesigner-trinity.install
+++ b/dilos/core/tdeaddons/debian/atlantikdesigner-trinity.install
@@ -5,3 +5,4 @@ debian/tmp/usr/share/doc/tde/HTML/en/atlantikdesigner
debian/tmp/usr/share/icons/hicolor/32x32/apps/atlantikdesigner.png
debian/tmp/usr/share/icons/hicolor/16x16/apps/atlantikdesigner.png
debian/icons/atlantikdesigner.xpm /usr/share/pixmaps
+debian/tmp/usr/share/man/man1/atlantikdesigner.1
diff --git a/dilos/core/tdeaddons/debian/atlantikdesigner-trinity.manpages b/dilos/core/tdeaddons/debian/atlantikdesigner-trinity.manpages
deleted file mode 100644
index f0b5385f4..000000000
--- a/dilos/core/tdeaddons/debian/atlantikdesigner-trinity.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/man/atlantikdesigner-trinity.1
diff --git a/dilos/core/tdeaddons/debian/cdbs/debian-tde.mk b/dilos/core/tdeaddons/debian/cdbs/debian-tde.mk
deleted file mode 100644
index e2b1dc666..000000000
--- a/dilos/core/tdeaddons/debian/cdbs/debian-tde.mk
+++ /dev/null
@@ -1,246 +0,0 @@
-# -*- mode: makefile; coding: utf-8 -*-
-# Copyright © 2003 Christopher L Cheney <ccheney@debian.org>
-# Copyright © 2019 TDE Team
-# Description: A class for TDE packages; sets TDE 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.
-
-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
-
-# for dh_icons
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4)
-
-# 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:
-ifndef _cdbs_class_cmake
- cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
-ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
- cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
-endif
-ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
- cp -Rp /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
-endif
- $(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist;
-endif
- touch debian/stamp-cvs-make
-
-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
-
-ifndef _cdbs_class_cmake
-include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix)
-endif
-
-ifdef _cdbs_class_cmake
-ifneq "$(wildcard /usr/bin/ninja)" ""
-MAKE = ninja -v
-DEB_MAKE_ENVVARS += DESTDIR=$(DEB_DESTDIR)
-DEB_MAKE_INSTALL_TARGET = install
-DEB_CMAKE_NORMAL_ARGS += -GNinja
-endif
-endif
-
-ifndef _cdbs_rules_patchsys_quilt
-DEB_PATCHDIRS := debian/patches/common debian/patches
-endif
-
-export kde_cgidir = \$${libdir}/cgi-bin
-export kde_confdir = \$${sysconfdir}/trinity
-export kde_htmldir = \$${datadir}/doc/tde/HTML
-
-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)/usr/lib/$(DEB_HOST_MULTIARCH))
-
-DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin
-DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include"
-DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el
-
-# The default gzip compressor has been changed in dpkg >= 1.17.0.
-deb_default_compress = $(shell LANG=C dpkg-deb --version | head -n1 | \
- sed -e "s|.*version ||" -e "s| .*||" | \
- xargs -r dpkg --compare-versions 1.17.0 lt \
- && echo xz || echo gzip)
-ifeq ($(deb_default_compress),gzip)
-DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
- && echo xz || echo bzip2)
-endif
-
-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
-
-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
-
-DEB_BUILD_PARALLEL ?= true
-
-cdbs_configure_flags += \
- --with-qt-dir=/usr/share/qt3 \
- --disable-rpath \
- --with-xinerama \
- $(cdbs_kde_enable_final) \
- $(cdbs_kde_enable_debug)
-
-
-# This is a convenience target for calling manually.
-# It's not part of the build process.
-buildprep: clean apply-patches
-ifndef _cdbs_class_cmake
- $(MAKE) -f admin/Makefile.common dist
-endif
- debian/rules clean
-
-.tdepkginfo:
- echo "# TDE package information" >.tdepkginfo
- dpkg-parsechangelog | sed -n "s|^Source: |Name: |p" >>.tdepkginfo
- dpkg-parsechangelog | sed -n "s|^Version: |Version: |p" >>.tdepkginfo
- date +"DateTime: %m/%d/%Y %H:%M" -u -d "$$(dpkg-parsechangelog | sed -n 's|^Date: ||p')" >>.tdepkginfo
-
-post-patches:: .tdepkginfo
-
-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 )
- # update multi-arch path in install files
- ls -d debian/* | \
- grep -E "(install|links)$$" | \
- while read a; do \
- [ -d $$a ] || [ -f $$a.arch ] || \
- ! grep -q "\$$(DEB_HOST_MULTIARCH)" $$a || \
- sed -i.arch "s|\$$(DEB_HOST_MULTIARCH)|$(DEB_HOST_MULTIARCH)|g" $$a; \
- done
-
-clean::
- rm -rf debian/man/out
- -rmdir debian/man
- rm -f debian/stamp-man-pages
- rm -rf debian/shlibs-check
- # revert multi-arch path in install files
- ls -d debian/* | \
- grep -E "(install|links)$$" | \
- while read a; do \
- [ ! -f $$a.arch ] || \
- mv $$a.arch $$a; \
- done
-
-$(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
- 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)/usr/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)/usr/share/bug/$(cdbs_curpkg)/presubj; \
- fi
-
-binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
- set -e; \
- for doc in `cd $(DEB_DESTDIR)/usr/share/doc/tde/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/usr/share/doc/tde/HTML/en/$$pkg; \
- cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/tde/HTML/en/$$pkg; \
- /usr/bin/meinproc $(DEB_DESTDIR)/usr/share/doc/tde/HTML/en/$$pkg/index.docbook; \
- done
- for pkg in $(DOC_HTML_PRUNE) ; do \
- rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/tde/HTML/en/$$pkg; \
- done
-
-common-build-indep:: debian/stamp-kde-apidox
-debian/stamp-kde-apidox:
- $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
- touch $@
-
-common-install-indep:: common-install-kde-apidox
-common-install-kde-apidox::
- $(if $(DEB_KDE_APIDOX),+DESTDIR=$(DEB_DESTDIR) $(DEB_MAKE_INVOKE) install-apidox)
-
-cleanbuilddir::
- -$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR))
-
-clean::
-ifndef _cdbs_class_cmake
- 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
-endif
- rm -f .tdepkginfo
- rm -f debian/stamp-kde-apidox
- rm -f debian/stamp-cvs-make
-
-endif
diff --git a/dilos/core/tdeaddons/debian/cdbs/versions.pl b/dilos/core/tdeaddons/debian/cdbs/versions.pl
deleted file mode 100644
index 1b110f7af..000000000
--- a/dilos/core/tdeaddons/debian/cdbs/versions.pl
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/;
-($version2 = $version3) =~ s/\.[^.]+$//;
-
-($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e;
-($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e;
-
-print "TDE-Version3=$version3\n";
-print "TDE-Version2=$version2\n";
-print "TDE-Next-Version3=$version3_next\n";
-print "TDE-Next-Version2=$version2_next\n";
diff --git a/dilos/core/tdeaddons/debian/compat b/dilos/core/tdeaddons/debian/compat
index ec635144f..f599e28b8 100644
--- a/dilos/core/tdeaddons/debian/compat
+++ b/dilos/core/tdeaddons/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/dilos/core/tdeaddons/debian/control b/dilos/core/tdeaddons/debian/control
index 4bae36960..b20ba256f 100644
--- a/dilos/core/tdeaddons/debian/control
+++ b/dilos/core/tdeaddons/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: TDE Debian Team <team-debian@trinitydesktop.org>
XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>, Christopher Martin <chrsmrtn@debian.org>
-Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, tdelibs14-trinity-dev, atlantik-trinity-dev, tdebase-trinity-dev, tdemultimedia-trinity-dev, libtdegames-trinity-dev, libkonq4-trinity-dev, tdepim-trinity-dev, libsdl1.2-dev (>= 1.2.2-3.3), libssl-dev (>= 0.9.6), libdb4.8++-dev | libdb++-dev, libogg-dev, libiconv-dev [solaris-any]
+Build-Depends: tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev, atlantik-trinity-dev, tdebase-trinity-dev, tdemultimedia-trinity-dev, libtdegames-trinity-dev, libkonq4-trinity-dev, tdepim-trinity-dev, libsdl1.2-dev (>= 1.2.2-3.3), libssl-dev (>= 0.9.6), libdb++-dev | libdb5.3++-dev | libdb4.8++-dev, libogg-dev, dh-python, libiconv-dev [solaris-any]
Standards-Version: 3.8.4
Package: tdeaddons-trinity
@@ -152,7 +152,7 @@ Architecture: all
Section: tde
Replaces: knewsticker-scripts-trinity (<< 4:14.0.0~)
Breaks: knewsticker-scripts-trinity (<< 4:14.0.0~)
-Depends: ${perl:Depends}, python-all, libfinance-quote-perl, libmime-tools-perl, libnews-nntpclient-perl, libwww-perl
+Depends: ${perl:Depends}, ${python3:Depends}, libfinance-quote-perl, libmime-tools-perl, libnews-nntpclient-perl, libwww-perl
Recommends: knewsticker-trinity
Enhances: knewsticker-trinity
Description: scripts for KNewsTicker, the Trinity news ticker
@@ -171,7 +171,7 @@ Architecture: any
Section: tde
Replaces: konq-plugins-trinity (<< 4:14.0.0~)
Breaks: konq-plugins-trinity (<< 4:14.0.0~)
-Depends: ${shlibs:Depends}, libjpeg-turbo-progs | libjpeg-progs, python-all, rsync, unison
+Depends: ${shlibs:Depends}, ${python3:Depends}, libjpeg-turbo-progs | libjpeg-progs, rsync, unison
Recommends: akregator-trinity, ark-trinity, imagemagick
Suggests: khelpcenter-trinity, tdeaddons-trinity-doc-html
Enhances: konqueror-trinity, akregator-trinity
diff --git a/dilos/core/tdeaddons/debian/kicker-applets-trinity.lintian b/dilos/core/tdeaddons/debian/kicker-applets-trinity.lintian
deleted file mode 100644
index 705d74139..000000000
--- a/dilos/core/tdeaddons/debian/kicker-applets-trinity.lintian
+++ /dev/null
@@ -1,3 +0,0 @@
-# Call is inserted by debhelper and is correct.
-kicker-applets-trinity: postinst-has-useless-call-to-ldconfig
-kicker-applets-trinity: postrm-has-useless-call-to-ldconfig
diff --git a/dilos/core/tdeaddons/debian/konq-plugins-trinity.install b/dilos/core/tdeaddons/debian/konq-plugins-trinity.install
index b980b5302..1609d9956 100644
--- a/dilos/core/tdeaddons/debian/konq-plugins-trinity.install
+++ b/dilos/core/tdeaddons/debian/konq-plugins-trinity.install
@@ -163,6 +163,10 @@ debian/tmp/usr/share/icons/hicolor/64x64/apps/metabar.png
debian/tmp/usr/share/icons/hicolor/scalable/apps/metabar.svgz
debian/tmp/usr/share/icons/hicolor/128x128/apps/metabar.png
debian/tmp/usr/share/icons/locolor/32x32/apps/konqsidebar_mediaplayer.png
+debian/tmp/usr/share/man/man1/exif.py.1
+debian/tmp/usr/share/man/man1/fsview.1
+debian/tmp/usr/share/man/man1/jpegorient.1
+debian/tmp/usr/share/man/man1/orient.py.1
debian/tmp/usr/share/services/akregator_konqplugin.desktop
debian/tmp/usr/share/services/ark_plugin.desktop
debian/tmp/usr/share/services/fsview_part.desktop
diff --git a/dilos/core/tdeaddons/debian/konq-plugins-trinity.manpages b/dilos/core/tdeaddons/debian/konq-plugins-trinity.manpages
deleted file mode 100644
index b33b9ee5a..000000000
--- a/dilos/core/tdeaddons/debian/konq-plugins-trinity.manpages
+++ /dev/null
@@ -1,4 +0,0 @@
-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/dilos/core/tdeaddons/debian/ksig-trinity.install b/dilos/core/tdeaddons/debian/ksig-trinity.install
index 45758cba7..dfb6325dc 100644
--- a/dilos/core/tdeaddons/debian/ksig-trinity.install
+++ b/dilos/core/tdeaddons/debian/ksig-trinity.install
@@ -8,3 +8,4 @@ debian/tmp/usr/share/doc/tde/HTML/en/ksig/common
debian/tmp/usr/share/doc/tde/HTML/en/ksig/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/ksig/index.docbook
debian/tmp/usr/share/doc/tde/HTML/en/ksig/screenshot.png
+debian/tmp/usr/share/man/man1/ksig.1
diff --git a/dilos/core/tdeaddons/debian/ksig-trinity.manpages b/dilos/core/tdeaddons/debian/ksig-trinity.manpages
deleted file mode 100644
index 2b3ef735d..000000000
--- a/dilos/core/tdeaddons/debian/ksig-trinity.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/man/ksig-trinity.1
diff --git a/dilos/core/tdeaddons/debian/man/atlantikdesigner-trinity.1 b/dilos/core/tdeaddons/debian/man/atlantikdesigner-trinity.1
deleted file mode 100644
index 41a1aeb2b..000000000
--- a/dilos/core/tdeaddons/debian/man/atlantikdesigner-trinity.1
+++ /dev/null
@@ -1,42 +0,0 @@
-.\" 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 <n> 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 TDE 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 TDE 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 <jason@katzbrown.com>
-and Rob Kaper <cap@capsi.com>.
-.br
-This manual page was prepared by Ben Burton <bab@debian.org>
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/dilos/core/tdeaddons/debian/man/exif-trinity.py.1 b/dilos/core/tdeaddons/debian/man/exif-trinity.py.1
deleted file mode 100644
index 73179046f..000000000
--- a/dilos/core/tdeaddons/debian/man/exif-trinity.py.1
+++ /dev/null
@@ -1,44 +0,0 @@
-.\" 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 <n> 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 TDE 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
-<bousch@topo.math.u-psud.fr>, Gene Cash <gcash@cfl.rr.com> and
-Leif Jensen <jensen@math.columbia.edu>.
-.br
-This manual page was prepared by Ben Burton <bab@debian.org>
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/dilos/core/tdeaddons/debian/man/fsview-trinity.1 b/dilos/core/tdeaddons/debian/man/fsview-trinity.1
deleted file mode 100644
index a1dd43b20..000000000
--- a/dilos/core/tdeaddons/debian/man/fsview-trinity.1
+++ /dev/null
@@ -1,52 +0,0 @@
-.\" 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 <n> 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 TDE 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 <Josef.Weidendorfer@gmx.de>.
-.br
-This manual page was prepared by Ben Burton <bab@debian.org>
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/dilos/core/tdeaddons/debian/man/jpegorient-trinity.1 b/dilos/core/tdeaddons/debian/man/jpegorient-trinity.1
deleted file mode 100644
index 3317c868c..000000000
--- a/dilos/core/tdeaddons/debian/man/jpegorient-trinity.1
+++ /dev/null
@@ -1,68 +0,0 @@
-.\" 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 <n> 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 TDE 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 <jensen@math.columbia.edu>.
-.br
-This manual page was prepared by Ben Burton <bab@debian.org>
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/dilos/core/tdeaddons/debian/man/ksig-trinity.1 b/dilos/core/tdeaddons/debian/man/ksig-trinity.1
deleted file mode 100644
index 69bb9ec43..000000000
--- a/dilos/core/tdeaddons/debian/man/ksig-trinity.1
+++ /dev/null
@@ -1,59 +0,0 @@
-.\" 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 <n> 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/usr/share/doc/ksig/README.Debian\fP for details on how this can be
-done.
-.PP
-This application is part of the official TDE 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 <wheeler@kde.org>.
-.br
-This manual page was prepared by Ben Burton <bab@debian.org>
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/dilos/core/tdeaddons/debian/man/lnkforward-trinity.1 b/dilos/core/tdeaddons/debian/man/lnkforward-trinity.1
deleted file mode 100644
index 692d6182a..000000000
--- a/dilos/core/tdeaddons/debian/man/lnkforward-trinity.1
+++ /dev/null
@@ -1,60 +0,0 @@
-.\" 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 <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lnkforward \- open an URL in a Windows .lnk file under TDE
-.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 TDE 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 tdefile plugin, and is
-part of the official TDE 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 TDE 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 <m.koller@surfeu.at>.
-.br
-This manual page was prepared by Ben Burton <bab@debian.org>
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/dilos/core/tdeaddons/debian/man/noatunsynaescope-trinity.bin.1 b/dilos/core/tdeaddons/debian/man/noatunsynaescope-trinity.bin.1
deleted file mode 100644
index fe860f1f8..000000000
--- a/dilos/core/tdeaddons/debian/man/noatunsynaescope-trinity.bin.1
+++ /dev/null
@@ -1,38 +0,0 @@
-.\" 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 <n> 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 TDE.
-.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 TDE addons module.
-.SH SEE ALSO
-.BR noatun (1).
-.SH AUTHOR
-The Synaescope plugin was written by Charles Samuels <charles@kde.org>,
-Paul Francis Harrison <pfh@yoyo.cc.monash.edu.au> et al.
-.br
-This manual page was prepared by Ben Burton <bab@debian.org>
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/dilos/core/tdeaddons/debian/man/noatuntippecanoe-trinity.bin.1 b/dilos/core/tdeaddons/debian/man/noatuntippecanoe-trinity.bin.1
deleted file mode 100644
index b33eb3b16..000000000
--- a/dilos/core/tdeaddons/debian/man/noatuntippecanoe-trinity.bin.1
+++ /dev/null
@@ -1,39 +0,0 @@
-.\" 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 <n> 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 TDE.
-.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 TDE addons module.
-.SH SEE ALSO
-.BR noatun (1).
-.SH AUTHOR
-The Tippecanoe plugin was written by Neil Stevens <multivac@fcmail.com>,
-Charles Samuels <charles@kde.org> and
-Paul Francis Harrison <pfh@yoyo.cc.monash.edu.au>.
-.br
-This manual page was prepared by Ben Burton <bab@debian.org>
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/dilos/core/tdeaddons/debian/man/noatuntyler-trinity.bin.1 b/dilos/core/tdeaddons/debian/man/noatuntyler-trinity.bin.1
deleted file mode 100644
index 5a4001047..000000000
--- a/dilos/core/tdeaddons/debian/man/noatuntyler-trinity.bin.1
+++ /dev/null
@@ -1,39 +0,0 @@
-.\" 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 <n> 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 TDE.
-.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 TDE addons module.
-.SH SEE ALSO
-.BR noatun (1).
-.SH AUTHOR
-The Tyler plugin was written by Neil Stevens <multivac@fcmail.com>,
-Julien Carme <julien.carme@acm.org>, Charles Samuels <charles@kde.org>
-and Mitja Horvat <Mitja.Horvat@hermes.si>.
-.br
-This manual page was prepared by Ben Burton <bab@debian.org>
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/dilos/core/tdeaddons/debian/man/orient-trinity.py.1 b/dilos/core/tdeaddons/debian/man/orient-trinity.py.1
deleted file mode 100644
index 024ec11d7..000000000
--- a/dilos/core/tdeaddons/debian/man/orient-trinity.py.1
+++ /dev/null
@@ -1,88 +0,0 @@
-.\" 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 <n> 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 TDE 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 <jensen@math.columbia.edu>.
-.br
-This manual page was prepared by Ben Burton <bab@debian.org>
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/dilos/core/tdeaddons/debian/noatun-plugins-trinity.install b/dilos/core/tdeaddons/debian/noatun-plugins-trinity.install
index 5b4e11183..7ef1dd163 100644
--- a/dilos/core/tdeaddons/debian/noatun-plugins-trinity.install
+++ b/dilos/core/tdeaddons/debian/noatun-plugins-trinity.install
@@ -51,6 +51,9 @@ debian/tmp/usr/share/apps/noatun/tylerstates
debian/tmp/usr/share/apps/noatun/wakeup.plugin
debian/tmp/usr/share/apps/noatun/wavecapture.plugin
debian/tmp/usr/share/icons/crystalsvg/16x16/apps/synaescope.png
+debian/tmp/usr/share/man/man1/noatunsynaescope.bin.1
+debian/tmp/usr/share/man/man1/noatuntippecanoe.bin.1
+debian/tmp/usr/share/man/man1/noatuntyler.bin.1
noatun-plugins/dub/AUTHORS /usr/share/doc/noatun-plugins/dub
noatun-plugins/dub/BUGS /usr/share/doc/noatun-plugins/dub
noatun-plugins/dub/ChangeLog /usr/share/doc/noatun-plugins/dub
diff --git a/dilos/core/tdeaddons/debian/noatun-plugins-trinity.manpages b/dilos/core/tdeaddons/debian/noatun-plugins-trinity.manpages
deleted file mode 100644
index 76a3fc35b..000000000
--- a/dilos/core/tdeaddons/debian/noatun-plugins-trinity.manpages
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/man/noatunsynaescope-trinity.bin.1
-debian/man/noatuntippecanoe-trinity.bin.1
-debian/man/noatuntyler-trinity.bin.1
diff --git a/dilos/core/tdeaddons/debian/rules b/dilos/core/tdeaddons/debian/rules
index 26b293475..2b61126b7 100755
--- a/dilos/core/tdeaddons/debian/rules
+++ b/dilos/core/tdeaddons/debian/rules
@@ -1,8 +1,7 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/cmake.mk
-include debian/cdbs/debian-tde.mk
+-include /usr/share/cdbs/1/class/tde.mk
DEB_CONFIGURE_INCLUDEDIR := /usr/include/tde
DEB_CONFIGURE_MANDIR := /usr/share/man
@@ -31,23 +30,17 @@ DEB_DH_STRIP_ARGS := --dbg-package=tdeaddons-trinity-dbg \
DOC_HTML_PRUNE := konq-plugins-trinity/smbmounter
-binary-install/konq-plugins-trinity::
- mkdir -p debian/konq-plugins-trinity/usr/share/
-# mv -f debian/konq-plugins-trinity/usr/share/man debian/konq-plugins-trinity/usr/share/
-# rm -rf debian/konq-plugins-trinity/usr/share/man
-# mv -f debian/konq-plugins-trinity/usr/share/man/py/man1/exif.1 \
-# debian/konq-plugins-trinity/usr/share/man/man1/exif.py.1; \
-# mv -f debian/konq-plugins-trinity/usr/share/man/py/man1/orient.1 \
-# debian/konq-plugins-trinity/usr/share/man/man1/orient.py.1; \
-# rm -rf debian/konq-plugins-trinity/usr/share/man/py;
-
binary-install/tdeaddons-tdefile-plugins-trinity::
install -p -D -m644 renamedlgplugins/README \
- debian/tdeaddons-tdefile-plugins-trinity/usr/share/doc/tdeaddons-tdefile-plugins/README.renamedlgplugins
+ debian/$(cdbs_curpkg)/usr/share/doc/tdeaddons-tdefile-plugins/README.renamedlgplugins
binary-install/knewsticker-scripts-trinity::
- chmod 755 debian/knewsticker-scripts-trinity/usr/share/apps/knewsticker/scripts/*.pl
- chmod 755 debian/knewsticker-scripts-trinity/usr/share/apps/knewsticker/scripts/*.py
+ chmod 755 debian/$(cdbs_curpkg)/usr/share/apps/knewsticker/scripts/*.pl
+ chmod 755 debian/$(cdbs_curpkg)/usr/share/apps/knewsticker/scripts/*.py
+ dh_python3 -p $(cdbs_curpkg) --shebang=/usr/bin/python3 /usr/share/apps/knewsticker/scripts
binary-install/kate-plugins-trinity::
- chmod 755 debian/kate-plugins-trinity/usr/share/apps/kate/scripts/html-tidy.sh
+ chmod 755 debian/$(cdbs_curpkg)/usr/share/apps/kate/scripts/html-tidy.sh
+
+binary-install/konq-plugins-trinity::
+ dh_python3 -p $(cdbs_curpkg) --shebang=/usr/bin/python3 /usr/share/apps/imagerotation
diff --git a/dilos/core/tdeaddons/debian/tdeaddons-tdefile-plugins-trinity.install b/dilos/core/tdeaddons/debian/tdeaddons-tdefile-plugins-trinity.install
index baa1fbfc1..363f4e8f9 100644
--- a/dilos/core/tdeaddons/debian/tdeaddons-tdefile-plugins-trinity.install
+++ b/dilos/core/tdeaddons/debian/tdeaddons-tdefile-plugins-trinity.install
@@ -18,6 +18,7 @@ debian/tmp/usr/lib/*/trinity/librenaudioplugin.so
debian/tmp/usr/lib/*/trinity/librenimageplugin.la
debian/tmp/usr/lib/*/trinity/librenimageplugin.so
debian/tmp/usr/share/applnk/.hidden/lnkforward.desktop
+debian/tmp/usr/share/man/man1/lnkforward.1
debian/tmp/usr/share/mimelnk/application/x-win-lnk.desktop
debian/tmp/usr/share/services/tdefile_cert.desktop
debian/tmp/usr/share/services/tdefile_desktop.desktop
diff --git a/dilos/core/tdeaddons/debian/tdeaddons-tdefile-plugins-trinity.manpages b/dilos/core/tdeaddons/debian/tdeaddons-tdefile-plugins-trinity.manpages
deleted file mode 100644
index eda9949fb..000000000
--- a/dilos/core/tdeaddons/debian/tdeaddons-tdefile-plugins-trinity.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/man/lnkforward-trinity.1