DilOS: tdegraphics build pack

Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit 8c0726f917)
pull/92/head
Denis Kozadaev 5 years ago committed by Slávek Banko
parent 8345e93147
commit 2d6d189ad7
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -0,0 +1,5 @@
don't build-dep on imlib or xpdf-common
don't include kuickshow, edit tdegraphics-dev.install
remove kuickshow depends from tdegraphics-dev
kuickshow-tar: rule, and update kuickshow with each new upstream release
kpdf.mime, raise priority to 6

@ -0,0 +1,218 @@
# -*- 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
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
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
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),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR))
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 debian/stamp-kde-apidox
rm -f debian/stamp-cvs-make
endif

@ -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/^(([^.]+\.){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";

File diff suppressed because it is too large Load Diff

@ -0,0 +1,441 @@
Source: tdegraphics-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>, Francesco Pedrini <francesco.pedrini@gmail.com>, Josh Metzler <joshdeb@metzlers.org>, Sune Vuorela <debian@pusling.com>
Build-Depends: imlib11-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 7.0.50~), quilt, autotools-dev, gawk, tdelibs14-trinity-dev, libexif-dev (>= 0.6.9-1), libfribidi-dev, freeglut3-dev, libgphoto2-dev | libgphoto2-6-dev | libgphoto2-2-dev, libopenexr-dev (>= 1.2.1), libpaper-dev, libpoppler-private-dev | libpoppler-dev (<< 0.18.4-3), libpoppler-dev, libsane-dev (>> 1.0.15), libtiff-dev, libtiff-tools, liblcms2-dev | liblcms1-dev, libusb-dev, sharutils, libxxf86vm-dev, chrpath [powerpc], cmake, libtool, libltdl-dev
Standards-Version: 3.8.4
Package: tdegraphics-trinity
Section: tde
Architecture: all
Replaces: kdegraphics-trinity (<< 4:14.0.0~)
Breaks: kdegraphics-trinity (<< 4:14.0.0~)
Depends: kamera-trinity (>= ${source:Version}), kcoloredit-trinity (>= ${source:Version}), tdegraphics-tdefile-plugins-trinity (>= ${source:Version}), kdvi-trinity (>= ${source:Version}), kfax-trinity (>= ${source:Version}), kfaxview-trinity (>= ${source:Version}), kgamma-trinity (>= ${source:Version}), kghostview-trinity (>= ${source:Version}), tdeiconedit-trinity (>= ${source:Version}), kolourpaint-trinity (>= ${source:Version}), kooka-trinity (>= ${source:Version}), kpdf-trinity (>= ${source:Version}), kpovmodeler-trinity (>= ${source:Version}), kruler-trinity (>= ${source:Version}), ksnapshot-trinity (>= ${source:Version}), ksvg-trinity (>= ${source:Version}), kuickshow-trinity (>= ${source:Version}), kview-trinity (>= ${source:Version}), kviewshell-trinity (>= ${source:Version}), libkscan1-trinity (>= ${source:Version})
Suggests: tdegraphics-trinity-doc-html (>= ${source:Version})
Description: graphics apps from the official Trinity release
TDE (the Trinity 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 graphics applications
provided with the official release of Trinity.
Package: tdegraphics-trinity-doc-html
Architecture: all
Section: doc
Replaces: kdegraphics-trinity-doc-html (<< 4:14.0.0~)
Breaks: kdegraphics-trinity-doc-html (<< 4:14.0.0~)
Suggests: konqueror-trinity | www-browser, tdebase-trinity
Description: TDE graphics documentation in HTML format
By default the modules provided by TDE only provide their documentation
in TDE docbook format, which can only be read by Konqueror or KHelpCenter.
This package provides all of the TDE graphics documentation converted to
HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/usr/share/doc/tde/HTML/<language>/<app>/, for instance
/usr/share/doc/tde/HTML/en/kamera/. Documentation is provided for most
TDE graphics packages.
.
This package is part of Trinity, and a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: kamera-trinity
Section: graphics
Architecture: any
Replaces: kamera-trinity (<< 4:14.0.0~)
Breaks: kamera-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Suggests: khelpcenter-trinity
Description: digital camera io_slave for Konqueror
This is a digital camera io_slave for TDE which uses gphoto2 and libgpio
to allow access to your camera's pictures with the URL camera:/
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: kcoloredit-trinity
Section: graphics
Architecture: any
Replaces: kcoloredit-trinity (<< 4:14.0.0~)
Breaks: kcoloredit-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Suggests: khelpcenter-trinity
Description: a color palette editor and color picker for TDE
This package contains two programs, a color palette editor and also a color
picker.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: tdegraphics-trinity-dev
Section: devel
Architecture: any
Replaces: kdegraphics-trinity-dev (<< 4:14.0.0~)
Breaks: kdegraphics-trinity-dev (<< 4:14.0.0~)
Depends: kghostview-trinity (= ${binary:Version}), kpovmodeler-trinity (= ${binary:Version}), ksvg-trinity (= ${binary:Version}), kview-trinity (= ${binary:Version}), kviewshell-trinity (= ${binary:Version}), tdelibs14-trinity-dev
Description: development files for the TDE graphics module
This package contains headers and other development files for the TDE
graphics module.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: tdegraphics-tdefile-plugins-trinity
Section: tde
Architecture: any
Replaces: kdegraphics-kfile-plugins-trinity (<< 4:14.0.0~)
Breaks: kdegraphics-kfile-plugins-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Recommends: ghostscript
Description: TDE metainfo plugins for graphic files
This packages provides meta information for graphic files (file sizes,
tags, etc. all from within the file manager).
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: kdvi-trinity
Section: graphics
Architecture: any
Replaces: kdvi-trinity (<< 4:14.0.0~)
Breaks: kdvi-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}, texlive-fonts-recommended
Suggests: khelpcenter-trinity
Description: dvi viewer for TDE
This program and KPart allow the user to display *.DVI files from TeX.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: kfax-trinity
Section: graphics
Architecture: any
Replaces: kfax-trinity (<< 4:14.0.0~)
Breaks: kfax-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}, libtiff-tools
Description: G3/G4 fax viewer for Trinity
A fax viewer for Trinity, supporting the display of raw and tiffed fax images
(g3, g3-2d, g4).
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: kfaxview-trinity
Section: graphics
Architecture: any
Replaces: kfaxview-trinity (<< 4:14.0.0~)
Breaks: kfaxview-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Description: G3/G4 fax viewer for Trinity using kviewshell
A fax viewer for Trinity, supporting the display of raw and tiffed fax images
(g3, g3-2d, g4).
.
This faxviewer uses kviewshell and is intended to replace the standalone
kfax application once it reproduces all of kfax's features.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: kgamma-trinity
Section: graphics
Architecture: any
Replaces: kgamma-trinity (<< 4:14.0.0~)
Breaks: kgamma-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Suggests: khelpcenter-trinity
Description: gamma correction module for the Trinity Control Center
KGamma is a Trinity Control Center module for gamma calibration/correction
of XFree86. With proper gamma settings, your display (websites, images,
etc.) will look the same on your monitor as on other monitors.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
.
Homepage: http://kgamma.berlios.de/index2.php
Package: kghostview-trinity
Section: graphics
Architecture: any
Replaces: kghostview-trinity (<< 4:14.0.0~)
Breaks: kghostview-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}, ghostscript-x
Suggests: khelpcenter-trinity
Provides: postscript-viewer, pdf-viewer
Description: PostScript viewer for Trinity
KGhostview is Trinity's PostScript viewer. It is a port of Tim Theisen's
Ghostview program which is used to view documents prepared in Adobe's
PostScript page description language. PostScript is the major page
description language for printing on UNIX systems, and this application is
useful to preview material intended for printing, or for reading documents
online.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: tdeiconedit-trinity
Section: graphics
Architecture: any
Replaces: kiconedit-trinity (<< 4:14.0.0~)
Breaks: kiconedit-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Suggests: khelpcenter-trinity
Description: an icon editor for Trinity
TDEIconedit allows you easily to create and edit icons.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: kolourpaint-trinity
Section: graphics
Architecture: any
Replaces: kolourpaint-trinity (<< 4:14.0.0~)
Breaks: kolourpaint-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Suggests: khelpcenter-trinity
Description: a simple paint program for Trinity
KolourPaint is a very simple paint program for Trinity. It aims to be
conceptually simple to understand; providing a level of functionality
targeted towards the average user. It's designed for daily tasks like:
.
* Painting - drawing diagrams and "finger painting"
* Image Manipulation - editing screenshots and photos; applying effects
* Icon Editing - drawing clipart and logos with transparency
.
It's not an unusable and monolithic program where simple tasks like
drawing lines become near impossible. Nor is it so simple that it lacks
essential features like Undo/Redo.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
.
Homepage: http://kolourpaint.sourceforge.net
Package: kooka-trinity
Section: graphics
Architecture: any
Replaces: kooka-trinity (<< 4:14.0.0~)
Breaks: kooka-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Recommends: ocrad | gocr
Suggests: khelpcenter-trinity
Description: scanner program for Trinity
Kooka is an open source GNU/Linux scan program based on SANE and
KScan library.
.
Kooka helps you to handle the most important scan parameters, find the
correct image file format to save and manage your scanned images. It
offers support for different OCR modules. Libkscan, a autonomous part
of Kooka, provides a scan service for easy and consistent use to all
TDE applications.
.
Install ocrad or gocr if you wish to enable optical character recognition
in kooka.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
.
Homepage: http://kooka.kde.org/
Package: kpdf-trinity
Section: graphics
Architecture: any
Replaces: kpdf-trinity (<< 4:14.0.0~)
Breaks: kpdf-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Recommends: kghostview-trinity (= ${binary:Version})
Suggests: khelpcenter-trinity
Provides: pdf-viewer
Description: PDF viewer for Trinity
KPDF allows you to view PDF (Portable Document Format) files. This package
includes kpdfpart so you can embed in konqueror or run as a standalone
application.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: kpovmodeler-trinity
Section: graphics
Architecture: any
Replaces: kpovmodeler-trinity (<< 4:14.0.0~)
Breaks: kpovmodeler-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Suggests: khelpcenter-trinity, povray
Description: a graphical editor for povray scenes
KPovmodeler is TDE's graphical editor for povray scenes. KPovModeler is a
modeling and composition program for creating POV-Ray scenes in TDE.
.
For most modelers, POV-Ray is nothing but a rendering engine. This greatly
limits the innate possibilities of the POV-Ray scripted language. This
is not the case for KPovModeler, which allows you to use all the features
of POV-Ray through the translation of POV-Ray language into a graphical
tree.
.
kpovmodeler uses the povray package, currently available only in Debian's
non-free, unsupported repository.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
.
Homepage: http://www.kpovmodeler.org
Package: kruler-trinity
Section: graphics
Architecture: any
Replaces: kruler-trinity (<< 4:14.0.0~)
Breaks: kruler-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Suggests: khelpcenter-trinity
Description: a screen ruler and color measurement tool for Trinity
Kruler is a screen ruler (using pixels) and color measurement tool for TDE.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: ksnapshot-trinity
Section: graphics
Architecture: any
Replaces: ksnapshot-trinity (<< 4:14.0.0~)
Breaks: ksnapshot-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Suggests: khelpcenter-trinity
Description: screenshot utility for Trinity
KSnapshot is a simple applet for taking screenshots. It is capable of
capturing images of either the whole desktop or just a single window.
The images can then be saved in a variety of formats.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: ksvg-trinity
Section: graphics
Architecture: any
Replaces: ksvg-trinity (<< 4:14.0.0~)
Breaks: ksvg-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Description: SVG viewer for Trinity
KSVG allows you view SVG (scalable vector graphics) files. This package
includes kpart so you can embed it in konqueror and a standalone
application.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: kuickshow-trinity
Section: graphics
Architecture: any
Replaces: kuickshow-kde3 (<< 4:14.0.0~), kuickshow-trinity (<< 4:14.1.0~)
Breaks: kuickshow-kde3 (<< 4:14.0.0~), kuickshow-trinity (<< 4:14.1.0~)
Depends: ${shlibs:Depends}
Suggests: khelpcenter-trinity
Description: TDE image/slideshow viewer [Trinity]
KuickShow is an image browser/viewer with a nice filebrowser to
select images to be shown, slideshow support and the ability to
display the following image formats: jpg, gif, tiff, png, bmp, psd,
xpm, xbm, pbm and eim. Images can be displayed either in their own
window, as large as the image, or fullscreen (which shrinks images too
large to display). KuickShow also has a slideshow mode.
.
This package is part of TDE, as a component of the TDE graphics
module. See the 'tde' and 'tdegraphics' packages for more information.
.
Homepage: http://kuickshow.sourceforge.net
Package: kview-trinity
Section: graphics
Architecture: any
Replaces: kview-trinity (<< 4:14.0.0~)
Breaks: kview-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Suggests: khelpcenter-trinity
Description: simple image viewer/converter for Trinity
KView is a simple image viewer and converter application. It supports
a number of plugins, which add an array of basic editing capabilities
as well.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: kviewshell-trinity
Section: graphics
Architecture: any
Replaces: kviewshell-trinity (<< 4:14.0.0~)
Breaks: kviewshell-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Description: generic framework for viewer applications in Trinity
KViewShell is a generic viewing framework that allows the graphical
applications, such as the kview image viewer, to be embedded in other
TDE applications, such as Konqueror.
.
KViewShell comes with a djvuviewpart plugin included, for viewing
DjVu images.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: libkscan-trinity-dev
Section: libdevel
Architecture: any
Replaces: libkscan-trinity-dev (<< 4:14.0.0~)
Breaks: libkscan-trinity-dev (<< 4:14.0.0~)
Depends: libkscan1-trinity (= ${binary:Version}), tdelibs14-trinity-dev
Description: development files for the Trinity scanner library
This package contains development files for Trinity's scanner library.
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: libkscan1-trinity
Section: libs
Architecture: any
Replaces: libkscan1-trinity (<< 4:14.0.0~)
Breaks: libkscan1-trinity (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Description: scanner library for Trinity
KScan is TDE's scanner library. It's used by kooka and by koffice currently.
It provides an easy-to-use library, which allows you to access your scanner
(as long as it's sane compatible).
.
This package is part of Trinity, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdegraphics-trinity' packages for more information.
Package: libpoppler-tqt
Section: net
Architecture: any
Replaces: libpoppler-tqt (<< 4:14.0.0~)
Breaks: libpoppler-tqt (<< 4:14.0.0~)
Depends: ${shlibs:Depends}
Description: TQt support for Poppler
TQt support library for Poppler.
This library is used by the Trinity graphics file plugins for PDF support.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'kde-trinity' and 'tdenetwork-trinity' packages for more information.
Package: libpoppler-tqt-dev
Section: net
Architecture: any
Replaces: libpoppler-tqt-dev (<< 4:14.0.0~)
Breaks: libpoppler-tqt-dev (<< 4:14.0.0~)
Depends: ${shlibs:Depends}, libpoppler-dev, libpoppler-tqt
Description: Development files for TQt support for Poppler
Development files of TQt support library for Poppler.
This package contains the development files needed to compile applications against poppler-tqt.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde-trinity' and 'tdenetwork-trinity' packages for more information.
Package: tdegraphics-trinity-dbg
Section: libdevel
Architecture: linux-any
Replaces: kdegraphics-trinity-dbg (<< 4:14.0.0~)
Breaks: kdegraphics-trinity-dbg (<< 4:14.0.0~)
Priority: extra
Depends: tdelibs-trinity-dbg, libkscan1-trinity (= ${binary:Version})
Description: debugging symbols for tdegraphics
This package contains the debugging symbols associated with tdegraphics-trinity.
They will automatically be used by gdb for debugging tdegraphics-trinity-related
issues.

@ -0,0 +1,40 @@
This package was debianized by Christopher L Cheney <ccheney@debian.org> on
Tue, 16 Apr 2002 22:00:00 -0500.
It was downloaded from: http://www.kde.org/download
Upstream Authors: Stephan Kulow <coolo@kde.org> and many others.
License:
The code files in this package are under the GNU General Public License:
| This program is free software; you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation; version 2 dated June, 1991.
|
| This package is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
|
| You should have received a copy of the GNU General Public License
| along with this program; if not, write to the Free Software Foundation,
| Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
The full text of the GNU General Public License version 2 is available on
Debian systems in /usr/share/common-licenses/GPL-2.
The documentation docbook files in this package are under the
GNU Free Documentation License:
| 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.
The full text of the GNU Free Documentation License is available on
Debian systems in /usr/share/common-licenses/GFDL-1.2

@ -0,0 +1,95 @@
/* XPM */
static char *kcolorchooser-16[] = {
/* columns rows colors chars-per-pixel */
"16 16 73 1",
" c black",
". c #010001",
"X c #020202",
"o c #020302",
"O c #030303",
"+ c #000700",
"@ c #040404",
"# c #050505",
"$ c #000900",
"% c #070907",
"& c #090509",
"* c #080908",
"= c #090909",
"- c #0B0B0B",
"; c #0D0D0D",
": c #0F0F0F",
"> c #131313",
", c #151515",
"< c #171617",
"1 c #171717",
"2 c #141814",
"3 c #141914",
"4 c #181818",
"5 c #1A1A1A",
"6 c #1C1C1C",
"7 c #002200",
"8 c #003D00",
"9 c #003E00",
"0 c #113C11",
"q c #3B3B3B",
"w c #164916",
"e c #184018",
"r c #185418",
"t c #006900",
"y c #535353",
"u c #476147",
"i c #4B674B",
"p c #4B694B",
"a c #547754",
"s c #6F6E6F",
"d c #767676",
"f c #008A00",
"g c #008B00",
"h c #009C00",
"j c #00A200",
"k c #02A402",
"l c #00B800",
"z c #00B900",
"x c #609260",
"c c #5CC05C",
"v c #51DC51",
"b c #53DC53",
"n c #56DF56",
"m c #63C763",
"M c #848484",
"N c #858585",
"B c #868686",
"V c #878787",
"C c #888888",
"Z c #8A8A8A",
"A c #8D8D8D",
"S c #8F8F8F",
"D c #869F86",
"F c #939393",
"G c #979797",
"H c #999999",
"J c #DDDDDD",
"K c #E0E0E0",
"L c #E2E2E2",
"P c #E4E4E4",
"I c #E6E6E6",
"U c #EAEAEA",
"Y c None",
/* pixels */
"YYYYYYYYY -0w2 ",
"YYYYYYYY *abhe& ",
"YYYYYY *anzg7 ",
"YYYYYY@urbzf9$ ",
"YYYYYY pckj9$ ",
"YYYYYY#ZDmt$ ",
"YYYYY HJsix Y",
"YYY #GLC<*2 YY",
"YY *FLB< YY",
"Y ;FPB< YYY",
" ;APB4 YYYYYY",
" qUB4 YYYYYY",
"<dy6 YYYYYYYY",
";q YYYYYYYYY",
" YYYYYYYYYY",
" YYYYYYYYYYY"
};

@ -0,0 +1,39 @@
/* XPM */
static char *kcolorchooser[] = {
/* columns rows colors chars-per-pixel */
"22 22 11 1",
" c black",
". c #004000",
"X c #008000",
"o c #009B00",
"O c #00B000",
"+ c #808080",
"@ c #AAAAAA",
"# c gainsboro",
"$ c #C0FFC0",
"% c gray100",
"& c None",
/* pixels */
"&&&&&&&&&&&&&&&&&& &&",
"&&&&&&&&&&&&&&&&& $o &",
"&&&&&&&&&&&&&&&& $Ooo ",
"&&&&&&&&&&&&&&& $OOoX ",
"&&&&&&&&&&&&&& $OOoX. ",
"&&&&&&&&&&&& $OOoX. &",
"&&&&&&&&&&& $OOOoX. &&",
"&&&&&&&&&&&& $XoX. &&&",
"&&&&&&&&&&& %@$XX &&&&",
"&&&&&&&&&& %#@+$. &&&&",
"&&&&&&&&& %#@+ & &&&&&",
"&&&&&&&& %#@+ &&&&&&&&",
"&&&&&&& %#@+ &&&&&&&&&",
"&&&&&& %#@+ &&&&&&&&&&",
"&&&&& %#@+ &&&&&&&&&&&",
"&&&& %#@+ &&&&&&&&&&&&",
"&&& %#@+ &&&&&&&&&&&&&",
"&& %#@+ &&&&&&&&&&&&&&",
"& %#@+ &&&&&&&&&&&&&&&",
"& #@+ &&&&&&&&&&&&&&&&",
" +@ &&&&&&&&&&&&&&&&&",
" + &&&&&&&&&&&&&&&&&&&"
};

@ -0,0 +1,219 @@
/* XPM */
static char *kcoloredit-16[] = {
/* columns rows colors chars-per-pixel */
"16 16 197 2",
" c black",
". c #060000",
"X c #080000",
"o c #0D0400",
"O c #0E0700",
"+ c #130606",
"@ c #140600",
"# c #150C00",
"$ c #190C00",
"% c #1B0D03",
"& c #111100",
"* c #211607",
"= c #241302",
"- c #271906",
"; c #2E1E06",
": c #35210B",
"> c #36250D",
", c #35280F",
"< c #382509",
"1 c #3A2414",
"2 c #4C1919",
"3 c #432D0B",
"4 c #44290B",
"5 c #4B2512",
"6 c #4D2F1A",
"7 c #4F3B19",
"8 c #553711",
"9 c #573C1C",
"0 c #5F4429",
"q c #62471A",
"w c #664816",
"e c #674C1E",
"r c #694919",
"t c #744D1D",
"y c #674D2C",
"u c #6B5123",
"i c #734425",
"p c #316AFF",
"a c #3F6FF9",
"s c #4772F3",
"d c #009B00",
"f c #009C01",
"g c #3DBB4B",
"h c #76BA3E",
"j c #52BF57",
"k c #804A2A",
"l c #975C23",
"z c #8F6019",
"x c #94631B",
"c c #986615",
"v c #956631",
"b c #91653B",
"n c #957234",
"m c #AF7E2E",
"M c #A57431",
"N c #A27C37",
"B c #B47E26",
"V c #876546",
"C c #8D714F",
"Z c #9D7E52",
"A c #FC0000",
"S c #FD370F",
"D c #FA3A3D",
"F c #CC651D",
"G c #F04415",
"H c #FF4D2C",
"J c #FC6216",
"K c #EF6021",
"L c #FF454E",
"P c #9CB73D",
"I c #BB8731",
"U c #B0BC3F",
"Y c #89B943",
"T c #8CBF5D",
"R c #A6804D",
"E c #AB8743",
"W c #AD8751",
"Q c #B88946",
"! c #BF9B59",
"~ c #A0BD4D",
"^ c #A8BC47",
"/ c #AFB75F",
"( c #BEB64D",
") c #ACD46F",
"_ c #B3CE70",
"` c #C18F37",
"' c #DB9728",
"] c #D39C31",
"[ c #C5AA3D",
"{ c #F28F31",
"} c #FA9621",
"| c #E1A031",
" . c #E1A53A",
".. c #FDA726",
"X. c #F9AF32",
"o. c #FFB220",
"O. c #FFB425",
"+. c #FFB525",
"@. c #FFB922",
"#. c #FFB825",
"$. c #FFBB32",
"%. c #FFBC31",
"&. c #C4994B",
"*. c #D5A84E",
"=. c #D8A751",
"-. c #FF9053",
";. c #FC9D71",
":. c #EBB347",
">. c #F4A248",
",. c #FDA44B",
"<. c #FABB45",
"1. c #FABC44",
"2. c #FFBD43",
"3. c #FFC228",
"4. c #FFC643",
"5. c #FBC651",
"6. c #FFCA53",
"7. c #FFCA56",
"8. c #FECD50",
"9. c #FFCC51",
"0. c #FFCB58",
"q. c #FFCB59",
"w. c #FFCB5A",
"e. c #FFCE5E",
"r. c #FFD455",
"t. c #FFD45F",
"y. c #F4C865",
"u. c #F5CC6A",
"i. c #FFCF62",
"p. c #FFD265",
"a. c #FFD661",
"s. c #FFD767",
"d. c #FFD368",
"f. c #FFD66D",
"g. c #FFD86B",
"h. c #FFDE6E",
"j. c #F7D374",
"k. c #FFD770",
"l. c #FFD871",
"z. c #FFDA74",
"x. c #FFDD77",
"c. c #FFDC79",
"v. c #FFDD7B",
"b. c #FFDD7C",
"n. c #FFDF7F",
"m. c #FFE06A",
"M. c #8FA1D2",
"N. c #9EA7C2",
"B. c #83A5FB",
"V. c #84A8FF",
"C. c #A9B5DB",
"Z. c #B5B6CA",
"A. c #9AD792",
"S. c #BBC1B6",
"D. c #BBCAD0",
"F. c #E6D18C",
"G. c #E8DE84",
"H. c #E8DB9F",
"J. c #F4DF84",
"K. c #F9E284",
"L. c #FFE080",
"P. c #FFE082",
"I. c #FFE284",
"U. c #FFE286",
"Y. c #FFE387",
"T. c #FFE482",
"R. c #FFE48A",
"E. c #FFE78E",
"W. c #FFE884",
"Q. c #FFE88E",
"!. c #FFE98F",
"~. c #FFEC8E",
"^. c #FBE391",
"/. c #FFE790",
"(. c #FFE993",
"). c #FFEB96",
"_. c #FFEF99",
"`. c #FFEF9E",
"'. c #FFF098",
"]. c #FFF59C",
"[. c #EBECBE",
"{. c #F4E5A1",
"}. c #F4EDA6",
"|. c #FFF0A1",
" X c #FFF3A0",
".X c #FFF4A4",
"XX c #FDF3AF",
"oX c #FDFAB6",
"OX c #FFFDB1",
"+X c #FFFCB4",
"@X c #FFFFB5",
"#X c #FFFFB6",
"$X c #FFFDBA",
"%X c #FFFDBB",
"&X c #CFD2CC",
"*X c #C3CEF1",
"=X c None",
/* pixels */
"=X=X=X=X=X=X5 k b R W V 6 X =X=X",
"=X=X=X=X2 i Q / J._.&X*XZ.C % =X",
"=X=X=X+ v ( ) A._ G.C.V.B.[.Z . ",
"=X=XO M 6.h g j T K.M.p a D.{.1 ",
"=X l 2.r.U f d Y !.N.s S.oX%X0 ",
"=Xw ,.;.-.[ P ^ ~ U.!.H.}.#X%Xy ",
"& F H L D >.s.l.v.J.E._..X+XXX9 ",
"8 ..S A K 5.e.d.l.n.R.).].#XF.: ",
"x 3.J G { 9.0.p.l.n.U.(.`.#X! o ",
"B #.} X.4.9.7.i.f.x.U.E.].^.t ",
"I +.+.$. .*.0.e.g.x.n.!.].&.$ =X",
"N %.o.' - * :.t.y.j.W.T.=.4 =X=X",
"7 0.@.c =X3 <.` > , u r = =X=X",
" E m.] z | 1.< =X=X=X=X=X=X=X=X",
"=X@ n u.h.a.m =X=X=X=X=X=X=X=X",
"=X=X ; e q # =X=X=X=X=X=X=X=X=X"
};

@ -0,0 +1,295 @@
/* XPM */
static char *kcoloredit[] = {
/* columns rows colors chars-per-pixel */
"32 32 257 2",
" c #000000",
". c #0A0300",
"X c #0C0800",
"o c #110505",
"O c #150A02",
"+ c #1D0E05",
"@ c #1F0A0A",
"# c #1C1104",
"$ c #220F04",
"% c #251305",
"& c #2D1C09",
"* c #281407",
"= c #311D0A",
"- c #341D03",
"; c #3D2010",
": c #452C0D",
"> c #482400",
", c #482B15",
"< c #4C300E",
"1 c #4F3112",
"2 c #502E0E",
"3 c #562C16",
"4 c #52340C",
"5 c #56380D",
"6 c #583615",
"7 c #633B1D",
"8 c #693A1C",
"9 c #64361C",
"0 c #703D1F",
"q c #6C3C21",
"w c #69440F",
"e c #664213",
"r c #734B13",
"t c #74471B",
"y c #6C4023",
"u c #724224",
"i c #794A26",
"p c #346BFF",
"a c #3B68F7",
"s c #396EFF",
"d c #3E71FF",
"f c #4371F9",
"g c #5778E7",
"h c #577EF2",
"j c #009B00",
"k c #089F06",
"l c #19970A",
"z c #0AA40C",
"x c #26A213",
"c c #24AF38",
"v c #2BB02F",
"b c #3BB63C",
"n c #4AA728",
"m c #47A420",
"M c #61B749",
"N c #64BA54",
"B c #7BB045",
"V c #66C76F",
"C c #6CC96E",
"Z c #76CC79",
"A c #5C81EB",
"S c #5F87FB",
"D c #7E8FCD",
"F c #6A87D7",
"G c #6486E1",
"H c #648DFE",
"J c #8B5C1A",
"K c #915B1E",
"L c #8B5C25",
"P c #86542F",
"I c #8C5F3B",
"U c #966216",
"Y c #8C6428",
"T c #946728",
"R c #956C2E",
"E c #996922",
"W c #926439",
"Q c #976939",
"! c #A9721C",
"~ c #AA6E22",
"^ c #A16926",
"/ c #B36A24",
"( c #B77C26",
") c #BC7E23",
"_ c #B07835",
"` c #9D7244",
"' c #A37A49",
"] c #A47742",
"[ c red",
"{ c #F80801",
"} c #FF0B15",
"| c #F51D0A",
" . c #FF1C1D",
".. c #FD1E12",
"X. c #F2240B",
"o. c #EA591F",
"O. c #FF5213",
"+. c #EB4716",
"@. c #EC4C24",
"#. c #F8781C",
"$. c #EE6419",
"%. c #EC672B",
"&. c #FC732A",
"*. c #FD5656",
"=. c #FE6969",
"-. c #FF6972",
";. c #FC7563",
":. c #FC7A73",
">. c #FF7C80",
",. c #81A934",
"<. c #87B130",
"1. c #8EB331",
"2. c #BD812B",
"3. c #AEBC3F",
"4. c #8CBD40",
"5. c #85B454",
"6. c #9EB648",
"7. c #AD8C5F",
"8. c #B38041",
"9. c #B9965A",
"0. c #B39561",
"q. c #87CB7E",
"w. c #96C96F",
"e. c #A4C24F",
"r. c #ADD264",
"t. c #C18225",
"y. c #C8882C",
"u. c #C98F38",
"i. c #C38030",
"p. c #D28B24",
"a. c #D28F2A",
"s. c #DB9521",
"d. c #D49737",
"f. c #D8A13C",
"g. c #E78422",
"h. c #EE8932",
"j. c #E69E2C",
"k. c #E19621",
"l. c #FF8026",
"z. c #FF9027",
"x. c #F39530",
"c. c #EB9835",
"v. c #FFAC1C",
"b. c #E9A42B",
"n. c #E9A738",
"m. c #E8A537",
"M. c #FFAE21",
"N. c #F9AD2B",
"B. c #FAA937",
"V. c #FEB324",
"C. c #FEB42B",
"Z. c #FDBB2A",
"A. c #FFB732",
"S. c #FCB439",
"D. c #FDB832",
"F. c #FFBD3A",
"G. c #F5B036",
"H. c #C99848",
"J. c #C69D55",
"K. c #D19A43",
"L. c #CEBE4B",
"P. c #DDA442",
"I. c #DEA648",
"U. c #D7A956",
"Y. c #CCAD6C",
"T. c #D0B670",
"R. c #D7BC79",
"E. c #C5AB78",
"W. c #ED9D42",
"Q. c #FB847A",
"!. c #EBA743",
"~. c #EEBC44",
"^. c #E6B854",
"/. c #FCBC43",
"(. c #F0B955",
"). c #E5BB65",
"_. c #FDC02C",
"`. c #FFC23D",
"'. c #DAC04D",
"]. c #C5C260",
"[. c #D9C07C",
"{. c #D9D176",
"}. c #EFCC56",
"|. c #FEC245",
" X c #FFC54B",
".X c #FECA4B",
"XX c #FEC752",
"oX c #FEC758",
"OX c #FFCA53",
"+X c #FFCC5B",
"@X c #FDD25B",
"#X c #F0D059",
"$X c #E7C668",
"%X c #E3C87F",
"&X c #E5D276",
"*X c #FECE61",
"=X c #F8CC6C",
"-X c #F4C666",
";X c #FED164",
":X c #FFD46B",
">X c #FFD96D",
",X c #F1D764",
"<X c #FDD572",
"1X c #FFD973",
"2X c #FEDC7B",
"3X c #F5D67F",
"4X c #FFE07C",
"5X c #A9A094",
"6X c #B3B8BD",
"7X c #85A1FF",
"8X c #9AB3FE",
"9X c #96A6E4",
"0X c #A6B2DA",
"qX c #A3BCFF",
"wX c #A3DDA8",
"eX c #B7D6A3",
"rX c #A8E1AC",
"tX c #B8C2C7",
"yX c #BEC7D2",
"uX c #A7C0FF",
"iX c #B0C0EA",
"pX c #B5C6FF",
"aX c #FF8084",
"sX c #FEB2B0",
"dX c #C5CAB9",
"fX c #D6CDA1",
"gX c #DAD2A4",
"hX c #CBC7A6",
"jX c #DFE3BA",
"kX c #EBCF82",
"lX c #EADC9C",
"zX c #E9D894",
"xX c #F0DA83",
"cX c #FFE183",
"vX c #FEE58A",
"bX c #FEE98C",
"nX c #F6E385",
"mX c #FCE591",
"MX c #FEEA93",
"NX c #FEEE9B",
"BX c #F1E39C",
"VX c #FFF28F",
"CX c #FFF29C",
"ZX c #FFF498",
"AX c #ECE5A6",
"SX c #F9EFA7",
"DX c #F8EFA8",
"FX c #FEF2A3",
"GX c #FEF5AA",
"HX c #FFF8AD",
"JX c #FEFBB3",
"KX c #FEFEBC",
"LX c #F7F3B3",
"PX c #CFDCFF",
"IX c #D6E1FF",
"UX c #FFFFC2",
"YX c None",
/* pixels */
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYX8 8 8 q u y 8 6 , $ YXYXYXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYXYX q u P ` 9.Y.R.[.T.0.Q u ; YXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYX6 q W 9.].vXVXZXZXGXyXiX0X5X` 3 O YXYXYXYX",
"YXYXYXYXYXYXYXYXYX, 3 P U.2Xr.N &XMXMXBX9XpXIXPX8XdX0.q o YXYXYX",
"YXYXYXYXYXYXYXYX; u 8.;X#X6.wXeX$XnXbXgX7XuX8XuX8X0XKX7.3 YXYX",
"YXYXYXYXYXYXYXo y H.#X4.M C wXwXw.M {.VX6XS H H H dXUXLXI * YXYX",
"YXYXYXYXYXYXo u I.@X1.c C C C Z V 5.xXVXgXd d d a A jXUXE.3 YX",
"YXYXYXYXYX$ i P..XOX'.n v b b b B 3XbXlXA s d d f g dXUXAXi . YX",
"YXYXYXYX q P..X.XXX+XL.k z z z 6.cXbXzXg p s G gXAXJXKXKXW + YX",
"YXYXYXYX3 ) &.F..X}.+X3.j j j j x &XbXbXzXD a F ZXHXKXUXKX` + YX",
"YXYXYX+ E B.:.W.S.B.oX<.l B 6.m l ].vXvXMXbXfXhXGXHXJXKXKX' $ YX",
"YXYXYX7 b.S.sXQ.;.*.%.}.^.;X<X:X$X3XcXvXMXMXZXFXGXHXJXKXKX] % YX",
"YXYX# / z.&.=.aXaX-.@.+X@X;X:X<X4X4XcXcXvXMXNXFXGXHXJXKXLXQ $ YX",
"YXYX6 g... . . . .} %.@X+X;X:X>X1X4XcXcXvXMXNXNXFXHXHXKXlXL . YX",
"YX ^ V.#.{ { [ X.o.!.OX+X+X:X:X<X2X4XcXvXMXMXNXSXGXHXUXR.t YX",
"YX& p.V._.$.[ [ | ~.OXXXoX;X;X:X<X2X4XcXvXbXMXNXSXFXHXJXJ.2 YX",
"YX1 b.V.V.#.{ +.X.h..XXX+X+X;X:X>X1X2XcXvXvXMXNXNXGXHXDX_ = YXYX",
"YXr N.M.Z.O.{ n.x.c..XXXXX+X+X:X>X1X2XcXcXvXMXNXNXSXHXkXL . YXYX",
"YXL C.M.V.#.o.D.`.|.|. XXX+X+X:X>X1X2X2XcXvXmXNXNXFXGXH.6 YXYX",
"YXT D.M.M.V.Z.A.F.F.|. XOX+X+X;X:X<X1X2XcXvXvXMXNXGXkX~ # YXYXYX",
"YXR F.v.M.M.A.A.F. X;X>XOXOX+X;X:X>X1X4X4XvXvXMXNXNXK.e YXYXYX",
"YXR |.v.M.M.C.A.G.u.T H.:XOX+X;X;X:X<X2X4XcXvXMXCX).~ # YXYXYXYX",
"YXY +XM.M.M.C.A.( = * P.OX+X*X<X4X1X4X4XcXbXMX$Xy.< YXYXYXYX",
"YXe =XD.v.M.V.j.: YX 2.XX+X;X-X-X<XvXvXvX2X^.) 6 YXYXYXYXYX",
"YX% U.:Xv.v.V.) YXYXO d..XoXd.r : 6 Y H.K.) J = YXYXYXYXYXYX",
"YX E cX|.v.V.! YXYXr G..Xm.5 . # X YXYXYXYXYXYXYX",
"YXYX- I.MX|.v.s.& > ~ a. X/.J YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYX w (.NX:XC.s.p.j.S.|.m.& YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYX r !.MXNX1X+X.X+X+X2. YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYX 4 2.(.2XMXmX=Xn.5 YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXX 5 U t.a.! 6 YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXYX . X YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX"
};

@ -0,0 +1,187 @@
/* XPM */
static char *kdvi-16[] = {
/* columns rows colors chars-per-pixel */
"16 16 165 2",
" c black",
". c #060600",
"X c #040404",
"o c #060606",
"O c #090400",
"+ c #0E0400",
"@ c #0F0500",
"# c #0C0C0C",
"$ c #090913",
"% c #170D00",
"& c #141405",
"* c #1C191C",
"= c #242407",
"- c gray13",
"; c #3C3128",
": c gray24",
"> c #3D3F43",
", c #294042",
"< c #3F606D",
"1 c #423A2D",
"2 c #4C3726",
"3 c #58581E",
"4 c #494526",
"5 c #79762F",
"6 c #414444",
"7 c gray37",
"8 c #626262",
"9 c #696A6A",
"0 c #6A6A68",
"q c #7DBED7",
"w c #7CC3DD",
"e c #B87110",
"r c #C47C1A",
"t c #9D9D2F",
"y c #918D5F",
"u c #B5954F",
"i c #B7984E",
"p c #BB9445",
"a c #BCBA4C",
"s c #E89E31",
"d c #DEB777",
"f c #CECE18",
"g c #E5E233",
"h c #CAD071",
"j c #E1DD7A",
"k c #FECF79",
"l c #E6E66D",
"z c #FEE079",
"x c #FEE47F",
"c c #878888",
"v c gray54",
"b c #959494",
"n c #8096A6",
"m c #9293AC",
"M c #8DADBA",
"N c #93ADB7",
"B c #AD9880",
"V c #A2A2A2",
"C c #A1AEAE",
"Z c #A4B5BE",
"A c #BFBDBE",
"S c #8BB2C2",
"D c #93B3CF",
"F c #94BED1",
"G c #9AB7D2",
"H c #8CBFED",
"J c #A5BBC9",
"K c #A9B5C5",
"L c #95C4DB",
"P c #87CAE2",
"I c #8CC8E0",
"U c #88C3F7",
"Y c #89CCF7",
"T c #9ACEE1",
"R c #9CCFE6",
"E c #9FCEE5",
"W c #91C4F3",
"Q c #9ACEF6",
"! c #98D0F7",
"~ c #9EDCF7",
"^ c #AFC0CE",
"/ c #B7C2CE",
"( c #BDC5CE",
") c #BFC4CF",
"_ c #B9C2D0",
"` c #A6C9E1",
"' c #AAD6E9",
"] c #AAD5ED",
"[ c #A0D3F5",
"{ c #A1D7F3",
"} c #A4DDF9",
"| c #ABDAF6",
" . c #B6CCE7",
".. c #B5D0E2",
"X. c #B5D1E3",
"o. c #B6DCEE",
"O. c #B9D5E6",
"+. c #BCD5E4",
"@. c #B8D2EC",
"#. c #B8D8E6",
"$. c #AFE2EE",
"%. c #A3E1FB",
"&. c #A8E0F9",
"*. c #AAE2F9",
"=. c #AFE3FB",
"-. c #B1EBFD",
";. c #B9E9F3",
":. c #BDE9F6",
">. c #C2B9BB",
",. c #DCDE9B",
"<. c #C5C2A4",
"1. c #CBD0AA",
"2. c #FEFE85",
"3. c #FEFE8C",
"4. c #FEFE90",
"5. c #C6CAD5",
"6. c #CBCCDA",
"7. c #CED0DA",
"8. c #D1CED2",
"9. c #D3D2C6",
"0. c #DCDCC8",
"q. c gray83",
"w. c #D5D5D6",
"e. c #D1D0DB",
"r. c #DADCDE",
"t. c #C2DAEB",
"y. c #D6DAE1",
"u. c #C3E2F2",
"i. c #C5E1F1",
"p. c #C0EBF7",
"a. c #C2EDF3",
"s. c #C0EDF9",
"d. c #C3F3FB",
"f. c #C6F5FB",
"g. c #CFF0F2",
"h. c #CCF7F7",
"j. c #CBF6F9",
"k. c #CFFDFE",
"l. c #D6E1EB",
"z. c #D2EDEE",
"x. c #DCEEF1",
"c. c #D0F7F6",
"v. c #D6FCFB",
"b. c #D7FCFB",
"n. c #DEF1FC",
"m. c #DAF9F8",
"M. c #EDDDC5",
"N. c #E2E1DE",
"B. c gray89",
"V. c #EEECE4",
"C. c #EBE9E9",
"Z. c #E9E9ED",
"A. c #E2EDF2",
"S. c #E1F9F9",
"D. c #E4F9F8",
"F. c #EDFDFC",
"G. c #FBF6EC",
"H. c #F8F7F8",
"J. c #F9F9F9",
"K. c #F8FEFE",
"L. c gray99",
"P. c #FDFDFD",
"I. c #FCFEFE",
"U. c #FEFEFE",
"Y. c None",
/* pixels */
"Y.Y.Y.Y.Y.Y. C Z J X.n Y.Y.Y.",
"Y.Y.8 N M S F L ` ] | ` # Y.Y.Y.",
"Y.Y.< w q I R ' o.u.u.n.6 Y.Y.Y.",
"Y.Y., P T #.O.t.l.w.N.I.v Y.Y.Y.",
"f g h A.r.@.Q ! [ ..Z.I.w. Y.Y.",
"t 3.4.G. .Y %.&.=.-.+.J.I.- Y.Y.",
"& l 3.0.W ~ p.:.f.k.a.y.J.7 Y.Y.",
"Y.3 2.1.U &.s.j.b.m.g.( C.V Y.",
"Y. a ,.W { ;.h.S.F.x.5.L.B.o Y.",
"Y.Y.= j D } d.v.D.K.5.6.I.L.: Y.",
"Y.Y.Y.5 9.D $.j.z./ m >.M.I.c ",
"Y.Y.Y.o <.e.K / _ 6.8.d s y > ",
"Y.Y.Y.Y.0 I.V.>.b 9 1 p 2.e + Y.",
"Y.Y.Y.Y.* y 4 X Y.Y.+ u 2.r % ",
"Y.Y.Y.Y.Y. Y.Y.Y.Y.Y.O u k 2 ",
"Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.O ; $ "
};

@ -0,0 +1,295 @@
/* XPM */
static char *kdvi[] = {
/* columns rows colors chars-per-pixel */
"32 32 257 2",
" c #000000",
". c #0A0B0C",
"X c #0A0A08",
"o c #141400",
"O c #1C1A01",
"+ c #131313",
"@ c #1B1B1B",
"# c #13161A",
"$ c #2E2A07",
"% c #3C2005",
"& c #393806",
"* c #2F2F2F",
"= c #26292A",
"- c #2E2E30",
"; c #3E3E3E",
": c #313B3E",
"> c #333647",
", c #432404",
"< c #4C2B05",
"1 c #6B3A05",
"2 c #6D3E0A",
"3 c #595710",
"4 c #545413",
"5 c #4D4826",
"6 c #74430A",
"7 c #765A37",
"8 c #66660F",
"9 c #75751F",
"0 c #444444",
"q c #454D50",
"w c #525252",
"e c #406A7A",
"r c #7C784C",
"t c gray39",
"y c #646B71",
"u c #717171",
"i c #7A7381",
"p c #787B94",
"a c #5A95AB",
"s c #778194",
"d c #7F8BA4",
"f c #63ACC6",
"g c #69B1CB",
"h c #7EB8CF",
"j c #73B8D3",
"k c #7FBED8",
"l c #75BCD7",
"z c #8B5D28",
"x c #A86824",
"c c #DD7D04",
"v c #8E8418",
"b c #97972C",
"n c #B6823E",
"m c #B5B320",
"M c #B2B23A",
"N c #BD9360",
"B c #CF913D",
"V c #C4BF3F",
"C c #E4850B",
"Z c #E9890D",
"A c #EBA835",
"S c #F0AA36",
"D c #DEA944",
"F c #DBA359",
"G c #C6BF6F",
"H c #D7AB65",
"J c #E4AC42",
"K c #EDB442",
"L c #E1B577",
"P c #D6D633",
"I c #F8F821",
"U c #F3F322",
"Y c #F6CF7A",
"T c #E4E45B",
"R c #FAFA66",
"E c #F6F67F",
"W c #FEFE77",
"Q c #FDFC7C",
"! c #CECE4C",
"~ c #88808D",
"^ c #868688",
"/ c #82829A",
"( c #8F9298",
") c gray60",
"_ c #8A8BA1",
"` c #8791A7",
"' c #8E90AA",
"] c #9797A9",
"[ c #9999AC",
"{ c #9191A4",
"} c #9191B6",
"| c #8FA4AC",
" . c #8AAABB",
".. c #9AAFB7",
"X. c #99A5B2",
"o. c #97AAAA",
"O. c #A09FAF",
"+. c #ACAB90",
"@. c #A1B184",
"#. c #A7AAA7",
"$. c #AAAAAA",
"%. c gray63",
"&. c #A1A0B2",
"*. c #A0A8B9",
"=. c #A9A9B8",
"-. c #AAA8B6",
";. c #AAB0BF",
":. c #A7B5B8",
">. c #BBB6B7",
",. c #BAB9BC",
"<. c #8C9EC2",
"1. c #83B4C8",
"2. c #81BED6",
"3. c #8DB1D6",
"4. c #9BB2C1",
"5. c #9ABCCA",
"6. c #92B8D3",
"7. c #8FB7E4",
"8. c #88BBEB",
"9. c #85BDF1",
"0. c #9EBDE1",
"q. c #A3B9C4",
"w. c #AAB4C4",
"e. c #AEBDC8",
"r. c #A2BFD2",
"t. c #BDBDC9",
"y. c #B5B9C6",
"u. c #B1BFD0",
"i. c #BABED0",
"p. c #85C2D9",
"a. c #8AC4DB",
"s. c #8EC8DD",
"d. c #93C6DC",
"f. c #83C2F5",
"g. c #8AC9F6",
"h. c #89C5F5",
"j. c #8CD0F7",
"k. c #94CAE2",
"l. c #9ACBE2",
"z. c #98CCE8",
"x. c #93CCF6",
"c. c #9ED0EC",
"v. c #92D1F7",
"b. c #95D3F8",
"n. c #9ADAF8",
"m. c #9AD8F7",
"M. c #A4C2CE",
"N. c #A5C5D6",
"B. c #AAC6E6",
"V. c #A1C8F0",
"C. c #A5D1E5",
"Z. c #A3D1EA",
"A. c #A9D4E5",
"S. c #ABD4EB",
"D. c #AADBEC",
"F. c #A3D4F3",
"G. c #A0DBF9",
"H. c #AED6F0",
"J. c #ABDEF9",
"K. c #A3DCF7",
"L. c #B8CCE2",
"P. c #B0D5EB",
"I. c #B3D9EB",
"U. c #BDD9E5",
"Y. c #B4DAF2",
"T. c #B7DEF9",
"R. c #BBDEF2",
"E. c #A6E0F7",
"W. c #A5E1FB",
"Q. c #ACE2F5",
"!. c #ABE2FA",
"~. c #ACE8FD",
"^. c #BBE1EC",
"/. c #B5E5F3",
"(. c #B1E5F9",
"). c #B3E8FA",
"_. c #BAE5F3",
"`. c #BDEBF4",
"'. c #BCEBFA",
"]. c #BAF0FB",
"[. c #C6C48C",
"{. c #D2C6BB",
"}. c #E1DD9C",
"|. c #F6DA8F",
" X c #F6DA90",
".X c #F9DE93",
"XX c #E8E782",
"oX c #EBEB87",
"OX c #E7E794",
"+X c #FDE897",
"@X c #F2F281",
"#X c #FDFD84",
"$X c #FEFE8B",
"%X c #F2F09E",
"&X c #E4E4B2",
"*X c #FEF7AC",
"=X c #FEF8AD",
"-X c #E8E7AB",
";X c #C4C4C4",
":X c #C2C1CA",
">X c #CBCACA",
",X c #C9C6CB",
"<X c #CECBD4",
"1X c #CACDDE",
"2X c #C5C6D2",
"3X c #D0CFD3",
"4X c #D0D0CF",
"5X c #D6D5C2",
"6X c #D4D3D2",
"7X c #D4D3DB",
"8X c #DAD9D9",
"9X c #CBD8E5",
"0X c #D4DCEA",
"qX c #CBE3EE",
"wX c #C5E2F3",
"eX c #C9EAF7",
"rX c #C5F1F4",
"tX c #C5F3FB",
"yX c #CCF1F1",
"uX c #C9F5FC",
"iX c #C9F8F7",
"pX c #CCFAFD",
"aX c #C6FBFE",
"sX c #D7E5EB",
"dX c #D8EDF6",
"fX c #DBF0EE",
"gX c #D4F2F2",
"hX c #D7F1FE",
"jX c #D3FBFB",
"kX c #DDF7F7",
"lX c #D9FCFB",
"zX c #E8DCCE",
"xX c #E3DEE1",
"cX c #ECECD7",
"vX c #E9E9C5",
"bX c #E3E3E4",
"nX c #E6E7EE",
"mX c #EEE7E7",
"MX c #E9E7EE",
"NX c #EBE9E6",
"BX c #EBEAEA",
"VX c #E1E8EC",
"CX c #E3EBF2",
"ZX c #ECEEF2",
"AX c #E3F2F4",
"SX c #E3FBFB",
"DX c #EBF1F2",
"FX c #EBFBFC",
"GX c #F0EEED",
"HX c #F0EEF1",
"JX c #F3F4F4",
"KX c #F2F5FA",
"LX c #F1FCFC",
"PX c #F8F7F5",
"IX c #FCFCFC",
"UX c #F9F9F7",
"YX c None",
/* pixels */
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX$.:.e.U.q YXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYX} :.q.q.N.N.Z.H.wXs YXYXYXYXYXYXYX",
"YXYXYXYXYXYXYXYXYX) o...4.5.a.d.k.z.z.Z.S.H.T.N.X YXYXYXYXYXYXYX",
"YXYXYXYX; X.| . .1.h k p.k.k.k.z.P.I.Y.S.S.Y.T.= YXYXYXYXYXYXYX",
"YXYXYXYX: j g j l j k a.l.S.C.S.I.wXR.I.Z.S.Y.hXy YXYXYXYXYXYXYX",
"YXYXYXYX# f p.2.p.d.A.A.C.A.C.Z.C.P.R.eXdXKXIXIX,. YXYXYXYXYXYX",
"YXYXYXYX a d.k p.d.a.d.l.C.P.qXCXKXbXNX8X>XNXIXPX# YXYXYXYXYXYX",
"YXYXYXYXYXe l p.a.A.U.qXbX0X0X0X0X8X,.>X7X8XUXIXIXw YXYXYXYXYXYX",
"YXYXYXU m @.wXCXKXmXmX9Xc.h.g.x.b.F.L.7XIXIXIXIXIX) YXYXYXYXYX",
" I P R Q %XIXIX;X,XB.f.g.v.b.m.G.G.G.S.2XPXIXIXIXcXX YXYXYXYXYX",
"8 R #X$X$XoXJXIXxXB.f.v.n.W.J.!.J.T.(.~.P.2XIXIXIXIX- YXYXYXYXYX",
"O T $X#X$X@XcXUX1Xf.j.n.!.).~.!.).).'.].'.u.bXIXIXIXt YXYXYXYXYX",
"YX4 #X$X#X@XvXnX0.f.m.K./.'./.D.rXtXuXuXaX^.L.IXIXIX$. YXYXYXYX",
"YX M $X#X#X-X1X8.j.m.Q._.dXeXrXpXpXjXjXjXpX;.GXIXUXBX. YXYXYXYX",
"YXYXO R $X#XOXi.9.j.n.).tXuXtXpXlXlXlXjXgXjXw.,.>X;XIX0 YXYXYXYX",
"YXYX 9 #X$XXXw.9.b.G.J.(.'.tXjXjXlXgXgXgXjXw.:XJXUXIX^ YXYXYX",
"YXYXYXX ! $XE #.9.b.m.Q./.`.yXyXgXSXSXFXFXSX*.bXIXIXIX>X YXYXYX",
"YXYXYXYX& W #X+.7.x.z.C./.rXiXjXlXFXFXKXLXfX[ HXPXJXIXPX= YXYXYX",
"YXYXYXYX b #X[.<.b.K.Q.`.iXjXlXSXFXLXIXIXu.=.IXJXJXPXIXt YXYXYX",
"YXYXYXYXYXo T %X&.3.W.(.'.uXjXlXkXAXAXIXnXp t.PXKXJXJXIX$. YXYX",
"YXYXYXYXYXYX3 Q 4X' 6.).'.`.yXyXyXfXAXfX_ / =.IXKXPXJXJXbX+ YXYX",
"YXYXYXYXYXYX V cX3Xs 3.Q.'.iXjXlXSX9Xp _ &.w.{.L BXKXPXIX; YXYX",
"YXYXYXYXYXYXYX& }.KX3X{ ` .r.M.:.` / =.y.t.>.B c F ZXDXbXw YX",
"YXYXYXYXYXYXYX r JXHXBX>X-.] [ [ t.BXUXIXzXH Y A C n - X YX",
"YXYXYXYXYXYXYXYX@ bXBXbXBXPXUXIXIXUXbX,X( 7 A =X|.S c 1 YXYXYX",
"YXYXYXYXYXYXYXYX >XJXnXCXBX>X%.u 0 @ < K *X|.S Z 6 YXYX",
"YXYXYXYXYXYXYXYX ^ 5X&XG 5 X YXYXYX < K *X XS C 6 YX",
"YXYXYXYXYXYXYXYX $ v O YXYXYXYXYXYXYXYXYX , J *X XS C 1 ",
"YXYXYXYXYXYXYXYXYXYX YXYXYXYXYXYXYXYXYXYXYX % J *X.XA x X ",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX % D +XN ~ . ",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX % z i > ",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX "
};

@ -0,0 +1,190 @@
/* XPM */
static char *kfax-16[] = {
/* columns rows colors chars-per-pixel */
"16 16 168 2",
" c black",
". c gray2",
"X c gray3",
"o c #111111",
"O c gray7",
"+ c gray9",
"@ c #191919",
"# c gray10",
"$ c #202020",
"% c gray14",
"& c gray15",
"* c #2D292D",
"= c gray20",
"- c #373737",
"; c #3F3F3F",
": c gray28",
"> c #484848",
", c gray29",
"< c #4C4C4C",
"1 c #4E4C4E",
"2 c #505050",
"3 c gray32",
"4 c #5B5B5B",
"5 c #5F5F5F",
"6 c #646464",
"7 c #676767",
"8 c DimGray",
"9 c #6A6A6A",
"0 c #6C6C6C",
"q c #6F6F6F",
"w c gray44",
"e c gray46",
"r c #7EC97C",
"t c #7BA3D9",
"y c #7EA6DB",
"u c #7FA7DB",
"i c #7CA6DD",
"p c #7FA8DC",
"a c gray51",
"s c #898989",
"d c #939393",
"f c #959595",
"g c #989898",
"h c #A7A7A7",
"j c #ACACAC",
"k c gray68",
"l c gray71",
"z c gray72",
"x c #BAB8BA",
"c c gray73",
"v c #BABBBB",
"b c gray74",
"n c gray",
"m c #81A9DE",
"M c #8DADE0",
"N c #A1B6D7",
"B c #A3B8D8",
"V c #A4B8D9",
"C c #A4B9DA",
"Z c #A5B9DA",
"A c #A7BCDF",
"S c #AAB9DA",
"D c #9BD39A",
"F c #ADCDAF",
"G c #B7CDB9",
"H c #B4D2B8",
"J c #BEC1C1",
"K c #BEC2C1",
"L c #A8C4E8",
"P c #E19A9C",
"I c #E1A5A5",
"U c #C3BEC3",
"Y c #C1CBB9",
"T c #C0C0C0",
"R c gray76",
"E c #C3C3C3",
"W c gray77",
"Q c #C5C5C5",
"! c gray78",
"~ c #C7C8C8",
"^ c #C9C7C9",
"/ c #CAC8C5",
"( c #CAC9C6",
") c #CCCAC7",
"_ c #C8C8C8",
"` c #CACACA",
"' c #CBCBCB",
"] c #CBCDCB",
"[ c #CDCBC9",
"{ c #CCCBCB",
"} c #CFCDCA",
"| c gray80",
" . c #CDCCCD",
".. c #CDCDCD",
"X. c #CECECE",
"o. c #CFCECF",
"O. c gray81",
"+. c #C8D3C8",
"@. c #C8D4C8",
"#. c #DFC1C1",
"$. c #D1D0CC",
"%. c #D0D0D0",
"&. c gray82",
"*. c #D3D1D3",
"=. c #D2D2D2",
"-. c #D3D3D2",
";. c gray83",
":. c #D5D5D4",
">. c #D5D5D5",
",. c gray84",
"<. c #D7D7D7",
"1. c #DBD7D7",
"2. c #D8D2D9",
"3. c #D8D5D8",
"4. c #D8D8D8",
"5. c gray85",
"6. c #DBD8DB",
"7. c gray86",
"8. c #DADDDA",
"9. c #DCDBD9",
"0. c #DEDFDE",
"q. c #C7D6EE",
"w. c #E2C6C8",
"e. c #E0DFDF",
"r. c #E1E0DE",
"t. c #E2E1DE",
"y. c #E2E2E2",
"u. c #E4E3E3",
"i. c gray90",
"p. c #E6E5E5",
"a. c #E6E6E6",
"s. c #E7E7E7",
"d. c #E9E9E9",
"f. c #EAE9E9",
"g. c #EBEAE8",
"h. c #EBEAEA",
"j. c gray92",
"k. c #ECECEC",
"l. c #ECEDED",
"z. c gray93",
"x. c #EDEEEE",
"c. c #EEEDED",
"v. c #EEEEED",
"b. c #EEEEEE",
"n. c #EEEFEF",
"m. c #EFEFEF",
"M. c #F0F0EF",
"N. c #F1F1F1",
"B. c #F3F2F0",
"V. c gray95",
"C. c #F2F3F3",
"Z. c #F3F3F2",
"A. c #F3F3F3",
"S. c #F5F4F2",
"D. c #F4F4F4",
"F. c gray96",
"G. c #F7F6F4",
"H. c #F6F6F6",
"J. c gray97",
"K. c #F8F8F8",
"L. c #F9F9F9",
"P. c #FBFAF8",
"I. c gray98",
"U. c #FBFBFB",
"Y. c #FDFDFD",
"T. c #FFFFFE",
"R. c gray100",
"E. c None",
/* pixels */
"E.E.E.E.E.= z.H.V.C.V.R.d E.E.",
"E.E.E.E.E.5 V.P.P.R.R.R.j . E.E.",
"E.E.E.@ > f M.v.z.V.V.P...: @ E.",
"6 d ; q S.( ( / _ } } $.x U 9 E.",
"=.R.=.1.q.A Z Z Z Z N S G D ] * ",
",.H.{ z.L i m m y y t M H r 8.1 ",
"=.j.! V.R.P.H.M.g.t.t.9.3.2.,., ",
"_ y.E H.H.V.z.j.0.-.-.,.=...=., ",
"Q 1.U B.C.z.j.s.3.,.%.%...{ { < ",
"U } n M.l.i.y.e.6.+...%.{ ! ! 2 ",
"b ! x g.I P Y F 2.%.{ ..' _ W 3 ",
"h x ) e.U w.@.+.;.%._ _ E W g % ",
"s 1.1.X.J J ..! E n z l k 4 o ",
". @ + + X e P.H.z.s.i.n.=.$ E.E.",
"E.E.E.E.E.a R.R.R.P.P.H.i.& E.E.",
"E.E.E.E.E.- q 8 8 7 7 q 7 o E.E."
};

@ -0,0 +1,132 @@
/* XPM */
static char *kfax[] = {
/* columns rows colors chars-per-pixel */
"32 32 94 2",
" c #000000",
". c gray4",
"X c #131313",
"o c #1C1C1C",
"O c #212121",
"+ c gray17",
"@ c #343434",
"# c #3B3B3B",
"$ c #434343",
"% c #4B4B4B",
"& c #545454",
"* c #5E5E5E",
"= c #626262",
"- c gray42",
"; c #717171",
": c #797979",
"> c #286CC6",
", c #3474CB",
"< c #09C709",
"1 c #46BA46",
"2 c #5EBD5C",
"3 c #62BB62",
"4 c #74C274",
"5 c #7FC57E",
"6 c #79DD79",
"7 c #568BD3",
"8 c #DF6363",
"9 c #DD7777",
"0 c #E07474",
"q c gray52",
"w c #8C8C8C",
"e c #949494",
"r c #9C9C9C",
"t c #87BF88",
"y c #95BC95",
"u c #A09F9E",
"i c #A2A2A2",
"p c #ACABAB",
"a c #B4B4B4",
"s c #BCBCBC",
"d c #84A3D6",
"f c #92AEDD",
"g c #96B0DE",
"h c #9EBAE1",
"j c #9CC79B",
"k c #ABC5AB",
"l c #AECCAE",
"z c #BBC8BB",
"x c #B0C7E2",
"c c #B5CBE5",
"v c #B8C7E2",
"b c #BBCDE1",
"n c #B8CFE8",
"m c #BCD2EC",
"M c #DB8383",
"N c #DA8F8F",
"B c #DD9595",
"V c #DE9999",
"C c #DDA0A0",
"Z c #DCBABA",
"A c #C3C3C3",
"S c #C7CFC7",
"D c #CACACA",
"F c #CED0D3",
"G c #CED1D8",
"H c #DEC3C3",
"J c #D3D3D3",
"K c #D2D5DB",
"L c #D5D8DF",
"P c #DFD2D2",
"I c #D9D6D9",
"U c #DBDADB",
"Y c #D6D9E0",
"T c #D9DBE1",
"R c #DEE3E3",
"E c #E3DADA",
"W c #E4E1DD",
"Q c #E4E4E4",
"! c #E4E5EC",
"~ c #E7E8E8",
"^ c #E9E6E2",
"/ c #EDE9E5",
"( c #EBEBEB",
") c #E4EDF7",
"_ c #E8ECF3",
"` c #ECF2F2",
"' c #F2EEEB",
"] c #F4F1ED",
"[ c #F2F2F2",
"{ c #F5F7FB",
"} c #F9F6F2",
"| c #FCF9F5",
" . c #FCFCFC",
".. c None",
/* pixels */
"......................& ] ( ( ( ~ ~ ~ ( ~ ~ ^ ~ E $ ............",
"......................& . . . . . . . . . . . .[ @ ............",
"......................= .{ { { . . . . . . . .` # ..........",
"....................& p ( ] } } } { . . . . . .~ r @ ..........",
"....................* A ~ ( ( ( ( ( ( ] ] ` [ { Q s % ..........",
"..............# ; % : A Q Q ~ ^ ~ ~ ( ( ( ( ( ] E s = @ = ....",
"..% * @ ....: { [ I D ~ ^ Q ~ ( ~ ( ( _ ] ] { Q A s a r . ....",
"+ A I D = ; - r . .D u p p p p p p p p p p p p i r s I s @ ....",
"e . . .J W s ~ { _ ! Y U Y L L L K K K G G G F K D z U Q z + ..",
"r . . .F z a .v d f f f f f f f f f g g f f g U 5 6 4 J Q : ",
"r . .{ D s D .h > , , , , , , , , , , , , , 7 T 2 < 1 I Q w ",
"r .} [ D s I .) m K n m m m n n c c c c c x b E L k S I I q ",
"r .` ( D s I . . . .| | | | } ] ] / / ^ ^ W W U U U I J J q ",
"u } ( ~ A s ~ . .{ { [ [ [ ( ( ( R J U W I J I I J F D J J w ",
"u ` Q ~ A s Q .{ { [ ] ] ` ( ~ ( J F J J D I F J D U D D D w ",
"i ! Q E A s ( .{ [ ] ` ( ( ~ ~ Q W J J U J D J I D D D D D w ",
"i ~ U I s s ( { } ] ` ( ( ( Q ! Q F D I J S J D D D U A D S w . ",
"i E I J s A ( } ` ( ` ( ~ ~ Q Q R U D J I D J J J D D A A A w ",
"i U J J s s ( ] ( ` ( ~ Q Q Q E W J D I J D F F D D J A A A w . ",
"i J F D a A ( ` ( ^ ~ E Q Q U U U J J J D A I D D A P A A A w X ",
"i F D D a A ~ ` E B E N E U y J U F S D J D A D D D A s s s w X ",
"i D A z a s ~ ` 9 0 M 8 ! t 3 U I S J I A A U D A D U A s s w X ",
"i D A s p A G ( V H V Z Q j l I J J D J D D D D A A A A s i ; ",
"= a p i s ~ A D R Q R R I U I J J D D D D A A A A A s a r ; O ",
"& Q F F ~ [ ( I D A I J J J J J J D D D S A Z s p u e : $ . ..",
"+ U ] ~ E U L J D s p p s z s s s a a p p i r i p p % ....",
" X O O O O o o o o @ s ( ._ ~ R U U J T R ( _ ] D # ..........",
"....................+ A [ . . . . . . .{ { ` ] ( F $ ..........",
"....................+ F } . . .{ } [ ] ] ( ( ~ ~ L $ ..........",
"....................+ E ( ` ( ( ] ( ( ( ( ( Q Q Q ] % ..........",
"....................o s F A D A A D D A A D D A D D @ ..........",
".................... . . . . . .........."
};

@ -0,0 +1,168 @@
/* XPM */
static char * kfaxview_16_xpm[] = {
"16 16 149 2",
" c None",
". c #ECECEC",
"+ c #F5F5F5",
"@ c #F3F3F3",
"# c #FFFFFF",
"$ c #939393",
"% c #F2F2F2",
"& c #FAFAFA",
"* c #FBFBFB",
"= c #FDFDFD",
"- c #ACACAC",
"; c #959595",
"> c #F1F1F1",
", c #EDEDED",
"' c #EEEEEE",
") c #F0F0EF",
"! c #F3F3F2",
"~ c #F9F9F9",
"{ c #CDCDCD",
"] c #6F6F6F",
"^ c #F5F4F2",
"/ c #CAC8C5",
"( c #CAC9C6",
"_ c #CCCAC7",
": c #CDCBC9",
"< c #CFCDCA",
"[ c #D1D0CC",
"} c #BAB8BA",
"| c #C3BEC3",
"1 c #6A6A6A",
"2 c #D2D2D2",
"3 c #D1D1D1",
"4 c #D9D9D9",
"5 c #C7D6EE",
"6 c #A7BCDF",
"7 c #A5B9DA",
"8 c #A4B9DA",
"9 c #A4B8D9",
"0 c #A3B8D8",
"a c #A1B6D7",
"b c #AAB9DA",
"c c #B7CDB9",
"d c #9BD39A",
"e c #CBCDCB",
"f c #D6D6D6",
"g c #F6F6F6",
"h c #CCCBCB",
"i c #EEEDED",
"j c #A8C4E8",
"k c #7CA6DD",
"l c #81A9DE",
"m c #7FA8DC",
"n c #7FA7DB",
"o c #7EA6DB",
"p c #7BA3D9",
"q c #8DADE0",
"r c #B4D2B8",
"s c #7EC97C",
"t c #DADDDA",
"u c #4E4C4E",
"v c #D0D0D0",
"w c #EBEBEB",
"x c #C7C7C7",
"y c #FFFFFE",
"z c #FBFAF8",
"A c #F7F6F4",
"B c #F3F2F0",
"C c #EBEAE8",
"D c #E1E0DE",
"E c #E2E1DE",
"F c #DCDBD9",
"G c #DBD8DB",
"H c #D8D2D9",
"I c #D5D5D5",
"J c #4A4A4A",
"K c #CACACA",
"L c #E2E2E2",
"M c #C3C3C3",
"N c #F4F4F4",
"O c #F7F7F7",
"P c #EEEEED",
"Q c #EBEAEA",
"R c #E0DFDF",
"S c #D5D5D4",
"T c #D3D3D2",
"U c #D4D4D4",
"V c #CFCECF",
"W c #4C4C4C",
"X c #C5C5C5",
"Y c #D8D8D8",
"Z c #C0C0C0",
"` c #F2F3F3",
" . c #EDEEEE",
".. c #E9E9E9",
"+. c #E5E5E5",
"@. c #DBDBDB",
"#. c #CECECE",
"$. c #CBCBCB",
"%. c #CCCCCC",
"&. c #BEBEBE",
"*. c #EEEFEF",
"=. c #ECEDED",
"-. c #E6E5E5",
";. c #E4E3E3",
">. c #DEDFDE",
",. c #CFCFCF",
"'. c #505050",
"). c #BDBDBD",
"!. c #BABBBB",
"~. c #EAE9E9",
"{. c #E1A5A5",
"]. c #E19A9C",
"^. c #C1CBB9",
"/. c #ADCDAF",
"(. c #D8D5D8",
"_. c #C4C4C4",
":. c #525252",
"<. c #A7A7A7",
"[. c #BABABA",
"}. c #C7C8C8",
"|. c #DBD7D7",
"1. c #DFC1C1",
"2. c #E2C6C8",
"3. c #C8D4C8",
"4. c #C8D3C8",
"5. c #D3D1D3",
"6. c #C8C8C8",
"7. c #C2C2C2",
"8. c #989898",
"9. c #898989",
"0. c #D7D7D7",
"a. c #BEC1C1",
"b. c #BEC2C1",
"c. c #CDCCCD",
"d. c #C9C7C9",
"e. c #B8B8B8",
"f. c #B5B5B5",
"g. c #ADADAD",
"h. c #5B5B5B",
"i. c #757575",
"j. c #E7E7E7",
"k. c #E6E6E6",
"l. c #EFEFEF",
"m. c #828282",
"n. c #F8F8F8",
"o. c #707070",
"p. c #696969",
"q. c #6C6C6C",
"r. c #676767",
" . + @ @ @ # $ ",
" % & * = # # - ",
" ; > , ' ) ! ~ { ",
" $ ] ^ / ( / _ : < [ } | 1 ",
"2 # 3 4 5 6 7 8 9 0 a b c d e ",
"f g h i j k l m n o p q r s t u ",
"v w x @ y z A B C D E F G H I J ",
"K L M N O % P Q R S T U 3 V v W ",
"X Y Z % ` ...+.@.2 v v #.$.%.W ",
"Z #.&.*.=.-.;.>.Y ,.{ #.K x x '.",
").X !.~.{.].^./.(.v $.{ K K _.:.",
"<.[.}.|.1.2.3.4.5.,.K 6.7._.8. ",
"9.0.4 #.a.b.c.d.M &.e.f.g.h. ",
" i.& g . j.k.l.3 ",
" m.# # = & n.O +. ",
" o.p.p.p.p.q.r. "};

@ -0,0 +1,299 @@
/* XPM */
static char * kfaxview_32_xpm[] = {
"32 32 264 2",
" c None",
". c #F0F0F0",
"+ c #EBEBEB",
"@ c #EAEAEA",
"# c #E9E9E9",
"$ c #E8E8E8",
"% c #E7E7E7",
"& c #E6E6E6",
"* c #DEDEDE",
"= c #FFFFFF",
"- c #FEFEFE",
"; c #F2F2F2",
"> c #373737",
", c #F9F9F9",
"' c #F7F7F7",
") c #F8F8F8",
"! c #FBFBFB",
"~ c #FCFCFC",
"{ c #FDFDFD",
"] c #F1F1F1",
"^ c #3B3B3B",
"/ c #525252",
"( c #ABABAB",
"_ c #EEEEEE",
": c #F3F3F3",
"< c #F6F6F6",
"[ c #FAFAFA",
"} c #9B9B9B",
"| c #5E5E5E",
"1 c #C3C3C3",
"2 c #EDEDED",
"3 c #EFEFEF",
"4 c #E4E4E4",
"5 c #BBBBBB",
"6 c #4B4B4B",
"7 c #767676",
"8 c #C8C8C8",
"9 c #E5E5E5",
"0 c #E0E0E0",
"a c #BFBFBF",
"b c #616161",
"c c #7B7B7B",
"d c #D5D5D5",
"e c #CDCDCD",
"f c #ECECEC",
"g c #E2E2E2",
"h c #C7C7C7",
"i c #BABABA",
"j c #B7B7B7",
"k c #989898",
"l c #C0C0C0",
"m c #D8D8D8",
"n c #CACACA",
"o c #6B6B6B",
"p c #9E9E9E",
"q c #CECECD",
"r c #A09F9E",
"s c #ADACAB",
"t c #ABAAA9",
"u c #ABABA9",
"v c #ACABAA",
"w c #ACACAA",
"x c #ADADAB",
"y c #AEADAC",
"z c #AFAEAD",
"A c #A4A4A4",
"B c #999899",
"C c #BAB8BA",
"D c #D6D5D6",
"E c #939393",
"F c #DFDFDF",
"G c #BDBDBD",
"H c #E6E6E5",
"I c #F5F7FB",
"J c #E8ECF3",
"K c #E1E4EA",
"L c #D8DBE1",
"M c #D6D9E0",
"N c #D5D8DF",
"O c #D4D7DE",
"P c #D3D6DD",
"Q c #D2D5DB",
"R c #D1D4DA",
"S c #D0D3DA",
"T c #CFD2D9",
"U c #CED1D8",
"V c #CDD0D6",
"W c #D5D5D6",
"X c #BBC8BB",
"Y c #D8DAD8",
"Z c #E5E4E5",
"` c #BEBEBE",
" . c #9D9D9D",
".. c #D1D1D1",
"+. c #B5B5B5",
"@. c #B8C7E2",
"#. c #84A3D6",
"$. c #91ADDC",
"%. c #92AEDD",
"&. c #93AEDD",
"*. c #93AFDD",
"=. c #93AFDE",
"-. c #92AEDE",
";. c #96B0DE",
">. c #DADADE",
",. c #7FC57E",
"'. c #79DD79",
"). c #74C274",
"!. c #D4D4D4",
"~. c #797979",
"{. c #B9B9B9",
"]. c #C9C9C9",
"^. c #9EBAE1",
"/. c #286CC6",
"(. c #3474CA",
"_. c #3474CB",
":. c #3475CB",
"<. c #3575CB",
"[. c #3575CC",
"}. c #3576CC",
"|. c #3073CB",
"1. c #568BD3",
"2. c #DFDCE3",
"3. c #5EBD5C",
"4. c #09C709",
"5. c #46BA46",
"6. c #DBD7DB",
"7. c #8A8A8A",
"8. c #F4F4F4",
"9. c #BCBCBC",
"0. c #D7D7D7",
"a. c #E4EDF7",
"b. c #BCD4EE",
"c. c #BED5EF",
"d. c #BED4EE",
"e. c #BDD3ED",
"f. c #BCD2EC",
"g. c #BBD1EA",
"h. c #B9D0E9",
"i. c #B8CFE8",
"j. c #B7CDE7",
"k. c #B6CDE6",
"l. c #B5CCE5",
"m. c #B4CAE4",
"n. c #B3CAE3",
"o. c #B0C7E2",
"p. c #BBCDE1",
"q. c #DEDDDF",
"r. c #D4D6D4",
"s. c #ABC5AB",
"t. c #C7CFC7",
"u. c #D8D6D8",
"v. c #D9D9D9",
"w. c #858585",
"x. c #FFFFFE",
"y. c #FFFFFB",
"z. c #FFFDF8",
"A. c #FDFAF6",
"B. c #FBF8F4",
"C. c #F9F6F2",
"D. c #F7F4EF",
"E. c #F4F1ED",
"F. c #F3F0EC",
"G. c #F2EEEB",
"H. c #EFEBE7",
"I. c #ECE8E4",
"J. c #EAE7E3",
"K. c #E8E5E1",
"L. c #E4E1DD",
"M. c #DADADA",
"N. c #DBDADB",
"O. c #DFDADF",
"P. c #DAD7DA",
"Q. c #D3D3D3",
"R. c #898989",
"S. c #9F9F9F",
"T. c #C6C6C6",
"U. c #D2D2D2",
"V. c #E1E1E1",
"W. c #D6D6D6",
"X. c #D0D0D0",
"Y. c #8B8B8B",
"Z. c #C4C4C4",
"`. c #CFCFCF",
" + c #CBCBCB",
".+ c #DCDCDC",
"++ c #8D8D8D",
"@+ c #A0A0A0",
"#+ c #C1C1C1",
"$+ c #DBDBDB",
"%+ c #CECECE",
"&+ c #CCCCCC",
"*+ c #8C8C8C",
"=+ c #DDDDDD",
"-+ c #8E8E8E",
";+ c #F5F5F5",
">+ c #C5C5C5",
",+ c #EDEEEE",
"'+ c #E8E9E9",
")+ c #E3E2E3",
"!+ c #B8B8B8",
"~+ c #ECEEEE",
"{+ c #E7E8E8",
"]+ c #E3E2E2",
"^+ c #C2C2C2",
"/+ c #EEF1F1",
"(+ c #E5D9D9",
"_+ c #DD9595",
":+ c #DFD2D2",
"<+ c #DA8F8F",
"[+ c #E1DBDB",
"}+ c #D8DBD9",
"|+ c #95BC95",
"1+ c #D1D7D1",
"2+ c #A3A3A3",
"3+ c #B3B3B3",
"4+ c #EAF4F4",
"5+ c #DD7777",
"6+ c #E07474",
"7+ c #DB8383",
"8+ c #DF6363",
"9+ c #E7E7EE",
"0+ c #87BF88",
"a+ c #62BB62",
"b+ c #DCD8DC",
"c+ c #AFAFAF",
"d+ c #CFD0D0",
"e+ c #E9ECEC",
"f+ c #DE9999",
"g+ c #DEC3C3",
"h+ c #DDA0A0",
"i+ c #DCBABA",
"j+ c #E2E3E7",
"k+ c #9CC79B",
"l+ c #AECCAE",
"m+ c #707070",
"n+ c #666666",
"o+ c #ADADAD",
"p+ c #DFE5E5",
"q+ c #E3E7E7",
"r+ c #E0E6E6",
"s+ c #DDE2E2",
"t+ c #DEDADE",
"u+ c #727272",
"v+ c #1F1F1F",
"w+ c #D4D5D5",
"x+ c #A1A1A1",
"y+ c #969696",
"z+ c #787878",
"A+ c #444444",
"B+ c #A9A9A9",
"C+ c #ACACAC",
"D+ c #B2B2B2",
"E+ c #AEAEAE",
"F+ c #A6A6A6",
"G+ c #A2A2A2",
"H+ c #A8A8A8",
"I+ c #4D4D4D",
"J+ c #393939",
"K+ c #3E3E3E",
"L+ c #434343",
"M+ c #484848",
"N+ c #E3E3E3",
"O+ c #323232",
" . + @ @ # # $ $ % % & $ * ",
" = - - = = = = = = = = = ; > ",
" , ' ) , ! ~ { - = = = = ] ^ ",
" / ( _ ] : < ) , [ ! ~ ~ ! { # } > ",
" | 1 $ + 2 2 2 _ 3 . ] ] ; < 4 5 6 ",
" 7 8 9 9 9 & % $ # @ + 2 _ ] 0 a b ",
" c ) ; d e $ 9 & $ # @ + f _ 3 . : g h i j k ",
" l m n b o p = = q r s t u v v w s s x y y z A B C D a ",
"E = = = d F G H I J K L L L M N O P Q R S T U V W e X Y Z ` ",
" .= - - ..l +.= @.#.$.%.%.%.%.%.&.*.*.=.=.=.-.;.>.,.'.).!.Z ~. ",
" .= , , e {.].= ^./.(.(._.:.:.<.<.<.<.[.}.}.|.1.2.3.4.5.6.Z 7. ",
"p - 8.: n 9.0.= a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w. ",
"p , . _ 8 {.v.= = x.y.z.A.B.C.D.E.F.G.H.I.J.K.L.M.N.O.P.Q.d R. ",
"S.8.+ # T.G & = ! ) ' 8.; . _ f + F U.v.V.0...W.v.d X.8 ..U.Y. ",
"S.3 & 9 Z.5 & - , < 8.; . _ + @ # W...W.U.n m `.!. +.+T.e `.++ ",
"@+@ g 0 #+` 3 [ < 8.; 3 2 f # % 9 V.X.U.$+!.e !.d %+8 ].&+ +*+ ",
"@+9 =+M.a i 3 ' 8.] 3 2 + # % 4 9 X.e 0.Q.n d &+X. +v.#+8 ].-+ ",
"@+0 v.d 9.a _ ;+] 3 f + $ & 9 g 0 $+%+Q.Q.%+..X.`.e e >+h T.-+ ",
"@+$+Q.X.i ` f ; 3 ,+@ '+& 4 )+0 F X.e d !.n X.e &+n ..l Z.1 -+ ",
"@+0.`.&+!+#+@ . ~+& {+g ]+)+.+.+.+U.!.W. +8 0. +n h m Z.^+l ++ ",
"@+..n T.+.^+$ /+(+_+:+<+[+}+|+1+N...8 %+Q.].>+&+8 &+8 9.a G *+ ",
"2+e T.#+3+a $ 4+5+6+7+8+9+0+a+b+m ].Q.m 8 1 M. +Z.8 * #+9.i Y. ",
"2+].1 9.c+Z.d+e+f+g+h+i+j+k+l+b+Q...e X.e 8 +8 >+h T.a 9.2+m+ ",
"n++.o+A {.& >+n p+q+r+s+v.t+b+Q.U.`.e &+].h >+1 #+^+` 3+ .u+v+ ",
" V.%+%++ : + !.Z.8 U.w+d !.Q.U.X.%+&+n h 1 a {.( x+y+z+A+ ",
" .+. % V.M.0.d e a B+C+a a i {.j +.D+E+( F+G+A c+H+I+ ",
" J+{.2 , . % V.=+$+M.=+g @ . ] +K+ ",
" >+: = = = = = { ! ) ;+; 3 f X.L+ ",
" %+; = { [ ) ;+8.; . _ @ $ $ 0.M+ ",
" N+f 3 _ 2 2 f f f + + & 4 4 _ I+ ",
" i %+8 8 8 8 8 8 8 8 8 ].].&+].O+ ",
" "};

@ -0,0 +1,208 @@
/* XPM */
static char *kghostview-16[] = {
/* columns rows colors chars-per-pixel */
"16 16 186 2",
" c black",
". c #000205",
"X c #010306",
"o c #020306",
"O c #020406",
"+ c #020407",
"@ c #030406",
"# c #030407",
"$ c #04070B",
"% c #07080A",
"& c #0D0909",
"* c #180A00",
"= c #1B0C00",
"- c #2D1A00",
"; c #2A2E35",
": c #2E3136",
"> c #2F3237",
", c #303439",
"< c #3B3E50",
"1 c #6C4D22",
"2 c #4D4B4B",
"3 c #49515D",
"4 c #4B535F",
"5 c #4C535F",
"6 c #4D5561",
"7 c #4C5563",
"8 c #4E5664",
"9 c #696C8F",
"0 c #626B97",
"q c #6170A1",
"w c #7B81A4",
"e c #7892C1",
"r c #7CABEE",
"t c #924F00",
"y c #A06928",
"u c #BE8A29",
"i c #B78B31",
"p c #B98D59",
"a c #A58269",
"s c #C5922C",
"d c #F1B33C",
"f c #C99351",
"g c #F5BB46",
"h c #F7BA45",
"j c #E8BE68",
"k c #FFDC7A",
"l c #82819C",
"z c #968481",
"x c #8487A2",
"c c #898AA3",
"v c #9295AE",
"b c #999CB4",
"n c #92A3BF",
"m c #9AA1BA",
"M c #AAA8B9",
"N c #B0AEBD",
"B c #8C9FC1",
"V c #9FB5DA",
"C c #84ADEA",
"Z c #93BEED",
"A c #95BEEF",
"S c #A0A5C4",
"D c #A3ACC2",
"F c #A9ADC4",
"G c #A9AFC8",
"H c #A9B4CB",
"J c #AEB8C8",
"K c #AFB9C9",
"L c #ACB9CE",
"P c #B5B5C5",
"I c #B1BACA",
"U c #B0BBCF",
"Y c #B5BECD",
"T c #B6BFCD",
"R c #A0BDE4",
"E c #9CCAF4",
"W c #B7C0CE",
"Q c #BBC2CE",
"! c #B5C5DE",
"~ c #B8C2D1",
"^ c #B9C2D5",
"/ c #BEC1D2",
"( c #BFCADC",
") c #A3C4EF",
"_ c #A9C8EC",
"` c #AECBEA",
"' c #AFCDEC",
"] c #A1C9F5",
"[ c #A6CCF1",
"{ c #ABD0F1",
"} c #ABD2F3",
"| c #B4D1EC",
" . c #B2DCF4",
".. c #BCE4FB",
"X. c #D9CBBF",
"o. c #FFF799",
"O. c #FFF89A",
"+. c #C6C6CF",
"@. c #C1C1D1",
"#. c #C3C7D3",
"$. c #C3C5D5",
"%. c #C4C7D7",
"&. c #CACCD4",
"*. c #C8CFDC",
"=. c #C3D1DE",
"-. c #CBD2DF",
";. c #D7D4DA",
":. c #C0CFE8",
">. c #C7DEED",
",. c #C8D4E5",
"<. c #CED3E6",
"1. c #CED6E4",
"2. c #CAD5EA",
"3. c #CCDBE8",
"4. c #D0D3E4",
"5. c #D0D5E1",
"6. c #D0D4E6",
"7. c #D0D8E5",
"8. c #D2D9E5",
"9. c #D2DAE7",
"0. c #D3DFE7",
"q. c #D2DAE9",
"w. c #D6DDEB",
"e. c #D4DFEF",
"r. c #DFDDE2",
"t. c #D6DFF4",
"y. c #C2E5F3",
"u. c #C0E0F8",
"i. c #C3EAF9",
"p. c #C7EAF8",
"a. c #CCE5F2",
"s. c #C9E9F5",
"d. c #D7E0EF",
"f. c #D8E0EE",
"g. c #DCE2EB",
"h. c #DCE3EE",
"j. c #DDE4ED",
"k. c #D3E9F2",
"l. c #DEE4F0",
"z. c #DEE5F0",
"x. c #DFE4F0",
"c. c #DFE5F0",
"v. c #DFE6F1",
"b. c #D8EAF0",
"n. c #DDF7FD",
"m. c #DEFAFE",
"M. c #E5E5E6",
"N. c #E7E7E7",
"B. c #E2E6EC",
"V. c #E3E7EC",
"C. c #E3E7ED",
"Z. c #E3E7EE",
"A. c #E9E8E8",
"S. c #EBE9ED",
"D. c #EAEDEE",
"F. c #EDEDEB",
"G. c #EFEFED",
"H. c #E0E6F1",
"J. c #E2E5F1",
"K. c #E3E8F0",
"L. c #E2E8F3",
"P. c #E3E9F2",
"I. c #E3EAF4",
"U. c #E4E9F2",
"Y. c #E5EAF2",
"T. c #E4EBF5",
"R. c #E4EBF6",
"E. c #E6EBF4",
"W. c #E7ECF5",
"Q. c #ECF2FA",
"!. c #EDF4FE",
"~. c #EFF4FC",
"^. c #E8FBFF",
"/. c #F3F3F3",
"(. c #F3F5F5",
"). c #F0F3F9",
"_. c #F3F6FD",
"`. c #F2F7FF",
"'. c #FAF9FA",
"]. c #FAFEFF",
"[. c #FCFFFF",
"{. c #FEFEFE",
"}. c #FEFFFF",
"|. c #FFFFFE",
" X c gray100",
".X c None",
/* pixels */
".Xq.K.U.U.K.g.f.( > .X.X.X.X.X.X",
".XH. XG.F.G.`.W.d.1.: .X.X.X.X.X",
".Xh. X/./.(.).T.w.].q., .X.X.X.X",
".Xh. XA.N.+.P @.%.*.,.L ; .X.X.X",
".Xh. XM.M H 3.g.8./ ^ :.8 .X.X",
".XH. XN B i.m.^.n.>.$.2.3 .X.X",
".XL.S.w Z ..p.s.y. .! <.3 .X.X",
".XT.;.q r ] } } [ E R 6.6 .X.X",
".XI.;.9 C ) ' | _ A V 4.6 .X.X",
".Xv. Xw w u.k.b.a.` G t.6 .X.X",
".Xj. X&.q S 0.V.=.m S X.2 .X.X",
".Xh.{.V.( c x v b F z j i * .X.X",
".Xh. XC.C.g.5.-.8.t.p d o.u = .X",
".XW. X X]. X!.Q.`.!.H.f h O.s - ",
".X~ Q W T T K J K J U D y h k 1 ",
".X$ @ @ @ + + + + + + $ & t a < "
};

@ -0,0 +1,248 @@
/* XPM */
static char *kghostview[] = {
/* columns rows colors chars-per-pixel */
"32 32 210 2",
" c black",
". c #381E06",
"X c #5E3A07",
"o c #5D5B7F",
"O c #5F5E80",
"+ c #5E658F",
"@ c #4E6BAE",
"# c #5167A2",
"$ c #536CAC",
"% c #626285",
"& c #61678E",
"* c #66698B",
"= c #6F6E8E",
"- c #6E7293",
"; c #6C759D",
": c #706F8E",
"> c #757593",
", c #797793",
"< c #7A7A94",
"1 c #7D7D9A",
"2 c #6A76A4",
"3 c #7F819E",
"4 c #6A88C1",
"5 c #6698E4",
"6 c #739EE0",
"7 c #83460C",
"8 c #924F08",
"9 c #965208",
"0 c #965D22",
"q c #8E6035",
"w c #BB6F08",
"e c #BF780E",
"r c #A46B2D",
"t c #A36A30",
"y c #B4792D",
"u c #866045",
"i c #C67A0F",
"p c #C67C11",
"a c #D07D02",
"s c #9F8163",
"d c #B08350",
"f c #DC8501",
"g c #DA890F",
"h c #DF8F10",
"j c #DF921A",
"k c #DA9A31",
"l c #E09114",
"z c #ECAD37",
"x c #FFB935",
"c c #FFBB39",
"v c #C69C6C",
"b c #D6A45B",
"n c #EBB85D",
"m c #E0B474",
"M c #F4C44E",
"N c #F9CF5C",
"B c #F9D05C",
"V c #F6CC72",
"C c #81819C",
"Z c #918C9F",
"A c #9D9A98",
"S c #8485A1",
"D c #8B8CA5",
"F c #848DB4",
"G c #8D91A0",
"H c #8C91AB",
"J c #8390B4",
"K c #8D9CB5",
"L c #9494AD",
"P c #9896AE",
"I c #9A9AAF",
"U c #9599B1",
"Y c #9A9CB3",
"T c #9FABBE",
"R c #A38C81",
"E c #A59899",
"W c #A09FB6",
"Q c #A3A5BC",
"! c #A4ADBE",
"~ c #A8A9BF",
"^ c #91A3C3",
"/ c #9EADC5",
"( c #9EB0D0",
") c #9FBBDC",
"_ c #83ACE3",
"` c #8AADE0",
"' c #84B2EB",
"] c #8CB1E1",
"[ c #83B0F5",
"{ c #87BCFA",
"} c #92B4E0",
"| c #95B9E3",
" . c #93BCE8",
".. c #9BBBE0",
"X. c #9DBFEC",
"o. c #A2ADC1",
"O. c #A1A9CD",
"+. c #ABABC0",
"@. c #A4B0C6",
"#. c #A7B3D1",
"$. c #A9BADC",
"%. c #B0AFC0",
"&. c #B2B3C3",
"*. c #B4B6C9",
"=. c #B4B9CC",
"-. c #B8B7C9",
";. c #BBBCC7",
":. c #BCBDCD",
">. c #A0BFE0",
",. c #9CC2EE",
"<. c #9DCBEF",
"1. c #98C2F4",
"2. c #9AC2FC",
"3. c #9FCCFA",
"4. c #ABC0DA",
"5. c #B7C1CF",
"6. c #B3C0D9",
"7. c #BAC2D4",
"8. c #B9C6DB",
"9. c #BBC8D6",
"0. c #BECADC",
"q. c #A2C2E4",
"w. c #AEC6E4",
"e. c #ADCBE4",
"r. c #A8CEEB",
"t. c #A5C8F7",
"y. c #A2CAFA",
"u. c #ACCDF0",
"i. c #A9CDFA",
"p. c #A6D0EF",
"a. c #AAD2ED",
"s. c #A6D2F4",
"d. c #ABD3F1",
"f. c #ACD2FA",
"g. c #B2C9E8",
"h. c #B7D2E4",
"j. c #B0D7EF",
"k. c #B6DBED",
"l. c #BCD5E3",
"z. c #BFD8E4",
"x. c #BCDFED",
"c. c #B1D1F7",
"v. c #B2D3FC",
"b. c #B2D8F2",
"n. c #B2DCFD",
"m. c #BCDAF9",
"M. c #BCE0F2",
"N. c #BBE2FA",
"B. c #C6B8AA",
"V. c #C0BECE",
"C. c #FFE696",
"Z. c #FFE897",
"A. c #FFE99C",
"S. c #FFFDB3",
"D. c #FFFEB8",
"F. c #C4C3CC",
"G. c #C6CACF",
"H. c #CECECF",
"J. c #C2C3D2",
"K. c #C1C6D8",
"L. c #C2C9D3",
"P. c #C2CCDB",
"I. c #CBCCD2",
"U. c #CACCDA",
"Y. c #CED0DE",
"T. c #D0C9C7",
"R. c #D2D1D6",
"E. c #D3D3DB",
"W. c #D8D5D5",
"Q. c #C2CDE0",
"!. c #C5D0E1",
"~. c #C1D9E3",
"^. c #CBD1E2",
"/. c #CCDCE4",
"(. c #CED8EA",
"). c #D3D6E2",
"_. c #D5DAE4",
"`. c #D4DCEB",
"'. c #DADEE4",
"]. c #D9DEEA",
"[. c #C4E2EE",
"{. c #C4E3F3",
"}. c #C4E2F9",
"|. c #C5EBFF",
" X c #C9E6F0",
".X c #CCE5F9",
"XX c #CBEAF5",
"oX c #CAEDFB",
"OX c #D7E2EB",
"+X c #DBE2EE",
"@X c #D1ECF2",
"#X c #D3ECFA",
"$X c #DCE3F1",
"%X c #D8E8F6",
"&X c #D2F1FC",
"*X c #DCF4FC",
"=X c #E0E6F1",
"-X c #E4E9F3",
";X c #E6EEFA",
":X c #E9EDF5",
">X c #EAEFF8",
",X c #E3F6FC",
"<X c #E4F9FE",
"1X c #ECF1F9",
"2X c #EBF8FD",
"3X c #F1F1F4",
"4X c #F1F5FB",
"5X c #F4F8FE",
"6X c #FEFEFE",
"7X c None",
/* pixels */
"7X7X!.!.!.!.!.!.P.!.!.!.!.!.!.!.!.o.7X7X7X7X7X7X7X7X7X7X7X7X7X7X",
"7X7X!.5X6X6X6X6X6X6X6X6X5X1X:X=X].!.o.7X7X7X7X7X7X7X7X7X7X7X7X7X",
"7X7X!.5X6X6X6X6X6X6X6X5X4X1X-X$X].Q.;X! 7X7X7X7X7X7X7X7X7X7X7X7X",
"7X7X!.5X6X6XH.H.H.H.G.G.5X1X:X=X].Q.>X$X! 7X7X7X7X7X7X7X7X7X7X7X",
"7X7X!.5X6X6X6X6X6X6X6X5X5X4X>X-X+XQ.5X-X$Xo.7X7X7X7X7X7X7X7X7X7X",
"7X7X!.5X6X6X6X6X6X6X6X6X5X4X1X:X$X!.6X5X-X$Xo.7X7X7X7X7X7X7X7X7X",
"7X7XU.5X6X6XH.H.H.H.H.G.;.&.&.Y._.0.:X:X$X`.`.T 7X7X7X7X7X7X7X7X",
"7X7XP.4X6X6X6X6X6X6XE.~ &.;.:.J.:.:.@./ o./ / / / 7X7X7X7X7X7X7X",
"7X7X!.5X6X6XH.H.F.P I ~ =.0.^.Y.U.K.V.K.Q.:.8.:.K 7X7X7X7X7X7X",
"7X7X!.5X6X6X6X3XL P o. X*X<X2X2X>X%XU.F.:.h.8.g.K 7X7X7X7X7X7X",
"7X7X!.5X6X6XH.Z H ^ m.XX@X<X2X2X<X*X#XP.K.K.Q.Q.K 7X7X7X7X7X7X",
"7X7X!.5X6X6XU.C 4 f.|.&X*X*X*X<X*X#X.X}.P.V.Q.Q.K 7X7X7X7X7X7X",
"7X7X!.5X6X:X1 C ) p.b.m.{. X X[.[.x.k.a.w.F.K.(.K 7X7X7X7X7X7X",
"7X7X!.5X6XI.1 2 { n.N.N.|.oXoXoXoXN.m.n.i.:.V.(.K 7X7X7X7X7X7X",
"7X7X!.5X6X~ < $ 5 ' ,.s.j.j.a.p.p.p.p.<. .>.L.(.K 7X7X7X7X7X7X",
"7X7X!.5X6X&., $ [ 2.3.y.i.f.f.f.u.y.s.3.X.$.F.`.K 7X7X7X7X7X7X",
"7X7X!.5X6X&.= # 6 _ ` } ) ,.>.>...) _ 6 _ #.V.].K 7X7X7X7X7X7X",
"7X7X!.4X6XE.= + [ i.v.m.{..XXXoX}.m.c.i.X.*.=.$XK 7X7X7X7X7X7X",
"7X7X!.5X6X3X< % 4 | q.w.h.l.P.z.l.e.q...( +.7.$XK 7X7X7X7X7X7X",
"7X7X!.5X6X6XE.% & X.}.#X*X*X1X,X*X&X}.g.+.+.).$XK 7X7X7X7X7X7X",
"7X7X!.5X6X6XH.C o ; ) l./._.'._._.z.4.! Q O.W.$XK 7X7X7X7X7X7X",
"7X7X!.5X6X6X6X4XS o - / /.=X:X-XOX=.U L Y O.B.m A 7X7X7X7X7X7X",
"7X7X!.5X6X6XG.L.J.D % % > H T U D D D 3 F Z d z k X 7X7X7X7X7X7X",
"7X7X!.5X6X6X5X4X4X4X_.Y C 1 1 S L &.`.=XE q n S.B h p 7X7X7X7X7X",
"7X7X!.5X6X6XL.L.L.L.J.L.L.5.5.5.9.9.9.9.s w c A.D.B h e 7X7X7X7X",
"7X7X!.5X6X6X5X4X4X4X1X1X>X>X>X:X:X:X=X-XT.r f x C.D.N l p 7X7X7X",
"7X7X!.5X6X5X4X4X4X1X1X1X1X1X>X:X-X-X=X=X$XE.r f c C.D.N l e 7X7X",
"7X7X!.5X6X6X4X4X5X4X1X1X1X9.9.1X:X-X-X=X+X=XR.t f c C.D.B l g 7X",
"7X7X!.2X6X5X4X4X4X4X1X1X1X>X>X:X-X-X$X-X$X$X$XE.0 f c Z.D.M j ",
"7X7X!.K K K K U K K K K K K K K K K K K K K U K G 8 f c V b v ",
"7X7X7X . 9 a y R L ",
"7X7X7X7X7X7X7X7X7X7X7X7X7X7X7X7X7X7X7X7X7X7X7X7X7X7X7 9 u , * "
};

@ -0,0 +1,219 @@
/* XPM */
static char *kolourpaint-16[] = {
/* columns rows colors chars-per-pixel */
"16 16 197 2",
" c black",
". c #060000",
"X c #080000",
"o c #0D0400",
"O c #0E0700",
"+ c #130606",
"@ c #140600",
"# c #150C00",
"$ c #190C00",
"% c #1B0D03",
"& c #111100",
"* c #211607",
"= c #241302",
"- c #271906",
"; c #2E1E06",
": c #35210B",
"> c #36250D",
", c #35280F",
"< c #382509",
"1 c #3A2414",
"2 c #4C1919",
"3 c #432D0B",
"4 c #44290B",
"5 c #4B2512",
"6 c #4D2F1A",
"7 c #4F3B19",
"8 c #553711",
"9 c #573C1C",
"0 c #5F4429",
"q c #62471A",
"w c #664816",
"e c #674C1E",
"r c #694919",
"t c #744D1D",
"y c #674D2C",
"u c #6B5123",
"i c #734425",
"p c #316AFF",
"a c #3F6FF9",
"s c #4772F3",
"d c #009B00",
"f c #009C01",
"g c #3DBB4B",
"h c #76BA3E",
"j c #52BF57",
"k c #804A2A",
"l c #975C23",
"z c #8F6019",
"x c #94631B",
"c c #986615",
"v c #956631",
"b c #91653B",
"n c #957234",
"m c #AF7E2E",
"M c #A57431",
"N c #A27C37",
"B c #B47E26",
"V c #876546",
"C c #8D714F",
"Z c #9D7E52",
"A c #FC0000",
"S c #FD370F",
"D c #FA3A3D",
"F c #CC651D",
"G c #F04415",
"H c #FF4D2C",
"J c #FC6216",
"K c #EF6021",
"L c #FF454E",
"P c #9CB73D",
"I c #BB8731",
"U c #B0BC3F",
"Y c #89B943",
"T c #8CBF5D",
"R c #A6804D",
"E c #AB8743",
"W c #AD8751",
"Q c #B88946",
"! c #BF9B59",
"~ c #A0BD4D",
"^ c #A8BC47",
"/ c #AFB75F",
"( c #BEB64D",
") c #ACD46F",
"_ c #B3CE70",
"` c #C18F37",
"' c #DB9728",
"] c #D39C31",
"[ c #C5AA3D",
"{ c #F28F31",
"} c #FA9621",
"| c #E1A031",
" . c #E1A53A",
".. c #FDA726",
"X. c #F9AF32",
"o. c #FFB220",
"O. c #FFB425",
"+. c #FFB525",
"@. c #FFB922",
"#. c #FFB825",
"$. c #FFBB32",
"%. c #FFBC31",
"&. c #C4994B",
"*. c #D5A84E",
"=. c #D8A751",
"-. c #FF9053",
";. c #FC9D71",
":. c #EBB347",
">. c #F4A248",
",. c #FDA44B",
"<. c #FABB45",
"1. c #FABC44",
"2. c #FFBD43",
"3. c #FFC228",
"4. c #FFC643",
"5. c #FBC651",
"6. c #FFCA53",
"7. c #FFCA56",
"8. c #FECD50",
"9. c #FFCC51",
"0. c #FFCB58",
"q. c #FFCB59",
"w. c #FFCB5A",
"e. c #FFCE5E",
"r. c #FFD455",
"t. c #FFD45F",
"y. c #F4C865",
"u. c #F5CC6A",
"i. c #FFCF62",
"p. c #FFD265",
"a. c #FFD661",
"s. c #FFD767",
"d. c #FFD368",
"f. c #FFD66D",
"g. c #FFD86B",
"h. c #FFDE6E",
"j. c #F7D374",
"k. c #FFD770",
"l. c #FFD871",
"z. c #FFDA74",
"x. c #FFDD77",
"c. c #FFDC79",
"v. c #FFDD7B",
"b. c #FFDD7C",
"n. c #FFDF7F",
"m. c #FFE06A",
"M. c #8FA1D2",
"N. c #9EA7C2",
"B. c #83A5FB",
"V. c #84A8FF",
"C. c #A9B5DB",
"Z. c #B5B6CA",
"A. c #9AD792",
"S. c #BBC1B6",
"D. c #BBCAD0",
"F. c #E6D18C",
"G. c #E8DE84",
"H. c #E8DB9F",
"J. c #F4DF84",
"K. c #F9E284",
"L. c #FFE080",
"P. c #FFE082",
"I. c #FFE284",
"U. c #FFE286",
"Y. c #FFE387",
"T. c #FFE482",
"R. c #FFE48A",
"E. c #FFE78E",
"W. c #FFE884",
"Q. c #FFE88E",
"!. c #FFE98F",
"~. c #FFEC8E",
"^. c #FBE391",
"/. c #FFE790",
"(. c #FFE993",
"). c #FFEB96",
"_. c #FFEF99",
"`. c #FFEF9E",
"'. c #FFF098",
"]. c #FFF59C",
"[. c #EBECBE",
"{. c #F4E5A1",
"}. c #F4EDA6",
"|. c #FFF0A1",
" X c #FFF3A0",
".X c #FFF4A4",
"XX c #FDF3AF",
"oX c #FDFAB6",
"OX c #FFFDB1",
"+X c #FFFCB4",
"@X c #FFFFB5",
"#X c #FFFFB6",
"$X c #FFFDBA",
"%X c #FFFDBB",
"&X c #CFD2CC",
"*X c #C3CEF1",
"=X c None",
/* pixels */
"=X=X=X=X=X=X5 k b R W V 6 X =X=X",
"=X=X=X=X2 i Q / J._.&X*XZ.C % =X",
"=X=X=X+ v ( ) A._ G.C.V.B.[.Z . ",
"=X=XO M 6.h g j T K.M.p a D.{.1 ",
"=X l 2.r.U f d Y !.N.s S.oX%X0 ",
"=Xw ,.;.-.[ P ^ ~ U.!.H.}.#X%Xy ",
"& F H L D >.s.l.v.J.E._..X+XXX9 ",
"8 ..S A K 5.e.d.l.n.R.).].#XF.: ",
"x 3.J G { 9.0.p.l.n.U.(.`.#X! o ",
"B #.} X.4.9.7.i.f.x.U.E.].^.t ",
"I +.+.$. .*.0.e.g.x.n.!.].&.$ =X",
"N %.o.' - * :.t.y.j.W.T.=.4 =X=X",
"7 0.@.c =X3 <.` > , u r = =X=X",
" E m.] z | 1.< =X=X=X=X=X=X=X=X",
"=X@ n u.h.a.m =X=X=X=X=X=X=X=X",
"=X=X ; e q # =X=X=X=X=X=X=X=X=X"
};

@ -0,0 +1,295 @@
/* XPM */
static char *kolourpaint[] = {
/* columns rows colors chars-per-pixel */
"32 32 257 2",
" c #000000",
". c #0A0300",
"X c #0C0800",
"o c #110505",
"O c #150A02",
"+ c #1D0E05",
"@ c #1F0A0A",
"# c #1C1104",
"$ c #220F04",
"% c #251305",
"& c #2D1C09",
"* c #281407",
"= c #311D0A",
"- c #341D03",
"; c #3D2010",
": c #452C0D",
"> c #482400",
", c #482B15",
"< c #4C300E",
"1 c #4F3112",
"2 c #502E0E",
"3 c #562C16",
"4 c #52340C",
"5 c #56380D",
"6 c #583615",
"7 c #633B1D",
"8 c #693A1C",
"9 c #64361C",
"0 c #703D1F",
"q c #6C3C21",
"w c #69440F",
"e c #664213",
"r c #734B13",
"t c #74471B",
"y c #6C4023",
"u c #724224",
"i c #794A26",
"p c #346BFF",
"a c #3B68F7",
"s c #396EFF",
"d c #3E71FF",
"f c #4371F9",
"g c #5778E7",
"h c #577EF2",
"j c #009B00",
"k c #089F06",
"l c #19970A",
"z c #0AA40C",
"x c #26A213",
"c c #24AF38",
"v c #2BB02F",
"b c #3BB63C",
"n c #4AA728",
"m c #47A420",
"M c #61B749",
"N c #64BA54",
"B c #7BB045",
"V c #66C76F",
"C c #6CC96E",
"Z c #76CC79",
"A c #5C81EB",
"S c #5F87FB",
"D c #7E8FCD",
"F c #6A87D7",
"G c #6486E1",
"H c #648DFE",
"J c #8B5C1A",
"K c #915B1E",
"L c #8B5C25",
"P c #86542F",
"I c #8C5F3B",
"U c #966216",
"Y c #8C6428",
"T c #946728",
"R c #956C2E",
"E c #996922",
"W c #926439",
"Q c #976939",
"! c #A9721C",
"~ c #AA6E22",
"^ c #A16926",
"/ c #B36A24",
"( c #B77C26",
") c #BC7E23",
"_ c #B07835",
"` c #9D7244",
"' c #A37A49",
"] c #A47742",
"[ c red",
"{ c #F80801",
"} c #FF0B15",
"| c #F51D0A",
" . c #FF1C1D",
".. c #FD1E12",
"X. c #F2240B",
"o. c #EA591F",
"O. c #FF5213",
"+. c #EB4716",
"@. c #EC4C24",
"#. c #F8781C",
"$. c #EE6419",
"%. c #EC672B",
"&. c #FC732A",
"*. c #FD5656",
"=. c #FE6969",
"-. c #FF6972",
";. c #FC7563",
":. c #FC7A73",
">. c #FF7C80",
",. c #81A934",
"<. c #87B130",
"1. c #8EB331",
"2. c #BD812B",
"3. c #AEBC3F",
"4. c #8CBD40",
"5. c #85B454",
"6. c #9EB648",
"7. c #AD8C5F",
"8. c #B38041",
"9. c #B9965A",
"0. c #B39561",
"q. c #87CB7E",
"w. c #96C96F",
"e. c #A4C24F",
"r. c #ADD264",
"t. c #C18225",
"y. c #C8882C",
"u. c #C98F38",
"i. c #C38030",
"p. c #D28B24",
"a. c #D28F2A",
"s. c #DB9521",
"d. c #D49737",
"f. c #D8A13C",
"g. c #E78422",
"h. c #EE8932",
"j. c #E69E2C",
"k. c #E19621",
"l. c #FF8026",
"z. c #FF9027",
"x. c #F39530",
"c. c #EB9835",
"v. c #FFAC1C",
"b. c #E9A42B",
"n. c #E9A738",
"m. c #E8A537",
"M. c #FFAE21",
"N. c #F9AD2B",
"B. c #FAA937",
"V. c #FEB324",
"C. c #FEB42B",
"Z. c #FDBB2A",
"A. c #FFB732",
"S. c #FCB439",
"D. c #FDB832",
"F. c #FFBD3A",
"G. c #F5B036",
"H. c #C99848",
"J. c #C69D55",
"K. c #D19A43",
"L. c #CEBE4B",
"P. c #DDA442",
"I. c #DEA648",
"U. c #D7A956",
"Y. c #CCAD6C",
"T. c #D0B670",
"R. c #D7BC79",
"E. c #C5AB78",
"W. c #ED9D42",
"Q. c #FB847A",
"!. c #EBA743",
"~. c #EEBC44",
"^. c #E6B854",
"/. c #FCBC43",
"(. c #F0B955",
"). c #E5BB65",
"_. c #FDC02C",
"`. c #FFC23D",
"'. c #DAC04D",
"]. c #C5C260",
"[. c #D9C07C",
"{. c #D9D176",
"}. c #EFCC56",
"|. c #FEC245",
" X c #FFC54B",
".X c #FECA4B",
"XX c #FEC752",
"oX c #FEC758",
"OX c #FFCA53",
"+X c #FFCC5B",
"@X c #FDD25B",
"#X c #F0D059",
"$X c #E7C668",
"%X c #E3C87F",
"&X c #E5D276",
"*X c #FECE61",
"=X c #F8CC6C",
"-X c #F4C666",
";X c #FED164",
":X c #FFD46B",
">X c #FFD96D",
",X c #F1D764",
"<X c #FDD572",
"1X c #FFD973",
"2X c #FEDC7B",
"3X c #F5D67F",
"4X c #FFE07C",
"5X c #A9A094",
"6X c #B3B8BD",
"7X c #85A1FF",
"8X c #9AB3FE",
"9X c #96A6E4",
"0X c #A6B2DA",
"qX c #A3BCFF",
"wX c #A3DDA8",
"eX c #B7D6A3",
"rX c #A8E1AC",
"tX c #B8C2C7",
"yX c #BEC7D2",
"uX c #A7C0FF",
"iX c #B0C0EA",
"pX c #B5C6FF",
"aX c #FF8084",
"sX c #FEB2B0",
"dX c #C5CAB9",
"fX c #D6CDA1",
"gX c #DAD2A4",
"hX c #CBC7A6",
"jX c #DFE3BA",
"kX c #EBCF82",
"lX c #EADC9C",
"zX c #E9D894",
"xX c #F0DA83",
"cX c #FFE183",
"vX c #FEE58A",
"bX c #FEE98C",
"nX c #F6E385",
"mX c #FCE591",
"MX c #FEEA93",
"NX c #FEEE9B",
"BX c #F1E39C",
"VX c #FFF28F",
"CX c #FFF29C",
"ZX c #FFF498",
"AX c #ECE5A6",
"SX c #F9EFA7",
"DX c #F8EFA8",
"FX c #FEF2A3",
"GX c #FEF5AA",
"HX c #FFF8AD",
"JX c #FEFBB3",
"KX c #FEFEBC",
"LX c #F7F3B3",
"PX c #CFDCFF",
"IX c #D6E1FF",
"UX c #FFFFC2",
"YX c None",
/* pixels */
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYX8 8 8 q u y 8 6 , $ YXYXYXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYXYX q u P ` 9.Y.R.[.T.0.Q u ; YXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYX6 q W 9.].vXVXZXZXGXyXiX0X5X` 3 O YXYXYXYX",
"YXYXYXYXYXYXYXYXYX, 3 P U.2Xr.N &XMXMXBX9XpXIXPX8XdX0.q o YXYXYX",
"YXYXYXYXYXYXYXYX; u 8.;X#X6.wXeX$XnXbXgX7XuX8XuX8X0XKX7.3 YXYX",
"YXYXYXYXYXYXYXo y H.#X4.M C wXwXw.M {.VX6XS H H H dXUXLXI * YXYX",
"YXYXYXYXYXYXo u I.@X1.c C C C Z V 5.xXVXgXd d d a A jXUXE.3 YX",
"YXYXYXYXYX$ i P..XOX'.n v b b b B 3XbXlXA s d d f g dXUXAXi . YX",
"YXYXYXYX q P..X.XXX+XL.k z z z 6.cXbXzXg p s G gXAXJXKXKXW + YX",
"YXYXYXYX3 ) &.F..X}.+X3.j j j j x &XbXbXzXD a F ZXHXKXUXKX` + YX",
"YXYXYX+ E B.:.W.S.B.oX<.l B 6.m l ].vXvXMXbXfXhXGXHXJXKXKX' $ YX",
"YXYXYX7 b.S.sXQ.;.*.%.}.^.;X<X:X$X3XcXvXMXMXZXFXGXHXJXKXKX] % YX",
"YXYX# / z.&.=.aXaX-.@.+X@X;X:X<X4X4XcXcXvXMXNXFXGXHXJXKXLXQ $ YX",
"YXYX6 g... . . . .} %.@X+X;X:X>X1X4XcXcXvXMXNXNXFXHXHXKXlXL . YX",
"YX ^ V.#.{ { [ X.o.!.OX+X+X:X:X<X2X4XcXvXMXMXNXSXGXHXUXR.t YX",
"YX& p.V._.$.[ [ | ~.OXXXoX;X;X:X<X2X4XcXvXbXMXNXSXFXHXJXJ.2 YX",
"YX1 b.V.V.#.{ +.X.h..XXX+X+X;X:X>X1X2XcXvXvXMXNXNXGXHXDX_ = YXYX",
"YXr N.M.Z.O.{ n.x.c..XXXXX+X+X:X>X1X2XcXcXvXMXNXNXSXHXkXL . YXYX",
"YXL C.M.V.#.o.D.`.|.|. XXX+X+X:X>X1X2X2XcXvXmXNXNXFXGXH.6 YXYX",
"YXT D.M.M.V.Z.A.F.F.|. XOX+X+X;X:X<X1X2XcXvXvXMXNXGXkX~ # YXYXYX",
"YXR F.v.M.M.A.A.F. X;X>XOXOX+X;X:X>X1X4X4XvXvXMXNXNXK.e YXYXYX",
"YXR |.v.M.M.C.A.G.u.T H.:XOX+X;X;X:X<X2X4XcXvXMXCX).~ # YXYXYXYX",
"YXY +XM.M.M.C.A.( = * P.OX+X*X<X4X1X4X4XcXbXMX$Xy.< YXYXYXYX",
"YXe =XD.v.M.V.j.: YX 2.XX+X;X-X-X<XvXvXvX2X^.) 6 YXYXYXYXYX",
"YX% U.:Xv.v.V.) YXYXO d..XoXd.r : 6 Y H.K.) J = YXYXYXYXYXYX",
"YX E cX|.v.V.! YXYXr G..Xm.5 . # X YXYXYXYXYXYXYX",
"YXYX- I.MX|.v.s.& > ~ a. X/.J YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYX w (.NX:XC.s.p.j.S.|.m.& YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYX r !.MXNX1X+X.X+X+X2. YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYX 4 2.(.2XMXmX=Xn.5 YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXX 5 U t.a.! 6 YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXYX . X YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX"
};

@ -0,0 +1,190 @@
/* XPM */
static char *kooka-16[] = {
/* columns rows colors chars-per-pixel */
"16 16 168 2",
" c black",
". c #040404",
"X c #0F0F00",
"o c gray5",
"O c #111111",
"+ c #171713",
"@ c gray8",
"# c #181818",
"$ c #353531",
"% c gray23",
"& c #474547",
"* c #494949",
"= c #4B494B",
"- c gray29",
"; c #4B4B4B",
": c #4F4D4B",
"> c #4C4C4C",
", c #535353",
"< c #555355",
"1 c #565452",
"2 c #555555",
"3 c gray34",
"4 c #5D575D",
"5 c #585858",
"6 c gray35",
"7 c #5E5C59",
"8 c #666166",
"9 c #646464",
"0 c #6E6A68",
"q c #747373",
"w c #747474",
"e c #6FCE6C",
"r c #898888",
"t c #8B8A8A",
"y c #8D8B88",
"u c #8C8B8B",
"i c #8E8E8E",
"p c #939393",
"a c #9B9B9B",
"s c #9F9C9B",
"d c #9F9F9F",
"f c #A2A2A2",
"g c #A7A4A3",
"h c #A5A4A5",
"j c #A6A5A5",
"k c gray65",
"l c #A7A6A6",
"z c #A7A7A7",
"x c gray66",
"c c #A9A9A9",
"v c #AAAAAA",
"b c gray67",
"n c #AEAEAE",
"m c #B1B1B1",
"M c #B4B2B2",
"N c #B5B3B4",
"B c gray72",
"V c #BEBDBC",
"C c #8CBCE7",
"Z c #8CBDEA",
"A c #9CBDE5",
"S c #A5D2A5",
"D c #BBDCBB",
"F c #8CC0EE",
"G c #8CC2EC",
"H c #86C5F3",
"J c #9FC5ED",
"K c #9EC8EE",
"L c #90C8F2",
"P c #97CFF6",
"I c #9DD1F4",
"U c #9AD3F8",
"Y c #A0C6ED",
"T c #ABC4E4",
"R c #A2D7F7",
"E c #A5D3F6",
"W c #A5D6F5",
"Q c #AEDCF6",
"! c #ABDEFA",
"~ c #B1C7E5",
"^ c #B6CCE7",
"/ c #B0CBEE",
"( c #B7CFEE",
") c #B8CDE7",
"_ c #B9CEE7",
"` c #BACEE7",
"' c #B4D7F6",
"] c #B5DDF8",
"[ c #B3E0FA",
"{ c #B6E1FB",
"} c #B7E2F8",
"| c #B8E7FD",
" . c #BCE6F9",
".. c #BFEDFF",
"X. c #CACACA",
"o. c #C8CACD",
"O. c #C8CACE",
"+. c #CFCDCB",
"@. c #CAD8CA",
"#. c #D0D0D0",
"$. c #D2D2D2",
"%. c #D0D3DA",
"&. c #D7DED3",
"*. c gray85",
"=. c #D8DAD8",
"-. c gainsboro",
";. c #DDDCDD",
":. c #DDDDDD",
">. c gray87",
",. c #DFDFDF",
"<. c #CCD4E3",
"1. c #CED7E5",
"2. c #CFD6E5",
"3. c #CAD5E9",
"4. c #C2D7F1",
"5. c #C4D7F0",
"6. c #D0D8E6",
"7. c #D2DAE8",
"8. c #D7DEEB",
"9. c #D5DEEC",
"0. c #D8DEEB",
"q. c #D9DEEB",
"w. c #D8DFEC",
"e. c #DDDEED",
"r. c #C4E4FC",
"t. c #C6E6FC",
"y. c #C4E9F9",
"u. c #C7EBFE",
"i. c #C8E4FB",
"p. c #C9E5FB",
"a. c #C9E6FB",
"s. c #C9E7FB",
"d. c #CAE5FB",
"f. c #CAE6FB",
"g. c #CAE5FC",
"h. c #CCE7FB",
"j. c #CAE8FC",
"k. c #CBEBFC",
"l. c #CCEBF9",
"z. c #CFE9FB",
"x. c #C5F0FF",
"c. c #CDF1FF",
"v. c #D1EDF9",
"b. c #D0ECFC",
"n. c #E2E2E2",
"m. c #E4E2E0",
"M. c #E5E3E1",
"N. c #E4E4E4",
"B. c #E6E6E6",
"V. c #E7E7E7",
"C. c #E9E6E5",
"Z. c #E8E8E7",
"A. c #EBEAE8",
"S. c #ECECEC",
"D. c #EEEEEE",
"F. c #E0E5F1",
"G. c #F3F3F3",
"H. c #F4F4F4",
"J. c #F7F6F4",
"K. c gray97",
"L. c #F8F8F8",
"P. c gray98",
"I. c #F8FAFD",
"U. c #FCFAF9",
"Y. c #FFFFFD",
"T. c #FFFFFE",
"R. c gray100",
"E. c None",
/* pixels */
"E. p i w z n.=.=.X.; * * o E.E.",
"E.> G.D.V.G.L.K.P.P.D.n.P.d E.",
"E.% H.n v v x x l v v j =.n E.",
"E. m B s d d d d d d a #.* E.E.",
"E.E.5 #.t t u u u t t z B . E.E.",
"E.E.O V M j l x l j h +.q E.E.",
"E.E.7 9.T ) ) ` ` ` ^ ~ O.@ E.E.",
"E.E.s / ' i.i.i.i.g.g.J 3.1 E.E.",
"E.X O.A r.s.z.z.s.] E F ( u E.E.",
"E.$ 6.K r.h.k.k.[ R P H J N E.",
"E.0 5.L { u.c.x...| ! U Z %.+ E.",
"E.g 5.G W } y.v.l. .Q I C F.: E.",
"E.m I.6.<.6.w.q.8.8.6.<.e.R.9 E.",
"E.f Z.M.M.A.U.R.R.J.C.&.e D 8 E.",
"E.i n.n.;.;.;.,.,.-.;.=.S @.* E.",
"E.# 5 5 5 3 2 2 2 , < < 4 & E."
};

@ -0,0 +1,158 @@
/* XPM */
static char *kooka[] = {
/* columns rows colors chars-per-pixel */
"32 32 120 2",
" c #000000",
". c #090909",
"X c #151515",
"o c #181818",
"O c #202020",
"+ c #2A2A2B",
"@ c #323232",
"# c gray24",
"$ c #404040",
"% c #4C4C4C",
"& c #535353",
"* c #5D5D5D",
"= c #656565",
"- c #6B6B6B",
"; c #727272",
": c gray47",
"> c #24B924",
", c #23D623",
"< c #5ABD5A",
"1 c #69C069",
"2 c #6386BD",
"3 c #6790C5",
"4 c #6B94CB",
"5 c #699AD5",
"6 c #7693C2",
"7 c #779BCD",
"8 c #709BD0",
"9 c #75AADC",
"0 c #79A1D0",
"q c #7AA9DB",
"w c #70ACE3",
"e c #7BACE0",
"r c #7FB7E7",
"t c #7DBBEE",
"y c #828282",
"u c #898989",
"i c #939393",
"p c #9B9B9B",
"a c #A09F9F",
"s c #A2A2A2",
"d c #ABABAB",
"f c #B4B3B4",
"g c #BBBBBA",
"h c #8CA4CC",
"j c #85A6D2",
"k c #8FABD3",
"l c #9AB1D5",
"z c #80B5E6",
"x c #81BDED",
"c c #8AB6E5",
"v c #A4B5D4",
"b c #ADB9D4",
"n c #ABBAD8",
"m c #B0BBD4",
"M c #88C188",
"N c #9ED09E",
"B c #A5CBA5",
"V c #ADC9AD",
"C c #BAD0BA",
"Z c #89C0EB",
"A c #86C3F3",
"S c #8AC5F2",
"D c #8BC8F5",
"F c #92C3EB",
"G c #9EC1E8",
"H c #9CCCEE",
"J c #92CBF4",
"K c #98CEF5",
"L c #9CD2F6",
"P c #99D2F8",
"I c #B7C2DB",
"U c #B9C3DA",
"Y c #A1C4E9",
"T c #A3D4F2",
"R c #A1D6F8",
"E c #A6D9F8",
"W c #AAD2F5",
"Q c #ADDAF2",
"! c #AADBF9",
"~ c #B4DCF3",
"^ c #B6DCF9",
"/ c #B9DEF9",
"( c #AEE0FB",
") c #B3E4FC",
"_ c #BEE1F2",
"` c #BDE2FB",
"' c #BDEBFE",
"] c #C4C4C4",
"[ c #CCCAC7",
"{ c #CCCBC9",
"} c #D5D5D4",
"| c #D4DAD4",
" . c #DBDADB",
".. c #C3CAE0",
"X. c #CED4E6",
"o. c #D4DAE8",
"O. c #D9DCE6",
"+. c #DADEEC",
"@. c #C0E1F2",
"#. c #C3E4FA",
"$. c #C3EBFD",
"%. c #CBE3F2",
"&. c #CAE5FA",
"*. c #CCEAFC",
"=. c #C6F1FF",
"-. c #CBF3FF",
";. c #D0E7FB",
":. c #D2EAFB",
">. c #D4F5FE",
",. c #E1DAE1",
"<. c #E2E1DE",
"1. c #E2E2E2",
"2. c #EAEAEA",
"3. c #ECEDF5",
"4. c #F5F5F4",
"5. c #F5F6FA",
"6. c #F8F6F5",
"7. c #F8F7F8",
"8. c #FEFEFD",
"9. c None",
/* pixels */
"9.9.9.9.9.9.9.9.9.9.$ u f d s s s p s = 9.9.9.9.9.9.9.9.9.9.9.",
"9.9.9.9.9.i u y 1 : : 3.8.8.8.8.8.8.8.7.* @ & % % + 9.9.9.9.9.",
"9.9.9.9.- .7.7.6.6.7.8.8.8.8.8.8.8.8.8.8.4.4.4.4.2.* 9.9.9.9.",
"9.9.9. d 8.8.4.2.2.2.2.,.2.2.2.2.1.2.2.2.2.2.4.8.8.{ . 9.9.9.9.",
"9.9.9. u 8.2.s s s s s s s s s s s s s s s s s 1.8.f 9.9.9.9.",
"9.9.9.9.# 7.} p d d d d d d d d d d d d d d d s [ 8.= 9.9.9.9.",
"9.9.9.9.. g 4.i a a a a s s a s s s p s s s s p 1.2.O 9.9.9.9.",
"9.9.9.9.9.; 8.m i p p p p p p p p p p p p i i s 8.s 9.9.9.9.9.",
"9.9.9.9.9.+ <.1.u i i i i i i i i i i i i i u ] 7.& 9.9.9.9.9.",
"9.9.9.9.9. s 4.s y u u u u u y u y u u u y i 1.[ X 9.9.9.9.9.9.",
"9.9.9.9.9.9.* 2.} i i i i i i i i i i i i i ] 2.- 9.9.9.9.9.9.",
"9.9.9.9.9.9.O s } [ [ [ [ [ [ [ [ [ [ [ [ [ } g + 9.9.9.9.9.9.",
"9.9.9.9.9. f 7.o.b n n n I m m m m m m n n U 6. .$ 9.9.9.9.9.9.",
"9.9.9.9.9.@ 6.3.3 c n Y G G Y Y Y Y Y Y F n 5 n 8.s 9.9.9.9.9.",
"9.9.9.9.9.& 8.I q ;.;.&.:.:.:.:.:.:.&.;.&.;.W 7 8.] 9.9.9.9.9.",
"9.9.9.9.9.u 8.h F &.&.&.&.&.&.;.;.&.&.%.&.&.#.5 4.2.O 9.9.9.9.9.",
"9.9.9.9. g 5.2 W &.#.&.&.&.&.&.&.;.&.#.` ~ ^ q X.8.$ 9.9.9.9.9.",
"9.9.9.9.o 1.X.4 / #.#.&.&.&.*.*.:.#.! K D Z A w n 8.; 9.9.9.9.",
"9.9.9.9.# 8.n r / #.#.&.*.*.*.:.` E R L K J D t 6 8.s 9.9.9.9.",
"9.9.9.9.- 8.k J #.#.$.*.*.>.:.$.( ^ ! E R L J D 3 +.} . 9.9.9.9.",
"9.9.9.9.s 7.0 J ! / &.>.>.:.=.' ' ' ) ( E R K D 9 I 8.+ 9.9.9.9.",
"9.9.9.. } +.q P L ! ` $.=.=.=.=.=.=.=.) ) E L K x l 8.& 9.9.9.9.",
"9.9.9.+ 6.I r P R ! ) ' =.-.>.>.>.-.=.' ) ( E L D j 8.u 9.9.9.",
"9.9.9.& 8.+.0 Z F H T Q _ @.%.%.%._ ~ Q T H F Z q v 8.g 9.9.9.",
"9.9.9.& 8.8.o.b b b b b b b b b b b b b b b b b U 7.8.] . 9.9.9.",
"9.9.9.& 4.4.8.8.8.8.8.8.8.8.8.8.8.8.8.8.8.8.8.8.4.7.4.g . 9.9.9.",
"9.9.9.% 2.1. . .1.<. .3.8.8.8.8.8.8.8.7.1. .,.C N B 1.g . 9.9.9.",
"9.9.9.& . . . . . . . .1.2.7.7.7.4.2. . . .,.1 , > | f . 9.9.9.",
"9.9.9.% 1.} } .} } .} } } } } .} } } .} .V < M .f . 9.9.9.",
"9.9.9.@ } .} . . .} .} . . .} . . . . . .,.,.,.1.y 9.9.9.",
"9.9.9. & d d s d s s d s s s s s a p p p p p p s s y X 9.9.9.",
"9.9.9.9. 9.9.9.9."
};

@ -0,0 +1,179 @@
/* XPM */
static char *kpdf-16[] = {
/* columns rows colors chars-per-pixel */
"16 16 157 2",
" c #0F0000",
". c #190000",
"X c #1D0000",
"o c #200000",
"O c #883737",
"+ c #883D3D",
"@ c #982F2F",
"# c #9F2E2E",
"$ c #913030",
"% c #A60000",
"& c #A80000",
"* c #A90000",
"= c #AB0000",
"- c #AC0000",
"; c #AF0000",
": c #B20000",
"> c #B40000",
", c #B70000",
"< c #BA0000",
"1 c #BB0000",
"2 c #BC0000",
"3 c #BE0000",
"4 c #B80A0A",
"5 c #BC0C0C",
"6 c #B91010",
"7 c #824242",
"8 c #824343",
"9 c #BF5151",
"0 c #A06C6C",
"q c #AB6363",
"w c #A07171",
"e c #AA7474",
"r c #C10000",
"t c #C30000",
"y c #C60000",
"u c #C70000",
"i c #C60505",
"p c #C80000",
"a c #CA0000",
"s c #CC0000",
"d c #D10000",
"f c #D20000",
"g c #D50000",
"h c #D70000",
"j c #D00808",
"k c #DC0000",
"l c #D21010",
"z c #D31B1B",
"x c #D92727",
"c c #DB3131",
"v c #DB3D3D",
"b c #DF3B3B",
"n c #E20000",
"m c #E60000",
"M c #E90000",
"N c #EC0000",
"B c #ED0000",
"V c #E91414",
"C c #ED1212",
"Z c #F10000",
"A c #F20000",
"S c #F30000",
"D c #F20505",
"F c #F40000",
"G c #F60000",
"H c #F20E0E",
"J c #F90000",
"K c #FC0000",
"L c #FD0000",
"P c #FE0000",
"I c red",
"U c #FE0303",
"Y c #F01212",
"T c #FD1414",
"R c #FE1515",
"E c #FE1818",
"W c #E42E2E",
"Q c #E92A2A",
"! c #EB2828",
"~ c #EF3131",
"^ c #F52020",
"/ c #FC3333",
"( c #DC5050",
") c #EA5454",
"_ c #FD4141",
"` c #F84A4A",
"' c #F57878",
"] c #888C8C",
"[ c #899595",
"{ c #919696",
"} c #949C9C",
"| c #98A3A3",
" . c #9BA3A3",
".. c #9DA5A5",
"X. c #9EA6A6",
"o. c #A68F8F",
"O. c #AC8F8F",
"+. c #A9A8A8",
"@. c #AAABAB",
"#. c #A7B4B4",
"$. c #AFB8B8",
"%. c #B2A3A3",
"&. c #B9A2A2",
"*. c #B4BCBC",
"=. c #BABEBE",
"-. c #AFC1C1",
";. c #B0C0C0",
":. c #B2C5C5",
">. c #B3C6C6",
",. c #B8C9C9",
"<. c #C09999",
"1. c #E28989",
"2. c #E79B9B",
"3. c LightCoral",
"4. c #F08484",
"5. c #EEBEBE",
"6. c #C1CFCF",
"7. c #D3D7D7",
"8. c #D6D4D4",
"9. c #D2DBDB",
"0. c #D4DBDB",
"q. c #D6DBDB",
"w. c #D6DDDD",
"e. c #D8D9D9",
"r. c #DADCDC",
"t. c #DCDDDD",
"y. c gray87",
"u. c #DEDFDF",
"i. c #CEE1E1",
"p. c #D8E0E0",
"a. c #DAE2E2",
"s. c #DDE2E2",
"d. c #DFE4E4",
"f. c gray89",
"g. c #E2E5E5",
"h. c #E2E7E7",
"j. c #E1EAEA",
"k. c #E3EFEF",
"l. c #E5EDED",
"z. c #E9ECEC",
"x. c #EAECEC",
"c. c #EBEEEE",
"v. c #EDEFEF",
"b. c #E5F0F0",
"n. c #E9F5F5",
"m. c #F5E8E8",
"M. c gray95",
"N. c #F3F4F4",
"B. c gray97",
"V. c azure",
"C. c #F4FCFC",
"Z. c #FBFBFB",
"A. c #FBFDFD",
"S. c #FDFDFD",
"D. c #FEFFFF",
"F. c gray100",
"G. c None",
/* pixels */
"G.G.G.G.G.G.I ` _ G.G.G.G.G.G.R ",
"G.G.G.G.G.G.I D S I G.G.G.G.I Y ",
"G.G.G.G.G.G.G.S H J G.G.G.I S ",
"G.G.G.G.G.G.G.I M S G.G.E S . G.",
"G.G.G.G.G.G.G.G.B M I / B X G.G.",
"G.- e O.&.0 + %.) M W C X G.G.G.",
"G.w F.F.F.F.a.F.' ( ^ % G.G.G.G.",
"m o.F.Z.B.F.7.m.~ b <.m f G.G.G.",
"k +.A.M.n.V.i.' Q *.V.4 n y G.G.",
"h $.N.x.l.5.V J q l.n.# k h 3 G.",
"f -.c.l.4.! x z 6.x.j.@ * s a G.",
"f >.h.2.R 1.c +.h.f.a.$ G.G.j l ",
"i >.w.8.v 9 | d.y.y.0.O G.G.G., ",
"5 ,.q.q.9.a.=.y.y.a.0.7 3 G.G.G.",
"5 [ { ] { ..} .. .#.-.7 1 G.G.G.",
"y y r 3 : : * * : 3 r r 3 G.G.G."
};

@ -0,0 +1,216 @@
/* XPM */
static char *kpdf[] = {
/* columns rows colors chars-per-pixel */
"32 32 178 2",
" c black",
". c #0E0000",
"X c #150000",
"o c #1A0000",
"O c #161717",
"+ c gray12",
"@ c #230000",
"# c #2B0000",
"$ c #330000",
"% c #3D0000",
"& c #242424",
"* c #212E2E",
"= c #292929",
"- c #410000",
"; c #490000",
": c #540000",
"> c #5C0000",
", c #650000",
"< c #760000",
"1 c #7C0000",
"2 c #6F3F3F",
"3 c #7E2F2F",
"4 c #743535",
"5 c #743B3B",
"6 c #793232",
"7 c #6C4242",
"8 c #655353",
"9 c #6F5050",
"0 c #754747",
"q c #7E4444",
"w c #7C5858",
"e c #657979",
"r c #697C7C",
"t c #746464",
"y c #7D6565",
"u c #747272",
"i c #747D7D",
"p c #7E7171",
"a c #7B7878",
"s c #6E8080",
"d c #7A8D8D",
"f c #840000",
"g c #8A0101",
"h c #861919",
"j c #940000",
"k c #9C0000",
"l c #812E2E",
"z c #833131",
"x c #9A2121",
"c c #943232",
"v c #A20000",
"b c #AB0000",
"n c #AA0E0E",
"m c #B20000",
"M c #BB0000",
"N c #B61010",
"B c #BB1111",
"V c #BE2727",
"C c #804C4C",
"Z c #8F4545",
"A c #894B4B",
"S c #885757",
"D c #856363",
"F c #826B6B",
"G c #887979",
"H c #AB4A4A",
"J c #AF5E5E",
"K c #AA6E6E",
"L c #A47373",
"P c #A57A7A",
"I c #C40202",
"U c #CB0000",
"Y c #CD1E1E",
"T c #D20000",
"R c #DA0303",
"E c #C02C2C",
"W c #CD2D2D",
"Q c #C63333",
"! c #CB3737",
"~ c #D92D2D",
"^ c #D03B3B",
"/ c #E40000",
"( c #E30909",
") c #EB0000",
"_ c #E90D0D",
"` c #F30000",
"' c #F40A0A",
"] c #FB0000",
"[ c #F80909",
"{ c #FC1212",
"} c #E13131",
"| c #E73B3B",
" . c #F02424",
".. c #FB2525",
"X. c #FE2D2D",
"o. c #F33535",
"O. c #FB3D3D",
"+. c #CD4040",
"@. c #D24B4B",
"#. c #CB7171",
"$. c #EC4D4D",
"%. c #ED5151",
"&. c #F74D4D",
"*. c #FA4646",
"=. c #F75454",
"-. c #F65D5D",
";. c #FC5353",
":. c #E26E6E",
">. c #EB6E6E",
",. c #E17676",
"<. c #EE7979",
"1. c #F56161",
"2. c #FB7575",
"3. c #FC7A7A",
"4. c #808686",
"5. c #8D8181",
"6. c #869898",
"7. c #8F9D9D",
"8. c #979797",
"9. c #9B9D9D",
"0. c #8BA3A3",
"q. c #96A5A5",
"w. c #9BA5A5",
"e. c #9FADAD",
"r. c #A08383",
"t. c #AD8282",
"y. c #A98A8A",
"u. c #AE9595",
"i. c #B98B8B",
"p. c #A3ACAC",
"a. c #A6B9B9",
"s. c #A8B2B2",
"d. c #AFBEBE",
"f. c #B7B7B7",
"g. c #B3B9B9",
"h. c #BBBCBC",
"j. c #BDC4C4",
"k. c #C08282",
"l. c #D98C8C",
"z. c #D9AEAE",
"x. c #EF8484",
"c. c #F58282",
"v. c #F08E8E",
"b. c #FA8F8F",
"n. c #F69191",
"m. c #FB9292",
"M. c #FB9B9B",
"N. c #EDA6A6",
"B. c #F6A1A1",
"V. c #FCA5A5",
"C. c #F8A9A9",
"Z. c #FAB1B1",
"A. c #C1C2C2",
"S. c #C6CBCB",
"D. c #CCCCCC",
"F. c #C7D0D0",
"G. c #C4D9D9",
"H. c #CCD1D1",
"J. c #D3D4D4",
"K. c #D4DBDB",
"L. c #DBDCDC",
"P. c #D2E2E2",
"I. c #DBE1E1",
"U. c #DDE9E9",
"Y. c #E5C5C5",
"T. c #EFCACA",
"R. c #FFDEDE",
"E. c #E3E3E3",
"W. c #E4E9E9",
"Q. c #EBEBEB",
"!. c #E5F0F0",
"~. c #E8F6F6",
"^. c #EFFBFB",
"/. c #FEECEC",
"(. c #F3F3F3",
"). c #F5FCFC",
"_. c #FBFCFC",
"`. c None",
/* pixels */
"`.`.`.`.`.`.`.`.`.`.`.`.`.] ] ../ g `.`.`.`.`.`.`.`.`.`.`.`.",
"`.`.`.`.`.`.`.`.`.`.`.`.`.) 2./.m.' $ `.`.`.`.`.`.`.`.`.` .",
"`.`.`.`.`.`.`.`.`.`.`.`.`.v =.M.) ] U `.`.`.`.`.`.`.`.] V.>.",
"`.`.`.`.`.`.`.`.`.`.`.`.`. / ) ) ` ` `.`.`.`.`. ` M.` # ",
"`.`.`.`.`.`.`.`.`.`.`.`.`. 1 ) ) o.] @ `.`.`.`. ] X.` - ",
"`.`.`.`.`.`.`.`.`.`.`.`.`.`. / / 3.' ; `.`.`. ] [ ` - ",
"`.`.`.`.`.`.`.`.`.`.`.`.`.`. g ) c.` , `.`. ] { ` ; ",
"`.`.`.`.`.`.`.`.`.`.`.`.`.`.`. / / ) > `. [ ..] ; ",
"`.`.`.`.`.`.`.`.`.`.`.`.`.`.`. b / ) g ' O.` : `.",
"`.`.`.`.`.`.`.`.`. `.`.`.`. v ./ / $ ( ;.) > `.`.",
"`.`.`. + = & = = = O + = * k 1.) ) T N 1.) > `.`.`.",
"`.`.T Z A.J.(._._._._.J.D D.~._.N.M.R ) ) n.) > `.`.`.`.",
"`. I G._._._._._._._._.S._._.).c.R.! #.M.) g `.`.`.`.`.",
"`.k b P._._._._.(.(._._.z._._.).$.Z.Q M./ ] T $ `.`.`.`.`.`.",
"`.U k U._.(.(.(.(.(.(._.j.).~.).%.o.B.( u.Y ] m `.`.`.`.`.",
"`.T g !._.(.(.(.(.(.(.(.g.)._.T.$.C.( y.d.L.T ` f `.`.`.`.`.",
"`.T h !.(./.Q.Q.Q.Q.(.(.f.).).:.C.( y.s.Q.U.c / / > `.`.`.`.",
" U l W.Q.Q.Q.Q.Q.W.E.~.g.^.,.Z.] J s.Q.).K.A v ) T @ `.`.`.",
" U C E.Q.W.Q.W.E.W.Q.~.i.| &.] U u.S.~.(.J.S k g ) M `.`.",
" U w E.W.E.E.E.E.E.Y.$.] ) / ) K p.W.(.Q.D.D b v ) v `.",
" U t E.E.E.E.W.I.n.3.{ V @.] V q.J.Q.Q.Q.D.F m o b / j ",
" U u W.I.L.I.L.M.;._ r.H *./ 9.h.Q.E.E.W.S.p M $ b T g ",
" U i E.L.L.I.<.V.^ 0.i.b.) K p.I.E.E.Q.Q.A.G M - m } f ",
" T d I.J.L.I.-.] ^ l.b./ P q.J.I.L.L.I.E.A.a I - N W @ ",
"1 U 6.L.J.J.J.z.] ] ] ~ t w.J.L.L.L.L.L.I.A.r U 1 o ",
"m M 0.J.J.J.J.H.D.P 5.7.4.I.L.J.J.L.L.I.E.A.r T `. ",
"M m q.L.D.J.J.H.J.J.J.L.9.L.L.L.L.J.J.J.L.z.r T o `.`. ",
"m n p.J.J.J.D.J.D.D.J.J.8.L.J.D.J.J.J.K.P.j.r T % `.`.`.`.`.",
"M x a.L.H.S.j.j.S.K.K.I.w.J.D.H.J.K.I.L.I.S.e U : `.`.`.`.`.",
"m N z z 3 3 6 4 4 4 5 C 0 5 7 7 2 7 9 y G 5.8 I % `.`.`.`.`.",
"X k k v v k k k j j j g 1 f g j k v b m M M M m . `.`.`.`.`.",
" `.`.`.`.`."
};

@ -0,0 +1,143 @@
/* XPM */
static char *kpovmodeler-16[] = {
/* columns rows colors chars-per-pixel */
"16 16 121 2",
" c black",
". c #000200",
"X c #000700",
"o c #000900",
"O c #000013",
"+ c #00001B",
"@ c #050812",
"# c #010520",
"$ c #030A2B",
"% c #041036",
"& c #022500",
"* c #032400",
"= c #022406",
"- c #002B00",
"; c #002E22",
": c #0C1740",
"> c #050965",
", c #01086C",
"< c #056A02",
"1 c #0F7209",
"2 c #167D0F",
"3 c #0B4973",
"4 c #334876",
"5 c #050C86",
"6 c #000094",
"7 c #0F248C",
"8 c #16369F",
"9 c #0E23B3",
"0 c #1221AD",
"q c #1939C5",
"w c #2A4994",
"e c #2D49BB",
"r c #2047CB",
"t c #224AD4",
"y c #2655D6",
"u c #2D5DD2",
"i c #344DCD",
"p c #2C5DE1",
"a c #3169EA",
"s c #3A74EC",
"d c #3A76ED",
"f c #606B8F",
"g c #446AD9",
"h c #4B78E1",
"j c #17840C",
"k c #1E860C",
"l c #1B8310",
"z c #1A8610",
"x c #20870E",
"c c #218F0D",
"v c #208F11",
"b c #258A1C",
"n c #278D1F",
"m c #288F19",
"M c #2E9C0F",
"N c #2E9516",
"B c #2F971F",
"V c #299915",
"C c #309617",
"Z c #278522",
"A c #339B22",
"S c #309A26",
"D c #3C9C37",
"F c #2FA317",
"G c #39A611",
"H c #3BA21C",
"J c #3DA31E",
"K c #3EB72D",
"L c #45AD1F",
"P c #48B11B",
"I c #48BD2E",
"U c #70BD6D",
"Y c #79BE77",
"T c #4FCD38",
"R c #51CE3A",
"E c #53CE3C",
"W c #5ACE44",
"Q c #77D44E",
"! c #79D946",
"~ c #378099",
"^ c #6281BC",
"/ c #5184E2",
"( c #538CE8",
") c #5690E9",
"_ c #5998F0",
"` c #599FF6",
"' c #7A9DD9",
"] c #6B92F9",
"[ c #799AF4",
"{ c #7DB2F9",
"} c #85D679",
"| c #8E9EC8",
" . c #9BB1DF",
".. c #82BCFF",
"X. c #86BDFC",
"o. c #86BDFF",
"O. c #93B0E3",
"+. c #91D88F",
"@. c #B9E1B9",
"#. c #99D2FF",
"$. c #9FD7FF",
"%. c #A4DBFF",
"&. c #AFD1FF",
"*. c #B5DDFF",
"=. c #C2F2BB",
"-. c #C8E6C6",
";. c #C9EDC5",
":. c #C6F0C0",
">. c #C7F5C0",
",. c #CBF3C5",
"<. c #CEF0CA",
"1. c #CDFEC6",
"2. c #D1EDCE",
"3. c #D5EFD1",
"4. c #D3FFCC",
"5. c #D0ECFF",
"6. c #D9F0FF",
"7. c #DCF0FF",
"8. c #ECFBFF",
"9. c gray100",
"0. c None",
/* pixels */
"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.",
"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.",
"< l B A m 1 - 6 > 0.0.0.0.",
"S W T R E K & 0 e O 0.0.0.",
"2 -.@.n b z & + g h , 0.0.0.",
"j 3.2.k x c = 5 { / 9 # 0.0.",
"v <.;.N C M ; i $.( q 7 0.0.",
"V ,.:.H J G 3 [ %._ r t $ 0.",
"F >.=.L P D u &.#.` y p 8 0.",
"I 4.1.Q ! ~ ] 6.*.X.d s a % ",
"Z Y +.} U ) 7.9.8.5.X.X...w ",
" o o : f | .O.' ^ 4 @ ",
" ",
"0. ",
"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.",
"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0."
};

@ -0,0 +1,295 @@
/* XPM */
static char *kpovmodeler[] = {
/* columns rows colors chars-per-pixel */
"32 32 257 2",
" c #000000",
". c #00000B",
"X c #000C00",
"o c #000012",
"O c #00001B",
"+ c #001400",
"@ c #001900",
"# c #000229",
"$ c #000330",
"% c #010832",
"& c #00093D",
"* c #002424",
"= c #010C42",
"- c #02044B",
"; c #00065C",
": c #05154D",
"> c #0D1C56",
", c #000960",
"< c #040D72",
"1 c #0E2160",
"2 c #1F337A",
"3 c #004200",
"4 c #064A04",
"5 c #025501",
"6 c #015C00",
"7 c #026300",
"8 c #066709",
"9 c #086D05",
"0 c #066C04",
"q c #047301",
"w c #077A03",
"e c #097400",
"r c #097E04",
"t c #0E780A",
"y c #117608",
"u c #127B05",
"i c #157C08",
"p c #127811",
"a c #0B6352",
"s c #307D68",
"d c #000085",
"f c #00008E",
"g c #000B89",
"h c #00029B",
"j c #070F9B",
"k c #050B93",
"l c #061684",
"z c #000AAA",
"x c #0311A1",
"c c #0915A8",
"v c #041DBC",
"b c #092094",
"n c #0B26A4",
"m c #0023B9",
"M c #0F21B2",
"N c #0D31A5",
"B c #1324AC",
"V c #142CB3",
"C c #192DB0",
"Z c #1032AA",
"A c #1833BC",
"S c #1C3ABC",
"D c #233C89",
"F c #0027DB",
"G c #1132C9",
"H c #1532C2",
"J c #173BD6",
"K c #194CB4",
"L c #354E9C",
"P c #2B44BA",
"I c #2259BE",
"U c #3553A7",
"Y c #1E41C3",
"T c #1C40D0",
"R c #1F4BE3",
"E c #2043CB",
"W c #2548C3",
"Q c #244BCB",
"! c #224FDB",
"~ c #2C55CC",
"^ c #2955D3",
"/ c #2853D8",
"( c #2B59D6",
") c #2C5CDA",
"_ c #2551D2",
"` c #3055C3",
"' c #3A5ACA",
"] c #2257EB",
"[ c #255AE6",
"{ c #275BE8",
"} c #2C60DF",
"| c #3768D8",
" . c #3970C0",
".. c #2E63E1",
"X. c #3166E1",
"o. c #3B75EB",
"O. c #3773F3",
"+. c #4661B1",
"@. c #4263B8",
"#. c #4D6DC3",
"$. c #4C6ED1",
"%. c #4C70C7",
"&. c #4B78D9",
"*. c #4371E0",
"=. c #417AE3",
"-. c #4177F1",
";. c #417EF1",
":. c #0B8405",
">. c #0E8C06",
",. c #009600",
"<. c #009800",
"1. c #158004",
"2. c #188107",
"3. c #1A860A",
"4. c #1F880A",
"5. c #119308",
"6. c #129B0B",
"7. c #1BA011",
"8. c #248E0C",
"9. c #208610",
"0. c #258C13",
"q. c #258D18",
"w. c #23811B",
"e. c #2A940F",
"r. c #2C9316",
"t. c #2C9816",
"y. c #269213",
"u. c #319B13",
"i. c #339A19",
"p. c #218320",
"a. c #36902E",
"s. c #3F9939",
"d. c #369B3B",
"f. c #26B21A",
"g. c #37A116",
"h. c #39A11B",
"j. c #3EA819",
"k. c #3EAC13",
"l. c #2FA123",
"z. c #2FB723",
"x. c #2FB823",
"c. c #3DA629",
"v. c #34B829",
"b. c #3CBB31",
"n. c #449E3E",
"m. c #43AC1C",
"M. c #4AB41F",
"N. c #50BA1B",
"B. c #40A620",
"V. c #46AC23",
"C. c #48AF21",
"Z. c #4BB125",
"A. c #47BB3B",
"S. c #4EB834",
"D. c #50B52B",
"F. c #57BE2A",
"G. c #59BE2E",
"H. c #54BD25",
"J. c #43AA43",
"K. c #59B74F",
"L. c #56BF52",
"P. c #47C62F",
"I. c #4AC531",
"U. c #5AC02E",
"Y. c #59C23B",
"T. c #5DDC3B",
"R. c #61DE3F",
"E. c #54C448",
"W. c #5BC15B",
"Q. c #62DE40",
"!. c #78D251",
"~. c #65CA63",
"^. c #69CF66",
"/. c #78DD68",
"(. c #539D84",
"). c #4B83D7",
"_. c #5A80DF",
"`. c #4785EA",
"'. c #4B8EEF",
"]. c #4685F6",
"[. c #4386F9",
"{. c #5E8CE1",
"}. c #5096F4",
"|. c #5691FD",
" X c #6B9FFF",
".X c #7196E4",
"XX c #6AA7F2",
"oX c #6AA6FE",
"OX c #6CA8FF",
"+X c #7EA3EF",
"@X c #7FA8F9",
"#X c #71B5FB",
"$X c #76BCFF",
"%X c #77C0FF",
"&X c #78C1FF",
"*X c #82DA5C",
"=X c #8AE457",
"-X c #81ADEF",
";X c #8CBCFF",
":X c #9AADE8",
">X c #98B9F2",
",X c #96CF94",
"<X c #A3D49C",
"1X c #A3DB98",
"2X c #A7D0A2",
"3X c #B2DDAC",
"4X c #B4D9B0",
"5X c #BBDAB8",
"6X c #A4E196",
"7X c #A7E897",
"8X c #B1F49D",
"9X c #AFEBA2",
"0X c #B0E6A6",
"qX c #B1E2A9",
"wX c #B0E9A4",
"eX c #B5F4A4",
"rX c #BDF5B2",
"tX c #87C1FC",
"yX c #8AC6FF",
"uX c #8DC8FF",
"iX c #93C3FE",
"pX c #93CFFF",
"aX c #9CC5FF",
"sX c #9DCFFF",
"dX c #96D3FF",
"fX c #9FD0FF",
"gX c #A5CBF9",
"hX c #A2D2FF",
"jX c #AAD3FF",
"kX c #ABDBFF",
"lX c #B3DAFF",
"zX c #B8DCFF",
"xX c #BFE3FF",
"cX c #C4FFBE",
"vX c #C7DCFB",
"bX c #D0DEFF",
"nX c #CDFFC6",
"mX c #D4EFD4",
"MX c #D7FFD9",
"NX c #DCFFDE",
"BX c #C3E2FE",
"VX c #C9E6FF",
"CX c #D3ECFF",
"ZX c #DAEEFF",
"AX c #DDFFE0",
"SX c #DCF1FF",
"DX c #E2FFE4",
"FX c #E6FFE8",
"GX c #EBF7EC",
"HX c #EAFFEC",
"JX c #E3F3FF",
"KX c #E7F8FF",
"LX c #E9F6FF",
"PX c #F2FFF3",
"IX c #F1F9FF",
"UX c #FEFEFE",
"YX c None",
/* pixels */
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYX7 6 6 6 6 6 6 6 6 YXYXYXYXYXYXYXd O YXYXYXYXYXYXYXYXYXYX",
"YXYX7 0 q.c.S.Y.Y.Y.S.c.q.0 3 YXYXYXYXf B - YXYXYXYXYXYXYXYXYXYX",
"YXYXt I.T.T.Q.Q.Q.Q.Q.Q.R.P.4 YXYXYXb &.k o YXYXYXYXYXYXYXYXYX",
"YXYXp K.E.v.f.f.z.z.v.b.I.a.5 YXYXh P XXc ; YXYXYXYXYXYXYXYX",
"YXYXq t 5XGXmX,Xn.n.s.a.w.i 5 YXYXh _.#XB x O YXYXYXYXYXYXYXYX",
"YXYXw e 4XUXUX2Xw u i i i 0.5 YXz V ;X#XC M < YXYXYXYXYXYXYX",
"YXYXw 2.3XUXUX<Xu 9.9.9.9.9.6 YXz $.dX#XS V M # YXYXYXYXYXYXYX",
"YXYXr 4.3XPXUX<X4.0.0.0.0.y.6 . x M +XdX$XP V A l YXYXYXYXYXYX",
"YXYX:.8.3XPXPX<X8.r.r.r.r.u.6 $ m ' hXuX$X~ A S H $ YXYXYXYXYXYX",
"YXYX:.r.qXPXPX1Xe.i.i.i.i.i.7 ; G .XkXuX$X| S Y E b YXYXYXYXYX",
"YXYX>.i.qXHXHX1Xu.i.c.i.l.h.8 n ^ gXhXuX&X| W E Q T & YXYXYXYXYX",
"YXYX>.g.0XHXHX1Xi.B.m.j.V.j.a J _.BXhXyX&X=.Q _ Q / N YXYXYXYX",
"YXYX5.j.0XDXFX1Xm.C.C.C.C.c.K T >XxXhXyX&X`._ ( ( ( ! = YXYXYXYX",
"YXYX5.M.0XDXDX7Xm.C.Z.Z.N.s R &.BXzXhXyX&X'.( } } ) } Z YXYXYX",
"YXYX6.M.9XAXAX7XH.G.G.F.D.I [ +XZXlXsXyX$X}.} } } } } { = YXYXYX",
"YXYX6.!.rXMXMXwX*X*X*X=X(.] o.vXJXZXCXVXBXiX[.].].].o.O.N YXYX",
"YXYX6./.nXMXDXnX8XeXeX8X).|.;XUXIXLXJXZXSXzXOXOXOXOXOXoX-.% YXYX",
"YXYX<.6 p.J.L.^.^.~.E.d. .iXZXUXIXLXJXZXZXzX;X;X;XiXiXsX X= YXYX",
"YXYXYXYXYX X + @ + X m ` :XbXJXKXKXSXSXCXlXlXjXaX@X%.> YXYX",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXO : 2 L +.#.#.#.@.U D 1 $ YXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX"
};

@ -0,0 +1,40 @@
/* XPM */
static char *kruler-16[] = {
/* columns rows colors chars-per-pixel */
"16 16 18 1",
" c black",
". c #54450A",
"X c #A58608",
"o c #CCA818",
"O c #CDA919",
"+ c #D1AF26",
"@ c #D4B432",
"# c #D6B533",
"$ c #DABB40",
"% c #DFC14D",
"& c #E0C558",
"* c #E3C85A",
"= c #E8CE67",
"- c #ECD474",
"; c #F1DA81",
": c #F5E08E",
"> c #FAE69B",
", c None",
/* pixels */
",,,,,,,,,,,,,,,,",
" ",
" .>.>.>.>.>.>.X ",
" .:.:.:.:.:.:.X ",
" ;;;;.;;;;;.;;X ",
" ----.-----.--X ",
" ====.=====.==X ",
" **&**********X ",
" %.%%%.%%%.%%%X ",
" $$.$.$.$..$$$X ",
" #.###..##.###X ",
" ++.+++.++.+++X ",
" O.OOO.OOO.OOOX ",
" XXXXXXXXXXXXXX ",
" ",
",,,,,,,,,,,,,,,,"
};

@ -0,0 +1,89 @@
/* XPM */
static char *kruler[] = {
/* columns rows colors chars-per-pixel */
"32 32 51 1",
" c black",
". c #54450A",
"X c #62500C",
"o c #675614",
"O c #7A6619",
"+ c #7A681F",
"@ c #8D7823",
"# c #8D7825",
"$ c #8D7929",
"% c #A08829",
"& c #A08A31",
"* c #A08B34",
"= c #B39B3B",
"- c #C49D00",
"; c #C6A934",
": c #C6AA38",
"> c #C6AB3D",
", c #D9BA3B",
"< c #C6AC41",
"1 c #C6AD45",
"2 c #C6AD49",
"3 c #D9BD46",
"4 c #D9BD4A",
"5 c #D9BE4F",
"6 c #D9BF54",
"7 c #FFD20C",
"8 c #FFD312",
"9 c #FFD418",
"0 c #FFD51F",
"q c #FFD625",
"w c #FFD72B",
"e c #FFD831",
"r c #FFD937",
"t c #FFDA3E",
"y c #ECCE4E",
"u c #ECCF59",
"i c #FFDB44",
"p c #FFDC4A",
"a c #FFDD50",
"s c #FFDF57",
"d c #FFE05D",
"f c #FFE163",
"g c #FFE269",
"h c #FFE36F",
"j c #FFE476",
"k c #FFE57C",
"l c #FFE682",
"z c #FFE788",
"x c #FFE88F",
"c c #FFE995",
"v c None",
/* pixels */
"vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv",
"vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv",
"vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv",
" ",
" cXccXccXccXccXccXccXccXccXccX- ",
" x.xx.xx.xx.xx.xx.xx.xx.xx.xx.- ",
" z.zz.zz.zz.zz.zz.zz.zz.zz.zz.- ",
" l.ll.ll.ll.ll.ll.ll.ll.ll.ll.- ",
" kkkkkkk.kkkkkkkk.kkkkkkkk.kkk- ",
" jjjjjjj.jjjjjjjj.jjjjjjjj.jjj- ",
" hhhhhhh.hhhhhhhh.hhhhhhhh.hhh- ",
" ggg6$.g6+o6gggggggggg2$$*6+o6- ",
" fffu1.f&=5&ffffffffff=55&&=5&- ",
" ddddd.d#<d#ddddddddddd<.4#<d#- ",
" sssss.s@>s@ssssssssss3y3@@>s@- ",
" aaaaa.a:OO:aaaaaaaaaa%%O%:OO:- ",
" ppppp;pp,;pppppppppppp,;pp,;p- ",
" iiiiiiiiiiiiiiiiiiiiiiiiiiiii- ",
" ttttttttttttttttttttttttttttt- ",
" r..rrr..rrrr.rrrrrrrrrrrrrrrr- ",
" eee.e.ee.ee..eeeeeeeeeeeeeeee- ",
" w..ww.ww.www.wwwwwwwwwwwwwwww- ",
" qqq.qq...qqq.qqqqqqqqqqqqqqqq- ",
" 000.0000.000.0000000000000000- ",
" 9..999..9999.9999999999999999- ",
" 88888888888888888888888888888- ",
" 77777777777777777777777777777- ",
" ------------------------------ ",
" ",
"vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv",
"vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv",
"vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv"
};

@ -0,0 +1,248 @@
/* XPM */
static char *ksnapshot-16[] = {
/* columns rows colors chars-per-pixel */
"16 16 226 2",
" c black",
". c gray2",
"X c #090909",
"o c gray10",
"O c gray19",
"+ c gray20",
"@ c #353535",
"# c #3F3F3F",
"$ c #3D4C70",
"% c gray25",
"& c #464646",
"* c #4B4B4B",
"= c #4B4D4D",
"- c #4E4E4E",
"; c gray31",
": c #515151",
"> c gray32",
", c gray33",
"< c gray35",
"1 c #5B5B5B",
"2 c #5D5D5B",
"3 c #5D5D5F",
"4 c gray37",
"5 c #5F5F5F",
"6 c #626262",
"7 c gray39",
"8 c gray40",
"9 c #053FA7",
"0 c #0544AF",
"q c #0A47AE",
"w c #104BAF",
"e c #174FAD",
"r c #1D50AC",
"t c #1150B5",
"y c #1752B5",
"u c #1758B9",
"i c #1E56B1",
"p c #1D5DBE",
"a c #3E5280",
"s c #2965BF",
"d c #2C66BA",
"f c #2C69BC",
"g c #3068BD",
"h c #316ABE",
"j c #2163C3",
"k c #296AC6",
"l c #2A6DC7",
"z c #2D68C1",
"x c #2F6FC3",
"c c #2D6DC5",
"v c #2D70C8",
"b c #2F71C9",
"n c #306EC4",
"m c #326EC6",
"M c #3273CC",
"N c #3477CE",
"B c #3879CF",
"V c #3F7ECE",
"C c #3B7CD1",
"Z c #3D7ED2",
"A c #3D7FD4",
"S c #4A6797",
"D c #4C70AC",
"F c #4A78BE",
"G c #517FC3",
"H c #3F80D2",
"J c #4183D6",
"K c #4586D6",
"L c #4587D7",
"P c #4688D8",
"I c #4688D9",
"U c #4988D4",
"Y c #488AD8",
"T c #4A8BD9",
"R c #4D90DC",
"E c #4F90DC",
"W c #508FD8",
"Q c #5294DE",
"! c #5897DD",
"~ c #5396E0",
"^ c #5497E0",
"/ c #5698E0",
"( c #599DE5",
") c #5F9EE1",
"_ c #5EA1E7",
"` c #7DA4DC",
"' c #66A6E6",
"] c #61A6EA",
"[ c #63A7EB",
"{ c #6CACEA",
"} c #71B2ED",
"| c #74B5EF",
" . c #818181",
".. c #848484",
"X. c #888888",
"o. c #8D8C89",
"O. c #8E8D8B",
"+. c #8D8D8D",
"@. c #8E8E8E",
"#. c #90908F",
"$. c #92908E",
"%. c #94928E",
"&. c #979594",
"*. c #979694",
"=. c gray59",
"-. c #9B9A97",
";. c #989898",
":. c #9B9B9B",
">. c #9F9D9A",
",. c gray61",
"<. c gray62",
"1. c #A0A0A0",
"2. c gray63",
"3. c gray64",
"4. c #A5A6A4",
"5. c #A6A6A5",
"6. c #A6A6A7",
"7. c #A7A7A7",
"8. c #A8A7A9",
"9. c #A9A9AA",
"0. c gray67",
"q. c #AFAFAF",
"w. c #A6ACB5",
"e. c #B3B3B2",
"r. c gray70",
"t. c #B4B4B4",
"y. c gray72",
"u. c #B9B9B9",
"i. c #BCBCBC",
"p. c gray74",
"a. c #87A1C6",
"s. c #89A0C5",
"d. c #8EA8CC",
"f. c #9BAAC0",
"g. c #9DADC5",
"h. c #91AED5",
"j. c #9DB9E0",
"k. c #B4C1D6",
"l. c #B4C2D5",
"z. c #C1C1C1",
"x. c #C2C2C1",
"c. c #C7C7C6",
"v. c #C8C8C8",
"b. c gray79",
"n. c #CACACA",
"m. c #CBCACA",
"M. c #CBCBCB",
"N. c #CDCCC9",
"B. c #CECCC9",
"V. c #CDCDCD",
"C. c #CECDCC",
"Z. c #CECECE",
"A. c gray81",
"S. c #C7CDD7",
"D. c #CDCFD3",
"F. c #CCCFD5",
"G. c #D0CFCC",
"H. c #D0D0D0",
"J. c gray82",
"K. c #D2D2D1",
"L. c #D3D3D2",
"P. c LightGray",
"I. c #D4D3D0",
"U. c #D4D3D4",
"Y. c #D5D4D3",
"T. c #D7D4D2",
"R. c gray84",
"E. c #D7D7D7",
"W. c #D1D4D8",
"Q. c #D8D6D3",
"!. c #DAD7D4",
"~. c #DAD9D7",
"^. c #DBDAD7",
"/. c #DFDBD6",
"(. c gray85",
"). c #DBDAD8",
"_. c #DBDBDA",
"`. c #DCDAD9",
"'. c #DDDAD8",
"]. c #DDDAD9",
"[. c #DEDDDB",
"{. c #DFDFDF",
"}. c #CFD7E6",
"|. c #D2DAEA",
" X c #D2DBEA",
".X c #D4DDEC",
"XX c #D6DFEE",
"oX c #DBDDE2",
"OX c #D9DFE8",
"+X c #D9E1EA",
"@X c #DAE0E9",
"#X c #DCE4ED",
"$X c #DEE6EE",
"%X c #DFE7EF",
"&X c #D8E1F1",
"*X c #DAE3F1",
"=X c #E1DFDB",
"-X c #E3E1DF",
";X c #E0E3E6",
":X c #E4E4E3",
">X c #E4E4E4",
",X c #E7E6E4",
"<X c #E1E5EC",
"1X c #E4E8EE",
"2X c #E8E6E4",
"3X c #E8E6E5",
"4X c #E9E8E6",
"5X c #EDECEA",
"6X c #EFEDE9",
"7X c #E0E7F0",
"8X c #E1E9F0",
"9X c #E2E9F1",
"0X c #E4EBF2",
"qX c #E6EBF4",
"wX c #E4ECF3",
"eX c #F0ECE7",
"rX c #F1F0EF",
"tX c #F1F1F0",
"yX c #F2F1F1",
"uX c #F0F3F9",
"iX c #F5F9FD",
"pX c #F7FAFF",
"aX c #F9F7F3",
"sX c #FBFCFE",
"dX c gray100",
"fX c None",
/* pixels */
": J.[.].].~.~.~.,X,X,X,X4XZ.+ fX",
"i.sX@X$X8X8X0XwX8X<X$X@X@XdX@. ",
"N.}.d U ! [ } | { ) T Z f pX&. ",
"N. Xn A R _ _ [ _ ^ U B m uX#. ",
"G. Xs B L Q / / ^ U J b z 1XO. ",
"I. Xw k B J I U L C M j y <XO. ",
"T..X9 0 u f n v l c f r r oX%. ",
"T.XXq i s.w.f.d.a.g.W.F.D.S.k.= ",
"Q.&Xt F dXdXaX5X/.6XrX5X=Xk.j.3 ",
"~.*Xp G ~.J.n.p.oX,X>.-.M.I.:X2 ",
"].qX` h.t.5.<.3.rX0.a $ =.M.R.< ",
"Z.dXpX;Xr.8.<.3.rX8.D S O.i.-.& ",
"* n.N.z.q.3.<.;.U.,Xe.5.i.8. .# ",
"fX . @ 0.<.;.+.<.G.U.c.t.X...% ",
"fXfXfX+ ~.E.G.n.z.b.I.Z.i.t.y.= ",
"fXfXfX. 7 8 7 3 3 < , , : ; ; o "
};

@ -0,0 +1,211 @@
/* XPM */
static char *ksnapshot[] = {
/* columns rows colors chars-per-pixel */
"32 32 173 2",
" c #000000",
". c #0D0D0D",
"X c gray7",
"o c #0A1122",
"O c #1F2025",
"+ c #2D2D2D",
"@ c gray20",
"# c #031741",
"$ c #1B2942",
"% c #213D71",
"& c #37456A",
"* c #434343",
"= c #494847",
"- c #484848",
"; c #504F4C",
": c #53524F",
"> c #535353",
", c #5C5D5D",
"< c gray40",
"1 c #6A6764",
"2 c #6D6D6D",
"3 c #616D7A",
"4 c #686E77",
"5 c #726F69",
"6 c #71716F",
"7 c #707070",
"8 c #7C7C7C",
"9 c #0B3F9F",
"0 c #133580",
"q c #003AA5",
"w c #013EA9",
"e c #0543AB",
"r c #0B41A0",
"t c #0845AE",
"y c #0E49AE",
"u c #0D4BB2",
"i c #0E50B9",
"p c #1349A5",
"a c #1D4FA8",
"s c #114AB0",
"d c #1351B5",
"f c #1151B8",
"g c #1558BE",
"h c #1955B6",
"j c #1857BA",
"k c #1A58B7",
"l c #1D5DBC",
"z c #1F60BF",
"x c #2557A8",
"c c #245AB0",
"v c #205EBC",
"b c #3F629A",
"n c #2662BE",
"m c #2F67B8",
"M c #3D6AAC",
"N c #1B5FC3",
"B c #1E60C1",
"V c #2364C2",
"C c #2568C8",
"Z c #2B6AC4",
"A c #2C6EC9",
"S c #2E70CB",
"D c #3370C3",
"F c #3374CC",
"G c #3878CE",
"H c #3C7DD1",
"J c #55658D",
"K c #476FAD",
"L c #416FB1",
"P c #4A72AA",
"I c #4371B3",
"U c #637185",
"Y c #6A7B8B",
"T c #407CCF",
"R c #3E80D2",
"E c #6F8DBC",
"W c #7D8FB3",
"Q c #7090BF",
"! c #4283D4",
"~ c #4387D8",
"^ c #4688D7",
"/ c #4488D8",
"( c #4B8CD9",
") c #4D90DC",
"_ c #5193DE",
"` c #5496E0",
"' c #5599E1",
"] c #5A9CE4",
"[ c #5CA0E5",
"{ c #668DCC",
"} c #7494C1",
"| c #739BD5",
" . c #6298E7",
".. c #6292F7",
"X. c #7DA1D6",
"o. c #78A1DC",
"O. c #62A5E9",
"+. c #63A8EB",
"@. c #68ACED",
"#. c #6AAFF0",
"$. c #6EA8FC",
"%. c #6DB2F2",
"&. c #7AA6E1",
"*. c #72A3FF",
"=. c #70B6F4",
"-. c #807E7A",
";. c #828282",
":. c #8A8A8A",
">. c #939393",
",. c #9B9B9B",
"<. c #859ABD",
"1. c #A09F9E",
"2. c #A3A3A3",
"3. c #A8A6A4",
"4. c #A8A8A7",
"5. c #ABABAB",
"6. c #B0AEAA",
"7. c #B2B2B2",
"8. c #BABABA",
"9. c #8AA2C3",
"0. c #92ACCB",
"q. c #99A7C0",
"w. c #9FADC3",
"e. c #96B0CD",
"r. c #9AB1CD",
"t. c #9CB6D1",
"y. c #9FB9D3",
"u. c #A5B3CB",
"i. c #AAB7CF",
"p. c #A3BDD6",
"a. c #ADBAD2",
"s. c #B1BFD7",
"d. c #A7C2D9",
"f. c #A8C3D9",
"g. c #B5C4DB",
"h. c #BCC6D3",
"j. c #B8C6DC",
"k. c #B2C3E3",
"l. c #BBCEEA",
"z. c #BED3EE",
"x. c #C3C0BC",
"c. c #C3C3C3",
"v. c #CBC7C1",
"b. c #CACACA",
"n. c #C5CAD2",
"m. c #C0CCDB",
"M. c #C8CBD0",
"N. c #CBD1DA",
"B. c #D0CFCD",
"V. c #D2D0CF",
"C. c #D3D3D3",
"Z. c #DCDAD7",
"A. c #DBDBDB",
"S. c #C2CEE5",
"D. c #C9D3E0",
"F. c #C0D6F2",
"G. c #DEE2E9",
"H. c #E0DDDA",
"J. c #E1E0DE",
"K. c #E4E3E3",
"L. c #E1E5EC",
"P. c #E8E5E2",
"I. c #EAE9E6",
"U. c #EBEBEB",
"Y. c #E9EDF4",
"T. c #F0EEEB",
"R. c #F1F0EA",
"E. c #F3F3F3",
"W. c #F5F6F8",
"Q. c #F8F7F6",
"!. c #F9F8F7",
"~. c #FEFEFD",
"^. c None",
/* pixels */
"^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.",
"^.> :.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.2.,.2.8 . ^.^.^.",
"X 7.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.!.>. ^.^.",
"2 ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.U.@ ^.^.",
";.~.~.n.W 9.0.e.r.t.y.p.p.f.f.f.p.p.y.t.r.e.0.0.<.<.W.~.W.@ ^.^.",
";.~.~.q.w S R / ) ' [ +.@.=.=.=.@.+.[ _ ) / R F n y Y.~.E.* ^.^.",
";.~.~.w.l H R ( _ _ [ O.@.%.%.@.@.O.[ ' ) ^ R G S n Y.~.E.* ^.^.",
";.~.~.u.n G H ! ( _ ] [ O.O.+.+.O.[ ] _ ( ~ H G A Z L.E.I.= ^.^.",
":.~.~.u.n F G ! ^ ( _ ] ] [ [ [ ] _ _ ( ^ ! G F Z Z L.K.K.= ^.^.",
":.~.~.u.k A F H ! ^ ( _ ' ' ' _ _ _ ) ^ ! G F A V n G.K.H.= ^.^.",
":.~.~.u.e Z F G H ! ^ ( ) ) ) ) ) ( ! ! T G F Z v k G.H.K.= ^.^.",
">.~.~.a.q y Z F G H T ! ! ^ ^ / ^ ! ! G G F Z Z u s G.A.A.- ^.^.",
">.~.~.a.q q t N A F G H H R R R T H G F A Z n u q s L.A.K.- ^.^.",
">.~.~.a.w w e t u n Z D F S F G F S A Z m c p q 9 a N.b.V.; ^.",
",.~.~.a.w e u u x b 3 4 U P I I I M M w.N.M.M.M.M.b.C.b.V.b.8 ",
",.~.~.s.e u u K K.U.I.I.P.K.A.A.A.Z.V.Z.K.P.K.A.I.P.A.S.l.k.7.. ",
",.~.~.g.u u i E ~.~.!.E.U.I.P.A.A.b.c.A.!.~.~.E.b.c.C.X.T { 5.. ",
",.~.~.g.d j g } ~.~.!.W.U.U.P.G.C.b.E.~.I.Z.C.L.E.C.V.j.g.N.4.. ",
"1.~.~.j.k N B } T.I.G.A.A.Z.N.b.c.W.W.b.c.8.7.7.c.I.b.V.A.Z.2.. ",
"2.~.~.j.v V Z Q v.7.7.5.4.4.2.,.b.~.C.b.>.- : >.5.c.C.c.C.Z.2.. ",
"2.~.~.D.| o.&.r.x.7.5.5.2.4.2.,.Q.E.A.1.o J & + 1.5.Z.x.C.Z.2.. ",
"3.~.~.L.l.z.F.h.8.5.5.5.2.2.,.2.~.I.P.; 0 *...# 6 6.b.x.x.c.,.. ",
",.~.!.!.Q.E.!.C.7.5.5.3.2.1.,.2.W.I.I.1 % $. .$ -.5.x.8.-.W 7 . ",
"* ~.~.W.W.E.W.C.7.5.4.3.2.1.,.>.I.L.L.V., Y 3 6 5.6.x.1.8 8 7 X ",
" :.U.W.W.W.E.C.7.4.3.2.,.,.,.>.b.Y.C.U.b.2.3.8.5.8.h.>.-.-.7 X ",
"^. + = * * * 8 8.4.2.2.,.,.,.:.,.A.K.C.A.Z.b.8.8.c.5.-.-.-.6 X ",
"^.^.^. : 8.3.2.1.,.,.,.>.:.,.C.Z.V.b.c.c.h.4.;.-.8 8 2 X ",
"^.^.^.^.^.^.^.> 8.2.1.1.,.>.>.>.:.:.>.8.b.b.c.8.3.:.:.:.:.:.8 X ",
"^.^.^.^.^.^.^.< !.R.T.I.I.K.K.K.A.A.C.C.V.b.c.b.b.b.b.c.c.c.,.. ",
"^.^.^.^.^.^.^.+ 7.a.8.7.7.7.5.5.5.3.2.1.2.2.,.>.>.>.>.:.:.:., ",
"^.^.^.^.^.^.^. . . . . ",
"^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^."
};

@ -0,0 +1,41 @@
/* XPM */
static char *kuickshow-16[] = {
/* columns rows colors chars-per-pixel */
"16 14 21 1",
" c black",
". c #000033",
"X c gray20",
"o c #006633",
"O c #336633",
"+ c #0033FF",
"@ c #3333FF",
"# c #6666FF",
"$ c #009933",
"% c #669933",
"& c #9900CC",
"* c #9933CC",
"= c #9933FF",
"- c #9966FF",
"; c #CC66CC",
": c #9999FF",
"> c #CC99FF",
", c #CCCCFF",
"< c #FFCCFF",
"1 c gray100",
"2 c None",
/* pixels */
"2222222221,:2222",
"22211,:21,>:2222",
"22-<>1>-::->1122",
"22-,:->--:11>--2",
"222:-++@@-+-::#2",
"-11>-=>* @@+:@+2",
"1<::@=. @-:@*222",
">-@>>:@@##>+oo22",
"@@1+@>,#@>-=$%O2",
"-1-+@1:#--&OOXOO",
"-1;:@<:::*&2oOO2",
"2+@@2<:*22o%2222",
"2222222222o%2222",
"22222222222oo222"
};

@ -0,0 +1,66 @@
/* XPM */
static char *kuickshow[] = {
/* columns rows colors chars-per-pixel */
"32 29 31 1",
" c black",
". c #000033",
"X c #003333",
"o c gray20",
"O c #006633",
"+ c #336633",
"@ c #0033FF",
"# c #3333FF",
"$ c #6666FF",
"% c #009933",
"& c #339933",
"* c #669933",
"= c #6699CC",
"- c #6699FF",
"; c #9900CC",
": c #9900FF",
"> c #9933CC",
", c #9933FF",
"< c #9966CC",
"1 c #9966FF",
"2 c #CC00CC",
"3 c #CC66CC",
"4 c #CC66FF",
"5 c #9999CC",
"6 c #9999FF",
"7 c #CC99FF",
"8 c #FF99FF",
"9 c #CCCCFF",
"0 c #FFCCFF",
"q c gray100",
"w c None",
/* pixels */
"wwwwwwwwwwwwwwwwwww14114wwwwwwww",
"wwwwwwwwwwwwwwwwww6qqqq66wwwwwww",
"wwwwwww464141wwww4q909941wwwwwww",
"wwwwww1qq09976ww1q0917966wwwwwww",
"wwwww4q99171416w7q14117$1764wwww",
"wwwww1q01719176176667167qqqq7www",
"wwwww7q949617116016161qq979916ww",
"wwwww1q94661-761-1@6@q9q4771716w",
"wwwwww499116#@101#@#946$614616#w",
"wwwwwww671#@#@>#@##11@6166666$#w",
"www71717616#>,q, 6@6##@15$11@#>w",
"w1790997616,q7,, #@#@##@#6@##1ww",
"7q971711##>q6>,X#11611@,#@#>,www",
"1q9096@6@#.,,. #@#=1666#,>,wwwww",
"1q71711#@#-;X7#@#@#1611#>wwwwwww",
"1711@##777#67#@##6$6171@,***wwww",
"#66##q71##@710@1@166166#>++%**ww",
">#@#976@1#17961#6#$791#,*%%+++;w",
"w>6q97@6@#q9166$11776@>+o*;%%+:;",
"w1q0614@1#q096<67191#;:+*+%o++%;",
"w7q946616@q68909901@;,w;+o+%%++:",
"w1q963161#@064116@#,%;;w:O++;:;w",
"ww#70616@>,#@####>,w%&,ww;::;www",
"ww,@##@#,ww>,>,>,wwww%*>wwwwwwww",
"www,>,>,wwwwwwwwwwwwww%2wwwwwwww",
"wwwwwwwwwwwwwwwwwwwwww%*2wwwwwww",
"wwwwwwwwwwwwwwwwwwwwwww%:wwwwwww",
"wwwwwwwwwwwwwwwwwwwwwww%*2wwwwww",
"wwwwwwwwwwwwwwwwwwwwwwww>:wwwwww"
};

@ -0,0 +1,194 @@
/* XPM */
static char *kview-16[] = {
/* columns rows colors chars-per-pixel */
"16 16 172 2",
" c black",
". c #010205",
"X c #040407",
"o c #06070A",
"O c #09090E",
"+ c #0C0A0E",
"@ c #080B10",
"# c #0C0E14",
"$ c #0C0E15",
"% c #0F1118",
"& c #11131A",
"* c #15171D",
"= c #1A191D",
"- c #1C1A1A",
"; c #151820",
": c #171A24",
"> c #201303",
", c #271804",
"< c #2D1C06",
"1 c #301F0A",
"2 c #3A2C1D",
"3 c #2F313B",
"4 c #2F323F",
"5 c #303441",
"6 c #373946",
"7 c #3A3D4A",
"8 c #3E404E",
"9 c #47392E",
"0 c #4A4031",
"q c #444857",
"w c #464A5B",
"e c #584D48",
"r c #505362",
"t c #525665",
"y c #575D73",
"u c #5B6176",
"i c #666E7B",
"p c #6A6F7F",
"a c #657081",
"s c #6D7181",
"d c #707487",
"f c #C08320",
"g c #E5A63F",
"h c #E9A83A",
"j c #D7B566",
"k c #D3B56C",
"l c #E0C377",
"z c #F3CB76",
"x c #868A99",
"c c #84899D",
"v c #9798A1",
"b c #89A0B8",
"n c #8DA3BB",
"m c #9EA2B4",
"M c #9AA1B8",
"N c #9DA7BD",
"B c #A4A6B3",
"V c #ABADBE",
"C c #94B1C4",
"Z c #99B5CF",
"A c #9CBED7",
"S c #B4B5C9",
"D c #B4B9CB",
"F c #B7BAC9",
"G c #B5BCCD",
"H c #B8BDCE",
"J c #BBC0CD",
"K c #ADDCFA",
"L c #B3DEFD",
"P c #BBDBF1",
"I c #A4E2FF",
"U c #A6E3FC",
"Y c #AAE3FF",
"T c #A8E5FF",
"R c #A9E5FF",
"E c #ACE6FC",
"W c #AEE7FD",
"Q c #AFE8FF",
"! c #B3E2F4",
"~ c #B0E7FC",
"^ c #B2ECFE",
"/ c #BCF2FD",
"( c #BFF1FD",
") c #BDF9FF",
"_ c #D4BDA1",
"` c #F6CE89",
"' c #EDD5B3",
"] c #FFE48B",
"[ c #FFE591",
"{ c #CFD0DB",
"} c #CCD0DD",
"| c #D4D5DF",
" . c #C1DFE9",
".. c #CBD0E6",
"X. c #CFD2E0",
"o. c #CFD5E8",
"O. c #D2D6E6",
"+. c #D2D7E9",
"@. c #D3D7EA",
"#. c #D2DDE4",
"$. c #D5D8E6",
"%. c #D5DBE5",
"&. c #D3D8EA",
"*. c #D2D9ED",
"=. c #D4D9EB",
"-. c #D6DAEB",
";. c #D7DCE9",
":. c #D9DCEC",
">. c #DCDEED",
",. c #DBDFF0",
"<. c #CBEEF2",
"1. c #C3F6FE",
"2. c #C6F3FB",
"3. c #C1F9FF",
"4. c #C7F9FF",
"5. c #C8FAFF",
"6. c #CAF9FE",
"7. c #C9FDFF",
"8. c #CEF9FE",
"9. c #DDE0ED",
"0. c #D5E7F0",
"q. c #D5EDF1",
"w. c #DAE1F5",
"e. c #DFE2F0",
"r. c #D3FFFF",
"t. c #D5FFFF",
"y. c #D8FDFF",
"u. c #D8FFFF",
"i. c #DBFFFF",
"p. c #DFFAFF",
"a. c #DDFFFF",
"s. c #DEFFFF",
"d. c #E9DBC6",
"f. c #F4E2C8",
"g. c #E3E4EF",
"h. c #E7E7EC",
"j. c #E9E7EE",
"k. c #E2E5F1",
"l. c #E7E7F0",
"z. c #E7E9F3",
"x. c #E7E9F5",
"c. c #E7EBFB",
"v. c #E9E8F1",
"b. c #E8EBF6",
"n. c #E8EBF7",
"m. c #EAEAF4",
"M. c #EFECF3",
"N. c #ECECF4",
"B. c #EDEDF5",
"V. c #E1F4FF",
"C. c #E1FFFF",
"Z. c #E7FFFF",
"A. c #EEF5F7",
"S. c #EBFFFF",
"D. c #F0EFF9",
"F. c #F2F3F8",
"G. c #F3F2FA",
"H. c #F0F3FE",
"J. c #F4F3F8",
"K. c #F6F5FA",
"L. c #F7F7FB",
"P. c #F6F5FC",
"I. c #F2FFFF",
"U. c #FBFAFD",
"Y. c #FAFAFE",
"T. c #FAFBFF",
"R. c #F9FCFF",
"E. c #FAFFFF",
"W. c #FCFCFF",
"Q. c #FDFEFF",
"!. c gray100",
"~. c None",
/* pixels */
"~.~.~.~.~.~.% c t # ~.~.~.~.~.~.",
"~.~.~.% 4 q M c.T.} d : ~.~.~.~.",
"X p v F O.D.K.>.:.T.!.%.x 5 o ~.",
"~.B V.L K P ;.M.....:.m.W.H.y ~.",
"- Z I ^ E I ! %.B.&.m.+.,.H $ ~.",
"i Y 4.s.2./ 3. .j.e.>.J.m.D r * ",
"n R 8.p.4.t.t.<.| K.@.k.l.G.!.y ",
"b R W 1.t.C.Z.q.{ T.B.+.l.!.m O ",
"a ~ ~ 4.s.S.R.#.h.K.G.o.z.X.; ~.",
"= A ) 7.s.I.A.V *.w.-.k.x.7 ~.~.",
"~.4 C 2.t.0.H S _ ' R.!.s ~.~.",
"~.~.+ 6 7 w H d.z h f.N . ~.~.~.",
"~.~.~.~.~.~.@ 0 j [ g 2 ~.~.~.~.",
"~.~.~.~.~.~.~.~., k ] f > ~.~.~.",
"~.~.~.~.~.~.~.~.~.< l ` 9 ~.~.~.",
"~.~.~.~.~.~.~.~.~.~.1 e & ~.~.~."
};

@ -0,0 +1,238 @@
/* XPM */
static char *kview[] = {
/* columns rows colors chars-per-pixel */
"32 32 200 2",
" c #010102",
". c #050609",
"X c #06080D",
"o c #0C0501",
"O c #080609",
"+ c #090A0F",
"@ c #070910",
"# c #090B12",
"$ c #0F1119",
"% c #100702",
"& c #130A02",
"* c #100E11",
"= c #111011",
"- c #10141D",
"; c #131621",
": c #1F232D",
"> c #1D2130",
", c #23202D",
"< c #2A2727",
"1 c #2A2828",
"2 c #212533",
"3 c #24293A",
"4 c #2B2B3B",
"5 c #2C3042",
"6 c #323342",
"7 c #30364B",
"8 c #343A4E",
"9 c #3F3B41",
"0 c #3D3B4B",
"q c #373E53",
"w c #3D3D50",
"e c #3C4252",
"r c #3C435A",
"t c #41290D",
"y c #523D27",
"u c #51463E",
"i c #40465E",
"p c #4F4D50",
"a c #514E5A",
"s c #57555E",
"d c #595559",
"f c #464C60",
"g c #4D5571",
"h c #50576F",
"j c #51586B",
"k c #5B5B64",
"l c #575F7B",
"z c #5B6276",
"x c #5C637E",
"c c #686A7F",
"v c #606682",
"b c #606981",
"n c #687089",
"m c #707185",
"M c #7B7A8B",
"N c #707894",
"B c #777F9F",
"V c #7C849C",
"C c #7780A1",
"Z c #91611F",
"A c #9B6920",
"S c #906535",
"D c #A26F20",
"F c #A77321",
"G c #B88024",
"H c #A4815A",
"J c #BF9C78",
"K c #D08514",
"L c #D98E1C",
"P c #DC9018",
"I c #DF9C2F",
"U c #E19418",
"Y c #EEA82C",
"T c #E8A331",
"R c #F0AA2D",
"E c #F3AD31",
"W c #DEA951",
"Q c #FFE07F",
"! c #96959C",
"~ c #848BA0",
"^ c #838BAA",
"/ c #8C8DA4",
"( c #8F90A7",
") c #8890AE",
"_ c #8790B2",
"` c #8891B2",
"' c #8997B8",
"] c #9291A7",
"[ c #979DB5",
"{ c #9C9CB1",
"} c #95A0B8",
"| c #A4A3B6",
" . c #A5A5B8",
".. c #A5A9BA",
"X. c #ABABBD",
"o. c #96A0C0",
"O. c #9BA6C3",
"+. c #9CA5C8",
"@. c #A5ABC3",
"#. c #A6AECC",
"$. c #A3ADD4",
"%. c #A9B1CE",
"&. c #A7B2D8",
"*. c #A3BDD2",
"=. c #ABB3D0",
"-. c #ABB5DB",
";. c #B2B1C2",
":. c #B3B9CF",
">. c #BBB8C8",
",. c #B5BEDC",
"<. c #B2BCE3",
"1. c #96CEF6",
"2. c #9BCBF5",
"3. c #98CEFB",
"4. c #93D2FB",
"5. c #9ED4F7",
"6. c #99D7FB",
"7. c #9CDAFB",
"8. c #B7C1CE",
"9. c #B4C3D2",
"0. c #B5C5DE",
"q. c #BDC5D4",
"w. c #BAC1DD",
"e. c #A5C5E3",
"r. c #A2CEF3",
"t. c #A4DEFB",
"y. c #ABD2F3",
"u. c #AAD6FD",
"i. c #AEDBF4",
"p. c #BEC5E0",
"a. c #BCD3EC",
"s. c #BDD9E1",
"d. c #BCDFEB",
"f. c #A5E0FC",
"g. c #ABE3FB",
"h. c #AFE8FD",
"j. c #B9E0EF",
"k. c #B2E5FA",
"l. c #B3EAFC",
"z. c #B8EDFC",
"x. c #BCF2FE",
"c. c #CBB59D",
"v. c #D8BA8F",
"b. c #ECCA82",
"n. c #F6D383",
"m. c #FAD887",
"M. c #F2DB9E",
"N. c #E5D0B4",
"B. c #E4D0B9",
"V. c #E9D3B4",
"C. c #F3DCBA",
"Z. c #FFE181",
"A. c #C2C8D5",
"S. c #C4CDDC",
"D. c #C8C7D4",
"F. c #CCCBD4",
"G. c #CBCDDA",
"H. c #C4CBE3",
"J. c #C9CDE4",
"K. c #CCD1E6",
"L. c #CCD3E9",
"P. c #C9DDE4",
"I. c #CDD7F0",
"U. c #D2D5E2",
"Y. c #D4DBE2",
"T. c #D4D9EB",
"R. c #DBD9E3",
"E. c #DBDEED",
"W. c #D3DBF2",
"Q. c #D8DEF0",
"!. c #C5E1EA",
"~. c #CBEAEE",
"^. c #C6E8F0",
"/. c #C1F5FE",
"(. c #C4F9FE",
"). c #C9F4FE",
"_. c #CCFDFF",
"`. c #DEE1ED",
"'. c #D2ECF0",
"]. c #DFE3F3",
"[. c #D4FEFF",
"{. c #DBFFFF",
"}. c #E1DEE7",
"|. c #FEF6C3",
" X c #E2E2EC",
".X c #E4E5F0",
"XX c #E1E6F8",
"oX c #E5E8F3",
"OX c #E4E9F9",
"+X c #EBEBF3",
"@X c #E2FEFF",
"#X c #EEF0F6",
"$X c #EFF3FE",
"%X c #EAFEFE",
"&X c #F0F0F6",
"*X c #F4F4F9",
"=X c #F3FBFE",
"-X c #F8F7FA",
";X c #FEFEFE",
":X c None",
/* pixels */
":X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X",
":X:X:X:X:X:X:X:X:X:X:X:X:X:X5 8 @ :X:X:X:X:X:X:X:X:X:X:X:X:X:X:X",
":X:X:X:X:X:X:X:X:X:X:X:X:X8 L.].=.v 2 :X:X:X:X:X:X:X:X:X:X:X:X:X",
":X:X:X:X:X:X:X:X:X:X:X 7 &.Q.;X;X=XL.^ r # :X:X:X:X:X:X:X:X:X:X",
":X:X:X:X:X:XX 3 r x V @.L.oXJ.H.-X-X;X;XOX%.l > :X:X:X:X:X:X:X:X",
":XX e i z ~ :.K..X;X;X;X-X+X*XS.J.-X&X&X-X;X=XJ.^ q # :X:X:X:X:X",
":X. O.$X;X;X-X+X.X`. X X.X+X+X&X,.L.+X&X+X+X&X;X;X].#.l , . :X:X",
":X:Xj &X+Xa.r.1.1.5.i.H.U. X+X+X&X$.,.J.`.+X+X X+X*X;X=X<.7 :X:X",
":X:Xp L.2.4.7.g.g.g.g.f.i.S. X+X#XE.H.].H.,.K. X.X X;X*XB # :X:X",
":X< q.3.6.k.z.l.l.t.t.h.l.l.A. X+X*XH.].;X&XL.,.H.oX=X` # :X:X:X",
":X! u.6.l.(._._.l.x.h.k.l.x.j.D.#X#X&X,..X-X;X-XE.H.-.r :X:X:X:X",
"< 0.4.g./.[.@X%Xz.(.(.x.(.(._.9.R.#X-X}.,.#X+X+X*X-X+XJ.) i $ :X",
"d y.6.h.(.{.=X%Xx.).[._._.[.[.s.>.*X#X-XH.L.#XoX.X.X+X-X;XOX$.5 ",
"k u.7.g.z.{.@X).(.{.[.{.{.[.{.~.X.#X&X&X&X,. X+X+X.X.X X-X;X` # ",
"k u.t.g.g.g.l.x.[.{.{.{.{.@X@X~.| &X*X&X*X.X,.+X+X.X X*X;X+.; :X",
"s y.t.t.l.z./.[.{.[.@X@X%X%X%XP.| -X-X*X&X;XJ.J.+X X+X;Xw.3 :X:X",
"9 e.f.f.t.z.(.[.[.{.@X%X=X=X=X9.X.;X-X&X*X-X-X,. X+X;XOXg :X:X",
"= } f.h.f.k./._.{.@X%X=X=X=X=X...X;X;X;X;X-X.X,.,.;X=XC . :X:X:X",
":Xs e.h.k.h.(._.[.@X%X%X;X;XA...=X XT.J.,.,.H.J.+X;X[ $ :X:X:X:X",
":X. m y.x.x./._.[.{.%X%X;XY.( { ,.I.Q.`.+X#X#X-X;X,.> :X:X:X:X:X",
":X:X* c e.x._._.{.{.%X%X8./ X.;.U.V.C.;X*X+X*X;XL.8 :X:X:X:X:X:X",
":X:X:X 0 V *.j.^.!.9.[ ;.F.F.G.c.I P V.=X-X;XXXh :X:X:X:X:X:X",
":X:X:X:X:XO , 6 w 4 3 b J.=X;Xv.b.n.Y P N.;X=XN :X:X:X:X:X:X:X",
":X:X:X:X:X:X:X:X:X:X:X : b X.W Z.|.m.Y P B.' @ :X:X:X:X:X:X:X:X",
":X:X:X:X:X:X:X:X:X:X:X:X:X:X- u F Q |.m.Y L y :X:X:X:X:X:X:X:X:X",
":X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X& F Q |.m.E K t :X:X:X:X:X:X:X:X",
":X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X& F Q |.n.E K t :X:X:X:X:X:X",
":X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X& Z Z.|.m.T S :X:X:X:X:X:X",
":X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:Xo Z Z.M.J M :X:X:X:X:X:X",
":X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:Xo Z H ] 6 :X:X:X:X:X:X",
":X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:Xo * X :X:X:X:X:X:X:X",
":X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X"
};

@ -0,0 +1,42 @@
/* XPM */
static char *tdeiconedit-16[] = {
/* columns rows colors chars-per-pixel */
"16 16 20 1",
" c black",
". c navy",
"X c #0000C0",
"o c blue",
"O c #008000",
"+ c #00C000",
"@ c green",
"# c red",
"$ c #C05800",
"% c #808000",
"& c #FF8000",
"* c #FFA858",
"= c #C0C000",
"- c yellow",
"; c #FFDCA8",
": c #C0C0FF",
"> c #C0FFC0",
", c #FFC0C0",
"< c #FFFFC0",
"1 c None",
/* pixels */
"111111111111 1",
"11111111111 $** ",
"1111111111 ;*$* ",
"111111111 ;*&& 1",
" 11 ;*&& 11",
" ,,## 11 $&& 111",
" ,,## 1111",
" ;;&*&& 11111111",
" &&&*&& 111111",
" <<=-==%% 111111",
" ===-==%% 1111",
" >>+@++OOOO 1111",
" +++@++OOOO 1111",
" ::XoXX.X.. 1111",
" ::XoXX.X.. 1111",
" 1111"
};

@ -0,0 +1,280 @@
/* XPM */
static char *tdeiconedit[] = {
/* columns rows colors chars-per-pixel */
"32 32 242 2",
" c #000000",
". c #01010B",
"X c #000B00",
"o c #0C0500",
"O c #0D0B00",
"+ c #090C09",
"@ c #000013",
"# c #00001B",
"$ c #001400",
"% c #001C00",
"& c #130C06",
"* c #140E0A",
"= c #1A0000",
"- c #191007",
"; c #1D140E",
": c #101016",
"> c #1C1611",
", c #1B1812",
"< c #000023",
"1 c #000033",
"2 c #111120",
"3 c #1A1A23",
"4 c #1C1A31",
"5 c #1E1B39",
"6 c #002400",
"7 c #002B00",
"8 c #003400",
"9 c #003D00",
"0 c #1B231B",
"q c #290000",
"w c #2B0909",
"e c #221D16",
"r c #2A2405",
"t c #2F290F",
"y c #22221A",
"u c #29271D",
"i c #2A281E",
"p c #3D2900",
"a c #3D2A17",
"s c #3B3A00",
"d c #273328",
"f c #2F3D2E",
"g c #3D3A2C",
"h c #00004B",
"j c #000054",
"k c #00005A",
"l c #000061",
"z c #00006E",
"x c #000072",
"c c #00007C",
"v c #2C2C4C",
"b c #2D2D56",
"n c #2F2F59",
"m c #004D00",
"M c #005400",
"N c #005F00",
"B c #006300",
"V c #007700",
"C c #007D00",
"Z c #3C523E",
"A c #460000",
"S c #480000",
"D c #411A00",
"F c #580000",
"G c #472F17",
"H c #4C331C",
"J c #552602",
"K c #582702",
"L c #592802",
"P c #52371E",
"I c #52381F",
"U c #59391C",
"Y c #48362C",
"T c #670000",
"R c #660909",
"E c #770000",
"W c #750B0B",
"Q c #7B0000",
"! c #62320F",
"~ c #663C17",
"^ c #603E1F",
"/ c #454200",
"( c #484800",
") c #49451E",
"_ c #5A4806",
"` c #575705",
"' c #565800",
"] c #595600",
"[ c #5B5A00",
"{ c #484234",
"} c #654014",
"| c #7A462F",
" . c #616100",
".. c #686900",
"X. c #737500",
"o. c #777900",
"O. c #7A7C00",
"+. c #707012",
"@. c #7C7C26",
"#. c #4B4A64",
"$. c #476045",
"%. c #486246",
"&. c #4A6448",
"*. c #6D6C55",
"=. c #796A51",
"-. c #000083",
";. c #00008B",
":. c #000094",
">. c #000099",
",. c #0000B5",
"<. c #0000BB",
"1. c #0000C2",
"2. c #0000C8",
"3. c #544C9B",
"4. c #76759D",
"5. c #7B7B9F",
"6. c #7775A0",
"7. c #7A78A4",
"8. c #7C7CE5",
"9. c #7F7FE9",
"0. c #008400",
"q. c #008800",
"w. c #00BC00",
"e. c #00C400",
"r. c #00CA00",
"t. c green",
"y. c #7D9E7D",
"u. c #854200",
"i. c #964403",
"p. c #9B4704",
"a. c #8C4C27",
"s. c #8E553A",
"d. c #9F6B3C",
"f. c #A14B03",
"g. c #A65300",
"h. c #AE5700",
"j. c #A86F3C",
"k. c #9E5E45",
"l. c #8F675A",
"z. c #9C6441",
"x. c #936B58",
"c. c #AD6D4F",
"v. c #AC7645",
"b. c #AC7E4F",
"n. c #B37F4C",
"m. c #FF0202",
"M. c #FF0B0B",
"N. c #C35C07",
"B. c #C76300",
"V. c #CA6516",
"C. c #C37A32",
"Z. c #DF7F3B",
"A. c #E16E00",
"S. c #E57100",
"D. c #F57A0F",
"F. c #FB7F0F",
"G. c #F97D13",
"H. c #858300",
"J. c #8A8500",
"K. c #898932",
"L. c #9FA001",
"P. c #B5AE00",
"I. c #BAB400",
"U. c #ACAC3E",
"Y. c #909040",
"T. c #898372",
"R. c #948163",
"E. c #9F8567",
"W. c #9E8B6B",
"Q. c #9C9C7C",
"!. c #AA835E",
"~. c #BD8043",
"^. c #BE8D5D",
"/. c #AF8660",
"(. c #AAAA5C",
"). c #AEAC77",
"_. c #BFA57E",
"`. c #B2B379",
"'. c #FF8500",
"]. c #FE8612",
"[. c #FF8B12",
"{. c #FF9C34",
"}. c #C38445",
"|. c #CC8863",
" X c #C09273",
".X c #D6997A",
"XX c #D89D7D",
"oX c #ED9C52",
"OX c #F59241",
"+X c #FA9D41",
"@X c #F89C50",
"#X c #FFA344",
"$X c #F5A154",
"%X c #FDAB5B",
"&X c #FFB05C",
"*X c #E3B07F",
"=X c #FBAE60",
"-X c #FEB362",
";X c #F5B67A",
":X c #FDB874",
">X c #FCBD7D",
",X c #F5F500",
"<X c #FEFE00",
"1X c #D6D67B",
"2X c #819E81",
"3X c #ADAB81",
"4X c #B0AE83",
"5X c #B4B386",
"6X c #8181ED",
"7X c #8484F3",
"8X c #B9B9F6",
"9X c #BCBCFA",
"0X c #BCFABC",
"qX c #C3A880",
"wX c #CCA086",
"eX c #C8AC83",
"rX c #D3A182",
"tX c #DCAE8D",
"yX c #D8BBAB",
"uX c #F4BD8E",
"iX c #EBCB9B",
"pX c #FFCF8F",
"aX c #F3C094",
"sX c #F6C09A",
"dX c #FCCE91",
"fX c #FED49B",
"gX c #F1CCB6",
"hX c #F1CEBB",
"jX c #F3D2A0",
"kX c #FADAA6",
"lX c #FFDDA9",
"zX c #FFE3AD",
"xX c #F0F0B5",
"cX c #F5F5B8",
"vX c #FBFBBC",
"bX c #C2C2FE",
"nX c #C9C9FF",
"mX c #C4FDC4",
"MX c #CBFFCB",
"NX c #FDFDC2",
"BX c #FFFFC8",
"VX c None",
/* pixels */
"VXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVX VXVX",
"VXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVX & , > o VX",
"VXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVX & d.*XtXY ",
"VXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVX - v.>X@XuXrX> ",
"VXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVX ; b.dX=XG.V.z.* ",
"VXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVXVX ; !.fX-X].S.f.D o ",
" VXVXVXVXVXVXVXVX ; !.fX-X[.S.f.J o VX",
" w W Q Q q VXVXVXVXVXVXVX ; !.fX-X[.S.f.J o VXVX",
" VXVX R M.m.m.F VXVXVXVXVXVX ; /.fX-X[.S.f.J o VXVXVX",
" VXVX T m.M.m.F VXVXVXVXVX ; !.fX-X[.A.f.J o VXVXVXVX",
" VXVX T m.m.m.F VXVXVXVX & b.fX-X].S.f.J o VXVXVXVXVX",
" = A A A = & v.dX-X].S.f.J o VXVXVXVXVXVX",
" > _.qXeX=.G }.n.}.a u.B.C.^.! j.>X%XG.S.f.J o VXVXVXVXVXVXVX",
" e kXlXzXW.} &X%X&XP h.'.#X>X XaXOXD.A.p.J o VXVXVXVXVXVXVXVX",
" e kXlXzXW.U &X%X%XP h.{.:X|.hXuXZ.N.i.J o VXVXVXVXVXVXVXVXVX",
" e iXiXjXR.U $XoX@XH g.+X;XwXgXXXc.a.K o VXVXVXVXVXVXVXVXVXVX",
" . u u u , O r r r o { T.l.yXXXk.| ~ p o VXVXVXVXVXVXVXVXVXVXVX",
" 0 xXxXvXQ.[ <X,X<X` Y.1XE.x.s.~ _ ..' VXVXVXVXVXVXVXVXVXVXVX",
" y cXNXNXQ. .<X<X<XK.`.).g ) t .X.o.[ VXVXVXVXVXVXVXVXVXVXVX",
" y NXNXBX3X .<X<X<X@.(.U.+.L.( X.O.J. . VXVXVXVXVXVXVXVXVXVXVX",
" , 3X4X5X*./ I.P.I.s [ J.J.H.s ' [ ] / VXVXVXVXVXVX",
" + Z Z Z d % M m M % 7 9 9 9 X 6 7 7 % X 7 7 7 $ VXVXVXVXVXVX",
" 0 mXmXMX2XB t.t.t.M 0.r.r.w.% C 0.0.B 6 0.0.q.9 VXVXVXVXVXVX",
" 0 0X0XmXy.N t.t.t.m 0.e.w.w.% V C 0.N 6 0.C 0.9 VXVXVXVXVXVX",
" 0 mXmXMX2XN t.t.t.M 0.r.e.w.% C 0.0.B 6 q.0.q.9 VXVXVXVXVXVX",
" + &.&.%.f 6 B B B 6 8 m m m X 7 8 8 7 X 8 8 8 % VXVXVXVXVXVX",
" : 4.6.7.#.5 3.3.3.4 j -.c c @ k l l h @ k j j 1 VXVXVXVXVXVX",
" 3 bXbXnX5.n 7X7X7Xv -.2.1.<.# ;.>.>.x < -.-.-.j . VXVXVXVXVXVX",
" 3 9XbXnX5.b 7X6X6Xv -.1.<.<.< ;.:.:.x < -.-.-.h . VXVXVXVXVXVX",
" 3 8X9XbX5.b 9.8.6Xv c 1.<.,.# ;.:.:.z < -.c -.h . VXVXVXVXVXVX",
" 3 3 3 : . 2 2 2 . @ # # # @ @ @ . @ @ @ . VXVXVXVXVXVX",
" VXVXVXVXVXVX"
};

@ -0,0 +1,18 @@
debian/tmp/usr/lib/*/trinity/kcm_kamera.la
debian/tmp/usr/lib/*/trinity/kcm_kamera.so
debian/tmp/usr/lib/*/trinity/tdeio_kamera.la
debian/tmp/usr/lib/*/trinity/tdeio_kamera.so
debian/tmp/usr/share/applications/tde/kamera.desktop
debian/tmp/usr/share/doc/tde/HTML/en/kamera/common
debian/tmp/usr/share/doc/tde/HTML/en/kamera/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/kamera/index.docbook
debian/tmp/usr/share/doc/tde/HTML/en/tdeioslave/camera
debian/tmp/usr/share/icons/crystalsvg/16x16/actions/camera_test.png
debian/tmp/usr/share/icons/crystalsvg/16x16/apps/camera-photo.png
debian/tmp/usr/share/icons/crystalsvg/16x16/devices/camera-photo.png
debian/tmp/usr/share/icons/crystalsvg/22x22/devices/camera-photo.png
debian/tmp/usr/share/icons/crystalsvg/22x22/places/camera-photo.png
debian/tmp/usr/share/icons/crystalsvg/32x32/devices/camera-photo.png
debian/tmp/usr/share/icons/crystalsvg/32x32/places/camera-photo.png
debian/tmp/usr/share/services/camera.protocol

@ -0,0 +1,17 @@
debian/tmp/usr/bin/kcolorchooser
debian/tmp/usr/bin/kcoloredit
debian/tmp/usr/share/applications/tde/kcolorchooser.desktop
debian/tmp/usr/share/applications/tde/kcoloredit.desktop
debian/tmp/usr/share/apps/kcoloredit/kcoloreditui.rc
debian/tmp/usr/share/doc/tde/HTML/en/kcoloredit/common
debian/tmp/usr/share/doc/tde/HTML/en/kcoloredit/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/kcoloredit/index.docbook
debian/tmp/usr/share/icons/hicolor/16x16/apps/kcolorchooser.png
debian/tmp/usr/share/icons/hicolor/16x16/apps/kcoloredit.png
debian/tmp/usr/share/icons/hicolor/22x22/apps/kcolorchooser.png
debian/tmp/usr/share/icons/hicolor/32x32/apps/kcoloredit.png
debian/icons/kcolorchooser.xpm /usr/share/pixmaps
debian/icons/kcolorchooser-16.xpm /usr/share/pixmaps
debian/icons/kcoloredit.xpm /usr/share/pixmaps
debian/icons/kcoloredit-16.xpm /usr/share/pixmaps

@ -0,0 +1,2 @@
debian/man/kcolorchooser.1
debian/man/kcoloredit.1

@ -0,0 +1,23 @@
?package(kcoloredit-trinity):\
needs="X11"\
section="Applications/Graphics"\
hints="TDE"\
title="KColorChooser"\
icon32x32="/usr/share/pixmaps/kcolorchooser.xpm"\
icon16x16="/usr/share/pixmaps/kcolorchooser-16.xpm"\
command="/usr/bin/kcolorchooser"
?package(kcoloredit-trinity):\
needs="X11"\
section="Applications/Graphics"\
hints="TDE"\
title="KColorEdit"\
icon32x32="/usr/share/pixmaps/kcoloredit.xpm"\
icon16x16="/usr/share/pixmaps/kcoloredit-16.xpm"\
command="/usr/bin/kcoloredit"
# Icon 22x22 kcoloredit/cr22-app-kcolorchooser.png kcolorchooser.xpm
# Icon 16x16 kcoloredit/cr16-app-kcolorchooser.png kcolorchooser-16.xpm
# Icon 32x32 kcoloredit/cr32-app-kcoloredit.png kcoloredit.xpm
# Icon 16x16 kcoloredit/cr16-app-kcoloredit.png kcoloredit-16.xpm

@ -0,0 +1,28 @@
debian/tmp/usr/bin/kdvi
debian/tmp/usr/lib/*/trinity/kdvipart.la
debian/tmp/usr/lib/*/trinity/kdvipart.so
debian/tmp/usr/share/applications/tde/kdvi.desktop
debian/tmp/usr/share/apps/kdvi/kdvi_part.rc
debian/tmp/usr/share/apps/kdvi/kviewshell.rc
debian/tmp/usr/share/apps/kdvi/tips
debian/tmp/usr/share/config.kcfg/kdvi.kcfg
debian/tmp/usr/share/doc/tde/HTML/en/kdvi/aboutkde.ps
debian/tmp/usr/share/doc/tde/HTML/en/kdvi/common
debian/tmp/usr/share/doc/tde/HTML/en/kdvi/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/kdvi/index.docbook
debian/tmp/usr/share/doc/tde/HTML/en/kdvi/KDVI-features.dvi
debian/tmp/usr/share/doc/tde/HTML/en/kdvi/KDVI-features.tex
debian/tmp/usr/share/doc/tde/HTML/en/kdvi/kdvi-search.el
debian/tmp/usr/share/doc/tde/HTML/en/kdvi/optionrequester1.png
debian/tmp/usr/share/doc/tde/HTML/en/kdvi/optionrequester2.png
debian/tmp/usr/share/doc/tde/HTML/en/kdvi/srcltx.sty
debian/tmp/usr/share/doc/tde/HTML/en/kdvi/srctex.sty
debian/tmp/usr/share/icons/hicolor/16x16/apps/kdvi.png
debian/tmp/usr/share/icons/hicolor/22x22/apps/kdvi.png
debian/tmp/usr/share/icons/hicolor/32x32/apps/kdvi.png
debian/tmp/usr/share/icons/hicolor/48x48/apps/kdvi.png
debian/tmp/usr/share/icons/hicolor/scalable/apps/kdvi.svgz
debian/tmp/usr/share/services/kdvimultipage.desktop
debian/icons/kdvi.xpm /usr/share/pixmaps
debian/icons/kdvi-16.xpm /usr/share/pixmaps

@ -0,0 +1,11 @@
?package(kdvi-trinity):\
needs="X11"\
section="Applications/Viewers"\
hints="TDE,DVI,Documents"\
title="KDVI"\
icon32x32="/usr/share/pixmaps/kdvi.xpm"\
icon16x16="/usr/share/pixmaps/kdvi-16.xpm"\
command="/usr/bin/kdvi"
# Icon 32x32 kdvi/pix/cr32-app-kdvi.png kdvi.xpm
# Icon 16x16 kdvi/pix/cr16-app-kdvi.png kdvi-16.xpm

@ -0,0 +1 @@
application/x-dvi; kviewshell dvi %s -caption "DVI Viewer"; nametemplate=%s.dvi; test=test "$DISPLAY" != ""; priority=4

@ -0,0 +1,13 @@
debian/tmp/usr/bin/kfax
debian/tmp/usr/share/applications/tde/kfax.desktop
debian/tmp/usr/share/apps/kfax/kfaxui.rc
debian/tmp/usr/share/apps/kfax/pics/kfax.tif
debian/tmp/usr/share/apps/kfax/pics/kfaxlogo.xpm
debian/tmp/usr/share/icons/hicolor/16x16/apps/kfax.png
debian/tmp/usr/share/icons/hicolor/22x22/apps/kfax.png
debian/tmp/usr/share/icons/hicolor/32x32/apps/kfax.png
debian/tmp/usr/share/icons/hicolor/48x48/apps/kfax.png
debian/tmp/usr/share/icons/hicolor/scalable/apps/kfax.svgz
debian/icons/kfax.xpm /usr/share/pixmaps
debian/icons/kfax-16.xpm /usr/share/pixmaps

@ -0,0 +1,11 @@
?package(kfax-trinity):\
needs="X11"\
section="Applications/Viewers"\
hints="TDE"\
title="KFax"\
icon32x32="/usr/share/pixmaps/kfax.xpm"\
icon16x16="/usr/share/pixmaps/kfax-16.xpm"\
command="/usr/bin/kfax"
# Icon 32x32 kfax/cr32-app-kfax.png kfax.xpm
# Icon 16x16 kfax/cr16-app-kfax.png kfax-16.xpm

@ -0,0 +1 @@
image/fax-g3; kviewshell fax %s -caption "Fax Viewer"; nametemplate=%s.g3; test=test "$DISPLAY" != ""; priority=5

@ -0,0 +1,17 @@
debian/tmp/usr/bin/kfaxview
debian/tmp/usr/lib/*/trinity/kfaxviewpart.so
debian/tmp/usr/lib/*/trinity/kfaxviewpart.la
debian/tmp/usr/lib/*/libkfaximage.so
debian/tmp/usr/lib/*/libkfaximage.la
debian/tmp/usr/share/applications/tde/kfaxview.desktop
debian/tmp/usr/share/apps/kfaxview/kviewshell.rc
debian/tmp/usr/share/icons/hicolor/16x16/apps/kfaxview.png
debian/tmp/usr/share/icons/hicolor/32x32/apps/kfaxview.png
debian/tmp/usr/share/icons/hicolor/22x22/apps/kfaxview.png
debian/tmp/usr/share/icons/hicolor/48x48/apps/kfaxview.png
debian/tmp/usr/share/icons/hicolor/scalable/apps/kfaxview.svgz
debian/tmp/usr/share/services/kfaxmultipage.desktop
debian/tmp/usr/share/services/kfaxmultipage_tiff.desktop
debian/icons/kfaxview.xpm /usr/share/pixmaps
debian/icons/kfaxview-16.xpm /usr/share/pixmaps

@ -0,0 +1,4 @@
kfaxview-trinity: no-shlibs-control-file usr/lib/libkfaximage.so
kfaxview-trinity: postinst-must-call-ldconfig usr/lib/libkfaximage.so
kfaxview-trinity: postrm-should-call-ldconfig usr/lib/libkfaximage.so
kfaxview-trinity: package-name-doesnt-match-sonames libkfaximage

@ -0,0 +1,11 @@
?package(kfaxview-trinity):\
needs="X11"\
section="Applications/Viewers"\
hints="TDE"\
title="KFaxView"\
icon32x32="/usr/share/pixmaps/kfaxview.xpm"\
icon16x16="/usr/share/pixmaps/kfaxview-16.xpm"\
command="/usr/bin/kfaxview"
# Icon 32x32 kfaxview/hi32-app-kfaxview.png kfaxview.xpm
# Icon 16x16 kfaxview/hi16-app-kfaxview.png kfaxview-16.xpm

@ -0,0 +1,17 @@
debian/tmp/usr/bin/xf86gammacfg
debian/tmp/usr/lib/*/trinity/kcm_kgamma.la
debian/tmp/usr/lib/*/trinity/kcm_kgamma.so
debian/tmp/usr/share/applnk/.hidden/kgamma.desktop
debian/tmp/usr/share/apps/kgamma/pics/background.png
debian/tmp/usr/share/apps/kgamma/pics/cmyscale.png
debian/tmp/usr/share/apps/kgamma/pics/darkgrey.png
debian/tmp/usr/share/apps/kgamma/pics/greyscale.png
debian/tmp/usr/share/apps/kgamma/pics/lightgrey.png
debian/tmp/usr/share/apps/kgamma/pics/midgrey.png
debian/tmp/usr/share/apps/kgamma/pics/rgbscale.png
debian/tmp/usr/share/doc/tde/HTML/en/kgamma/common
debian/tmp/usr/share/doc/tde/HTML/en/kgamma/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/kgamma/index.docbook
debian/tmp/usr/share/icons/hicolor/16x16/apps/kgamma.png
debian/tmp/usr/share/icons/hicolor/32x32/apps/kgamma.png
debian/tmp/usr/share/icons/hicolor/48x48/apps/kgamma.png

@ -0,0 +1,25 @@
debian/tmp/usr/bin/kghostview
debian/tmp/usr/lib/*/trinity/libkghostviewpart.la
debian/tmp/usr/lib/*/trinity/libkghostviewpart.so
debian/tmp/usr/lib/*/libkghostviewlib.so.0
debian/tmp/usr/lib/*/libkghostviewlib.so.0.0.0
debian/tmp/usr/share/applications/tde/kghostview.desktop
debian/tmp/usr/share/apps/tdeconf_update/kghostview.upd
debian/tmp/usr/share/apps/tdeconf_update/update-to-xt-names.pl
debian/tmp/usr/share/apps/kghostview/kghostviewui.rc
debian/tmp/usr/share/apps/kghostview/kgv_part.rc
debian/tmp/usr/share/apps/kghostview/pdf_sec.ps
debian/tmp/usr/share/config.kcfg/kghostview.kcfg
debian/tmp/usr/share/doc/tde/HTML/en/kghostview/common
debian/tmp/usr/share/doc/tde/HTML/en/kghostview/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/kghostview/index.docbook
debian/tmp/usr/share/icons/hicolor/128x128/apps/kghostview.png
debian/tmp/usr/share/icons/hicolor/16x16/apps/kghostview.png
debian/tmp/usr/share/icons/hicolor/22x22/apps/kghostview.png
debian/tmp/usr/share/icons/hicolor/32x32/apps/kghostview.png
debian/tmp/usr/share/icons/hicolor/48x48/apps/kghostview.png
debian/tmp/usr/share/icons/hicolor/64x64/apps/kghostview.png
debian/tmp/usr/share/services/kghostview_part.desktop
debian/icons/kghostview.xpm /usr/share/pixmaps
debian/icons/kghostview-16.xpm /usr/share/pixmaps

@ -0,0 +1 @@
kghostview-trinity: package-name-doesnt-match-sonames libkghostviewlib0

@ -0,0 +1,11 @@
?package(kghostview-trinity):\
needs="X11"\
section="Applications/Viewers"\
hints="TDE,Documents"\
title="KGhostView"\
icon32x32="/usr/share/pixmaps/kghostview.xpm"\
icon16x16="/usr/share/pixmaps/kghostview-16.xpm"\
command="/usr/bin/kghostview"
# Icon 32x32 kghostview/cr32-app-kghostview.png kghostview.xpm
# Icon 16x16 kghostview/cr16-app-kghostview.png kghostview-16.xpm

@ -0,0 +1,3 @@
application/pdf; kghostview %s -caption "PS/PDF Viewer"; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; priority=5
application/postscript; kghostview %s -caption "PS/PDF Viewer"; nametemplate=%s.ps; test=test "$DISPLAY" != ""; priority=5
image/x-eps; kghostview %s -caption "PS/PDF Viewer"; nametemplate=%s.eps; test=test "$DISPLAY" != ""; priority=5

@ -0,0 +1,172 @@
debian/tmp/usr/bin/kolourpaint
debian/tmp/usr/share/applications/tde/kolourpaint.desktop
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_brush.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_color_picker.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_color_washer.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_curve.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_ellipse.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_elliptical_selection.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_eraser.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_flood_fill.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_free_form_selection.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_line.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_pen.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_polygon.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_polyline.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_rect_selection.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_rectangle.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_rounded_rectangle.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_spraycan.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_text.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_brush.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_color_picker.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_color_washer.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_curve.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_ellipse.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_elliptical_selection.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_eraser.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_flood_fill.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_free_form_selection.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_line.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_pen.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_polygon.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_polyline.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_rect_selection.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_rectangle.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_rounded_rectangle.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_spraycan.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_text.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_brush.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_color_picker.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_color_washer.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_curve.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_ellipse.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_elliptical_selection.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_eraser.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_flood_fill.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_free_form_selection.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_line.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_pen.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_polygon.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_polyline.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_rect_selection.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_rectangle.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_rounded_rectangle.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_spraycan.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_text.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_brush.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_color_picker.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_color_washer.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_curve.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_ellipse.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_elliptical_selection.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_eraser.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_flood_fill.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_free_form_selection.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_line.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_pen.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_polygon.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_polyline.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_rect_selection.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_rectangle.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_rounded_rectangle.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_spraycan.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_text.png
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_brush.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_color_picker.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_color_washer.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_curve.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_ellipse.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_elliptical_selection.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_eraser.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_flood_fill.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_free_form_selection.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_line.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_pen.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_polygon.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_polyline.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_rect_selection.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_rectangle.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_rounded_rectangle.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_spraycan.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_text.svgz
debian/tmp/usr/share/apps/kolourpaint/icons/hicolor/16x16/apps/kolourpaint.png
debian/tmp/usr/share/apps/kolourpaint/icons/hicolor/22x22/apps/kolourpaint.png
debian/tmp/usr/share/apps/kolourpaint/icons/hicolor/32x32/apps/kolourpaint.png
debian/tmp/usr/share/apps/kolourpaint/icons/hicolor/48x48/apps/kolourpaint.png
debian/tmp/usr/share/apps/kolourpaint/icons/hicolor/scalable/apps/kolourpaint.svgz
debian/tmp/usr/share/apps/kolourpaint/kolourpaintui.rc
debian/tmp/usr/share/apps/kolourpaint/pics/color_transparent_26x26.png
debian/tmp/usr/share/apps/kolourpaint/pics/colorbutton_swap_16x16.png
debian/tmp/usr/share/apps/kolourpaint/pics/image_rotate_anticlockwise.png
debian/tmp/usr/share/apps/kolourpaint/pics/image_rotate_clockwise.png
debian/tmp/usr/share/apps/kolourpaint/pics/image_skew_horizontal.png
debian/tmp/usr/share/apps/kolourpaint/pics/image_skew_vertical.png
debian/tmp/usr/share/apps/kolourpaint/pics/option_opaque.png
debian/tmp/usr/share/apps/kolourpaint/pics/option_transparent.png
debian/tmp/usr/share/apps/kolourpaint/pics/resize.png
debian/tmp/usr/share/apps/kolourpaint/pics/scale.png
debian/tmp/usr/share/apps/kolourpaint/pics/smooth_scale.png
debian/tmp/usr/share/apps/kolourpaint/pics/tool_spraycan_17x17.png
debian/tmp/usr/share/apps/kolourpaint/pics/tool_spraycan_29x29.png
debian/tmp/usr/share/apps/kolourpaint/pics/tool_spraycan_9x9.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/brush_shapes.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/color_box.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/common
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/eraser_shapes.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/fcc_std_text.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/fcc_trans_text.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/fill_color_similarity.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/fill_style.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/image_balance.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/image_emboss.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/image_flatten.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/image_flip.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/image_invert.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/image_reduce_colors.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/image_resize_scale.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/image_rotate.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/image_skew.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/image_soften_sharpen.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/index.docbook
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/kolourpaint-main.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/line_width.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/lines_30_45_deg.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/lines_30_deg.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/lines_45_deg.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/rotate_image_30.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/rotate_selection_30.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/selections_opaque_transparent.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/spraycan_patterns.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/text_zoom_grid.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_brush.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_color_picker.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_color_washer.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_curve.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_ellipse.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_elliptical_selection.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_eraser.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_flood_fill.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_free_form_selection.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_line.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_pen.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_polygon.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_polyline.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_polystar.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_rect_selection.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_rectangle.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_rectangles.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_rounded_rectangle.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_selections.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_spraycan.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/tool_text.png
debian/tmp/usr/share/doc/tde/HTML/en/kolourpaint/view_thumbnails.png
debian/tmp/usr/share/icons/hicolor/16x16/apps/kolourpaint.png
debian/tmp/usr/share/icons/hicolor/22x22/apps/kolourpaint.png
debian/tmp/usr/share/icons/hicolor/32x32/apps/kolourpaint.png
debian/tmp/usr/share/icons/hicolor/48x48/apps/kolourpaint.png
debian/tmp/usr/share/icons/hicolor/scalable/apps/kolourpaint.svgz
debian/icons/kolourpaint.xpm /usr/share/pixmaps
debian/icons/kolourpaint-16.xpm /usr/share/pixmaps

@ -0,0 +1,11 @@
?package(kolourpaint-trinity):\
needs="X11"\
section="Applications/Graphics"\
hints="TDE"\
title="KolourPaint"\
icon32x32="/usr/share/pixmaps/kolourpaint.xpm"\
icon16x16="/usr/share/pixmaps/kolourpaint-16.xpm"\
command="/usr/bin/kolourpaint"
# Icon 32x32 kolourpaint/pics/hi32-app-kolourpaint.png kolourpaint.xpm
# Icon 16x16 kolourpaint/pics/hi16-app-kolourpaint.png kolourpaint-16.xpm

@ -0,0 +1,32 @@
debian/tmp/etc/trinity/kookarc
debian/tmp/usr/bin/kooka
debian/tmp/usr/share/applications/tde/kooka.desktop
debian/tmp/usr/share/apps/kooka/kookaui.rc
debian/tmp/usr/share/apps/kooka/pics/gocr.png
debian/tmp/usr/share/apps/kooka/pics/lockzoom.png
debian/tmp/usr/share/apps/kooka/pics/mirror-both.png
debian/tmp/usr/share/apps/kooka/pics/mirror-horiz.png
debian/tmp/usr/share/apps/kooka/pics/mirror-vert.png
debian/tmp/usr/share/apps/kooka/pics/newfromselect.png
debian/tmp/usr/share/apps/kooka/pics/ocr-select.png
debian/tmp/usr/share/apps/kooka/pics/ocr.png
debian/tmp/usr/share/apps/kooka/pics/ocrad.png
debian/tmp/usr/share/apps/kooka/pics/scaleorig.png
debian/tmp/usr/share/apps/kooka/pics/scaletoheight.png
debian/tmp/usr/share/apps/kooka/pics/scaletowidth.png
debian/tmp/usr/share/apps/kooka/pics/thumbviewtile.png
debian/tmp/usr/share/doc/tde/HTML/en/kooka/common
debian/tmp/usr/share/doc/tde/HTML/en/kooka/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/kooka/index.docbook
debian/tmp/usr/share/doc/tde/HTML/en/kooka/kooka_gocr.png
debian/tmp/usr/share/doc/tde/HTML/en/kooka/kooka_gocr_result.png
debian/tmp/usr/share/doc/tde/HTML/en/kooka/kooka_mainctrl.png
debian/tmp/usr/share/doc/tde/HTML/en/kooka/ocr-select.png
debian/tmp/usr/share/doc/tde/HTML/en/kooka/shortcut0.png
debian/tmp/usr/share/doc/tde/HTML/en/kooka/shortcut1.png
debian/tmp/usr/share/doc/tde/HTML/en/kooka/toolbar.png
debian/tmp/usr/share/doc/tde/HTML/en/kooka/toolbar1.png
debian/tmp/usr/share/doc/tde/HTML/en/kooka/toolbar2.png
debian/icons/kooka.xpm /usr/share/pixmaps
debian/icons/kooka-16.xpm /usr/share/pixmaps

@ -0,0 +1,11 @@
?package(kooka-trinity):\
needs="X11"\
section="Applications/Graphics"\
hints="TDE"\
title="Kooka"\
icon32x32="/usr/share/pixmaps/kooka.xpm"\
icon16x16="/usr/share/pixmaps/kooka-16.xpm"\
command="/usr/bin/kooka"
# Icon 32x32 /usr/share/icons/crystalsvg/32x32/devices/scanner.png kooka.xpm
# Icon 16x16 /usr/share/icons/crystalsvg/16x16/devices/scanner.png kooka-16.xpm

@ -0,0 +1,22 @@
debian/tmp/usr/bin/kpdf
debian/tmp/usr/lib/*/trinity/libkpdfpart.la
debian/tmp/usr/lib/*/trinity/libkpdfpart.so
debian/tmp/usr/share/applications/tde/kpdf.desktop
debian/tmp/usr/share/apps/kpdf/shell.rc
debian/tmp/usr/share/apps/kpdfpart/part.rc
debian/tmp/usr/share/config.kcfg/kpdf.kcfg
debian/tmp/usr/share/doc/tde/HTML/en/kpdf/common
debian/tmp/usr/share/doc/tde/HTML/en/kpdf/configure.png
debian/tmp/usr/share/doc/tde/HTML/en/kpdf/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/kpdf/index.docbook
debian/tmp/usr/share/icons/hicolor/128x128/apps/kpdf.png
debian/tmp/usr/share/icons/hicolor/16x16/apps/kpdf.png
debian/tmp/usr/share/icons/hicolor/22x22/apps/kpdf.png
debian/tmp/usr/share/icons/hicolor/32x32/apps/kpdf.png
debian/tmp/usr/share/icons/hicolor/48x48/apps/kpdf.png
debian/tmp/usr/share/icons/hicolor/64x64/apps/kpdf.png
debian/tmp/usr/share/icons/hicolor/scalable/apps/kpdf.svgz
debian/tmp/usr/share/services/kpdf_part.desktop
debian/icons/kpdf.xpm /usr/share/pixmaps
debian/icons/kpdf-16.xpm /usr/share/pixmaps

@ -0,0 +1,11 @@
?package(kpdf-trinity):\
needs="X11"\
section="Applications/Viewers"\
hints="TDE"\
title="KPDF"\
icon32x32="/usr/share/pixmaps/kpdf.xpm"\
icon16x16="/usr/share/pixmaps/kpdf-16.xpm"\
command="/usr/bin/kpdf"
# Icon 32x32 kpdf/cr32-app-kpdf.png kpdf.xpm
# Icon 16x16 kpdf/cr16-app-kpdf.png kpdf-16.xpm

@ -0,0 +1 @@
application/pdf; kpdf %s; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; priority=6

@ -0,0 +1,426 @@
debian/tmp/usr/bin/kpovmodeler
debian/tmp/usr/lib/*/trinity/libkpovmodelerpart.la
debian/tmp/usr/lib/*/trinity/libkpovmodelerpart.so
debian/tmp/usr/lib/*/libkpovmodeler.so.0
debian/tmp/usr/lib/*/libkpovmodeler.so.0.0.0
debian/tmp/usr/share/applications/tde/kpovmodeler.desktop
debian/tmp/usr/share/apps/kpovmodeler/baseinsertrules.xml
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/inlined/chars.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/inlined/finish.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/inlined/glass.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/inlined/golds.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/inlined/metals.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/inlined/shapes.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/inlined/shapes2.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/inlined/shapesq.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/inlined/skies.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/inlined/stars.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/inlined/stones1.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/inlined/stones2.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/inlined/textures.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/inlined/woods.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/original/chars.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/original/finish.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/original/glass.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/original/golds.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/original/metals.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/original/shapes.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/original/shapes2.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/original/shapesq.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/original/skies.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/original/stars.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/original/stones1.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/original/stones2.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/original/textures.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/includes/original/woods.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/advanced/ants.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/advanced/bee.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/advanced/ink.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/advanced/table.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/csg/cheese.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/csg/emptybox.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/csg/heightfield.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/interior/cubes.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/interior/media1.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/interior/media2.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/interior/media3.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/interior/spheres.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/lights/arealight.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/lights/arealight2.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/lights/spotlight.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/objects/allobjects.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/objects/fractals.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/objects/lathe.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/objects/prism.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/objects/sor.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/objects/superellipsoid.kpm
debian/tmp/usr/share/apps/kpovmodeler/examples/scenes/objects/text.kpm
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmaddpoint.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmaddpointabove.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmaddsubprism.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmbicubicpatch.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmblendmapmodifiers.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmblob.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmblobcylinder.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmblobsphere.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmboundedby.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmbox.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmbumpmap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmcamera.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmclippedby.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmcolorlist.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmcolormap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmcolormapdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmcomment.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmcone.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmcylinder.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdensity.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdensitydeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdensitylist.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdensitymap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdensitymapdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdialogview.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdifference.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdisc.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdrag.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmfinish.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmfinishdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmfog.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmfogdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmglobalphotons.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmglobalsettings.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmglview.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmheightfield.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmimagemap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminserterrors.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminsertfirstchild.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminsertlastchild.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminsertsibling.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminterior.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminteriordeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminteriortexture.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminteriortexturedeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmintersection.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmisosurface.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmjuliafractal.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmlathe.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmlight.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmlightgroup.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmlistpattern.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmlookslike.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmaterial.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmaterialdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmaterialmap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmatrix.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmedia.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmediadeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmerge.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmesh.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmnormal.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmnormaldeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmnormallist.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmnormalmap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmnormalmapdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmobjectdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmobjectlink.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmpattern.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmphotons.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmpigment.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmpigmentdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmpigmentlist.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmpigmentmap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmpigmentmapdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmplane.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmpolynom.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmprism.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmprojectedthrough.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmquickcolor.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmradiosity.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmrainbow.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmrainbowdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmraw.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmremovepoint.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmrender.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmrenderpreview.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmrendersettings.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmrotate.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmscale.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmscene.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmskysphere.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmskyspheredeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmslope.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmslopemap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmslopemapdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmsolidcolor.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmsor.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmsphere.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmspheresweep.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmsqe.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtext.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtexture.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtexturedeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtexturelist.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtexturemap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtexturemapdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtorus.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtranslate.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtreeview.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtriangle.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmunion.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmwarp.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmbicubicpatch.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmblendmapmodifiers.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmblob.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmblobcylinder.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmblobsphere.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmboundedby.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmbox.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmbumpmap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmcamera.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmclippedby.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmcolorlist.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmcolormap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmcolormapdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmcomment.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmcone.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfigurecolors.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfiguredialogview.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfiguregraphicalview.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfiguregrid.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfigureobjectlibrary.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfigureobjects.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfigureopengl.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfigurepovray.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfiguretexturepreview.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfigureviewlayout.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmcylinder.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdensity.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdensitydeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdensitylist.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdensitymap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdensitymapdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdifference.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdisc.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdrag.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmfinish.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmfinishdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmfog.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmfogdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmglobalphotons.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmglobalsettings.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmheightfield.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmimagemap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pminserterrors.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pminterior.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pminteriordeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pminteriortexture.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pminteriortexturedeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmintersection.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmisosurface.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmjuliafractal.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmlathe.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmlight.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmlightgroup.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmlistpattern.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmlookslike.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmaterial.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmaterialdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmaterialmap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmatrix.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmedia.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmediadeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmerge.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmesh.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmnormal.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmnormaldeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmnormallist.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmnormalmap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmnormalmapdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmobjectdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmobjectlink.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmpattern.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmphotons.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmpigment.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmpigmentdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmpigmentlist.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmpigmentmap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmpigmentmapdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmplane.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmpolynom.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmprism.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmprojectedthrough.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmquickcolor.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmradiosity.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmrainbow.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmrainbowdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmraw.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmrender.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmrenderpreview.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmrendersettings.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmrotate.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmscale.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmscene.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmskysphere.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmskyspheredeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmslope.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmslopemap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmslopemapdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmsolidcolor.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmsor.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmsphere.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmspheresweep.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmsqe.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtext.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtexture.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtexturedeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtexturelist.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtexturemap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtexturemapdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtorus.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtranslate.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtriangle.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmunion.png
debian/tmp/usr/share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmwarp.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmaddpoint.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmaddpointabove.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmaddsubprism.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmbicubicpatch.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmblendmapmodifiers.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmblob.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmblobcylinder.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmblobsphere.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmboundedby.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmbox.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmbumpmap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmcamera.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmclippedby.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmcomment.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmcone.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmcylinder.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdensity.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdensitydeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdensitylist.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdensitymap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdensitymapdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdifference.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdisc.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdrag.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmfog.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmfogdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmglobalsettings.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmheightfield.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmimagemap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pminserterrors.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pminsertfirstchild.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pminsertlastchild.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pminsertsibling.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmintersection.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmjuliafractal.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmlathe.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmlight.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmlistpattern.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmlookslike.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmmaterialmap.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmmatrix.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmmerge.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmobjectdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmobjectlink.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmpigment.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmpigmentdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmplane.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmpolynom.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmprism.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmquickcolor.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmrainbow.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmrainbowdeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmraw.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmremovepoint.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmrender.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmrenderpreview.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmrendersettings.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmrotate.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmscale.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmscene.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmskysphere.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmskyspheredeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmsolidcolor.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmsor.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmsphere.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmsqr.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmtext.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmtexture.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmtexturedeclare.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmtorus.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmtranslate.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmtriangle.png
debian/tmp/usr/share/apps/kpovmodeler/icons/locolor/16x16/actions/pmunion.png
debian/tmp/usr/share/apps/kpovmodeler/kpovmodelerbrowser.rc
debian/tmp/usr/share/apps/kpovmodeler/kpovmodelershell.rc
debian/tmp/usr/share/apps/kpovmodeler/kpovmodelerui.rc
debian/tmp/usr/share/apps/kpovmodeler/povraydocmap.xml
debian/tmp/usr/share/apps/kpovmodeler/questionmark.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/cameraview.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/common
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/controlpoints.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/cr22-action-pmcamera.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/cr22-action-pmcolorlist.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/cr22-action-pmfinish.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/cr22-action-pminterior.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/cr22-action-pmlight.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/cr22-action-pmpigment.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/cr22-action-pmplane.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/cr22-action-pmrender.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/cr22-action-pmsolidcolor.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/cr22-action-pmsphere.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/defaultviewlayout.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/dockwidget.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/dockwidgettab.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/index.docbook
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/insertaspopup.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/objectpropertiesview.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/objecttree.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/rendericon.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/rendermodeoutput.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/rendermodequality.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/rendermodesize.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/rendermodesselection.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/rendermodestoolbar.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/rendersettingsicon.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/renderwindow.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/texturepreview.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/topview.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-camera-dialog.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-camera-graphic.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-final-render.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-ground-color-list.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-ground-pigment.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-ground-render.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-ground-solid-color-1.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-ground-solid-color-2.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-ground-wrong-colors-render.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-light-dialog.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-light-graphic.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-plane-dialog.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-plane-graphic.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-plane-tree-expanded.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-plane-tree-translate.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-sphere-dialog.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-sphere-finish-dialog.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-sphere-render-finish.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-sphere-render-nocolor.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-sphere-render-solidcolor.png
debian/tmp/usr/share/doc/tde/HTML/en/kpovmodeler/tutorial01-sphere-solid-color.png
debian/tmp/usr/share/icons/hicolor/16x16/apps/kpovmodeler.png
debian/tmp/usr/share/icons/hicolor/22x22/apps/kpovmodeler.png
debian/tmp/usr/share/icons/hicolor/32x32/apps/kpovmodeler.png
debian/tmp/usr/share/icons/hicolor/48x48/apps/kpovmodeler.png
debian/tmp/usr/share/icons/crystalsvg/16x16/mimetypes/kpovmodeler_doc.png
debian/tmp/usr/share/icons/crystalsvg/32x32/mimetypes/kpovmodeler_doc.png
debian/tmp/usr/share/icons/crystalsvg/48x48/mimetypes/kpovmodeler_doc.png
debian/icons/kpovmodeler.xpm /usr/share/pixmaps
debian/icons/kpovmodeler-16.xpm /usr/share/pixmaps

@ -0,0 +1 @@
kpovmodeler-trinity: package-name-doesnt-match-sonames libkpovmodeler0

@ -0,0 +1,11 @@
?package(kpovmodeler-trinity):\
needs="X11"\
section="Applications/Graphics"\
hints="TDE,Modeler"\
title="KPovModeler"\
icon32x32="/usr/share/pixmaps/kpovmodeler.xpm"\
icon16x16="/usr/share/pixmaps/kpovmodeler-16.xpm"\
command="/usr/bin/kpovmodeler"
# Icon 32x32 kpovmodeler/cr32-app-kpovmodeler.png kpovmodeler.xpm
# Icon 16x16 kpovmodeler/cr16-app-kpovmodeler.png kpovmodeler-16.xpm

@ -0,0 +1,19 @@
debian/tmp/usr/bin/kruler
debian/tmp/usr/share/applications/tde/kruler.desktop
debian/tmp/usr/share/applnk/Graphics/kruler.desktop
debian/tmp/usr/share/apps/kruler/eventsrc
debian/tmp/usr/share/apps/kruler/pics/kruler-east.png
debian/tmp/usr/share/apps/kruler/pics/kruler-north.png
debian/tmp/usr/share/apps/kruler/pics/kruler-south.png
debian/tmp/usr/share/apps/kruler/pics/kruler-west.png
debian/tmp/usr/share/apps/kruler/sounds/move.wav
debian/tmp/usr/share/doc/tde/HTML/en/kruler/common
debian/tmp/usr/share/doc/tde/HTML/en/kruler/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/kruler/index.docbook
debian/tmp/usr/share/icons/hicolor/16x16/apps/kruler.png
debian/tmp/usr/share/icons/hicolor/22x22/apps/kruler.png
debian/tmp/usr/share/icons/hicolor/32x32/apps/kruler.png
debian/tmp/usr/share/icons/hicolor/48x48/apps/kruler.png
debian/icons/kruler.xpm /usr/share/pixmaps
debian/icons/kruler-16.xpm /usr/share/pixmaps

@ -0,0 +1,11 @@
?package(kruler-trinity):\
needs="X11"\
section="Applications/Viewers"\
hints="TDE"\
title="KRuler"\
icon32x32="/usr/share/pixmaps/kruler.xpm"\
icon16x16="/usr/share/pixmaps/kruler-16.xpm"\
command="/usr/bin/kruler"
# Icon 32x32 kruler/pics/cr32-app-kruler.png kruler.xpm
# Icon 16x16 kruler/pics/cr16-app-kruler.png kruler-16.xpm

@ -0,0 +1,15 @@
debian/tmp/usr/bin/ksnapshot
debian/tmp/usr/share/applications/tde/ksnapshot.desktop
debian/tmp/usr/share/doc/tde/HTML/en/ksnapshot/common
debian/tmp/usr/share/doc/tde/HTML/en/ksnapshot/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/ksnapshot/index.docbook
debian/tmp/usr/share/doc/tde/HTML/en/ksnapshot/preview.png
debian/tmp/usr/share/doc/tde/HTML/en/ksnapshot/window.png
debian/tmp/usr/share/icons/hicolor/16x16/apps/ksnapshot.png
debian/tmp/usr/share/icons/hicolor/22x22/apps/ksnapshot.png
debian/tmp/usr/share/icons/hicolor/32x32/apps/ksnapshot.png
debian/tmp/usr/share/icons/hicolor/48x48/apps/ksnapshot.png
debian/tmp/usr/share/icons/hicolor/scalable/apps/ksnapshot.svgz
debian/icons/ksnapshot.xpm /usr/share/pixmaps
debian/icons/ksnapshot-16.xpm /usr/share/pixmaps

@ -0,0 +1,11 @@
?package(ksnapshot-trinity):\
needs="X11"\
section="Applications/Graphics"\
hints="TDE"\
title="KSnapshot"\
icon32x32="/usr/share/pixmaps/ksnapshot.xpm"\
icon16x16="/usr/share/pixmaps/ksnapshot-16.xpm"\
command="/usr/bin/ksnapshot"
# Icon 32x32 ksnapshot/cr32-app-ksnapshot.png ksnapshot.xpm
# Icon 16x16 ksnapshot/cr16-app-ksnapshot.png ksnapshot-16.xpm

@ -0,0 +1,17 @@
debian/tmp/usr/bin/printnodetest
debian/tmp/usr/bin/svgdisplay
debian/tmp/usr/lib/*/trinity/libksvgplugin.la
debian/tmp/usr/lib/*/trinity/libksvgplugin.so
debian/tmp/usr/lib/*/trinity/libksvgrendererlibart.la
debian/tmp/usr/lib/*/trinity/libksvgrendererlibart.so
debian/tmp/usr/lib/*/trinity/svgthumbnail.la
debian/tmp/usr/lib/*/trinity/svgthumbnail.so
debian/tmp/usr/lib/*/libksvg.so.0
debian/tmp/usr/lib/*/libksvg.so.0.0.1
debian/tmp/usr/lib/*/libtext2path.so.0
debian/tmp/usr/lib/*/libtext2path.so.0.0.0
debian/tmp/usr/share/apps/ksvg/ksvgplugin.rc
debian/tmp/usr/share/services/ksvglibartcanvas.desktop
debian/tmp/usr/share/services/ksvgplugin.desktop
debian/tmp/usr/share/services/svgthumbnail.desktop
debian/tmp/usr/share/servicetypes/ksvgrenderer.desktop

@ -0,0 +1 @@
ksvg-trinity: package-name-doesnt-match-sonames libtext2path0 libksvg0

@ -0,0 +1,30 @@
debian/tmp/usr/bin/kuickshow
debian/tmp/usr/lib/*/trinity/kuickshow.la
debian/tmp/usr/lib/*/trinity/kuickshow.so
debian/tmp/usr/lib/*/libtdeinit_kuickshow.so
debian/tmp/usr/share/applications/tde/kuickshow.desktop
debian/tmp/usr/share/apps/kuickshow/im_palette.pal
debian/tmp/usr/share/apps/kuickshow/pics/about.png
debian/tmp/usr/share/apps/kuickshow/pics/calibrate.png
debian/tmp/usr/share/apps/kuickshow/pics/handcursor.png
debian/tmp/usr/share/apps/kuickshow/pics/imageviewer-medium.png
debian/tmp/usr/share/apps/kuickshow/pics/imageviewer-small.png
debian/tmp/usr/share/apps/kuickshow/pics/ksslide.png
debian/tmp/usr/share/apps/kuickshow/pics/kuickshow-day.jpg
debian/tmp/usr/share/apps/kuickshow/pics/kuickshow-night.jpg
debian/tmp/usr/share/apps/kuickshow/pics/logo.png
debian/tmp/usr/share/doc/tde/HTML/en/kuickshow/common
debian/tmp/usr/share/doc/tde/HTML/en/kuickshow/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/kuickshow/index.docbook
debian/tmp/usr/share/doc/tde/HTML/en/kuickshow/screenshot.png
debian/tmp/usr/share/icons/hicolor/16x16/apps/kuickshow.png
debian/tmp/usr/share/icons/hicolor/22x22/apps/kuickshow.png
debian/tmp/usr/share/icons/hicolor/32x32/apps/kuickshow.png
debian/icons/kuickshow.xpm /usr/share/pixmaps
debian/icons/kuickshow-16.xpm /usr/share/pixmaps
debian/tmp/usr/share/doc/tde/HTML/en/kuickshow/screenshot.png
debian/tmp/usr/share/doc/tde/HTML/en/kuickshow/common
debian/tmp/usr/share/doc/tde/HTML/en/kuickshow/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/kuickshow/index.docbook

@ -0,0 +1,4 @@
kuickshow-trinity: no-shlibs-control-file usr/lib/libtdeinit_kuickshow.so
kuickshow-trinity: postinst-must-call-ldconfig usr/lib/libtdeinit_kuickshow.so
kuickshow-trinity: postrm-should-call-ldconfig usr/lib/libtdeinit_kuickshow.so
kuickshow-trinity: package-name-doesnt-match-sonames libtdeinit-kuickshow

@ -0,0 +1,11 @@
?package(kuickshow-trinity):\
needs="X11"\
section="Applications/Viewers"\
hints="TDE"\
title="Kuickshow"\
icon32x32="/usr/share/pixmaps/kuickshow.xpm"\
icon16x16="/usr/share/pixmaps/kuickshow-16.xpm"\
command="/usr/bin/kuickshow"
# Icon 32x32 kuickshow/src/cr32-app-kuickshow.png kuickshow.xpm
# Icon 16x16 kuickshow/src/cr16-app-kuickshow.png kuickshow-16.xpm

@ -0,0 +1,66 @@
debian/tmp/usr/bin/kview
debian/tmp/usr/lib/*/trinity/kcm_kviewcanvasconfig.la
debian/tmp/usr/lib/*/trinity/kcm_kviewcanvasconfig.so
debian/tmp/usr/lib/*/trinity/kcm_kviewgeneralconfig.la
debian/tmp/usr/lib/*/trinity/kcm_kviewgeneralconfig.so
debian/tmp/usr/lib/*/trinity/kcm_kviewpluginsconfig.la
debian/tmp/usr/lib/*/trinity/kcm_kviewpluginsconfig.so
debian/tmp/usr/lib/*/trinity/kcm_kviewviewerpluginsconfig.la
debian/tmp/usr/lib/*/trinity/kcm_kviewviewerpluginsconfig.so
debian/tmp/usr/lib/*/trinity/kview.la
debian/tmp/usr/lib/*/trinity/kview.so
debian/tmp/usr/lib/*/trinity/kview_browserplugin.la
debian/tmp/usr/lib/*/trinity/kview_browserplugin.so
debian/tmp/usr/lib/*/trinity/kview_effectsplugin.la
debian/tmp/usr/lib/*/trinity/kview_effectsplugin.so
debian/tmp/usr/lib/*/trinity/kview_presenterplugin.la
debian/tmp/usr/lib/*/trinity/kview_presenterplugin.so
debian/tmp/usr/lib/*/trinity/kview_scannerplugin.la
debian/tmp/usr/lib/*/trinity/kview_scannerplugin.so
debian/tmp/usr/lib/*/trinity/libkviewcanvas.la
debian/tmp/usr/lib/*/trinity/libkviewcanvas.so
debian/tmp/usr/lib/*/trinity/libkviewviewer.la
debian/tmp/usr/lib/*/trinity/libkviewviewer.so
debian/tmp/usr/lib/*/libtdeinit_kview.so
debian/tmp/usr/lib/*/libkimageviewer.so.0
debian/tmp/usr/lib/*/libkimageviewer.so.0.0.0
debian/tmp/usr/lib/*/trinity/libphotobook.la
debian/tmp/usr/lib/*/trinity/libphotobook.so
debian/tmp/usr/share/applications/tde/kview.desktop
debian/tmp/usr/share/apps/kview/kpartplugins/kvieweffects.desktop
debian/tmp/usr/share/apps/kview/kpartplugins/kvieweffects.rc
debian/tmp/usr/share/apps/kview/kpartplugins/kviewpresenter.desktop
debian/tmp/usr/share/apps/kview/kpartplugins/kviewpresenter.rc
debian/tmp/usr/share/apps/kview/kpartplugins/kviewscanner.desktop
debian/tmp/usr/share/apps/kview/kpartplugins/kviewscanner.rc
debian/tmp/usr/share/apps/kview/kview.setdlg
debian/tmp/usr/share/apps/kview/kviewui.rc
debian/tmp/usr/share/apps/kviewviewer/kpartplugins/kviewbrowser.desktop
debian/tmp/usr/share/apps/kviewviewer/kpartplugins/kviewbrowser.rc
debian/tmp/usr/share/apps/kviewviewer/kviewpopup.rc
debian/tmp/usr/share/apps/kviewviewer/kviewviewer.rc
debian/tmp/usr/share/apps/kviewviewer/kviewviewer_ro.rc
debian/tmp/usr/share/apps/photobook/photobookui.rc
debian/tmp/usr/share/doc/tde/HTML/en/kview/common
debian/tmp/usr/share/doc/tde/HTML/en/kview/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/kview/index.docbook
debian/tmp/usr/share/doc/tde/HTML/en/kview/kview-application-configuration.png
debian/tmp/usr/share/doc/tde/HTML/en/kview/kview-viewer-configuration.png
debian/tmp/usr/share/icons/crystalsvg/16x16/apps/photobook.png
debian/tmp/usr/share/icons/crystalsvg/22x22/apps/photobook.png
debian/tmp/usr/share/icons/hicolor/16x16/apps/kview.png
debian/tmp/usr/share/icons/hicolor/22x22/apps/kview.png
debian/tmp/usr/share/icons/hicolor/32x32/apps/kview.png
debian/tmp/usr/share/icons/hicolor/48x48/apps/kview.png
debian/tmp/usr/share/services/tdeconfiguredialog/kviewcanvasconfig.desktop
debian/tmp/usr/share/services/tdeconfiguredialog/kviewgeneralconfig.desktop
debian/tmp/usr/share/services/tdeconfiguredialog/kviewpluginsconfig.desktop
debian/tmp/usr/share/services/tdeconfiguredialog/kviewviewerpluginsconfig.desktop
debian/tmp/usr/share/services/kviewcanvas.desktop
debian/tmp/usr/share/services/kviewviewer.desktop
debian/tmp/usr/share/services/photobook.desktop
debian/tmp/usr/share/servicetypes/kimageviewer.desktop
debian/tmp/usr/share/servicetypes/kimageviewercanvas.desktop
debian/icons/kview.xpm /usr/share/pixmaps
debian/icons/kview-16.xpm /usr/share/pixmaps

@ -0,0 +1,3 @@
kview-trinity: shlib-missing-in-control-file libphotobook.so usr/lib/libphotobook.so
kview-trinity: shlib-missing-in-control-file libtdeinit_kview.so usr/lib/libtdeinit_kview.so
kview-trinity: package-name-doesnt-match-sonames libtdeinit-kview libkimageviewer0

@ -0,0 +1,14 @@
?package(kview-trinity):\
needs="X11"\
section="Applications/Viewers"\
hints="TDE,Images"\
title="KView"\
icon32x32="/usr/share/pixmaps/kview.xpm"\
icon16x16="/usr/share/pixmaps/kview-16.xpm"\
command="/usr/bin/kview"
# Icon 32x32 kview/cr32-app-kview.png kview.xpm
# Icon 16x16 kview/cr16-app-kview.png kview-16.xpm
# XXX Icon 32x32 kview/photobook/cr22-app-photobook.png
# XXX Icon 16x16 kview/photobook/cr16-app-photobook.png

@ -0,0 +1,9 @@
image/bmp; kview %s; nametemplate=%s.bmp; test=test "$DISPLAY" != ""; priority=5
image/gif; kview %s; nametemplate=%s.gif; test=test "$DISPLAY" != ""; priority=5
image/jpeg; kview %s; nametemplate=%s.jpg; test=test "$DISPLAY" != ""; priority=5
image/png; kview %s; nametemplate=%s.png; test=test "$DISPLAY" != ""; priority=5
image/x-ms-bmp; kview %s; nametemplate=%s.bmp; test=test "$DISPLAY" != ""; priority=5
image/x-jng; kview %s; nametemplate=%s.jng; test=test "$DISPLAY" != ""; priority=5
image/x-xbm; kview %s; nametemplate=%s.xbm; test=test "$DISPLAY" != ""; priority=5
image/x-xpm; kview %s; nametemplate=%s.xpm; test=test "$DISPLAY" != ""; priority=5
video/x-mng; kview %s; nametemplate=%s.mng; test=test "$DISPLAY" != ""; priority=5

@ -0,0 +1,28 @@
debian/tmp/usr/bin/kviewshell
debian/tmp/usr/lib/*/libdjvu.la
debian/tmp/usr/lib/*/libdjvu.so
debian/tmp/usr/lib/*/trinity/djvuviewpart.so
debian/tmp/usr/lib/*/trinity/djvuviewpart.la
debian/tmp/usr/lib/*/trinity/emptymultipagepart.la
debian/tmp/usr/lib/*/trinity/emptymultipagepart.so
debian/tmp/usr/lib/*/trinity/kviewerpart.la
debian/tmp/usr/lib/*/trinity/kviewerpart.so
debian/tmp/usr/lib/*/libtdemultipage.so.0
debian/tmp/usr/lib/*/libtdemultipage.so.0.0.0
debian/tmp/usr/share/apps/djvumultipage.rc
debian/tmp/usr/share/apps/kviewerpart/icons/hicolor/16x16/actions/movetool.png
debian/tmp/usr/share/apps/kviewerpart/icons/hicolor/16x16/actions/selectiontool.png
debian/tmp/usr/share/apps/kviewerpart/icons/hicolor/22x22/actions/movetool.png
debian/tmp/usr/share/apps/kviewerpart/icons/hicolor/22x22/actions/selectiontool.png
debian/tmp/usr/share/apps/kviewerpart/icons/hicolor/32x32/actions/movetool.png
debian/tmp/usr/share/apps/kviewerpart/icons/hicolor/48x48/actions/movetool.png
debian/tmp/usr/share/apps/kviewerpart/kviewerpart.rc
debian/tmp/usr/share/apps/kviewshell/kviewshell.rc
debian/tmp/usr/share/config.kcfg/djvumultipage.kcfg
debian/tmp/usr/share/config.kcfg/kviewshell.kcfg
debian/tmp/usr/share/icons/crystalsvg/16x16/apps/kviewshell.png
debian/tmp/usr/share/icons/crystalsvg/32x32/apps/kviewshell.png
debian/tmp/usr/share/icons/crystalsvg/48x48/apps/kviewshell.png
debian/tmp/usr/share/services/emptymultipage.desktop
debian/tmp/usr/share/services/djvumultipage.desktop
debian/tmp/usr/share/servicetypes/tdemultipage.desktop

@ -0,0 +1,2 @@
kviewshell-trinity: shlib-missing-in-control-file libdjvu.so usr/lib/libdjvu.so
kviewshell-trinity: package-name-doesnt-match-sonames libtdemultipage0 libdjvu

@ -0,0 +1 @@
debian/tmp/usr/lib/*/libkscan.so

@ -0,0 +1,8 @@
debian/tmp/usr/lib/*/libkscan.la
debian/tmp/usr/lib/*/libkscan.so.1
debian/tmp/usr/lib/*/libkscan.so.1.0.0
debian/tmp/usr/share/icons/crystalsvg/16x16/actions/palette_color.png
debian/tmp/usr/share/icons/crystalsvg/16x16/actions/palette_gray.png
debian/tmp/usr/share/icons/crystalsvg/16x16/actions/palette_halftone.png
debian/tmp/usr/share/icons/crystalsvg/16x16/actions/palette_lineart.png
debian/tmp/usr/share/services/scanservice.desktop

@ -0,0 +1,4 @@
debian/tmp/usr/include/poppler-link-qt3.h
debian/tmp/usr/include/poppler-page-transition.h
debian/tmp/usr/include/poppler-qt.h
debian/tmp/usr/lib/*/pkgconfig/poppler-tqt.pc

@ -0,0 +1,3 @@
debian/tmp/usr/lib/*/libpoppler-tqt.so
debian/tmp/usr/lib/*/libpoppler-tqt.so.0
debian/tmp/usr/lib/*/libpoppler-tqt.so.0.0.0

@ -0,0 +1,54 @@
.TH KCOLORCHOOSER "1" "September 2002" TDE "TDE Application"
.SH NAME
kcolorchooser \- TDE Color Chooser
.SH SYNOPSIS
.B kcolorchooser
[\fIQt-options\fR] [\fITDE-options\fR]
.SH DESCRIPTION
This manual page documents briefly the
.B kcolorchooser
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
TDE Color Chooser
.P
This program is part of the official TDE graphics module.
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SH AUTHOR
KColorChooser was written by
.nh
Waldo Bastian <bastian@kde.org>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,67 @@
.TH KCOLOREDIT "1" "September 2002" TDE "TDE Application"
.SH NAME
kcoloredit \- TDE Color Palette Editor
.SH SYNOPSIS
.B kcoloredit
[\fIQt-options\fR] [\fITDE-options\fR] [\fIFile\fR]
.SH DESCRIPTION
This manual page documents briefly the
.B kcoloredit
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
.B KColorEdit
is a palette files editor. It can be used for editing color palettes and for color choosing and naming.
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SS "Arguments:"
.TP
File
file to open
.SH "SEE ALSO"
The full documentation for
.B kcoloredit
is maintained as a docbook manual. If the
.B khelpcenter
program is properly installed at your site, the command
.IP
.B khelpcenter help:/kcoloredit
.PP
should give you access to the complete manual.
.SH AUTHOR
KColorEdit was written by
.nh
Artur Rataj <art@zeus.polsl.gliwice.pl>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,99 @@
.TH KDVI "1" "September 2002" TDE "TDE Application"
.SH NAME
kdvi \- TDE DVI Viewer
.SH SYNOPSIS
.B kviewshell
[\fIQt-options\fR] [\fITDE-options\fR] \fIpart file(s)\fR
.SH DESCRIPTION
This manual page documents briefly the
.B kdvi
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.P
.B KDVI
is a plugin for the KViewshell program which allows KViewshell to
display DVI-files (.dvi) which are produced by the TeX typesetting
system. KDVI supports many extensions of the DVI standard, for
instance the inclusion of PostScript graphics or hyperlinks. More
details, examples and all the technical specifications can be found in
the file KDVI-features.dvi (or see KDVI-features.tex for the TeX
source of that file).
.P
For up-to-date information, consult KDVI's home page.
.P
TeX is a high-end typesetting system geared towards scientific, and in
particular mathematical typesetting. More information about TeX and
DVI can be found on the homepage of the TeX user group or the German
German DANTE e.V..
.P
This program is part of the official TDE graphics module.
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SS "Arguments:"
.TP
part
The part to use
.SH OPTIONS
.TP
\fB\-\-unique\fR
Check if the file is loaded in another kviewshell. If it is, bring up the other kviewshell. Otherwise, load the file.
.TP
\fB\-\-paper\fR
Sets paper size (not implemented at the moment, only for compatibility with lyx)
.TP
file(s)
Files to load
.SH "SEE ALSO"
The full documentation for
.B kdvi
is maintained as a docbook manual. If the
.B khelpcenter
program is properly installed at your site, the command
.IP
.B khelpcenter help:/kdvi
.PP
should give you access to the complete manual.
.SH AUTHOR
KViewShell was written by
.nh
Matthias Hoelzer-Kluepfel <mhk@caldera.de>,
David Sweet <dsweet@kde.org>,
Mark Donohoe,
Markku Hihnala,
David Faure,
Daniel Duley,
Espen Sand and
Stefan Kebekus <kebekus@kde.org>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,102 @@
.TH KFAX "1" "September 2002" TDE "TDE Application"
.SH NAME
kfax \- TDE Fax Viewer
.SH SYNOPSIS
.B kfax
[\fIQt-options\fR] [\fITDE-options\fR] [\fIoptions\fR] \fIfile(s)\fR
.SH DESCRIPTION
This manual page documents briefly the
.B kfax
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
A program to display raw and tiffed fax images (g3, g3-2d, g4).
.P
This program is part of the official TDE graphics module.
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SH OPTIONS
.TP
\fB\-f\fR, \fB\-\-fine\fR
Fine resolution
.TP
\fB\-n\fR, \fB\-\-normal\fR
Normal resolution
.TP
\fB\-\-height\fR
Height (number of fax lines)
.TP
\fB\-w\fR, \fB\-\-width\fR
Width (dots per fax line)
.TP
\fB\-l\fR, \fB\-\-landscape\fR
Turn image 90 degrees (landscape mode)
.TP
\fB\-u\fR, \fB\-\-upsidedown\fR
Turn image upside down
.TP
\fB\-i\fR, \fB\-\-invert\fR
Invert black and white.
.TP
\fB\-m\fR, \fB\-\-mem\fR <bytes>
Limit memory use to 'bytes'. [8M]
.TP
\fB\-r\fR, \fB\-\-reverse\fR
Fax data is packed lsb first
.TP
\fB\-2\fR
Raw files are g3-2d
.TP
\fB\-4\fR
Raw files are g4
.SS "Arguments:"
.TP
file(s)
Fax file(s) to show
.SH "SEE ALSO"
The full documentation for
.B kfax
is maintained as a docbook manual. If the
.B khelpcenter
program is properly installed at your site, the command
.IP
.B khelpcenter help:/kfax
.PP
should give you access to the complete manual.
.SH AUTHOR
KFax was written by
.nh
Bernd Johannes Wuebben <wuebben@kde.org>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,66 @@
.TH KFAXVIEWER "1" "October 2007" TDE "TDE Application"
.SH NAME
kfaxviewer \- TDE fax viewer using kviewshell
.SH SYNOPSIS
.B kfaxview
[\fIQt-options\fR] [\fITDE-options\fR] [\fIoptions\fR] \fIfile(s)\fR
.SH DESCRIPTION
This manual page briefly documents the
.B kfaxview
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program doesn't have a manual page.
.PP
A fax viewer for TDE using kviewshell.
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SH OPTIONS
.TP
\fB\-\-unique\fR
Check if the file is loaded in another KFaxView instance.
If it is, bring up the other KFaxView. Otherwise, load the file.
.TP
\fB\-g\fR, \fB\-\-goto\fR <pagenumber>
Navigate to this page
.TP
.SS "Arguments:"
.TP
file(s)
Files to load
.SH AUTHOR
KFaxview was written by
.nh
Stefan Kebekus <kebekus@kde.org>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Francesco Pedrini<francesco.pedrini@gmail.com>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,89 @@
.TH KGHOSTVIEW "1" "September 2002" TDE "TDE Application"
.SH NAME
kghostview \- TDE PS/PDF Viewer
.SH SYNOPSIS
.B kghostview
[\fIQt-options\fR] [\fITDE-options\fR] [\fIURL\fR]
.SH DESCRIPTION
This manual page documents briefly the
.B KGhostView
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
.B KGhostView
displays and prints PostScript (.ps, .eps) and Portable
Document Format (.pdf) files. It a port to TDE of Tim Theisen's
Ghostview program which uses Alladin Ghostscript to view documents
prepared in Adobe's PostScript page description
language. PostScript is the major page description language for
printing on UNIX(rg systems and this application can be used to preview
material intended for printing or for reading documents online.
.P
You can use KGhostView with all recent versions of Ghostscript. Newer
versions offer much improved performance which you can take advantage
of with KGhostView.
.P
If a document does not conform to the Adobe document structuring
convention the functionality of the viewer is limited. For example, if
there is no table of contents, skipping around the document and
marking pages is not possible.
.P
This program is part of the official TDE graphics module.
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SS "Arguments:"
.TP
URL
Location to open
.SH "SEE ALSO"
The full documentation for
.B KGhostView
is maintained as a docbook manual. If the
.B khelpcenter
program is properly installed at your site, the command
.IP
.B khelpcenter help:/kghostview
.PP
should give you access to the complete manual.
.SH AUTHOR
KGhostView was written by
.nh
Wilco Greven <greven@kde.org>,
David Sweet <dsweet@kde.org>,
Mark Donohoe <donohoe@kde.org>,
David Faure <faure@kde.org>,
Daniel Duley <mosfet@kde.org> and
Espen Sand <espen@kde.org>
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,75 @@
.TH KPAINT "1" "September 2002" TDE "TDE Application"
.SH NAME
kolourpaint \- TDE Paint Program
.SH SYNOPSIS
.B kolourpaint
[\fIQt-options\fR] [\fITDE-options\fR] [\fIfile\fR]
.SH DESCRIPTION
This manual page documents briefly the
.B KPaint
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.P
.B KPaint
is a simple bitmap drawing program that can also be used to modify
existing image files and convert between image file formats.
.P
This program is part of the official TDE graphics module.
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SS "Arguments:"
.TP
file
File or URL to open
.SH "SEE ALSO"
The full documentation for
.B KPaint
is maintained as a docbook manual. If the
.B khelpcenter
program is properly installed at your site, the command
.IP
.B khelpcenter help:/kolourpaint
.PP
should give you access to the complete manual.
.SH AUTHOR
KPaint was written by
.nh
Richard J. Moore <rich@kde.org>,
Robert Williams <rwilliams@jrcmaui.com>,
Mario Weilguni <mweilguni@kde.org>,
Christian Oppel <uzs84g@uni-bonn.de>,
John Califf <jcaliff@compuzone.net> and
Laurent Montel <lmontel@mandrakesoft.com>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,89 @@
.TH KOOKA "1" "September 2002" TDE "TDE Application"
.SH NAME
kooka \- TDE Scan & OCR Program
.SH SYNOPSIS
.B kooka
[\fIQt-options\fR] [\fITDE-options\fR] [\fIoptions\fR]
.SH DESCRIPTION
This manual page documents briefly the
.B Kooka
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
.B Kooka
is a TDE application which provides access to scanner
hardware using the SANE library.
.P
Kooka helps you scan, save your
image in the correct image format and perform \fBO\fRptical
\fBC\fRharacter \fBR\fRecognition on it,using \fIgocr\fR, Joerg
Schulenburg's and friends' Open Source ocr program.
.P
Kooka is a TDE application that enables easy scanning using SANE
libraries. Therefore, SANE the package must be installed to use
Kooka. Clear and concise use was the focus of its development.
.P
Character recognition is also provided by the built-in text
recognition program gocr. Install gocr to use this
functionality. After character recognition is complete, the recognized
material can be opened in the text editor Kate with just one click,
where you can edit the contents.
.P
This program is part of the official TDE graphics module.
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SH OPTIONS
.TP
\fB\-d\fR
the SANE compatible device specification (e.g. umax:/dev/sg0) []
.TP
\fB\-g\fR
gallery mode - do not connect to scanner []
.SH "SEE ALSO"
The full documentation for
.B Kooka
is maintained as a docbook manual. If the
.B khelpcenter
program is properly installed at your site, the command
.IP
.B khelpcenter help:/kooka
.PP
should give you access to the complete manual.
.SH AUTHOR
Kooka was written by
.nh
Klaas Freitag <freitag@suse.de> and
Mat Colton <mat@colton.de>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,168 @@
.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
.TH KPDF 1 "June 2006" "Trinity Desktop Environment" "pdf viewer"
.SH NAME
kpdf
\- a TDE pdf viewer based on xpdf
.SH SYNOPSIS
\fBkpdf\fP [Qt\-options] [TDE\-options] [URL]
.SH DESCRIPTION
\fBkpdf\fP is a TDE PDF viewer based on \fBxpdf\fP code. Although being based on \fBxpdf\fP code, \fBkpdf\fP has some unique features like continuous mode and presentation support.
.sp 1
The PDF format is widely used for publishing documents that are mostly not meant to be edited again. \fBkpdf\fP is only a viewer for these files and therefore it doesn't provide any functionality to edit or create PDF documents.
.SH OPTIONS
.SS
.SS Arguments:
.TP
.B URL
Document to open
.SS Generic options:
.TP
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
.TP
.B \-\-help\-all
Show all options
.TP
.B \-\-author
Show author information
.TP
.B \-v, \-\-version
Show version information
.TP
.B \-\-license
Show license information
.TP
.B \-\-
End of options
.SS
.SS Qt options:
.TP
.B \-\-display <displayname>
Use the X-server display 'displayname'
.TP
.B \-\-session <sessionId>
Restore the application for the given 'sessionId'
.TP
.B \-\-cmap
Causes the application to install a private color
map on an 8\-bit display
.TP
.B \-\-ncols <count>
Limits the number of colors allocated in the color
cube on an 8\-bit display, if the application is
using the QApplication::ManyColor color
specification
.TP
.B \-\-nograb
tells Qt to never grab the mouse or the keyboard
.TP
.B \-\-dograb
running under a debugger can cause an implicit
\-nograb, use \-dograb to override
.TP
.B \-\-sync
switches to synchronous mode for debugging
.TP
.B \-\-fn, \-\-font <fontname>
defines the application font
.TP
.B \-\-bg, \-\-background <color>
sets the default background color and an
application palette (light and dark shades are
calculated)
.TP
.B \-\-fg, \-\-foreground <color>
sets the default foreground color
.TP
.B \-\-btn, \-\-button <color>
sets the default button color
.TP
.B \-\-name <name>
sets the application name
.TP
.B \-\-title <title>
sets the application title (caption)
.TP
.B \-\-visual TrueColor
forces the application to use a TrueColor visual on
an 8\-bit display
.TP
.B \-\-inputstyle <inputstyle>
sets XIM (X Input Method) input style. Possible
values are onthespot, overthespot, offthespot and
root
.TP
.B \-\-im <XIM server>
set XIM server
.TP
.B \-\-noxim
disable XIM
.TP
.B \-\-reverse
mirrors the whole layout of widgets
.SS
.SS TDE options:
.TP
.B \-\-caption <caption>
Use 'caption' as name in the titlebar
.TP
.B \-\-icon <icon>
Use 'icon' as the application icon
.TP
.B \-\-miniicon <icon>
Use 'icon' as the icon in the titlebar
.TP
.B \-\-config <filename>
Use alternative configuration file
.TP
.B \-\-dcopserver <server>
Use the DCOP Server specified by 'server'
.TP
.B \-\-nocrashhandler
Disable crash handler, to get core dumps
.TP
.B \-\-waitforwm
Waits for a WM_NET compatible windowmanager
.TP
.B \-\-style <style>
sets the application GUI style
.TP
.B \-\-geometry <geometry>
sets the client geometry of the main widget - see man X for the argument format
.SS
.SH SEE ALSO
\fBxpdf\fP(1)
.sp 1
Full user documentation is available through the TDE Help Center. You can also enter the URL
.BR help:/kpdf/
directly into konqueror or you can run
.BR "khelpcenter help:/kpdf/"
from the command\-line.
.br
.SH AUTHORS
.nf
Wilco Greven <greven@kde.org>
.br
Christophe Devriese <oelewapperke@oelewapperke.org>
.br
Laurent Montel <montel@kde.org>
.br
Albert Astals Cid <astals11@terra.es>
.br
Enrico Ros <eros.kde@email.it>
.br
.br
.fi
Please use http://bugs.trinitydesktop.org to report bugs; do not mail the authors directly.
.PP
This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, but may be used by others. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
.PP
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.

@ -0,0 +1,82 @@
.TH KPOVMODELER "1" "September 2002" TDE "TDE Application"
.SH NAME
kpovmodeler \- TDE Povray Modeler
.SH SYNOPSIS
.B kpovmodeler
[\fIQt-options\fR] [\fITDE-options\fR] [\fIfile\fR]
.SH DESCRIPTION
This manual page documents briefly the
.B Povray Modeler
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.P
.B KPovModeler
is a 3D modeling application to generate POV-Ray scenes.
.P
While it is not necessary to fully understand the POV-Ray application
in order to make good use of KPovModeler, it is highly recommended
that you read and try to understand the POV-Ray documentation.
.P
To find out more about POV-Ray go to www.povray.org.
.P
This program is part of the official TDE graphics module.
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SS "Arguments:"
.TP
file
File to open
.SH OPTIONS
.TP
\fB\-\-no\-opengl\fR
Disables OpenGL rendering
.SH "SEE ALSO"
The full documentation for
.B Povray Modeler
is maintained as a docbook manual. If the
.B khelpcenter
program is properly installed at your site, the command
.IP
.B khelpcenter help:/kpovmodeler
.PP
should give you access to the complete manual.
.SH AUTHOR
KPovModeler was written by
.nh
Andreas Zehender <zehender@kde.org>,
Luis Passos Carvalho <lpassos@mail.telepac.pt>,
Philippe Van Hecke <lephiloux@tiscalinet.be> and
.hy
Leonardo Skorianez <skorianez@bol.com.br>.
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,81 @@
.TH KRULER "1" "September 2002" TDE "TDE Application"
.SH NAME
kruler \- TDE Screen Ruler
.SH SYNOPSIS
.B kruler
[\fIQt-options\fR] [\fITDE-options\fR]
.SH DESCRIPTION
This manual page documents briefly the
.B KRuler
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
.B KRuler
is a very simple application, with only one aim in life. To
measure distances on your screen.
.P
To start KRuler, choose Graphics->TDE Screen Ruler from your T menu.
.P
left mouse button clicking on the KRuler will turn the cursor into a
hand icon, and enable you to drag KRuler around the screen.
.P
When you move the mouse over KRuler, your cursor will turn into an
elongated arrow, with a circle at one end. As you move the cursor,
KRuler will display how far from the point marked 0 the circle on the
end of the cursor currently is. KRuler will also display the HTML
color code of the color currently under the circle. This is very
useful for picking out colors from an image. If you move the mouse far
enough that the arrow cursor is no longer touching KRuler, the cursor
will revert to normal, allowing you to carry on working with your
other applications.
.P
This program is part of the official TDE graphics module.
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SH "SEE ALSO"
The full documentation for
.B KRuler
is maintained as a docbook manual. If the
.B khelpcenter
program is properly installed at your site, the command
.IP
.B khelpcenter help:/kruler
.PP
should give you access to the complete manual.
.SH AUTHOR
TDE Screen Ruler was written by
.nh
Till Krech <till@snafu.de>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,71 @@
.TH KSNAPSHOT "1" "September 2002" TDE "TDE Application"
.SH NAME
ksnapshot \- TDE Screen Capture Program
.SH SYNOPSIS
.B ksnapshot
[\fIQt-options\fR] [\fITDE-options\fR]
.SH DESCRIPTION
This manual page documents briefly the
.B KSnapshot
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.P
.B KSnapshot
is a simple applet for taking screenshots. It is capable of
capturing images of either the whole desktop or just a single
window. The images can then be saved in a variety of formats.
.PP
TDE Screenshot utility
.P
This program is part of the official TDE graphics module.
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SH "SEE ALSO"
The full documentation for
.B KSnapshot
is maintained as a docbook manual. If the
.B khelpcenter
program is properly installed at your site, the command
.IP
.B khelpcenter help:/ksnapshot
.PP
should give you access to the complete manual.
.SH AUTHOR
KSnapshot was written by
.nh
Richard J. Moore <rich@kde.org>,
Matthias Ettrich <ettrich@kde.org> and
Aaron J. Seigo <aseigo@olympusproject.org>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,99 @@
.TH KUICKSHOW "1" "September 2002" TDE "TDE Application"
.SH NAME
kuickshow \- TDE Image Viewer
.SH SYNOPSIS
.B kuickshow
[\fIQt-options\fR] [\fITDE-options\fR] [\fIoptions\fR] [\fIfiles\fR]
.SH DESCRIPTION
This manual page documents briefly the
.B Kuickshow
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.P
.B KuickShow
is a comfortable image browser/viewer. It displays a
filebrowser where you can select images which are then shown.
.P
The following image formats are supported:
.P
.RS
\(bu jpg
.br
\(bu gif
.br
\(bu tiff
.br
\(bu png
.br
\(bu bmp
.br
\(bu psd
.br
\(bu xmp
.br
\(bu xbm
.br
\(bu eim
.RE
.P
Images can be displayed either in their own window, as large as the
image, or fullscreen.
.P
This program is part of the official TDE graphics module.
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SH OPTIONS
.TP
\fB\-\-lastdir\fR
Start in the last visited directory, not the current working directory
.SS "Arguments:"
.TP
files
Optional image filenames/urls to show
.SH "SEE ALSO"
The full documentation for
.B Kuickshow
is maintained as a docbook manual. If the
.B khelpcenter
program is properly installed at your site, the command
.IP
.B khelpcenter help:/kuickshow
.PP
should give you access to the complete manual.
.SH AUTHOR
KuickShow was written by
.nh
Carsten Pfeiffer <pfeiffer@kde.org>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,78 @@
.TH KVIEW "1" "September 2002" TDE "TDE Application"
.SH NAME
kview \- TDE Image Viewer
.SH SYNOPSIS
.B kview
[\fIQt-options\fR] [\fITDE-options\fR] [\fIURL\fR]
.SH DESCRIPTION
This manual page documents briefly the
.B KView
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.P
.B KView
is an image viewer for the Trinity desktop. You can view graphics of
many different formats such as PostScript, TIFF etc. By saving your
files in a different format than the original you can easily convert
images to other graphics formats. In addition, KView provides some
nice little features for doing simple image processing, like
stretching/shrinking, rotation and filtering. You can tile your images
directly onto the desktop as a background picture, or arrange them in
a little slideshow.
.P
This program is part of the official TDE graphics module.
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SS "Arguments:"
.TP
URL
Image to open
.SH "SEE ALSO"
The full documentation for
.B KView
is maintained as a docbook manual. If the
.B khelpcenter
program is properly installed at your site, the command
.IP
.B khelpcenter help:/kview
.PP
should give you access to the complete manual.
.SH AUTHOR
KView was written by
.nh
Matthias Kretz <kretz@kde.org>,
Sirtaj Singh Kang <taj@kde.org>
and Simon Hausmann <hausmann@kde.org>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,75 @@
.TH KVIEWSHELL "1" "September 2002" TDE "TDE Application"
.SH NAME
kviewshell \- Generic framework for viewer applications
.SH SYNOPSIS
.B kviewshell
[\fIQt-options\fR] [\fITDE-options\fR] \fIpart file(s)\fR
.SH DESCRIPTION
This manual page documents briefly the
.B kviewshell
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
Generic framework for viewer applications.
.P
This program is part of the official TDE graphics module.
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SS "Arguments:"
.TP
part
The part to use
.SH OPTIONS
.TP
\fB\-\-unique\fR
Check if the file is loaded in another kviewshell. If it is, bring up the other kviewshell. Otherwise, load the file.
.TP
\fB\-\-paper\fR
Sets paper size (not implemented at the moment, only for compatibility with lyx)
.TP
file(s)
Files to load
.SH AUTHOR
KViewShell was written by
.nh
Matthias Hoelzer-Kluepfel <mhk@caldera.de>,
David Sweet <dsweet@kde.org>,
Mark Donohoe,
Markku Hihnala,
David Faure,
Daniel Duley,
Espen Sand,
and Stefan Kebekus <kebekus@kde.org>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,89 @@
.TH TDEICONEDIT "1" "September 2002" TDE "TDE Application"
.SH NAME
tdeiconedit \- TDE Icon Editor
.SH SYNOPSIS
.B tdeiconedit
[\fIQt-options\fR] [\fITDE-options\fR] [\fIfile(s)\fR]
.SH DESCRIPTION
This manual page documents briefly the
.B TDEIconEdit
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.P
.B TDEIconEdit
is designed to help create icons for TDE using the standard
icon palette.
.PP
TDE Icon Editor
.SH AUTHOR
TDEIconEdit was written by
.nh
Thomas Tanghus <tanghus@kde.org>,
John Califf <jcaliff@compuzone.net>,
Laurent Montel <lmontel@mandrakesoft.com> and
Aaron J. Seigo <aseigo@olympusproject.org>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SS "Arguments:"
.TP
file(s)
Icon file(s) to open
.SH "SEE ALSO"
The full documentation for
.B TDEIconEdit
is maintained as a docbook manual. If the
.B khelpcenter
program is properly installed at your site, the command
.IP
.B khelpcenter help:/tdeiconedit
.PP
should give you access to the complete manual.
.SH AUTHOR
TDEIconEdit was written by
.nh
Thomas Tanghus <tanghus@kde.org>,
John Califf <jcaliff@compuzone.net>,
Laurent Montel <lmontel@mandrakesoft.com>
and Aaron J. Seigo <aseigo@olympusproject.org>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).

@ -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

@ -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)

@ -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=/usr/include/tde/tde.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 (<STDIN>) { 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:-`tde-config --expandvars --install include`}/tde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`tde-config --expandvars --prefix`/include/tde.pot
- fi
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/tde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`tde-config --expandvars --prefix`/include/tde.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

@ -0,0 +1,3 @@
common/04_am_maintainer_mode.diff
common/06_disable_no_undefined.diff
common/kubuntu_01_kdepot.diff

@ -0,0 +1,105 @@
#!/usr/bin/make -f
# Set LD_LIBRARY_PATH to the installed library directory to allow dh_shlibdeps to function
# Also include the main Trinity path
ifeq ("$(LD_LIBRARY_PATH)", "")
LD_LIBRARY_PATH=debian/tmp/usr/lib
else
LD_LIBRARY_PATH += :debian/tmp/usr/lib
endif
export LD_LIBRARY_PATH
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
include debian/cdbs/debian-tde.mk
DEB_CMAKE_EXTRA_FLAGS := \
-DLIB_SUFFIX="" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCONFIG_INSTALL_DIR="/etc/trinity" \
-DSYSCONF_INSTALL_DIR="/etc/trinity" \
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
-DCMAKE_LIBRARY_PATH="/usr/lib" \
-DCMAKE_INCLUDE_PATH="/usr/include/" \
-DCMAKE_VERBOSE_MAKEFILE="ON" \
-DCMAKE_SKIP_RPATH="OFF" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DBUILD_ALL="ON" \
-DWITH_TIFF="ON" \
-DWITH_OPENEXR="ON" \
-DWITH_PDF="ON" \
-DCMAKE_C_COMPILER=gcc \
-DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
DEB_DH_STRIP_ARGS := --dbg-package=tdegraphics-trinity-dbg \
-Xkcm_kgamma.so -Xxf86gammacfg -Xlibtext2path.so.0.0.0 \
-Xlibksvgrendererlibart.so
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
PACKAGES_WITH_LIBS := kfaxview-trinity kghostview-trinity kpovmodeler-trinity ksvg-trinity \
kuickshow-trinity kview-trinity kviewshell-trinity libkscan1-trinity
DEB_DH_MAKESHLIBS_ARGS_kghostview-trinity := -V'kghostview-trinity (>= 4:3.5.5-1)'
DEB_DH_MAKESHLIBS_ARGS_kpovmodeler-trinity := -V'kpovmodeler-trinity (>= 4:3.5.5-1)'
DEB_DH_MAKESHLIBS_ARGS_ksvg-trinity := -V'ksvg-trinity (>= 4:3.5.5-1)'
DEB_DH_MAKESHLIBS_ARGS_kview-trinity := -V'kview-trinity (>= 4:3.5.5-1)'
DEB_DH_MAKESHLIBS_ARGS_kviewshell-trinity := -V'kviewshell-trinity (>= 4:3.5.5-1)'
DEB_DH_MAKESHLIBS_ARGS_libkscan1-trinity := -V'libkscan1-trinity (>= 4:3.5.5-1)'
binary-post-install/kuickshow-trinity::
ifeq ($(DEB_HOST_ARCH), powerpc)
chrpath -d -k debian/kuickshow-trinity/usr/lib/libtdeinit_kuickshow.so
endif
#shlibs_ver = 4:3.5.0-1
#$(foreach p,$(PACKAGES_WITH_LIBS),$(eval DEB_DH_MAKESHLIBS_ARGS_$(p) := -V'$(p) (>= $(shlibs_ver))'))
#binary-post-install/kpdf-trinity::
# mv debian/kpdf-trinity/usr/share/man debian/kpdf-trinity/usr/share/
#binary-post-install/kghostview-trinity::
# mv debian/kghostview-trinity/usr/share/man debian/kghostview-trinity/usr/share/
binary-post-install/kcolorchooser-trinity::
mv debian/kcolorchooser-trinity/usr/share/man debian/kcolorchooser-trinity/usr/share/
#binary-post-install/kdvi-trinity::
# mv debian/kdvi-trinity/usr/share/man debian/kdvi-trinity/usr/share/
#binary-post-install/kfaxview-trinity::
# mv debian/kfaxview-trinity/usr/share/man debian/kfaxview-trinity/usr/share/
#binary-post-install/tdeiconedit-trinity::
# mv debian/tdeiconedit-trinity/usr/share/man debian/tdeiconedit-trinity/usr/share/
#binary-post-install/kooka-trinity::
# mv debian/kooka-trinity/usr/share/man debian/kooka-trinity/usr/share/
#binary-post-install/kpovmodeler-trinity::
# mv debian/kpovmodeler-trinity/usr/share/man debian/kpovmodeler-trinity/usr/share/
#binary-post-install/ksnapshot-trinity::
# mv debian/ksnapshot-trinity/usr/share/man debian/ksnapshot-trinity/usr/share/
#binary-post-install/kview-trinity::
# mv debian/kview-trinity/usr/share/man debian/kview-trinity/usr/share/
#binary-post-install/kcoloredit-trinity::
# mv debian/kcoloredit-trinity/usr/share/man debian/kcoloredit-trinity/usr/share/
#binary-post-install/kfax-trinity::
# mv debian/kfax-trinity/usr/share/man debian/kfax-trinity/usr/share/
#binary-post-install/kolourpaint-trinity::
# mv debian/kolourpaint-trinity/usr/share/man debian/kolourpaint-trinity/usr/share/
#binary-post-install/kruler-trinity::
# mv debian/kruler-trinity/usr/share/man debian/kruler-trinity/usr/share/
#binary-post-install/kuickshow-trinity::
# mv debian/kuickshow-trinity/usr/share/man debian/kuickshow-trinity/usr/share/
#binary-post-install/kviewshell-trinity::
# mv debian/kviewshell-trinity/usr/share/man debian/kviewshell-trinity/usr/share/

@ -0,0 +1,6 @@
# Use xz instead of gzip
compression = "xz"
compression-level = 9
# Don't run differences
diff-ignore = .*

@ -0,0 +1,10 @@
Document: tdegraphics-doc-html-kamera
Title: Kamera Handbook
Author: Not listed
Abstract: Kamera allows you to view and download images on a digital camera.
Section: Apps/Graphics
Format: HTML
Index: /usr/share/doc/tde/HTML/en/kamera/index.html
Files: /usr/share/doc/tde/HTML/en/kamera/*.html

@ -0,0 +1,11 @@
Document: tdegraphics-doc-html-kcoloredit
Title: KColorEdit Handbook
Author: Artur Rataj
Abstract: KColorEdit is a palette files editor. It can be used for editing
color palettes and for color choosing and naming.
Section: Apps/Graphics
Format: HTML
Index: /usr/share/doc/tde/HTML/en/kcoloredit/index.html
Files: /usr/share/doc/tde/HTML/en/kcoloredit/*.html

@ -0,0 +1,10 @@
Document: tdegraphics-doc-html-kdvi
Title: KDVI Handbook
Author: Stefan Kebekus
Abstract: This program and KPart allow the user to display *.DVI files from TeX.
Section: Apps/Graphics
Format: HTML
Index: /usr/share/doc/tde/HTML/en/kdvi/index.html
Files: /usr/share/doc/tde/HTML/en/kdvi/*.html

@ -0,0 +1,10 @@
Document: tdegraphics-doc-html-kgamma
Title: KGamma Handbook
Author: Michael v. Ostheim
Abstract: KGamma is a simple tool for monitor gamma correction.
Section: Apps/Graphics
Format: HTML
Index: /usr/share/doc/tde/HTML/en/kgamma/index.html
Files: /usr/share/doc/tde/HTML/en/kgamma/*.html

@ -0,0 +1,11 @@
Document: tdegraphics-doc-html-kghostview
Title: KGhostView Handbook
Author: Pamela Roberts
Abstract: KGhostView displays and prints PostScript and
Portable Document Format files.
Section: Apps/Graphics
Format: HTML
Index: /usr/share/doc/tde/HTML/en/kghostview/index.html
Files: /usr/share/doc/tde/HTML/en/kghostview/*.html

@ -0,0 +1,10 @@
Document: tdegraphics-doc-html-kolourpaint
Title: KolourPaint Handbook
Author: Thurston Dang, Clarence Dang
Abstract: KolourPaint is a free, easy-to-use paint program for TDE.
Section: Apps/Graphics
Format: HTML
Index: /usr/share/doc/tde/HTML/en/kolourpaint/index.html
Files: /usr/share/doc/tde/HTML/en/kolourpaint/*.html

@ -0,0 +1,10 @@
Document: tdegraphics-doc-html-kooka
Title: Kooka Handbook
Author: Klaas Freitag, Martin Sommer
Abstract: Kooka is a very useful TDE scanning application.
Section: Apps/Graphics
Format: HTML
Index: /usr/share/doc/tde/HTML/en/kooka/index.html
Files: /usr/share/doc/tde/HTML/en/kooka/*.html

@ -0,0 +1,10 @@
Document: tdegraphics-doc-html-kpdf
Title: KPDF Handbook
Author: Albert Astals Cid
Abstract: KPDF is a TDE PDF viewer based on xpdf code.
Section: Apps/Graphics
Format: HTML
Index: /usr/share/doc/tde/HTML/en/kpdf/index.html
Files: /usr/share/doc/tde/HTML/en/kpdf/*.html

@ -0,0 +1,11 @@
Document: tdegraphics-doc-html-kpovmodeler
Title: KPovModeler Handbook
Author: Lauri Watts, Andreas Zehender, Olivier Saraja
Abstract: KPovModeler is a graphical 3D modeler, which can generate
scenes for PovRay.
Section: Apps/Graphics
Format: HTML
Index: /usr/share/doc/tde/HTML/en/kpovmodeler/index.html
Files: /usr/share/doc/tde/HTML/en/kpovmodeler/*.html

@ -0,0 +1,10 @@
Document: tdegraphics-doc-html-kruler
Title: KRuler Handbook
Author: Lauri Watts
Abstract: KRuler can be used to measure objects on the screen.
Section: Apps/Graphics
Format: HTML
Index: /usr/share/doc/tde/HTML/en/kruler/index.html
Files: /usr/share/doc/tde/HTML/en/kruler/*.html

@ -0,0 +1,10 @@
Document: tdegraphics-doc-html-ksnapshot
Title: KSnapshot Handbook
Author: Richard J. Moore, Robert L. McCormick, Brad Hards, Lauri Watts
Abstract: KSnapshot is a simple applet for taking screenshots.
Section: Apps/Graphics
Format: HTML
Index: /usr/share/doc/tde/HTML/en/ksnapshot/index.html
Files: /usr/share/doc/tde/HTML/en/ksnapshot/*.html

@ -0,0 +1,10 @@
Document: tdegraphics-doc-html-kuickshow
Title: KuickShow Handbook
Author: Carsten Pfeiffer
Abstract: KuickShow is a comfortable image browser/viewer.
Section: Apps/Graphics
Format: HTML
Index: /usr/share/doc/tde/HTML/en/kuickshow/index.html
Files: /usr/share/doc/tde/HTML/en/kuickshow/*.html

@ -0,0 +1,10 @@
Document: tdegraphics-doc-html-kview
Title: KView Handbook
Author: Hauke Hildebrandt, Sirtaj Singh Kang
Abstract: KView is an image viewing program.
Section: Apps/Graphics
Format: HTML
Index: /usr/share/doc/tde/HTML/en/kview/index.html
Files: /usr/share/doc/tde/HTML/en/kview/*.html

@ -0,0 +1,11 @@
Document: tdegraphics-doc-html-tdeiconedit
Title: TDEIconEdit Handbook
Author: Thomas Tanghus, Lauri Watts
Abstract: TDEIconEdit is designed to help create icons for TDE using the
standard icon palette.
Section: Apps/Graphics
Format: HTML
Index: /usr/share/doc/tde/HTML/en/tdeiconedit/index.html
Files: /usr/share/doc/tde/HTML/en/tdeiconedit/*.html

@ -0,0 +1,57 @@
debian/tmp/usr/lib/*/trinity/gsthumbnail.la
debian/tmp/usr/lib/*/trinity/gsthumbnail.so
debian/tmp/usr/lib/*/trinity/tdefile_bmp.la
debian/tmp/usr/lib/*/trinity/tdefile_bmp.so
debian/tmp/usr/lib/*/trinity/tdefile_dds.la
debian/tmp/usr/lib/*/trinity/tdefile_dds.so
debian/tmp/usr/lib/*/trinity/tdefile_dvi.la
debian/tmp/usr/lib/*/trinity/tdefile_dvi.so
debian/tmp/usr/lib/*/trinity/tdefile_exr.la
debian/tmp/usr/lib/*/trinity/tdefile_exr.so
debian/tmp/usr/lib/*/trinity/tdefile_gif.la
debian/tmp/usr/lib/*/trinity/tdefile_gif.so
debian/tmp/usr/lib/*/trinity/tdefile_ico.la
debian/tmp/usr/lib/*/trinity/tdefile_ico.so
debian/tmp/usr/lib/*/trinity/tdefile_jpeg.la
debian/tmp/usr/lib/*/trinity/tdefile_jpeg.so
debian/tmp/usr/lib/*/trinity/tdefile_pcx.la
debian/tmp/usr/lib/*/trinity/tdefile_pcx.so
debian/tmp/usr/lib/*/trinity/tdefile_pdf.la
debian/tmp/usr/lib/*/trinity/tdefile_pdf.so
debian/tmp/usr/lib/*/trinity/tdefile_png.la
debian/tmp/usr/lib/*/trinity/tdefile_png.so
debian/tmp/usr/lib/*/trinity/tdefile_pnm.la
debian/tmp/usr/lib/*/trinity/tdefile_pnm.so
debian/tmp/usr/lib/*/trinity/tdefile_ps.la
debian/tmp/usr/lib/*/trinity/tdefile_ps.so
debian/tmp/usr/lib/*/trinity/tdefile_raw.la
debian/tmp/usr/lib/*/trinity/tdefile_raw.so
debian/tmp/usr/lib/*/trinity/tdefile_rgb.la
debian/tmp/usr/lib/*/trinity/tdefile_rgb.so
debian/tmp/usr/lib/*/trinity/tdefile_tga.la
debian/tmp/usr/lib/*/trinity/tdefile_tga.so
debian/tmp/usr/lib/*/trinity/tdefile_tiff.la
debian/tmp/usr/lib/*/trinity/tdefile_tiff.so
debian/tmp/usr/lib/*/trinity/tdefile_xbm.la
debian/tmp/usr/lib/*/trinity/tdefile_xbm.so
debian/tmp/usr/lib/*/trinity/tdefile_xpm.la
debian/tmp/usr/lib/*/trinity/tdefile_xpm.so
debian/tmp/usr/share/services/gsthumbnail.desktop
debian/tmp/usr/share/services/tdefile_bmp.desktop
debian/tmp/usr/share/services/tdefile_dds.desktop
debian/tmp/usr/share/services/tdefile_dvi.desktop
debian/tmp/usr/share/services/tdefile_exr.desktop
debian/tmp/usr/share/services/tdefile_gif.desktop
debian/tmp/usr/share/services/tdefile_ico.desktop
debian/tmp/usr/share/services/tdefile_jpeg.desktop
debian/tmp/usr/share/services/tdefile_pcx.desktop
debian/tmp/usr/share/services/tdefile_pdf.desktop
debian/tmp/usr/share/services/tdefile_png.desktop
debian/tmp/usr/share/services/tdefile_pnm.desktop
debian/tmp/usr/share/services/tdefile_ps.desktop
debian/tmp/usr/share/services/tdefile_raw.desktop
debian/tmp/usr/share/services/tdefile_rgb.desktop
debian/tmp/usr/share/services/tdefile_tga.desktop
debian/tmp/usr/share/services/tdefile_tiff.desktop
debian/tmp/usr/share/services/tdefile_xbm.desktop
debian/tmp/usr/share/services/tdefile_xpm.desktop

@ -0,0 +1,196 @@
debian/tmp/usr/include/dom/SVGAElement.h
debian/tmp/usr/include/dom/SVGAltGlyphDefElement.h
debian/tmp/usr/include/dom/SVGAltGlyphElement.h
debian/tmp/usr/include/dom/SVGAngle.h
debian/tmp/usr/include/dom/SVGAnimateColorElement.h
debian/tmp/usr/include/dom/SVGAnimateElement.h
debian/tmp/usr/include/dom/SVGAnimateMotionElement.h
debian/tmp/usr/include/dom/SVGAnimateTransformElement.h
debian/tmp/usr/include/dom/SVGAnimatedAngle.h
debian/tmp/usr/include/dom/SVGAnimatedBoolean.h
debian/tmp/usr/include/dom/SVGAnimatedEnumeration.h
debian/tmp/usr/include/dom/SVGAnimatedInteger.h
debian/tmp/usr/include/dom/SVGAnimatedLength.h
debian/tmp/usr/include/dom/SVGAnimatedLengthList.h
debian/tmp/usr/include/dom/SVGAnimatedNumber.h
debian/tmp/usr/include/dom/SVGAnimatedNumberList.h
debian/tmp/usr/include/dom/SVGAnimatedPathData.h
debian/tmp/usr/include/dom/SVGAnimatedPoints.h
debian/tmp/usr/include/dom/SVGAnimatedPreserveAspectRatio.h
debian/tmp/usr/include/dom/SVGAnimatedRect.h
debian/tmp/usr/include/dom/SVGAnimatedString.h
debian/tmp/usr/include/dom/SVGAnimatedTransformList.h
debian/tmp/usr/include/dom/SVGAnimationElement.h
debian/tmp/usr/include/dom/SVGCSSRule.h
debian/tmp/usr/include/dom/SVGCircleElement.h
debian/tmp/usr/include/dom/SVGClipPathElement.h
debian/tmp/usr/include/dom/SVGColor.h
debian/tmp/usr/include/dom/SVGColorProfileElement.h
debian/tmp/usr/include/dom/SVGColorProfileRule.h
debian/tmp/usr/include/dom/SVGComponentTransferFunctionElement.h
debian/tmp/usr/include/dom/SVGCursorElement.h
debian/tmp/usr/include/dom/SVGDefinitionSrcElement.h
debian/tmp/usr/include/dom/SVGDefsElement.h
debian/tmp/usr/include/dom/SVGDescElement.h
debian/tmp/usr/include/dom/SVGDocument.h
debian/tmp/usr/include/dom/SVGElement.h
debian/tmp/usr/include/dom/SVGElementInstance.h
debian/tmp/usr/include/dom/SVGElementInstanceList.h
debian/tmp/usr/include/dom/SVGEllipseElement.h
debian/tmp/usr/include/dom/SVGEvent.h
debian/tmp/usr/include/dom/SVGException.h
debian/tmp/usr/include/dom/SVGExternalResourcesRequired.h
debian/tmp/usr/include/dom/SVGFEBlendElement.h
debian/tmp/usr/include/dom/SVGFEColorMatrixElement.h
debian/tmp/usr/include/dom/SVGFEComponentTransferElement.h
debian/tmp/usr/include/dom/SVGFECompositeElement.h
debian/tmp/usr/include/dom/SVGFEConvolveMatrixElement.h
debian/tmp/usr/include/dom/SVGFEDiffuseLightingElement.h
debian/tmp/usr/include/dom/SVGFEDisplacementMapElement.h
debian/tmp/usr/include/dom/SVGFEDistantLightElement.h
debian/tmp/usr/include/dom/SVGFEFloodElement.h
debian/tmp/usr/include/dom/SVGFEFuncAElement.h
debian/tmp/usr/include/dom/SVGFEFuncBElement.h
debian/tmp/usr/include/dom/SVGFEFuncGElement.h
debian/tmp/usr/include/dom/SVGFEFuncRElement.h
debian/tmp/usr/include/dom/SVGFEGaussianBlurElement.h
debian/tmp/usr/include/dom/SVGFEImageElement.h
debian/tmp/usr/include/dom/SVGFEMergeElement.h
debian/tmp/usr/include/dom/SVGFEMergeNodeElement.h
debian/tmp/usr/include/dom/SVGFEMorphologyElement.h
debian/tmp/usr/include/dom/SVGFEOffsetElement.h
debian/tmp/usr/include/dom/SVGFEPointLightElement.h
debian/tmp/usr/include/dom/SVGFESpecularLightingElement.h
debian/tmp/usr/include/dom/SVGFESpotLightElement.h
debian/tmp/usr/include/dom/SVGFETileElement.h
debian/tmp/usr/include/dom/SVGFETurbulenceElement.h
debian/tmp/usr/include/dom/SVGFilterElement.h
debian/tmp/usr/include/dom/SVGFilterPrimitiveStandardAttributes.h
debian/tmp/usr/include/dom/SVGFitToViewBox.h
debian/tmp/usr/include/dom/SVGFontElement.h
debian/tmp/usr/include/dom/SVGFontFaceElement.h
debian/tmp/usr/include/dom/SVGFontFaceFormatElement.h
debian/tmp/usr/include/dom/SVGFontFaceNameElement.h
debian/tmp/usr/include/dom/SVGFontFaceSrcElement.h
debian/tmp/usr/include/dom/SVGFontFaceUriElement.h
debian/tmp/usr/include/dom/SVGForeignObjectElement.h
debian/tmp/usr/include/dom/SVGGElement.h
debian/tmp/usr/include/dom/SVGGlyphElement.h
debian/tmp/usr/include/dom/SVGGlyphRefElement.h
debian/tmp/usr/include/dom/SVGGradientElement.h
debian/tmp/usr/include/dom/SVGHKernElement.h
debian/tmp/usr/include/dom/SVGICCColor.h
debian/tmp/usr/include/dom/SVGImageElement.h
debian/tmp/usr/include/dom/SVGLangSpace.h
debian/tmp/usr/include/dom/SVGLength.h
debian/tmp/usr/include/dom/SVGLengthList.h
debian/tmp/usr/include/dom/SVGLineElement.h
debian/tmp/usr/include/dom/SVGLinearGradientElement.h
debian/tmp/usr/include/dom/SVGLocatable.h
debian/tmp/usr/include/dom/SVGMPathElement.h
debian/tmp/usr/include/dom/SVGMarkerElement.h
debian/tmp/usr/include/dom/SVGMaskElement.h
debian/tmp/usr/include/dom/SVGMatrix.h
debian/tmp/usr/include/dom/SVGMetadataElement.h
debian/tmp/usr/include/dom/SVGMissingGlyphElement.h
debian/tmp/usr/include/dom/SVGNumber.h
debian/tmp/usr/include/dom/SVGNumberList.h
debian/tmp/usr/include/dom/SVGPaint.h
debian/tmp/usr/include/dom/SVGPathElement.h
debian/tmp/usr/include/dom/SVGPathSeg.h
debian/tmp/usr/include/dom/SVGPathSegArc.h
debian/tmp/usr/include/dom/SVGPathSegClosePath.h
debian/tmp/usr/include/dom/SVGPathSegCurvetoCubic.h
debian/tmp/usr/include/dom/SVGPathSegCurvetoCubicSmooth.h
debian/tmp/usr/include/dom/SVGPathSegCurvetoQuadratic.h
debian/tmp/usr/include/dom/SVGPathSegCurvetoQuadraticSmooth.h
debian/tmp/usr/include/dom/SVGPathSegLineto.h
debian/tmp/usr/include/dom/SVGPathSegLinetoHorizontal.h
debian/tmp/usr/include/dom/SVGPathSegLinetoVertical.h
debian/tmp/usr/include/dom/SVGPathSegList.h
debian/tmp/usr/include/dom/SVGPathSegMoveto.h
debian/tmp/usr/include/dom/SVGPatternElement.h
debian/tmp/usr/include/dom/SVGPoint.h
debian/tmp/usr/include/dom/SVGPointList.h
debian/tmp/usr/include/dom/SVGPolygonElement.h
debian/tmp/usr/include/dom/SVGPolylineElement.h
debian/tmp/usr/include/dom/SVGPreserveAspectRatio.h
debian/tmp/usr/include/dom/SVGRadialGradientElement.h
debian/tmp/usr/include/dom/SVGRect.h
debian/tmp/usr/include/dom/SVGRectElement.h
debian/tmp/usr/include/dom/SVGRenderingIntent.h
debian/tmp/usr/include/dom/SVGSVGElement.h
debian/tmp/usr/include/dom/SVGScriptElement.h
debian/tmp/usr/include/dom/SVGSetElement.h
debian/tmp/usr/include/dom/SVGStopElement.h
debian/tmp/usr/include/dom/SVGStringList.h
debian/tmp/usr/include/dom/SVGStylable.h
debian/tmp/usr/include/dom/SVGStyleElement.h
debian/tmp/usr/include/dom/SVGSwitchElement.h
debian/tmp/usr/include/dom/SVGSymbolElement.h
debian/tmp/usr/include/dom/SVGTRefElement.h
debian/tmp/usr/include/dom/SVGTSpanElement.h
debian/tmp/usr/include/dom/SVGTests.h
debian/tmp/usr/include/dom/SVGTextContentElement.h
debian/tmp/usr/include/dom/SVGTextElement.h
debian/tmp/usr/include/dom/SVGTextPathElement.h
debian/tmp/usr/include/dom/SVGTextPositioningElement.h
debian/tmp/usr/include/dom/SVGTitleElement.h
debian/tmp/usr/include/dom/SVGTransform.h
debian/tmp/usr/include/dom/SVGTransformList.h
debian/tmp/usr/include/dom/SVGTransformable.h
debian/tmp/usr/include/dom/SVGURIReference.h
debian/tmp/usr/include/dom/SVGUnitTypes.h
debian/tmp/usr/include/dom/SVGUseElement.h
debian/tmp/usr/include/dom/SVGVKernElement.h
debian/tmp/usr/include/dom/SVGViewElement.h
debian/tmp/usr/include/dom/SVGViewSpec.h
debian/tmp/usr/include/dom/SVGWindow.h
debian/tmp/usr/include/dom/SVGZoomAndPan.h
debian/tmp/usr/include/dom/SVGZoomEvent.h
debian/tmp/usr/include/kfaximage.h
debian/tmp/usr/include/tdemultipageInterface.h
debian/tmp/usr/include/ksvg/CanvasFactory.h
debian/tmp/usr/include/ksvg/CanvasItem.h
debian/tmp/usr/include/ksvg/CanvasItems.h
debian/tmp/usr/include/ksvg/DocumentFactory.h
debian/tmp/usr/include/ksvg/KSVGCanvas.h
debian/tmp/usr/include/ksvg/ksvg_plugin.h
debian/tmp/usr/include/kviewshell/anchor.h
debian/tmp/usr/include/kviewshell/bookmark.h
debian/tmp/usr/include/kviewshell/pageView.h
debian/tmp/usr/include/kviewshell/documentPageCache.h
debian/tmp/usr/include/kviewshell/documentRenderer.h
debian/tmp/usr/include/kviewshell/documentWidget.h
debian/tmp/usr/include/kviewshell/history.h
debian/tmp/usr/include/kviewshell/hyperlink.h
debian/tmp/usr/include/kviewshell/tdemultipage.h
debian/tmp/usr/include/kviewshell/length.h
debian/tmp/usr/include/kviewshell/pageNumber.h
debian/tmp/usr/include/kviewshell/pageSize.h
debian/tmp/usr/include/kviewshell/renderedDocumentPage.h
debian/tmp/usr/include/kviewshell/renderedDocumentPagePixmap.h
debian/tmp/usr/include/kviewshell/renderedDocumentPagePrinter.h
debian/tmp/usr/include/kviewshell/selection.h
debian/tmp/usr/include/kviewshell/simplePageSize.h
debian/tmp/usr/include/kviewshell/textBox.h
debian/tmp/usr/include/kviewshell/zoom.h
debian/tmp/usr/include/kviewshell/zoomlimits.h
debian/tmp/usr/include/libtext2path-0.1/BezierPath.h
debian/tmp/usr/include/libtext2path-0.1/Glyph.h
debian/tmp/usr/include/libtext2path-0.1/GlyphTracer.h
debian/tmp/usr/lib/*/libtdeinit_kview.la
debian/tmp/usr/lib/*/libkghostviewlib.la
debian/tmp/usr/lib/*/libkghostviewlib.so
debian/tmp/usr/lib/*/libkimageviewer.la
debian/tmp/usr/lib/*/libkimageviewer.so
debian/tmp/usr/lib/*/libtdemultipage.la
debian/tmp/usr/lib/*/libtdemultipage.so
debian/tmp/usr/lib/*/libkpovmodeler.la
debian/tmp/usr/lib/*/libkpovmodeler.so
debian/tmp/usr/lib/*/libksvg.la
debian/tmp/usr/lib/*/libksvg.so
debian/tmp/usr/lib/*/libtext2path.la
debian/tmp/usr/lib/*/libtext2path.so
debian/tmp/usr/share/cmake

@ -0,0 +1,41 @@
debian/tmp/usr/bin/tdeiconedit
debian/tmp/usr/share/applications/tde/tdeiconedit.desktop
debian/tmp/usr/share/apps/tdeiconedit/tdeiconeditui.rc
debian/tmp/usr/share/apps/tdeiconedit/pics/aim-cursor.xpm
debian/tmp/usr/share/apps/tdeiconedit/pics/aim.png
debian/tmp/usr/share/apps/tdeiconedit/pics/airbrush-cursor.xpm
debian/tmp/usr/share/apps/tdeiconedit/pics/areaselect.png
debian/tmp/usr/share/apps/tdeiconedit/pics/circle.png
debian/tmp/usr/share/apps/tdeiconedit/pics/colorpicker-cursor.xpm
debian/tmp/usr/share/apps/tdeiconedit/pics/compressed.png
debian/tmp/usr/share/apps/tdeiconedit/pics/ellipse.png
debian/tmp/usr/share/apps/tdeiconedit/pics/eraser-cursor.xpm
debian/tmp/usr/share/apps/tdeiconedit/pics/fileclose.png
debian/tmp/usr/share/apps/tdeiconedit/pics/fill-cursor.xpm
debian/tmp/usr/share/apps/tdeiconedit/pics/filledcircle.png
debian/tmp/usr/share/apps/tdeiconedit/pics/filledellipse.png
debian/tmp/usr/share/apps/tdeiconedit/pics/filledrectangle.png
debian/tmp/usr/share/apps/tdeiconedit/pics/grayscale.png
debian/tmp/usr/share/apps/tdeiconedit/pics/grid.png
debian/tmp/usr/share/apps/tdeiconedit/pics/kdepalette.png
debian/tmp/usr/share/apps/tdeiconedit/pics/line.png
debian/tmp/usr/share/apps/tdeiconedit/pics/paintbrush-cursor.xpm
debian/tmp/usr/share/apps/tdeiconedit/pics/pointer.png
debian/tmp/usr/share/apps/tdeiconedit/pics/rectangle.png
debian/tmp/usr/share/apps/tdeiconedit/pics/selectcircle.png
debian/tmp/usr/share/apps/tdeiconedit/pics/selectrect.png
debian/tmp/usr/share/apps/tdeiconedit/pics/source.png
debian/tmp/usr/share/apps/tdeiconedit/pics/standard.png
debian/tmp/usr/share/apps/tdeiconedit/pics/transform.png
debian/tmp/usr/share/apps/tdeiconedit/pics/window_new.png
debian/tmp/usr/share/doc/tde/HTML/en/tdeiconedit/common
debian/tmp/usr/share/doc/tde/HTML/en/tdeiconedit/index.cache.bz2
debian/tmp/usr/share/doc/tde/HTML/en/tdeiconedit/index.docbook
debian/tmp/usr/share/doc/tde/HTML/en/tdeiconedit/tdeiconedit-configuration.png
debian/tmp/usr/share/icons/hicolor/16x16/apps/tdeiconedit.png
debian/tmp/usr/share/icons/hicolor/22x22/apps/tdeiconedit.png
debian/tmp/usr/share/icons/hicolor/32x32/apps/tdeiconedit.png
debian/tmp/usr/share/icons/hicolor/48x48/apps/tdeiconedit.png
debian/icons/tdeiconedit.xpm /usr/share/pixmaps
debian/icons/tdeiconedit-16.xpm /usr/share/pixmaps

@ -0,0 +1,11 @@
?package(tdeiconedit-trinity):\
needs="X11"\
section="Applications/Graphics"\
hints="TDE"\
title="TDEIconEdit"\
icon32x32="/usr/share/pixmaps/tdeiconedit.xpm"\
icon16x16="/usr/share/pixmaps/tdeiconedit-16.xpm"\
command="/usr/bin/tdeiconedit"
# Icon 32x32 tdeiconedit/pics/cr32-app-tdeiconedit.png tdeiconedit.xpm
# Icon 16x16 tdeiconedit/pics/cr16-app-tdeiconedit.png tdeiconedit-16.xpm
Loading…
Cancel
Save