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