From 98095beb82f000d888dfa15bada80376c48df837 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 15 Nov 2020 21:15:11 +0800 Subject: DEB: adjusted to new 'core' folder for main packages. Signed-off-by: Michele Calgaro --- .../_base/core/tdeadmin/debian/cdbs/debian-tde.mk | 227 ++++ debian/_base/core/tdeadmin/debian/cdbs/versions.pl | 19 + debian/_base/core/tdeadmin/debian/changelog | 1170 ++++++++++++++++++++ debian/_base/core/tdeadmin/debian/compat | 1 + debian/_base/core/tdeadmin/debian/control | 178 +++ debian/_base/core/tdeadmin/debian/copyright | 424 +++++++ .../_base/core/tdeadmin/debian/icons/kcron-16.xpm | 59 + debian/_base/core/tdeadmin/debian/icons/kcron.xpm | 52 + .../_base/core/tdeadmin/debian/icons/kdat-16.xpm | 116 ++ debian/_base/core/tdeadmin/debian/icons/kdat.xpm | 208 ++++ .../core/tdeadmin/debian/icons/kpackage-16.xpm | 194 ++++ .../_base/core/tdeadmin/debian/icons/kpackage.xpm | 264 +++++ .../_base/core/tdeadmin/debian/icons/ksysv-16.xpm | 127 +++ debian/_base/core/tdeadmin/debian/icons/ksysv.xpm | 182 +++ .../_base/core/tdeadmin/debian/icons/kuser-16.xpm | 212 ++++ debian/_base/core/tdeadmin/debian/icons/kuser.xpm | 295 +++++ .../core/tdeadmin/debian/kcron-trinity.install | 17 + .../core/tdeadmin/debian/kcron-trinity.manpages | 1 + .../_base/core/tdeadmin/debian/kcron-trinity.menu | 8 + .../core/tdeadmin/debian/kdat-trinity.install | 43 + .../core/tdeadmin/debian/kdat-trinity.manpages | 1 + .../_base/core/tdeadmin/debian/kdat-trinity.menu | 8 + .../tdeadmin/debian/knetworkconf-trinity.install | 56 + .../tdeadmin/debian/knetworkconf-trinity.postinst | 40 + .../core/tdeadmin/debian/kpackage-trinity.install | 54 + .../core/tdeadmin/debian/kpackage-trinity.manpages | 1 + .../core/tdeadmin/debian/kpackage-trinity.menu | 8 + .../core/tdeadmin/debian/kpackage-trinity.mime | 2 + .../core/tdeadmin/debian/ksysv-trinity.install | 20 + .../core/tdeadmin/debian/ksysv-trinity.manpages | 1 + .../_base/core/tdeadmin/debian/ksysv-trinity.menu | 8 + .../core/tdeadmin/debian/kuser-trinity.install | 25 + .../core/tdeadmin/debian/kuser-trinity.manpages | 1 + .../_base/core/tdeadmin/debian/kuser-trinity.menu | 8 + .../tdeadmin/debian/lilo-config-trinity.install | 6 + .../tdeadmin/debian/lilo-config-trinity.lintian | 1 + .../core/tdeadmin/debian/lilo-config-trinity.menu | 6 + .../core/tdeadmin/debian/man/kcron-trinity.sgml | 333 ++++++ .../core/tdeadmin/debian/man/kdat-trinity.sgml | 333 ++++++ .../core/tdeadmin/debian/man/kpackage-trinity.sgml | 349 ++++++ .../core/tdeadmin/debian/man/ksysv-trinity.sgml | 333 ++++++ .../core/tdeadmin/debian/man/kuser-trinity.sgml | 333 ++++++ .../tdeadmin/debian/man/secpolicy-trinity.sgml | 333 ++++++ .../_base/core/tdeadmin/debian/not-installed.list | 6 + .../patches/common/04_am_maintainer_mode.diff | 11 + .../patches/common/06_disable_no_undefined.diff | 18 + .../debian/patches/common/kubuntu_01_kdepot.diff | 26 + debian/_base/core/tdeadmin/debian/patches/series | 3 + debian/_base/core/tdeadmin/debian/rules | 34 + debian/_base/core/tdeadmin/debian/source/format | 1 + debian/_base/core/tdeadmin/debian/source/options | 6 + .../debian/tdeadmin-doc-html.doc-base.kcron | 10 + .../debian/tdeadmin-doc-html.doc-base.kdat | 10 + .../debian/tdeadmin-doc-html.doc-base.knetworkconf | 10 + .../debian/tdeadmin-doc-html.doc-base.kpackage | 11 + .../debian/tdeadmin-doc-html.doc-base.ksysv | 10 + .../debian/tdeadmin-doc-html.doc-base.kuser | 10 + .../tdeadmin-tdefile-plugins-trinity.install | 6 + 58 files changed, 6229 insertions(+) create mode 100644 debian/_base/core/tdeadmin/debian/cdbs/debian-tde.mk create mode 100644 debian/_base/core/tdeadmin/debian/cdbs/versions.pl create mode 100644 debian/_base/core/tdeadmin/debian/changelog create mode 100644 debian/_base/core/tdeadmin/debian/compat create mode 100644 debian/_base/core/tdeadmin/debian/control create mode 100644 debian/_base/core/tdeadmin/debian/copyright create mode 100644 debian/_base/core/tdeadmin/debian/icons/kcron-16.xpm create mode 100644 debian/_base/core/tdeadmin/debian/icons/kcron.xpm create mode 100644 debian/_base/core/tdeadmin/debian/icons/kdat-16.xpm create mode 100644 debian/_base/core/tdeadmin/debian/icons/kdat.xpm create mode 100644 debian/_base/core/tdeadmin/debian/icons/kpackage-16.xpm create mode 100644 debian/_base/core/tdeadmin/debian/icons/kpackage.xpm create mode 100644 debian/_base/core/tdeadmin/debian/icons/ksysv-16.xpm create mode 100644 debian/_base/core/tdeadmin/debian/icons/ksysv.xpm create mode 100644 debian/_base/core/tdeadmin/debian/icons/kuser-16.xpm create mode 100644 debian/_base/core/tdeadmin/debian/icons/kuser.xpm create mode 100644 debian/_base/core/tdeadmin/debian/kcron-trinity.install create mode 100644 debian/_base/core/tdeadmin/debian/kcron-trinity.manpages create mode 100644 debian/_base/core/tdeadmin/debian/kcron-trinity.menu create mode 100644 debian/_base/core/tdeadmin/debian/kdat-trinity.install create mode 100644 debian/_base/core/tdeadmin/debian/kdat-trinity.manpages create mode 100644 debian/_base/core/tdeadmin/debian/kdat-trinity.menu create mode 100644 debian/_base/core/tdeadmin/debian/knetworkconf-trinity.install create mode 100644 debian/_base/core/tdeadmin/debian/knetworkconf-trinity.postinst create mode 100644 debian/_base/core/tdeadmin/debian/kpackage-trinity.install create mode 100644 debian/_base/core/tdeadmin/debian/kpackage-trinity.manpages create mode 100644 debian/_base/core/tdeadmin/debian/kpackage-trinity.menu create mode 100644 debian/_base/core/tdeadmin/debian/kpackage-trinity.mime create mode 100644 debian/_base/core/tdeadmin/debian/ksysv-trinity.install create mode 100644 debian/_base/core/tdeadmin/debian/ksysv-trinity.manpages create mode 100644 debian/_base/core/tdeadmin/debian/ksysv-trinity.menu create mode 100644 debian/_base/core/tdeadmin/debian/kuser-trinity.install create mode 100644 debian/_base/core/tdeadmin/debian/kuser-trinity.manpages create mode 100644 debian/_base/core/tdeadmin/debian/kuser-trinity.menu create mode 100644 debian/_base/core/tdeadmin/debian/lilo-config-trinity.install create mode 100644 debian/_base/core/tdeadmin/debian/lilo-config-trinity.lintian create mode 100644 debian/_base/core/tdeadmin/debian/lilo-config-trinity.menu create mode 100644 debian/_base/core/tdeadmin/debian/man/kcron-trinity.sgml create mode 100644 debian/_base/core/tdeadmin/debian/man/kdat-trinity.sgml create mode 100644 debian/_base/core/tdeadmin/debian/man/kpackage-trinity.sgml create mode 100644 debian/_base/core/tdeadmin/debian/man/ksysv-trinity.sgml create mode 100644 debian/_base/core/tdeadmin/debian/man/kuser-trinity.sgml create mode 100644 debian/_base/core/tdeadmin/debian/man/secpolicy-trinity.sgml create mode 100644 debian/_base/core/tdeadmin/debian/not-installed.list create mode 100644 debian/_base/core/tdeadmin/debian/patches/common/04_am_maintainer_mode.diff create mode 100644 debian/_base/core/tdeadmin/debian/patches/common/06_disable_no_undefined.diff create mode 100644 debian/_base/core/tdeadmin/debian/patches/common/kubuntu_01_kdepot.diff create mode 100644 debian/_base/core/tdeadmin/debian/patches/series create mode 100755 debian/_base/core/tdeadmin/debian/rules create mode 100644 debian/_base/core/tdeadmin/debian/source/format create mode 100644 debian/_base/core/tdeadmin/debian/source/options create mode 100644 debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kcron create mode 100644 debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kdat create mode 100644 debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.knetworkconf create mode 100644 debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kpackage create mode 100644 debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.ksysv create mode 100644 debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kuser create mode 100644 debian/_base/core/tdeadmin/debian/tdeadmin-tdefile-plugins-trinity.install (limited to 'debian/_base/core/tdeadmin') diff --git a/debian/_base/core/tdeadmin/debian/cdbs/debian-tde.mk b/debian/_base/core/tdeadmin/debian/cdbs/debian-tde.mk new file mode 100644 index 000000000..24191b2cd --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/cdbs/debian-tde.mk @@ -0,0 +1,227 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2003 Christopher L Cheney +# 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_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 + +.tdepkginfo: + echo "# TDE package information" >.tdepkginfo + dpkg-parsechangelog | sed -n "s|^Source: |Name: |p" >>.tdepkginfo + dpkg-parsechangelog | sed -n "s|^Version: |Version: |p" >>.tdepkginfo + date +"DateTime: %m/%d/%Y %H:%M" -d "$$(dpkg-parsechangelog | sed -n 's|^Date: ||p')" >>.tdepkginfo + +post-patches:: .tdepkginfo + +common-build-arch:: debian/stamp-man-pages +debian/stamp-man-pages: + if ! test -d debian/man/out; then mkdir -p debian/man/out; fi + for f in $$(find debian/man -name '*.sgml'); do \ + docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \ + done + for f in $$(find debian/man -name '*.man'); do \ + soelim -I debian/man $$f \ + > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \ + done + touch debian/stamp-man-pages + +common-binary-indep:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_INDEP_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + +common-binary-arch:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_ARCH_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + # update multi-arch path in install files + ls -d debian/* | \ + grep -E "(install|links)$$" | \ + while read a; do \ + [ -d $$a ] || [ -f $$a.arch ] || \ + ! grep -q "\$$(DEB_HOST_MULTIARCH)" $$a || \ + sed -i.arch "s|\$$(DEB_HOST_MULTIARCH)|$(DEB_HOST_MULTIARCH)|g" $$a; \ + done + +clean:: + rm -rf debian/man/out + -rmdir debian/man + rm -f debian/stamp-man-pages + rm -rf debian/shlibs-check + # revert multi-arch path in install files + ls -d debian/* | \ + grep -E "(install|links)$$" | \ + while read a; do \ + [ ! -f $$a.arch ] || \ + mv $$a.arch $$a; \ + done + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi + if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi + if test -e debian/$(cdbs_curpkg).lintian; then \ + install -p -D -m644 debian/$(cdbs_curpkg).lintian \ + debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \ + fi + if test -e debian/$(cdbs_curpkg).presubj; then \ + install -p -D -m644 debian/$(cdbs_curpkg).presubj \ + debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \ + fi + +binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: + set -e; \ + for doc in `cd $(DEB_DESTDIR)/opt/trinity/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/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ + /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \ + done + for pkg in $(DOC_HTML_PRUNE) ; do \ + rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/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 .tdepkginfo + rm -f debian/stamp-kde-apidox + rm -f debian/stamp-cvs-make + +endif diff --git a/debian/_base/core/tdeadmin/debian/cdbs/versions.pl b/debian/_base/core/tdeadmin/debian/cdbs/versions.pl new file mode 100644 index 000000000..1b110f7af --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/cdbs/versions.pl @@ -0,0 +1,19 @@ +#!/usr/bin/env perl + +use strict; +use warnings; + +my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`; +my ($version3, $version3_next); +my ($version2, $version2_next); + +($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/; +($version2 = $version3) =~ s/\.[^.]+$//; + +($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; +($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; + +print "TDE-Version3=$version3\n"; +print "TDE-Version2=$version2\n"; +print "TDE-Next-Version3=$version3_next\n"; +print "TDE-Next-Version2=$version2_next\n"; diff --git a/debian/_base/core/tdeadmin/debian/changelog b/debian/_base/core/tdeadmin/debian/changelog new file mode 100644 index 000000000..7e212fcb4 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/changelog @@ -0,0 +1,1170 @@ +tdeadmin-trinity (4:3.5.10-0ubuntu4) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 Jul 2009 16:08:00 -0600 + +tdeadmin-trinity (4:3.5.10-0ubuntu1~intrepid3) intrepid; urgency=low + + * Moved Trinity to /opt/trinity + * Integrated properly with KDE4.2+ + + -- Timothy Pearson Wed, 01 March 2009 12:46:00 -0600 + +tdeadmin-trinity (4:3.5.10-0ubuntu1~intrepid2) intrepid; urgency=low + + * Improved KDE4 interop + + -- Timothy Pearson Wed, 21 Dec 2008 10:37:00 -0600 + +tdeadmin-trinity (4:3.5.10-0ubuntu1~intrepid1) intrepid; urgency=low + + * SVN import + + -- Timothy Pearson Thu, 27 Nov 2008 16:53:00 -0600 + +tdeadmin (4:3.5.10-0ubuntu1~hardy1) hardy-backports; urgency=low + + * New upstream bugfix release (LP: #261366) + - Drop patches/01_really_recognize_etch.diff, etch and lenny added + upstream + - Bump build-dep version for kde4libs-dev to 3.5.10 + + -- Scott Kitterman Tue, 26 Aug 2008 00:32:20 -0400 + +tdeadmin (4:3.5.9-0ubuntu5) hardy; urgency=low + + * Added kubuntu_14_dhcp_knm_back.diff: + Knetworkmanager ignores cards defined in /etc/network/interfaces + When setting a card to dhcp procotol, get it removed from the + config file so that knetworkmanager sees it again + + -- Anthony Mercatante Thu, 03 Apr 2008 18:25:48 +0200 + +tdeadmin (4:3.5.9-0ubuntu4) hardy; urgency=low + + * Added kubuntu_13_no_samba_tweak.diff. + Knetworkconf reads smb.conf parameters but doesn't write them + causing the parameters to be removed from the config file. + Knetworkconf doesn't allow changing those, so there is no reason + to let it read them. + + -- Anthony Mercatante Thu, 03 Apr 2008 15:30:44 +0200 + +tdeadmin (4:3.5.9-0ubuntu3) hardy; urgency=low + + * Added workarround patch kubuntu_12_fix_localhost_for_sudo.patch + Avoids sudo to break due to 127.0.*.* beeing deleted. + + -- Anthony Mercatante Fri, 28 Mar 2008 11:41:56 +0100 + +tdeadmin (4:3.5.9-0ubuntu2) hardy; urgency=low + + * Add kubuntu_11_knetworkconf_icons.diff from Adam Spain, + closes LP: #93878 "low quality icons" + + -- Jonathan Riddell Mon, 03 Mar 2008 14:20:34 +0000 + +tdeadmin (4:3.5.9-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Jonathan Riddell Thu, 14 Feb 2008 12:27:05 +0000 + +tdeadmin (4:3.5.8-1ubuntu2) hardy; urgency=low + + * Run buildprep before upload + + -- Jonathan Riddell Thu, 15 Nov 2007 09:40:36 +0000 + +tdeadmin (4:3.5.8-1ubuntu1) hardy; urgency=low + + * Merge with Debian, remaining changes + - kubuntu_08_kpackage_sudo.diff, sudo support + - kubuntu_10_knetworkconf_localhost.diff, LP #66813 + * Add kubuntu_11_knetworkconf_8.04.diff for 8.04 detection in knetworkconf + + -- Jonathan Riddell Wed, 14 Nov 2007 17:25:38 +0000 + +tdeadmin (4:3.5.8-1) unstable; urgency=low + + * New upstream release. + * Implement use of uploaders.mk and update control. + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Update section in Debian menu files. + * Redo buildprep and dump build-dependencies to 3.5.8. + + -- Debian Qt/KDE Maintainers Thu, 11 Oct 2007 01:22:40 +0200 + +tdeadmin (4:3.5.8-0ubuntu1) gutsy; urgency=low + + * New upstream release + + -- Jonathan Riddell Tue, 09 Oct 2007 11:41:22 +0100 + +tdeadmin (4:3.5.7-1ubuntu2) gutsy; urgency=low + + * Fix build failure with g++-4.3. LP: #138590. + + -- Matthias Klose Thu, 13 Sep 2007 00:08:50 +0000 + +tdeadmin (4:3.5.7-1ubuntu1) gutsy; urgency=low + + * Merge with Debian for new upstream version + + -- Jonathan Riddell Wed, 23 May 2007 15:38:29 +0100 + +tdeadmin (4:3.5.7-1) unstable; urgency=low + + * New upstream release. + + -- Debian Qt/KDE Maintainers Tue, 15 May 2007 23:46:52 +0100 + +tdeadmin (4:3.5.6-2ubuntu1) gutsy; urgency=low + + * Merge with Debian + + -- Jonathan Riddell Mon, 30 Apr 2007 15:08:30 +0100 + +tdeadmin (4:3.5.6-2) unstable; urgency=low + + * Upload to unstable after Etch release. + * Update Uploaders. + + +++ Changes by Modestas Vainius: + + * knetworkconf RC bug fix: recognize allow-* statements in + /etc/network/interfaces as stanzas, not as ordinary options. This + misrecognition led to corruption of the interfaces file in case allow-* + stanza followed the iface stanza that new options were added to. Patch + no. 02 (Closes: #410144) + * Add myself to Uploaders. + + +++ Changes by Sune Vuorela: + * The debian cron does not know about this way of silencing tasks, so let us + remove the silence option (Patch 3) (Closes: 386157) + + -- Debian Qt/KDE Maintainers Thu, 19 Apr 2007 14:15:20 +0100 + +tdeadmin (4:3.5.6-1) experimental; urgency=low + + * New upstream release. + + -- Ana Beatriz Guerrero Lopez Tue, 16 Jan 2007 23:59:27 +0100 + +tdeadmin (4:3.5.5-3) unstable; urgency=medium + + +++ Changes by Sune Vuorela: + + * Make tdeaddons-dbg depend on tdelibs-dbg to get useful backtraces when + debugging. + * Really recognize sarge and etch stable versions (Closes: #405696, #387047). + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Update Uploaders. + + -- Debian Qt/KDE Maintainers Mon, 8 Jan 2007 10:17:47 +0100 + +tdeadmin (4:3.5.5-2) unstable; urgency=low + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Removed useless program secpolicy. (Closes: #399426) + + -- Debian Qt/KDE Maintainers Tue, 21 Nov 2006 00:00:56 +0100 + +tdeadmin (4:3.5.6-0ubuntu1) feisty; urgency=low + + * New upstream release + * Remove kubuntu_12_knetworkconf_feisty.diff, applied upstream + + -- Jonathan Riddell Wed, 17 Jan 2007 11:22:29 +0000 + +tdeadmin (4:3.5.5-1ubuntu4) feisty; urgency=low + + * Re-write kubuntu_12_kubuntu_feisty.diff since it didn't apply + on previous build + + -- Anthony Mercatante Fri, 19 Jan 2006 01:07:23 +0100 + +tdeadmin (4:3.5.5-1ubuntu3) feisty; urgency=low + + * Added kubuntu_12_knetworkconf_feisty.diff to properly autodetect + feisty as knetworkconf backend. + + -- Luka Renko Sun, 10 Dec 2006 16:16:12 +0100 + +tdeadmin (4:3.5.5-1ubuntu2) feisty; urgency=low + + * rebuild with --enable-gcc-hidden-visibility + + -- Jonathan Riddell Thu, 16 Nov 2006 19:39:16 +0000 + +tdeadmin (4:3.5.5-1ubuntu1) feisty; urgency=low + + * Merge with Debian + + -- Jonathan Riddell Wed, 15 Nov 2006 22:22:50 +0000 + +tdeadmin (4:3.5.5-1) unstable; urgency=low + + * New upstream release. + + +++ Changes by Christopher Martin: + + * Add a menu entry for secpolicy. Thanks to Vassilis Pandis. + (Closes: #382201) + + +++ Changes by Fathi Boudra: + + * Add support for Etch (patch commited upstream r586643). + Thanks to Sune Vuorela. (Closes: #387047) + + -- Debian Qt/KDE Maintainers Wed, 4 Oct 2006 20:13:07 -0400 + +tdeadmin (4:3.5.4-1) unstable; urgency=low + + * New upstream release. + + * KDE_3_5_BRANCH update (up to r567757). + + -- Debian Qt/KDE Maintainers Sat, 29 Jul 2006 20:46:53 -0400 + +tdeadmin (4:3.5.5-0ubuntu2) edgy; urgency=low + + * kubuntu_10_knetworkconf_localhost.diff added, hostname should not + be appended as alias to localhost in /etc/hosts + Closes Malone #66813 + + -- Luka Renko Thu, 19 Oct 2006 23:06:57 +0200 + +tdeadmin (4:3.5.5-0ubuntu1) edgy; urgency=low + + * New upstream release + * kubuntu_09_networkconf_edgy.diff removed, merged upstream + + -- Jonathan Riddell Tue, 3 Oct 2006 10:56:07 +0000 + +tdeadmin (4:3.5.4-0ubuntu3) edgy; urgency=low + + * Rebuild with latest cdbs to add gettext domain to .desktop files for + langpacks-desktopfiles-kde, no source changes + + -- Jonathan Riddell Tue, 5 Sep 2006 22:53:10 +0000 + +tdeadmin (4:3.5.4-0ubuntu2) edgy; urgency=low + + * Add kubuntu_09_networkconf_edgy.diff to support Edgy in knetworkconf + + -- Jonathan Riddell Mon, 7 Aug 2006 09:08:39 -0400 + +tdeadmin (4:3.5.4-0ubuntu1) edgy; urgency=low + + * New upstream release + + -- Jonathan Riddell Tue, 25 Jul 2006 10:12:17 +0000 + +tdeadmin (4:3.5.3-1ubuntu3) edgy; urgency=low + + * Add kubuntu_08_kpackage_sudo.diff, use sudo in kpackage, + closes Malone #47741 + + -- Jonathan Riddell Wed, 28 Jun 2006 17:40:42 +0000 + +tdeadmin (4:3.5.3-1ubuntu2) edgy; urgency=low + + * Rebuild with build-dep on latest tdelibs, fixes Qt binary compatibility break + + -- Jonathan Riddell Wed, 28 Jun 2006 16:11:40 +0000 + +tdeadmin (4:3.5.3-1ubuntu1) edgy; urgency=low + + * Merge with Debian + + -- Jonathan Riddell Tue, 27 Jun 2006 16:22:44 +0000 + +tdeadmin (4:3.5.3-1) unstable; urgency=low + + * New upstream release. + + Fixes x-debian-package/x-deb inconsistency. (Closes: #362968) + + Fixes "ksvg can't be closed" problem. (Closes: #354851) + + * KDE_3_5_BRANCH update (up to r548158). + + +++ Changes by Pierre Habouzit: + + * dash has an internal echo that does not know about -e. Force it to use + /bin/echo instead. (Closes: #358296) + + +++ Changes by Christopher Martin: + + * Fix tdeadmin description typo. (Closes: #364036) + + -- Debian Qt/KDE Maintainers Sun, 4 Jun 2006 18:11:09 -0400 + +tdeadmin (4:3.5.2-1) unstable; urgency=low + + * New upstream release. + + -- Debian Qt/KDE Maintainers Wed, 29 Mar 2006 13:13:03 -0500 + +tdeadmin (4:3.5.1-2) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Drop system-tools-backends.pc from knetworkconf, since it conflicts with + gnome-system-tools. (Closes: #353321) + + -- Debian Qt/KDE Maintainers Sun, 19 Feb 2006 14:30:28 -0500 + +tdeadmin (4:3.5.1-1) unstable; urgency=low + + * New upstream release. + + +++ Changes by Christopher Martin: + + * Upload to unstable. + + -- Debian Qt/KDE Maintainers Sun, 29 Jan 2006 10:10:44 -0500 + +tdeadmin (4:3.5.0-4) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Upload to unstable. + + * KDE_3_5_BRANCH update (up to r495373). + + -- Debian Qt/KDE Maintainers Sat, 7 Jan 2006 17:21:53 -0500 + +tdeadmin (4:3.5.0-3) experimental; urgency=low + + * Upload to experimental. + + * KDE_3_5_BRANCH update (up to r488946). + + -- Debian Qt/KDE Maintainers Fri, 16 Dec 2005 10:14:03 -0500 + +tdeadmin (4:3.5.2-0ubuntu8) dapper; urgency=low + + * debian/cdbs/kde.mk: + - added dh_iconcache. + + -- Daniel Holbach Thu, 18 May 2006 21:01:04 +0200 + +tdeadmin (4:3.5.2-0ubuntu7) dapper; urgency=low + + * Add kubuntu_07_enabled_dhcp.patch to fix problem where interface + without IP address was considered as down/disabled and therefore + preventing it do be enabled with ifup (Malone #38578) + + -- Luka Renko Sun, 30 Apr 2006 21:42:59 +0200 + +tdeadmin (4:3.5.2-0ubuntu6) dapper; urgency=low + + * Add kubuntu_06_route_byte_order.patch to fix wrong gateway due to + byte order on PPC (Malone: #23750) + * Add kubuntu_07_unmanaged_if.patch to fix problem with unamanaged + interface partially written to config file (Malone #18069) + + -- Luka Renko Fri, 28 Apr 2006 15:03:32 +0200 + +tdeadmin (4:3.5.2-0ubuntu5) dapper; urgency=low + + * Add kubuntu_03_dns_alias.diff to fix wrong warning about missing + alias in DNS server add dialog (Malone #35507) + * Add kubuntu_04_enable_apply.diff: before enable/disable interface + check if settings have been changed and ask user to apply + (Malone #35509) + * Add kubuntu_05_net_calc_crash.diff to fix crash in netmask/broadcast + calculation in case of empty/uninitialized fields (Malone #30775) + + -- Luka Renko Tue, 26 Apr 2006 00:07:20 +0200 + +tdeadmin (4:3.5.2-0ubuntu4) dapper; urgency=low + + * Added kubuntu_02_wep_key.diff to fix WEP key (Malone #24516) + + -- Luka Renko Mon, 24 Apr 2006 21:45:42 +0200 + +tdeadmin (4:3.5.2-0ubuntu3) dapper; urgency=low + + * Edit debian/cdbs/kde.mk to mark .po files as UTF-8 + + -- Jonathan Riddell Fri, 21 Apr 2006 19:14:28 +0100 + +tdeadmin (4:3.5.2-0ubuntu2) dapper; urgency=low + + * Add kubuntu_01_ubuntu_version.diff change dapper version number + + -- Jonathan Riddell Fri, 31 Mar 2006 00:50:12 +0100 + +tdeadmin (4:3.5.2-0ubuntu1) dapper; urgency=low + + * New upstream release + + -- Jonathan Riddell Mon, 20 Mar 2006 12:06:28 +0000 + +tdeadmin (4:3.5.1-0ubuntu1) dapper; urgency=low + + * New upstream release + + -- Jonathan Riddell Mon, 23 Jan 2006 14:26:06 +0000 + +tdeadmin (4:3.5.0-0ubuntu2) dapper; urgency=low + + * Add kubuntu_01_knetworkconf_branch_fixes.diff fixes + - http://bugzilla.ubuntu.com/9871 knetworkconf doesn't save gateway + - http://bugzilla.ubuntu.com/16921 knetworkconf too big for 1024x768 + - Ensure changes are applied when clicking OK and don't leave zombie + processes around + + -- Jonathan Riddell Mon, 19 Dec 2005 15:19:17 +0000 + +tdeadmin (4:3.5.0-0ubuntu1) dapper; urgency=low + + * New upstream release + + -- Jonathan Riddell Tue, 6 Dec 2005 12:26:57 +0000 + +tdeadmin (4:3.5-rc2-0ubuntu1) dapper; urgency=low + + * New upstream pre-release + * Generate .pot files + + -- Jonathan Riddell Mon, 21 Nov 2005 21:44:24 +0000 + +tdeadmin (4:3.5-rc1-1ubuntu1) dapper; urgency=low + + * Sync with Debian + + -- Jonathan Riddell Sun, 13 Nov 2005 16:22:21 +0000 + +tdeadmin (4:3.5.0-2) alioth; urgency=low + + * New upstream release. + + +++ Changes by Josh Metzler: + + * Create the new knetworkconf package. + + +++ Changes by Christopher Martin: + + * Bump DH_COMPAT to 5. No changes. + + * Add tdeadmin-dbg, to help track down problems. + + * Build lilo-config on amd64. + + -- Debian Qt/KDE Maintainers Thu, 1 Dec 2005 16:51:09 -0500 + +tdeadmin (4:3.4.3-2) unstable; urgency=low + + * Upload to unstable, rebuilding against tdelibs4c2a. + + * KDE_3_4_BRANCH update (up to r484392). + + -- Debian Qt/KDE Maintainers Wed, 30 Nov 2005 18:01:38 +0100 + +tdeadmin (4:3.4.3-1) experimental; urgency=low + + * New upstream release. + + -- Debian Qt/KDE Maintainers Sun, 16 Oct 2005 14:26:58 -0400 + +tdeadmin (4:3.4.2-1) unstable; urgency=low + + [ Debian Qt/KDE Maintainers ] + * New upstream release. + + +++ Changes by Luk Claes: + + * Added me to uploaders. + + -- Debian Qt/KDE Maintainers Fri, 26 Aug 2005 17:18:42 +0200 + +tdeadmin (4:3.4.1-1) experimental; urgency=low + + * New upstream release. + + -- Debian Qt/KDE Maintainers Tue, 31 May 2005 15:43:52 -0400 + +tdeadmin (4:3.4.3-0ubuntu1) breezy; urgency=low + + * New upstream release + + -- Jonathan Riddell Sun, 9 Oct 2005 02:21:28 +0000 + +tdeadmin (4:3.4.2-0ubuntu1) breezy; urgency=low + + * New upstream release + * Build using unsermake + + -- Jonathan Riddell Tue, 26 Jul 2005 16:24:00 +0000 + +tdeadmin (4:3.4.1-0ubuntu1) breezy; urgency=low + + * Update version number following KDE 3.4.1 release. + * Add all packaged back to meta-package + + -- Jonathan Riddell Wed, 1 Jun 2005 00:02:05 +0000 + +tdeadmin (4:3.4.1-0ubuntu0pre1) breezy; urgency=low + + * New upstream release + + -- Jonathan Riddell Tue, 24 May 2005 16:52:30 +0000 + +tdeadmin (4:3.4.0-0pre2) alioth; urgency=low + + * New upstream release. + + * Bugs reported in the Debian BTS fixed by this release: + + - no longer FTBFS on amd64/gcc-4.0, upstream applied patch by + Andreas Jochens. (Closes: #286998) + + * Converted packaging to CDBS. + + +++ Changes by Pierre Habouzit: + + * Recommends tdebase-bin for lilo-config (tdesu in the menu command). + * Remove kcmlinuz from Depends for tdeadmin meta package. + * Wrote a man page for kdat. + + * [debian/control] : + - reworked package descriptions. + - added myself to Uploaders. + + +++ Changes by Adeodato Simó: + + * Created XPM icons for packages having a menu file. Install them in + /usr/share/pixmaps and update the menu entries to use them. + + +++ Changes by Christopher Martin: + + * New tdeadmin-doc-html package, containing doc-base registered HTML + versions of application handbooks, for users without Konqueror or + KHelpCenter. + + -- Debian Qt/KDE Maintainers Thu, 7 Apr 2005 20:20:24 -0400 + +tdeadmin (4:3.3.2-1) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * KDE_3_3_BRANCH update. + + * Change debian/copyright file to refer to licenses, instead of copyright, + when discussing KDE's licenses. + + +++ Changes by Isaac Clerencia: + + * Added myself to Uploaders + + -- Debian Qt/KDE Maintainers Sun, 23 Jan 2005 23:10:27 +0100 + +tdeadmin (4:3.3.2-0pre1) experimental; urgency=low + + * New upstream release. + * KDE_3_3_BRANCH update. + * Remove build-dependency on automake1.9. + + -- Christopher Martin Thu, 16 Dec 2004 13:59:53 -0500 + +tdeadmin (4:3.3.1-1) unstable; urgency=low + + * New upstream release. + * KDE_3_3_BRANCH update. + + -- Christopher L Cheney Thu, 4 Nov 2004 23:30:00 -0600 + +tdeadmin (4:3.3.0-2) unstable; urgency=low + + * KDE_3_3_BRANCH update. + + -- Christopher L Cheney Sat, 25 Sep 2004 23:51:24 -0500 + +tdeadmin (4:3.3.0-1) unstable; urgency=high + + * New upstream release. + + -- Christopher L Cheney Fri, 13 Aug 2004 23:30:00 -0500 + +tdeadmin (4:3.2.3-1) unstable; urgency=high + + * New upstream release. + + -- Christopher L Cheney Tue, 3 Aug 2004 14:00:00 -0500 + +tdeadmin (4:3.2.2-1) unstable; urgency=low + + * New upstream release. + * debian/kpackage.mime: fix the entries to use a proper + nametemplate. see also #235216. + * debian/*.menu: remove the obsolete kderemove tag. + + -- Christopher L Cheney Mon, 12 Apr 2004 01:00:00 -0500 + +tdeadmin (4:3.2.1-1) unstable; urgency=low + + * New upstream release. + + -- Christopher L Cheney Fri, 5 Mar 2004 18:00:00 -0600 + +tdeadmin (4:3.2.0-0pre1v1) experimental; urgency=low + + * New upstream release. + + -- Christopher L Cheney Wed, 18 Feb 2004 19:00:00 -0600 + +tdeadmin (4:3.1.95-1) unstable; urgency=low + + * New upstream release. + + -- Christopher L Cheney Fri, 23 Jan 2004 23:00:00 -0600 + +tdeadmin (4:3.1.5-1) unstable; urgency=low + + * New upstream release. + * Added libtool arm patch. + + -- Christopher L Cheney Mon, 12 Jan 2004 14:00:00 -0600 + +tdeadmin (4:3.1.4-2) unstable; urgency=low + + * Changed Maintainer to Debian Qt/KDE Maintainers + + -- Christopher L Cheney Tue, 6 Jan 2004 19:00:00 -0600 + +tdeadmin (4:3.1.4-1) unstable; urgency=low + + * New upstream release. + * Added patch to update autotools files. + * Added patch to remove pedantic-errors from KDE_CHECK_FUNC_EXT since it + causes configure checks to fail due to #line numbers being > 32767. + + -- Christopher L Cheney Thu, 16 Oct 2003 01:00:00 -0500 + +tdeadmin (4:3.1.3-1) unstable; urgency=low + + * New upstream release. + + -- Christopher L Cheney Fri, 1 Aug 2003 14:00:00 -0500 + +tdeadmin (4:3.1.2-1) unstable; urgency=low + + * New upstream release. + + -- Christopher L Cheney Thu, 22 May 2003 22:00:00 -0500 + +tdeadmin (4:3.1.1-1) unstable; urgency=low + + * New upstream release. + * Add 'chmod +x configure' to rules. (Closes: #181357, #181563) + + -- Christopher L Cheney Wed, 12 Mar 2003 01:00:00 -0600 + +tdeadmin (4:3.1.0-1) unstable; urgency=low + + * New upstream release. + * Rebuilt debian dir. + + -- Christopher L Cheney Mon, 03 Feb 2003 22:00:00 -0600 + +tdeadmin (4:2.2.2-7.2) stable-security; urgency=high + + * Non-maintainer upload by the Security Team + * Added special detection routine for big/little endianess on MIPS since + the line "byteorder : {big|little} endian" from /proc/cpuinfo was + removed as of Linux 2.4.20, resulting in the mipsel buildd being + unable to build this package. + + -- Martin Schulze Wed, 8 Jan 2003 20:01:04 +0100 + +tdeadmin (4:2.2.2-7.1) stable-security; urgency=high + + * Non-maintainer upload by the Security Team + * Applied upstream patches to fix several potential vulnerabilities. + http://www.kde.org/info/security/advisory-20021220-1.txt + + -- Martin Schulze Sun, 5 Jan 2003 21:09:43 +0100 + +tdeadmin (4:2.2.2-7) unstable; urgency=high + + * Fixed lilo Build-Dep (added [i386]) + + -- Christopher L Cheney Mon, 4 Mar 2002 08:00:00 -0600 + +tdeadmin (4:2.2.2-6) unstable; urgency=high + + * Changing Maintainer to Chris. + * Fixing PowerPC breakage. + + -- Daniel Stone Wed, 27 Feb 2002 21:28:09 +1100 + +tdeadmin (4:2.2.2-5) unstable; urgency=low + + * debian/control, kpackage/Makefile.am: + - Update kpackage for rpm 4.0.3, thanks Joey Hess. (Tighten [Build]Deps on + rpm, librpm0-dev->librpm-dev). (closes: #128195, #127948) + * debian/control: + - Tighten Build-Deps so it only builds with libpng2. + + -- Daniel Stone Tue, 1 Jan 2002 06:50:15 -0500 + +tdeadmin (4:2.2.2-4) unstable; urgency=low + + * Crap! I lost the Build-Dep on docbook-to-man in the merge between my -2 + and RevKrusty's; reinstated. (closes: #122044) + * Really install the new manpages. + + -- Daniel Stone Sun, 2 Dec 2001 11:23:19 +1100 + +tdeadmin (4:2.2.2-3) unstable; urgency=low + + * New maintainer. (closes: #114101) + * debian/{secpolicy,kwuftpd,kuser,ksysv,kpackage,kcron}.sgml: + - New manpages. + * secpolicy/main.cpp: fix this dodgyness, it now gives an actual description: + daniel@tsubasa:~/kde-2.2.2/tdeadmin-2.2.2/tdeadmin-2.2.2% ./secpolicy/secpolicy --help + Usage: secpolicy [Qt-options] [KDE-options] + What does this do? + + -- Daniel Stone Sat, 1 Dec 2001 23:59:40 +1100 + +tdeadmin (4:2.2.2-2) unstable; urgency=low + + * Sync with upstream + * Cleanup build process + * Update documentation for freeze + * Fix build-deps/deps/etc... + + -- Ivan E. Moore II Thu, 29 Nov 2001 04:15:00 -0700 + +tdeadmin (4:2.2.2-1) unstable; urgency=low + + * New upstream version + * use auto* again + * lintian cleanup + + -- Ivan E. Moore II Wed, 07 Nov 2001 19:26:00 -0700 + +tdeadmin (4:2.2.1-1.3) unstable; urgency=low + + * take out checks for auto* as it just hoses things + + -- Ivan E. Moore II Mon, 08 Oct 2001 19:26:00 -0700 + +tdeadmin (4:2.2.1-1.2) unstable; urgency=low + + * fix configure + + -- Ivan E. Moore II Fri, 05 Oct 2001 09:28:00 -0700 + +tdeadmin (4:2.2.1-1.1) unstable; urgency=low + + * Workaround for stupid automake 1.5 issues + + -- Ivan E. Moore II Wed, 03 Oct 2001 09:28:00 -0700 + +tdeadmin (4:2.2.1-1) unstable; urgency=low + + * New upstream version + * Change maintainer + * Lintian error cleanup + + -- Ivan E. Moore II Sat, 25 Aug 2001 14:31:00 -0700 + +tdeadmin (4:2.2.0-final-1) unstable; urgency=low + + * New upstream version 2.2 + + -- Ivan E. Moore II Mon, 30 Jul 2001 00:01:00 -0700 + +tdeadmin (4:2.2.0-0.1beta1-2) unstable; urgency=low + + * Use apt by default and not rpm for kpackage (Closes: #106937) + + -- Ivan E. Moore II Sat, 28 Jul 2001 18:33:00 -0700 + +tdeadmin (4:2.2.0-0.1beta1-1) unstable; urgency=low + + * sync with upstream + * gcc3 build fixes + * ksysctrl removed for now by upstream + + -- Ivan E. Moore II Thu, 26 Jul 2001 18:05:00 -0700 + +tdeadmin (4:2.2.0-0beta1-3) unstable; urgency=low + + * Depend on proper version of rpm so we don't crash (Closes: #103439) + * Sync with upstream + * More alpha build fixes + + -- Ivan E. Moore II Sat, 07 Jul 2001 03:25:00 -0700 + +tdeadmin (4:2.2.0-0beta1-2) unstable; urgency=low + + * Sync with upstream + * Autobuild for alpha now + + -- Ivan E. Moore II Tue, 03 Jul 2001 02:20:00 -0700 + +tdeadmin (4:2.2.0-0beta1-1) unstable; urgency=low + + * Sync with upstream + * fix mips build + + -- Ivan E. Moore II Sat, 30 Jun 2001 20:30:00 -0700 + +tdeadmin (4:2.2-cvs20010622-1) unstable; urgency=low + + * New upstream version + * 2.2 beta1 + * Adding in Enhances: tags + * New package kcmlinuz - linux kernel configuration gui + * Fix kpackage deps and crashes due to rpm (Closes: #99747, #97946) + * build with nis support + + -- Ivan E. Moore II Fri, 22 Jun 2001 06:30:00 -0700 + +tdeadmin (4:2.1.1-2) unstable; urgency=low + + * Update menu tags to include new kde menu removal tag + * Update build-depends to recognize real | virtual + * Adding in lintian overrides + + -- Ivan E. Moore II Sun, 08 Apr 2001 17:28:00 -0700 + +tdeadmin (4:2.1.1-1.0.1) unstable; urgency=low + + * Rebuild with older libc + + -- Ivan E. Moore II Mon, 26 Mar 2001 16:33:00 -0700 + +tdeadmin (4:2.1.1-1) unstable; urgency=low + + * New upstream version + + -- Ivan E. Moore II Mon, 19 Mar 2001 10:29:00 -0700 + +tdeadmin (4:2.1.0-3) unstable; urgency=low + + * Change Build-Depends and rebuild with new librpm packages (Closes: #89695) + + -- Ivan E. Moore II Thu, 15 Mar 2001 10:29:00 -0700 + +tdeadmin (4:2.1.0-2) unstable; urgency=low + + * Adding rpm to build-depends (Closes: #87412) + * Upstream fixes + + -- Ivan E. Moore II Sun, 11 Mar 2001 04:58:00 -0700 + +tdeadmin (4:2.1.0-1) unstable; urgency=low + + * Fresh CVS sync with future 2.1.1 version + * Fixing build process for non-i386 systems (Closes: #87412) + * Adding libbz2-dev to build-depends + + -- Ivan E. Moore II Sun, 04 Mar 2001 06:46:00 -0700 + +tdeadmin (4:2.1-final-1) unstable; urgency=low + + * New upstream version + * Updating standards version + + -- Ivan E. Moore II Mon, 19 Feb 2001 02:31:00 -0700 + +tdeadmin (4:2.1-beta2-1) unstable; urgency=low + + * New upstream beta + + -- Ivan E. Moore II Mon, 22 Jan 2001 06:00:00 -0700 + +tdeadmin (4:2.1-20010115-1) unstable; urgency=low + + * More upstream fixes + * Fixes assertion problems (Closes: #75073) + + -- Ivan E. Moore II Mon, 15 Jan 2001 01:00:00 -0700 + +tdeadmin (4:2.1-20010106-1) unstable; urgency=low + + * More upstream fixes + * Fixing depends as well as updating them + + -- Ivan E. Moore II Sat, 06 Jan 2001 23:30:00 -0700 + +tdeadmin (4:2.1-20010101-1) unstable; urgency=low + + * More upstream fixes + + -- Ivan E. Moore II Mon, 01 Jan 2001 17:05:00 -0700 + +tdeadmin (4:2.1-20001218-1) unstable; urgency=low + + * More upstream fixes + + -- Ivan E. Moore II Mon, 18 Dec 2000 13:11:00 -0700 + +tdeadmin (4:2.1-20001216-1) unstable; urgency=low + + * More upstream fixes + * Adding in conflicts for tdeadmin which I forgot to to along time ago + + -- Ivan E. Moore II Sat, 16 Dec 2000 23:50:00 -0700 + +tdeadmin (4:2.1-20001213-1) unstable; urgency=low + + * New upstream beta version + * Fix deb package indexing (Closes: #79060) + + -- Ivan E. Moore II Wed, 13 Dec 2000 18:00:00 -0700 + +tdeadmin (4:2.0-final-8) unstable; urgency=low + + * Fixing file conflicts (Closes: #77853) + + -- Ivan E. Moore II Sat, 25 Nov 2000 06:45:00 -0700 + +tdeadmin (4:2.0-final-7) unstable; urgency=low + + * More upstream fixes + * build rules cleanup + + -- Ivan E. Moore II Tue, 21 Nov 2000 04:45:00 -0700 + +tdeadmin (4:2.0-final-6) unstable; urgency=low + + * More upstream fixes + * More dependency cleanup - xlib6g vs xlibs + * ftp-server depends fixes + + -- Ivan E. Moore II Sat, 18 Nov 2000 00:45:00 -0700 + +tdeadmin (4:2.0-final-5) unstable; urgency=low + + * More upstream fixes + * More dependency cleanup + + -- Ivan E. Moore II Sat, 18 Nov 2000 00:45:00 -0700 + +tdeadmin (4:2.0-final-4) unstable; urgency=low + + * More upstream fixes + * adding menu hints + + -- Ivan E. Moore II Thu, 09 Nov 2000 22:45:00 -0700 + +tdeadmin (4:2.0-final-3) unstable; urgency=low + + * More upstream fixes + * build against new xlibs + + -- Ivan E. Moore II Sat, 04 Nov 2000 18:00:00 -0700 + +tdeadmin (4:2.0-final-2) unstable; urgency=low + + * More upstream fixes + * kdat no longer provided + + -- Ivan E. Moore II Thu, 02 Nov 2000 18:00:00 -0700 + +tdeadmin (4:2.0-final-0) unstable; urgency=low + + * KDE 2.0 + + -- Ivan E. Moore II Mon, 23 Oct 2000 00:00:00 -0700 + +tdeadmin (4:2.0-20001013-0) unstable; urgency=low + + * More upstream fixes + + -- Ivan E. Moore II Fri, 13 Oct 2000 23:45:00 -0700 + +tdeadmin (4:2.0-20001011-0) unstable; urgency=low + + * KDE 2.0 RC2 + + -- Ivan E. Moore II Thu, 11 Oct 2000 06:00:00 -0700 + +tdeadmin (4:2.0-20001006-0) unstable; urgency=low + + * More upstream fixes + + -- Ivan E. Moore II Fri, 06 Oct 2000 04:00:00 -0700 + +tdeadmin (4:2.0-20001005-0) unstable; urgency=low + + * More upstream fixes + * Compiling against non-versioned tdelibs once again + + -- Ivan E. Moore II Thu, 05 Oct 2000 15:00:00 -0700 + +tdeadmin (4:2.0-20001002-0) unstable; urgency=low + + * KDE 2.0 RC1 + + -- Ivan E. Moore II Mon, 02 Oct 2000 01:30:00 -0700 + +tdeadmin (4:2.0-20000927-0) unstable; urgency=low + + * More upstream fixes + * Building in RPM support to kpackage again. + + -- Ivan E. Moore II Thu, 28 Sep 2000 04:30:00 -0700 + +tdeadmin (4:2.0-20000925-0) unstable; urgency=low + + * More upstream fixes + * Updating build-depends + * Changing task dependencies (Closes: #72407, #72350, #72333) + + -- Ivan E. Moore II Mon, 25 Sep 2000 15:30:00 -0700 + +tdeadmin (4:2.0-20000920-0) unstable; urgency=low + + * More upstream fixes + + -- Ivan E. Moore II Wed, 20 Sep 2000 22:00:00 -0700 + +tdeadmin (4:2.0-20000918-0) unstable; urgency=low + + * More upstream fixes + * Breaking down tdeadmin into individual packages + * Changing section from utils to admin (Closes: #71870) + + -- Ivan E. Moore II Mon, 18 Sep 2000 18:00:00 -0700 + +tdeadmin (4:2.0-20000909-0) unstable; urgency=low + + * More upstream fixes + + -- Ivan E. Moore II Sat, 09 Sep 2000 22:00:00 -0700 + +tdeadmin (4:2.0-20000907-0) unstable; urgency=low + + * More upstream fixes + * Built against new QT 2.2 + + -- Ivan E. Moore II Thu, 07 Sep 2000 04:00:00 -0700 + +tdeadmin (4:2.0-20000901-0) unstable; urgency=low + + * More upstream fixes + * Merging package changes into upstream CVS + + -- Ivan E. Moore II Fri, 01 Sep 2000 17:00:00 -0700 + +tdeadmin (4:2.0-20000825-1.0) experimental; urgency=low + + * KDE 2.0 beta 4 + + -- Ivan E. Moore II Fri, 25 Aug 2000 22:30:00 -0700 + +tdeadmin (4:2.0-20000820-1.0) experimental; urgency=low + + * New upstream beta version + + -- Ivan E. Moore II Sun, 20 Aug 2000 09:30:00 -0700 + +tdeadmin-cvs (4:2.0-20000521-1.0) experimental; urgency=low + + * New upstream CVS version + + -- Ivan E. Moore II Sun, 21 May 2000 18:15:00 -0700 + +tdeadmin-cvs (4:2.0-20000512-1.1) experimental; urgency=low + + * New upstream CVS version + + -- Ivan E. Moore II Fri, 12 May 2000 22:30:00 -0700 + +tdeadmin-cvs (4:2.0-20000308-1.0) experimental; urgency=low + + * New upstream CVS version + + -- Ivan E. Moore II Wed, 08 Mar 2000 22:30:00 -0700 + +tdeadmin-cvs (4:2.0-20000302-1.0) experimental; urgency=low + + * New upstream CVS version + * Adding in build options for pam + + -- Ivan E. Moore II Thu, 02 Mar 2000 22:00:00 -0700 + +tdeadmin-cvs (4:2.0-20000229-1.0) experimental; urgency=low + + * New upstream CVS version + * Adding in build-depends + + -- Ivan E. Moore II Tue, 29 Feb 2000 22:00:00 -0700 + +tdeadmin-cvs (4:2.0-19991001-1) unstable; urgency=low + + * Cleaning out old workaround in menu.in + * Fixing up dependencies + + -- Ivan E. Moore II Fri, 01 Oct 1999 14:22:41 -0400 + +tdeadmin-cvs (4:2.0-19990820-1) unstable; urgency=low + + * new upstream CVS version + * migrating back to /usr from /opt + + -- Ivan E. Moore II Fri, 20 Aug 1999 14:22:41 -0400 + +tdeadmin-cvs (4:2.0-19990524-1) unstable; urgency=low + + * new upstream version + * migrating back to / from /opt + * migrating in some minor build changes + + -- Ivan E. Moore II Mon, 24 May 1999 07:00:41 -0400 + +tdeadmin (4:1.1-19990217-1) unstable; urgency=low + + * new upstream version + + -- Patricia Jung Wed, 17 Feb 1999 19:09:41 +0100 + +tdeadmin (4:1.1-19990207-3) unstable; urgency=low + + * fixed ScriptPath and RunlevelPath for ksysv + + -- Patricia Jung Thu, 11 Feb 1999 22:58:00 +0100 + +tdeadmin (4:1.1-19990207-2) unstable; urgency=low + + * fixed a bug with the wrong libjpeg version + + -- Stephan Kulow Tue, 9 Feb 1999 10:43:42 +0100 + +tdeadmin (4:1.1-19990207-1) unstable; urgency=low + + * new upstream version 1.1 and new epoche + + -- Stephan Kulow Sun, 7 Feb 1999 12:12:58 +0100 + +tdeadmin (2:980419-b4-1) unstable; urgency=low + + * new upstream version Beta4 + + -- Stephan Kulow Sun, 19 Apr 1998 18:20:53 +0200 + +tdeadmin (2:980402-1) frozen; urgency=low + + * new upstream version with bugfixes + + -- Stephan Kulow Thu, 2 Apr 1998 18:05:34 +0200 + +tdeadmin (2:980309-1) unstable; urgency=low + + * Initial Release. + + -- Stephan Kulow Tue, 10 Mar 1998 20:40:02 +0100 diff --git a/debian/_base/core/tdeadmin/debian/compat b/debian/_base/core/tdeadmin/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/_base/core/tdeadmin/debian/control b/debian/_base/core/tdeadmin/debian/control new file mode 100644 index 000000000..658946d9a --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/control @@ -0,0 +1,178 @@ +Source: tdeadmin-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Debian Qt/KDE Maintainers +Uploaders: Ana Beatriz Guerrero Lopez , Christopher Martin , Fathi Boudra , Modestas Vainius , Sune Vuorela +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 9~), quilt, cmake, intltool, docbook-to-man, gawk, tdelibs14-trinity-dev, libbz2-dev, libpam0g-dev, sharutils, texinfo, rpm, libltdl-dev +Standards-Version: 3.8.4 + +Package: tdeadmin-trinity +Section: tde +Architecture: all +Replaces: kdeadmin-trinity (<< 4:14.0.0~) +Breaks: kdeadmin-trinity (<< 4:14.0.0~) +Depends: kcron-trinity (>= ${source:Version}), kdat-trinity (>= ${source:Version}), tdeadmin-tdefile-plugins-trinity (>= ${source:Version}), knetworkconf-trinity (>= ${source:Version}), kpackage-trinity (>= ${source:Version}), ksysv-trinity (>= ${source:Version}), kuser-trinity (>= ${source:Version}) +Recommends: lilo-config-trinity (>= ${source:Version}) +Suggests: tdeadmin-trinity-doc-html (>= ${source:Version}) +Description: system administration tools from the official Trinity release + TDE (the Trinity Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes a collection of system administration tools + provided with the official release of TDE. + +Package: tdeadmin-trinity-doc-html +Architecture: all +Section: doc +Replaces: kdeadmin-trinity-doc-html (<< 4:14.0.0~) +Breaks: kdeadmin-trinity-doc-html (<< 4:14.0.0~) +Suggests: konqueror-trinity | www-browser, tdebase-trinity +Description: TDE administration 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 administration 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///, for instance + /usr/share/doc/tde/HTML/en/kcron/. Documentation is provided for most + TDE administration packages. + . + This package is part of Trinity, and a component of the TDE administration + module. See the 'tde-trinity' and 'tdeadmin-trinity' packages for more information. + +Package: kcron-trinity +Section: admin +Architecture: any +Replaces: kcron-trinity (<< 4:14.0.0~) +Breaks: kcron-trinity (<< 4:14.0.0~) +Depends: ${shlibs:Depends} +Suggests: khelpcenter-trinity +Description: the Trinity crontab editor + KCron is an application for scheduling programs to run in the background. + It is a graphical user interface to cron, the UNIX system scheduler. + . + This package is part of Trinity, as a component of the TDE administration module. + See the 'tde-trinity' and 'tdeadmin-trinity' packages for more information. + +Package: kdat-trinity +Section: admin +Architecture: any +Replaces: kdat-trinity (<< 4:14.0.0~) +Breaks: kdat-trinity (<< 4:14.0.0~) +Depends: ${shlibs:Depends} +Suggests: khelpcenter-trinity +Description: a Trinity tape backup tool + KDat is a tar-based tape archiver. It is designed to work with multiple + archives on a single tape. + . + Main features are: + * Simple graphical interface to local filesystem and tape contents. + * Multiple archives on the same physical tape. + * Complete index of archives and files is stored on local hard disk. + * Selective restore of files from an archive. + * Backup profiles for frequently used backups. + . + This package is part of Trinity, as a component of the TDE administration module. + See the 'tde-trinity' and 'tdeadmin-trinity' packages for more information. + +Package: tdeadmin-tdefile-plugins-trinity +Section: tde +Architecture: any +Replaces: kdeadmin-kfile-plugins-trinity (<< 4:14.0.0~) +Breaks: kdeadmin-kfile-plugins-trinity (<< 4:14.0.0~) +Depends: ${shlibs:Depends} +Description: Trinity file metainfo plugins for deb and rpm files + File metainfo plugins for deb and rpm package files. + . + This package is part of Trinity, as a component of the TDE administration module. + See the 'tde-trinity' and 'tdeadmin-trinity' packages for more information. + +Package: knetworkconf-trinity +Section: tde +Architecture: any +Replaces: knetworkconf-trinity (<< 4:14.0.0~) +Breaks: knetworkconf-trinity (<< 4:14.0.0~) +Depends: ${shlibs:Depends} +Description: Trinity network configuration tool + This is a Trinity control center module to configure TCP/IP settings. It + can be used to manage network devices and settings for each device. + . + This package is part of Trinity, as a component of the TDE administration module. + See the 'tde-trinity' and 'tdeadmin-trinity' packages for more information. + +Package: kpackage-trinity +Section: admin +Architecture: any +Replaces: kpackage-trinity (<< 4:14.0.0~) +Breaks: kpackage-trinity (<< 4:14.0.0~) +Depends: ${shlibs:Depends} +Recommends: rpm +Suggests: khelpcenter-trinity +Description: Trinity package management tool + This is a frontend to both .rpm and .deb package formats. It allows you + to view currently installed packages, browse available packages, and + install/remove them. + . + This package is part of Trinity, as a component of the TDE administration module. + See the 'tde-trinity' and 'tdeadmin-trinity' packages for more information. + +Package: ksysv-trinity +Section: admin +Architecture: any +Replaces: ksysv-trinity (<< 4:14.0.0~) +Breaks: ksysv-trinity (<< 4:14.0.0~) +Depends: ${shlibs:Depends} +Suggests: khelpcenter-trinity +Description: Trinity SysV-style init configuration editor + This program allows you to edit your start and stop scripts using a + drag and drop GUI. + . + This package is part of Trinity, as a component of the TDE administration module. + See the 'tde-trinity' and 'tdeadmin-trinity' packages for more information. + +Package: kuser-trinity +Section: admin +Architecture: any +Replaces: kuser-trinity (<< 4:14.0.0~) +Breaks: kuser-trinity (<< 4:14.0.0~) +Depends: ${shlibs:Depends} +Suggests: khelpcenter-trinity +Description: Trinity user/group administration tool + A user/group administration tool for TDE. + . + This package is part of Trinity, as a component of the TDE administration module. + See the 'tde-trinity' and 'tdeadmin-trinity' packages for more information. + +Package: lilo-config-trinity +Section: tde +Architecture: none +Replaces: lilo-config-trinity (<< 4:14.0.0~) +Breaks: lilo-config-trinity (<< 4:14.0.0~) +Depends: ${shlibs:Depends}, kcontrol-trinity +Recommends: tdebase-trinity-bin +Suggests: lilo +Description: Trinity frontend for lilo configuration + lilo-config is a TDE based frontend to the lilo boot manager configuration. + It runs out of the Trinity Control Center. + . + If you want to use the menu entry to launch lilo-config, you need to install + tdebase-bin since it uses the tdesu command to gain root privileges. + . + This package is part of Trinity, as a component of the TDE administration module. + See the 'tde-trinity' and 'tdeadmin-trinity' packages for more information. + +Package: tdeadmin-trinity-dbg +Section: libdevel +Architecture: any +Replaces: kdeadmin-trinity-dbg (<< 4:14.0.0~) +Breaks: kdeadmin-trinity-dbg (<< 4:14.0.0~) +Depends: tdelibs-trinity-dbg +Priority: extra +Description: debugging symbols for tdeadmin-trinity + This package contains the debugging symbols associated with tdeadmin-trinity. + They will automatically be used by gdb for debugging tdeadmin-related + issues. diff --git a/debian/_base/core/tdeadmin/debian/copyright b/debian/_base/core/tdeadmin/debian/copyright new file mode 100644 index 000000000..7d7dfaf18 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/copyright @@ -0,0 +1,424 @@ +This package was debianized by Christopher L Cheney on +Tue, 16 Apr 2002 22:00:00 -0500. + +It was downloaded from: http://www.kde.org/download + +Upstream Authors: Bernhard Rosenkraenzer and many others. + + +License: + +All programs are under the GPL. On Debian systems, the complete text of +the GPL license can be found in the /usr/share/common-licenses/GPL file. + +-------------------- + +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 below. + + + GNU Free Documentation License + Version 1.2, November 2002 + + + Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301, USA. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + 0. PREAMBLE + + The purpose of this License is to make a manual, textbook, or other + functional and useful document "free" in the sense of freedom: to + assure everyone the effective freedom to copy and redistribute it, + with or without modifying it, either commercially or noncommercially. + Secondarily, this License preserves for the author and publisher a way + to get credit for their work, while not being considered responsible + for modifications made by others. + + This License is a kind of "copyleft", which means that derivative + works of the document must themselves be free in the same sense. It + complements the GNU General Public License, which is a copyleft + license designed for free software. + + We have designed this License in order to use it for manuals for free + software, because free software needs free documentation: a free + program should come with manuals providing the same freedoms that the + software does. But this License is not limited to software manuals; + it can be used for any textual work, regardless of subject matter or + whether it is published as a printed book. We recommend this License + principally for works whose purpose is instruction or reference. + + + 1. APPLICABILITY AND DEFINITIONS + + This License applies to any manual or other work, in any medium, that + contains a notice placed by the copyright holder saying it can be + distributed under the terms of this License. Such a notice grants a + world-wide, royalty-free license, unlimited in duration, to use that + work under the conditions stated herein. The "Document", below, + refers to any such manual or work. Any member of the public is a + licensee, and is addressed as "you". You accept the license if you + copy, modify or distribute the work in a way requiring permission + under copyright law. + + A "Modified Version" of the Document means any work containing the + Document or a portion of it, either copied verbatim, or with + modifications and/or translated into another language. + + A "Secondary Section" is a named appendix or a front-matter section of + the Document that deals exclusively with the relationship of the + publishers or authors of the Document to the Document's overall subject + (or to related matters) and contains nothing that could fall directly + within that overall subject. (Thus, if the Document is in part a + textbook of mathematics, a Secondary Section may not explain any + mathematics.) The relationship could be a matter of historical + connection with the subject or with related matters, or of legal, + commercial, philosophical, ethical or political position regarding + them. + + The "Invariant Sections" are certain Secondary Sections whose titles + are designated, as being those of Invariant Sections, in the notice + that says that the Document is released under this License. If a + section does not fit the above definition of Secondary then it is not + allowed to be designated as Invariant. The Document may contain zero + Invariant Sections. If the Document does not identify any Invariant + Sections then there are none. + + The "Cover Texts" are certain short passages of text that are listed, + as Front-Cover Texts or Back-Cover Texts, in the notice that says that + the Document is released under this License. A Front-Cover Text may + be at most 5 words, and a Back-Cover Text may be at most 25 words. + + A "Transparent" copy of the Document means a machine-readable copy, + represented in a format whose specification is available to the + general public, that is suitable for revising the document + straightforwardly with generic text editors or (for images composed of + pixels) generic paint programs or (for drawings) some widely available + drawing editor, and that is suitable for input to text formatters or + for automatic translation to a variety of formats suitable for input + to text formatters. A copy made in an otherwise Transparent file + format whose markup, or absence of markup, has been arranged to thwart + or discourage subsequent modification by readers is not Transparent. + An image format is not Transparent if used for any substantial amount + of text. A copy that is not "Transparent" is called "Opaque". + + Examples of suitable formats for Transparent copies include plain + ASCII without markup, Texinfo input format, LaTeX input format, SGML + or XML using a publicly available DTD, and standard-conforming simple + HTML, PostScript or PDF designed for human modification. Examples of + transparent image formats include PNG, XCF and JPG. Opaque formats + include proprietary formats that can be read and edited only by + proprietary word processors, SGML or XML for which the DTD and/or + processing tools are not generally available, and the + machine-generated HTML, PostScript or PDF produced by some word + processors for output purposes only. + + The "Title Page" means, for a printed book, the title page itself, + plus such following pages as are needed to hold, legibly, the material + this License requires to appear in the title page. For works in + formats which do not have any title page as such, "Title Page" means + the text near the most prominent appearance of the work's title, + preceding the beginning of the body of the text. + + A section "Entitled XYZ" means a named subunit of the Document whose + title either is precisely XYZ or contains XYZ in parentheses following + text that translates XYZ in another language. (Here XYZ stands for a + specific section name mentioned below, such as "Acknowledgements", + "Dedications", "Endorsements", or "History".) To "Preserve the Title" + of such a section when you modify the Document means that it remains a + section "Entitled XYZ" according to this definition. + + The Document may include Warranty Disclaimers next to the notice which + states that this License applies to the Document. These Warranty + Disclaimers are considered to be included by reference in this + License, but only as regards disclaiming warranties: any other + implication that these Warranty Disclaimers may have is void and has + no effect on the meaning of this License. + + + 2. VERBATIM COPYING + + You may copy and distribute the Document in any medium, either + commercially or noncommercially, provided that this License, the + copyright notices, and the license notice saying this License applies + to the Document are reproduced in all copies, and that you add no other + conditions whatsoever to those of this License. You may not use + technical measures to obstruct or control the reading or further + copying of the copies you make or distribute. However, you may accept + compensation in exchange for copies. If you distribute a large enough + number of copies you must also follow the conditions in section 3. + + You may also lend copies, under the same conditions stated above, and + you may publicly display copies. + + + 3. COPYING IN QUANTITY + + If you publish printed copies (or copies in media that commonly have + printed covers) of the Document, numbering more than 100, and the + Document's license notice requires Cover Texts, you must enclose the + copies in covers that carry, clearly and legibly, all these Cover + Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on + the back cover. Both covers must also clearly and legibly identify + you as the publisher of these copies. The front cover must present + the full title with all words of the title equally prominent and + visible. You may add other material on the covers in addition. + Copying with changes limited to the covers, as long as they preserve + the title of the Document and satisfy these conditions, can be treated + as verbatim copying in other respects. + + If the required texts for either cover are too voluminous to fit + legibly, you should put the first ones listed (as many as fit + reasonably) on the actual cover, and continue the rest onto adjacent + pages. + + If you publish or distribute Opaque copies of the Document numbering + more than 100, you must either include a machine-readable Transparent + copy along with each Opaque copy, or state in or with each Opaque copy + a computer-network location from which the general network-using + public has access to download using public-standard network protocols + a complete Transparent copy of the Document, free of added material. + If you use the latter option, you must take reasonably prudent steps, + when you begin distribution of Opaque copies in quantity, to ensure + that this Transparent copy will remain thus accessible at the stated + location until at least one year after the last time you distribute an + Opaque copy (directly or through your agents or retailers) of that + edition to the public. + + It is requested, but not required, that you contact the authors of the + Document well before redistributing any large number of copies, to give + them a chance to provide you with an updated version of the Document. + + + 4. MODIFICATIONS + + You may copy and distribute a Modified Version of the Document under + the conditions of sections 2 and 3 above, provided that you release + the Modified Version under precisely this License, with the Modified + Version filling the role of the Document, thus licensing distribution + and modification of the Modified Version to whoever possesses a copy + of it. In addition, you must do these things in the Modified Version: + + A. Use in the Title Page (and on the covers, if any) a title distinct + from that of the Document, and from those of previous versions + (which should, if there were any, be listed in the History section + of the Document). You may use the same title as a previous version + if the original publisher of that version gives permission. + B. List on the Title Page, as authors, one or more persons or entities + responsible for authorship of the modifications in the Modified + Version, together with at least five of the principal authors of the + Document (all of its principal authors, if it has fewer than five), + unless they release you from this requirement. + C. State on the Title page the name of the publisher of the + Modified Version, as the publisher. + D. Preserve all the copyright notices of the Document. + E. Add an appropriate copyright notice for your modifications + adjacent to the other copyright notices. + F. Include, immediately after the copyright notices, a license notice + giving the public permission to use the Modified Version under the + terms of this License, in the form shown in the Addendum below. + G. Preserve in that license notice the full lists of Invariant Sections + and required Cover Texts given in the Document's license notice. + H. Include an unaltered copy of this License. + I. Preserve the section Entitled "History", Preserve its Title, and add + to it an item stating at least the title, year, new authors, and + publisher of the Modified Version as given on the Title Page. If + there is no section Entitled "History" in the Document, create one + stating the title, year, authors, and publisher of the Document as + given on its Title Page, then add an item describing the Modified + Version as stated in the previous sentence. + J. Preserve the network location, if any, given in the Document for + public access to a Transparent copy of the Document, and likewise + the network locations given in the Document for previous versions + it was based on. These may be placed in the "History" section. + You may omit a network location for a work that was published at + least four years before the Document itself, or if the original + publisher of the version it refers to gives permission. + K. For any section Entitled "Acknowledgements" or "Dedications", + Preserve the Title of the section, and preserve in the section all + the substance and tone of each of the contributor acknowledgements + and/or dedications given therein. + L. Preserve all the Invariant Sections of the Document, + unaltered in their text and in their titles. Section numbers + or the equivalent are not considered part of the section titles. + M. Delete any section Entitled "Endorsements". Such a section + may not be included in the Modified Version. + N. Do not retitle any existing section to be Entitled "Endorsements" + or to conflict in title with any Invariant Section. + O. Preserve any Warranty Disclaimers. + + If the Modified Version includes new front-matter sections or + appendices that qualify as Secondary Sections and contain no material + copied from the Document, you may at your option designate some or all + of these sections as invariant. To do this, add their titles to the + list of Invariant Sections in the Modified Version's license notice. + These titles must be distinct from any other section titles. + + You may add a section Entitled "Endorsements", provided it contains + nothing but endorsements of your Modified Version by various + parties--for example, statements of peer review or that the text has + been approved by an organization as the authoritative definition of a + standard. + + You may add a passage of up to five words as a Front-Cover Text, and a + passage of up to 25 words as a Back-Cover Text, to the end of the list + of Cover Texts in the Modified Version. Only one passage of + Front-Cover Text and one of Back-Cover Text may be added by (or + through arrangements made by) any one entity. If the Document already + includes a cover text for the same cover, previously added by you or + by arrangement made by the same entity you are acting on behalf of, + you may not add another; but you may replace the old one, on explicit + permission from the previous publisher that added the old one. + + The author(s) and publisher(s) of the Document do not by this License + give permission to use their names for publicity for or to assert or + imply endorsement of any Modified Version. + + + 5. COMBINING DOCUMENTS + + You may combine the Document with other documents released under this + License, under the terms defined in section 4 above for modified + versions, provided that you include in the combination all of the + Invariant Sections of all of the original documents, unmodified, and + list them all as Invariant Sections of your combined work in its + license notice, and that you preserve all their Warranty Disclaimers. + + The combined work need only contain one copy of this License, and + multiple identical Invariant Sections may be replaced with a single + copy. If there are multiple Invariant Sections with the same name but + different contents, make the title of each such section unique by + adding at the end of it, in parentheses, the name of the original + author or publisher of that section if known, or else a unique number. + Make the same adjustment to the section titles in the list of + Invariant Sections in the license notice of the combined work. + + In the combination, you must combine any sections Entitled "History" + in the various original documents, forming one section Entitled + "History"; likewise combine any sections Entitled "Acknowledgements", + and any sections Entitled "Dedications". You must delete all sections + Entitled "Endorsements". + + + 6. COLLECTIONS OF DOCUMENTS + + You may make a collection consisting of the Document and other documents + released under this License, and replace the individual copies of this + License in the various documents with a single copy that is included in + the collection, provided that you follow the rules of this License for + verbatim copying of each of the documents in all other respects. + + You may extract a single document from such a collection, and distribute + it individually under this License, provided you insert a copy of this + License into the extracted document, and follow this License in all + other respects regarding verbatim copying of that document. + + + 7. AGGREGATION WITH INDEPENDENT WORKS + + A compilation of the Document or its derivatives with other separate + and independent documents or works, in or on a volume of a storage or + distribution medium, is called an "aggregate" if the copyright + resulting from the compilation is not used to limit the legal rights + of the compilation's users beyond what the individual works permit. + When the Document is included in an aggregate, this License does not + apply to the other works in the aggregate which are not themselves + derivative works of the Document. + + If the Cover Text requirement of section 3 is applicable to these + copies of the Document, then if the Document is less than one half of + the entire aggregate, the Document's Cover Texts may be placed on + covers that bracket the Document within the aggregate, or the + electronic equivalent of covers if the Document is in electronic form. + Otherwise they must appear on printed covers that bracket the whole + aggregate. + + + 8. TRANSLATION + + Translation is considered a kind of modification, so you may + distribute translations of the Document under the terms of section 4. + Replacing Invariant Sections with translations requires special + permission from their copyright holders, but you may include + translations of some or all Invariant Sections in addition to the + original versions of these Invariant Sections. You may include a + translation of this License, and all the license notices in the + Document, and any Warranty Disclaimers, provided that you also include + the original English version of this License and the original versions + of those notices and disclaimers. In case of a disagreement between + the translation and the original version of this License or a notice + or disclaimer, the original version will prevail. + + If a section in the Document is Entitled "Acknowledgements", + "Dedications", or "History", the requirement (section 4) to Preserve + its Title (section 1) will typically require changing the actual + title. + + + 9. TERMINATION + + You may not copy, modify, sublicense, or distribute the Document except + as expressly provided for under this License. Any other attempt to + copy, modify, sublicense or distribute the Document is void, and will + automatically terminate your rights under this License. However, + parties who have received copies, or rights, from you under this + License will not have their licenses terminated so long as such + parties remain in full compliance. + + + 10. FUTURE REVISIONS OF THIS LICENSE + + The Free Software Foundation may publish new, revised versions + of the GNU Free Documentation License from time to time. Such new + versions will be similar in spirit to the present version, but may + differ in detail to address new problems or concerns. See + http://www.gnu.org/copyleft/. + + Each version of the License is given a distinguishing version number. + If the Document specifies that a particular numbered version of this + License "or any later version" applies to it, you have the option of + following the terms and conditions either of that specified version or + of any later version that has been published (not as a draft) by the + Free Software Foundation. If the Document does not specify a version + number of this License, you may choose any version ever published (not + as a draft) by the Free Software Foundation. + + + ADDENDUM: How to use this License for your documents + + To use this License in a document you have written, include a copy of + the License in the document and put the following copyright and + license notices just after the title page: + + Copyright (c) YEAR YOUR NAME. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. A copy of the license is included in the section entitled + "GNU Free Documentation License". + + If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, + replace the "with...Texts." line with this: + + with the Invariant Sections being LIST THEIR TITLES, with the + Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + + If you have Invariant Sections without Cover Texts, or some other + combination of the three, merge those two alternatives to suit the + situation. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice of + free software license, such as the GNU General Public License, + to permit their use in free software. diff --git a/debian/_base/core/tdeadmin/debian/icons/kcron-16.xpm b/debian/_base/core/tdeadmin/debian/icons/kcron-16.xpm new file mode 100644 index 000000000..bfc8199a0 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/icons/kcron-16.xpm @@ -0,0 +1,59 @@ +/* XPM */ +static char *kcron-16[] = { +/* columns rows colors chars-per-pixel */ +"16 16 37 1", +" c black", +". c #000F00", +"X c #001000", +"o c #001E00", +"O c #001F00", +"+ c #002000", +"@ c #002F00", +"# c #202020", +"$ c #004000", +"% c #3E4F3E", +"& c #3E5F3E", +"* c gray25", +"= c #4F4F40", +"- c #565665", +"; c #606060", +": c #626262", +"> c #717162", +", c #808060", +"< c #80807F", +"1 c #808080", +"2 c #8F808F", +"3 c #A0A0A0", +"4 c #A2A2A2", +"5 c #A0A0AF", +"6 c #B1B1B1", +"7 c #B6B6B6", +"8 c #C0C0B0", +"9 c #C0C0BF", +"0 c gray76", +"q c #C0CFC0", +"w c #D1D1D0", +"e c #D2D2D2", +"r c #C0C0FF", +"t c #E0E0DF", +"y c #E1E1E1", +"u c gray100", +"i c None", +/* pixels */ +"&$$$$$$@@$$$$$$&", +"$eyyyyy6eyyyyy6o", +"$yruuuuiyuuuurio", +"$yuuuuuiyuuuuuio", +"$yyyyy8,,8yyyyio", +"$yuuuuuiyuuuuuio", +"$yruuuuiyuuuuri+", +"$yuuuuuiyuuuuui+", +"$yyyyy8,,8611yi+", +"$yuuuuui4;;u4>*+", +"$yruuuui>5uquy=+", +"$yuuuuui-9u2yy9 ", +"$yyyyy8,#53uie1.", +"$yuuuuui:>#0;;*o", +"$0iiiii40*;1*1;+", +"&oooooo.o++++++%" +}; diff --git a/debian/_base/core/tdeadmin/debian/icons/kcron.xpm b/debian/_base/core/tdeadmin/debian/icons/kcron.xpm new file mode 100644 index 000000000..cbc8bef00 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/icons/kcron.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char *kcron[] = { +/* columns rows colors chars-per-pixel */ +"32 32 14 1", +" c black", +". c #004000", +"X c #585858", +"o c #008000", +"O c #FFA858", +"+ c #808080", +"@ c #A0A0A0", +"# c #FFDCA8", +"$ c #C3C3C3", +"% c gainsboro", +"& c #C0C0FF", +"* c #FFFFC0", +"= c gray100", +"- c None", +/* pixels */ +"- -", +" oooooooooooooo..oooooooooooooo ", +" o$$$$$$$$$$$$$+$$$$$$$$$$$$$+. ", +" o$============+$============+. ", +" o$=&&=========+$=========&&=+. ", +" o$=&&=========+$=========&&=+. ", +" o$============+$============+. ", +" o$============+$============+. ", +" o$==========******==========+. ", +" o$=$$$$$$$$= =$$$$$$$$=+. ", +" o$============+$============+. ", +" o$=&&=========+$=========&&=+. ", +" o$=&&=========+$=========&&=+. ", +" o$============+$============+. ", +" o$============+$=== =======+. ", +" o$==========*** * %% = ===+. ", +" o$=$$$$$$$$= %@ @$$@ @% $=+. ", +" o$============ @%+@OO@+%@ ==+. ", +" o$=&&=========+ +OO#O#O+ &&=+. ", +" o$=&&======== %@O#++O#@% =+. ", +" o$========== %$@O#O@@#*O@$% +. ", +" o$========== +@%+#*##=*+%@+ +. ", +" o$==========* XX%+#*=#+%XX =+. ", +" o$=$$$$$$$$= +$%%++%%$+ $=+. ", +" o$=========== @=+X+%%+X+=@ =+. ", +" o$=&&======== %@X @@ X@% =+. ", +" o$=&&========= = %= = &=+. ", +" o$============+$== X+ ======+. ", +" o$============+$=== =======+. ", +" o$+++++++++++++$+++++++++++++. ", +" o............................. ", +"- -" +}; diff --git a/debian/_base/core/tdeadmin/debian/icons/kdat-16.xpm b/debian/_base/core/tdeadmin/debian/icons/kdat-16.xpm new file mode 100644 index 000000000..03099b5f4 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/icons/kdat-16.xpm @@ -0,0 +1,116 @@ +/* XPM */ +static char *kdat-16[] = { +/* columns rows colors chars-per-pixel */ +"16 16 94 2", +" c black", +". c #020202", +"X c #030303", +"o c #040404", +"O c #050505", +"+ c #060606", +"@ c #070707", +"# c #080808", +"$ c #090909", +"% c #0A0A0A", +"& c #0E0E0E", +"* c #0F0F0F", +"= c #131313", +"- c #141414", +"; c #151515", +": c #171717", +"> c #181818", +", c #191919", +"< c #1B1B1B", +"1 c #1E1E1E", +"2 c #1F1F1F", +"3 c #212121", +"4 c #222222", +"5 c #232323", +"6 c #242424", +"7 c #262626", +"8 c #292929", +"9 c #2B2B2B", +"0 c #303030", +"q c #323232", +"w c #343434", +"e c #363636", +"r c #373737", +"t c #383838", +"y c #393939", +"u c #3B3B3B", +"i c #3C3C3C", +"p c #3F3F3F", +"a c #414141", +"s c #434343", +"d c #484848", +"f c #494949", +"g c #4B4B4B", +"h c #4C4C4C", +"j c #4D4D4D", +"k c #4E4E4E", +"l c #4F4F4F", +"z c #525252", +"x c #535353", +"c c #5B5B5B", +"v c #5C5C5C", +"b c #5D5D5D", +"n c #5F5F5F", +"m c #656565", +"M c #686868", +"N c #696969", +"B c #6A6A6A", +"V c #6B6B6B", +"C c #6D6D6D", +"Z c #6F6F6F", +"A c #707070", +"S c #737373", +"D c #777777", +"F c #787878", +"G c #797979", +"H c #7A7A7A", +"J c #7B7B7B", +"K c #808080", +"L c #818181", +"P c #828282", +"I c #838383", +"U c #8A8A8A", +"Y c #8B8B8B", +"T c #8C8C8C", +"R c #8D8D8D", +"E c #8E8E8E", +"W c #8F8F8F", +"Q c #909090", +"! c #929292", +"~ c #939393", +"^ c #959595", +"/ c #979797", +"( c #989898", +") c #9A9A9A", +"_ c #9B9B9B", +"` c #9D9D9D", +"' c #A1A1A1", +"] c #A2A2A2", +"[ c #A7A7A7", +"{ c #AAAAAA", +"} c #ACACAC", +"| c #ADADAD", +" . c #B3B3B3", +".. c None", +/* pixels */ +"................................", +".............. ............", +"............ 6 A 0 # ........", +".......... 6 ) H a ; # # ....", +"........ 5 ~ ~ C z u m H w # ", +"...... 2 T ) ' ` ` [ } ~ I j # ", +".... > H J ~ ) J } .) T B u # ", +".. > B m j b H ) } ) Q C s 6 ", +" ; c j 8 2 w A { ~ T C i 6 O ", +"# f s w = f T ' T T B i 6 O ..", +"& f a u ; A ) P P m i 5 O ....", +"# u z j j H S A b u 6 O ......", +" O > u f f x z u 6 O ........", +".... O > 9 u 0 5 O ..........", +"........ = ; ............", +"............ .............." +}; diff --git a/debian/_base/core/tdeadmin/debian/icons/kdat.xpm b/debian/_base/core/tdeadmin/debian/icons/kdat.xpm new file mode 100644 index 000000000..af560d190 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/icons/kdat.xpm @@ -0,0 +1,208 @@ +/* XPM */ +static char *kdat[] = { +/* columns rows colors chars-per-pixel */ +"32 32 170 2", +" c #000000", +". c #010101", +"X c #020202", +"o c #040404", +"O c #050505", +"+ c #060606", +"@ c #070707", +"# c #080808", +"$ c #090909", +"% c #0A0A0A", +"& c #0B0B0B", +"* c #0C0C0C", +"= c #0D0D0D", +"- c #0E0E0E", +"; c #0F0F0F", +": c #101010", +"> c #121212", +", c #131313", +"< c #141414", +"1 c #171717", +"2 c #181818", +"3 c #191919", +"4 c #1A1A1A", +"5 c #1B1B1B", +"6 c #1C1C1C", +"7 c #1F1F1F", +"8 c #202020", +"9 c #222222", +"0 c #232323", +"q c #262626", +"w c #272727", +"e c #282828", +"r c #2A2A2A", +"t c #2B2B2B", +"y c #2C2C2C", +"u c #2D2D2D", +"i c #2E2E2E", +"p c #2F2F2F", +"a c #303030", +"s c #313131", +"d c #333333", +"f c #343434", +"g c #353535", +"h c #363636", +"j c #373737", +"k c #383838", +"l c #393939", +"z c #3A3A3A", +"x c #3B3B3B", +"c c #3C3C3C", +"v c #3D3D3D", +"b c #3E3E3E", +"n c #3F3F3F", +"m c #404040", +"M c #414141", +"N c #424242", +"B c #434343", +"V c #444444", +"C c #454545", +"Z c #464646", +"A c #474747", +"S c #484848", +"D c #494949", +"F c #4A4A4A", +"G c #4B4B4B", +"H c #4C4C4C", +"J c #4D4D4D", +"K c #4E4E4E", +"L c #4F4F4F", +"P c #505050", +"I c #515151", +"U c #525252", +"Y c #535353", +"T c #545454", +"R c #555555", +"E c #565656", +"W c #585858", +"Q c #595959", +"! c #5A5A5A", +"~ c #5B5B5B", +"^ c #5C5C5C", +"/ c #5D5D5D", +"( c #5E5E5E", +") c #5F5F5F", +"_ c #626262", +"` c #636363", +"' c #646464", +"] c #656565", +"[ c #666666", +"{ c #676767", +"} c #686868", +"| c #696969", +" . c #6A6A6A", +".. c #6B6B6B", +"X. c #6C6C6C", +"o. c #6E6E6E", +"O. c #6F6F6F", +"+. c #707070", +"@. c #717171", +"#. c #727272", +"$. c #737373", +"%. c #757575", +"&. c #767676", +"*. c #777777", +"=. c #787878", +"-. c #797979", +";. c #7A7A7A", +":. c #7B7B7B", +">. c #7E7E7E", +",. c #7F7F7F", +"<. c #808080", +"1. c #818181", +"2. c #828282", +"3. c #838383", +"4. c #848484", +"5. c #858585", +"6. c #868686", +"7. c #888888", +"8. c #898989", +"9. c #8A8A8A", +"0. c #8B8B8B", +"q. c #8C8C8C", +"w. c #8D8D8D", +"e. c #8E8E8E", +"r. c #8F8F8F", +"t. c #909090", +"y. c #919191", +"u. c #929292", +"i. c #939393", +"p. c #949494", +"a. c #959595", +"s. c #969696", +"d. c #979797", +"f. c #989898", +"g. c #999999", +"h. c #9A9A9A", +"j. c #9B9B9B", +"k. c #9C9C9C", +"l. c #9D9D9D", +"z. c #9E9E9E", +"x. c #9F9F9F", +"c. c #A0A0A0", +"v. c #A1A1A1", +"b. c #A2A2A2", +"n. c #A3A3A3", +"m. c #A4A4A4", +"M. c #A7A7A7", +"N. c #A9A9A9", +"B. c #AAAAAA", +"V. c #ABABAB", +"C. c #ACACAC", +"Z. c #ADADAD", +"A. c #B2B2B2", +"S. c #B3B3B3", +"D. c #B4B4B4", +"F. c #BDBDBD", +"G. c #BEBEBE", +"H. c #C0C0C0", +"J. c #C8C8C8", +"K. c #CBCBCB", +"L. c #CCCCCC", +"P. c #D0D0D0", +"I. c #D4D4D4", +"U. c #D5D5D5", +"Y. c #D7D7D7", +"T. c #D8D8D8", +"R. c #DADADA", +"E. c #DCDCDC", +"W. c #E0E0E0", +"Q. c None", +/* pixels */ +"Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.", +"Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.", +"Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.", +"Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q. Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.", +"Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q. M c 1 Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.", +"Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q. o U W.C.` p 6 Q.Q.Q.Q.Q.Q.Q.Q.Q.", +"Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q. Q T.b.` ` ( h o $ Q.Q.Q.Q.Q.Q.Q.", +"Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q. ( E.M.` E h 4 - - - > > Q.Q.Q.Q.Q.", +"Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q. ( U.b.@.` U k t 7 $ $ } ,.C 4 Q.Q.Q.", +"Q.Q.Q.Q.Q.Q.Q.Q.Q.Q. ` K.z.9.q.5.=.} @.O.G ` H.B.a.` U > Q.", +"Q.Q.Q.Q.Q.Q.Q.Q.Q. E J.f.9.M.b.M.a.b.z.q.z.K.C.i.q.9.q.} k o ", +"Q.Q.Q.Q.Q.Q.Q.Q. Q G.a.,.M.C.b.M.f.D.f.z.U.C.a.i.q.5.,.} K $ ", +"Q.Q.Q.Q.Q.Q.Q. G A.i.@.q.b.b.a.a.5.i.D.T.C.f.f.i.9.q.` M k $ ", +"Q.Q.Q.Q.Q.Q. C B.>.` &.5.a.b.5.=.` ,.W.C.z.f.a.q.9.O.G c h o ", +"Q.Q.Q.Q.Q. M b.=.U ( @.>.9.a.a.} =.T.B.z.f.a.i.q.O.G c k p $ ", +"Q.Q.Q.Q. h i.O.C U K c k M ( >.f.E.B.z.f.a.i.q.@.G c h p $ ", +"Q.Q. h a.( c G p $ $ > 4 4 U E.b.f.f.a.i.9.O.C c k p $ Q.", +"Q. p ,.Q h C p $ o h K M Q U.z.a.a.i.q.q.@.C h h p - Q.Q.Q.", +" w =.Q d M c 1 c } } q.U.f.i.q.q.q.9.O.C h d t - Q.Q.Q.Q.", +" - ` U p k c h > o K Q =.P.i.9.9.9.9.9.O.M h d t - Q.Q.Q.Q.Q.", +" $ K C k k k h > p 5.K.i.5.5.5.,.,.@.C d d t - Q.Q.Q.Q.Q.Q.", +" - U U K G c h 4 $ E G.9.=.>.>.,.,.} M h h p - Q.Q.Q.Q.Q.Q.Q.", +" $ E E U U K G h K C.9.@.&.&.=.=.` C h h t - Q.Q.Q.Q.Q.Q.Q.Q.", +" o t d U U K U U ` ` } @.@.O.@.( c h d t - Q.Q.Q.Q.Q.Q.Q.Q.Q.", +"Q. $ 7 d G G K G C K E ` } Q k d d p - Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.", +"Q.Q.Q. $ 7 h M C C M M G G c p p t - Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.", +"Q.Q.Q.Q.Q. o > 4 h c M M c h d p p - Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.", +"Q.Q.Q.Q.Q.Q.Q. - > 7 p h d p t $ Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.", +"Q.Q.Q.Q.Q.Q.Q.Q.Q. o 1 7 7 w $ Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.", +"Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q. o $ o Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.", +"Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q. Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.", +"Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q." +}; diff --git a/debian/_base/core/tdeadmin/debian/icons/kpackage-16.xpm b/debian/_base/core/tdeadmin/debian/icons/kpackage-16.xpm new file mode 100644 index 000000000..7e402e6fb --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/icons/kpackage-16.xpm @@ -0,0 +1,194 @@ +/* XPM */ +static char *kpackage-16[] = { +/* columns rows colors chars-per-pixel */ +"16 16 172 2", +" c black", +". c #0B0C15", +"X c #111322", +"o c #343D68", +"O c #37406C", +"+ c #394175", +"@ c #3F4881", +"# c #414B81", +"$ c #485491", +"% c #4D5C96", +"& c #4E5C98", +"* c #575D90", +"= c #4F59A3", +"- c #535EA8", +"; c #58619D", +": c #5D669C", +"> c #5260A1", +", c #5867AB", +"< c #5865B0", +"1 c #5E6DB9", +"2 c #6E7BBD", +"3 c #6677C5", +"4 c #6879CB", +"5 c #687CC8", +"6 c #6C7ED1", +"7 c #7B83B3", +"8 c #6E81D2", +"9 c #7684C6", +"0 c #7182CE", +"q c #7D90DB", +"w c #7D95EE", +"e c #F8B422", +"r c #FAB82A", +"t c #FBBC32", +"y c #FCBF38", +"u c #C3A67B", +"i c #DEB664", +"p c #DEB26C", +"a c #EBBE5B", +"s c #FDC234", +"d c #FEC340", +"f c #FDC742", +"g c #FDC64A", +"h c #FEC74B", +"j c #FFCA4E", +"k c #FFCF49", +"l c #FCCB56", +"z c #FFC954", +"x c #FECD50", +"c c #FFD056", +"v c #E6C77E", +"b c #FECB63", +"n c #FFDB7A", +"m c #FFDC7C", +"M c #8F95B3", +"N c #A19494", +"B c #A29BA7", +"V c #AAA0A2", +"C c #ACA7A8", +"Z c #A1A6BE", +"A c #A5A6BD", +"S c #B8B3B6", +"D c #8294DC", +"F c #879EE4", +"G c #8499EB", +"H c #8199F5", +"J c #98A3CC", +"K c #89A5FF", +"L c #8BA5FC", +"P c #8BA5FF", +"I c #8DA6FC", +"U c #8DA8FF", +"Y c #81B0FB", +"T c #89B6FE", +"R c #8AB6FE", +"E c #88BAFF", +"W c #8CB9FE", +"Q c #95A5E8", +"! c #92A8F1", +"~ c #94ABFB", +"^ c #98ADF9", +"/ c #93B2F7", +"( c #97B5F4", +") c #98B3F4", +"_ c #9BB1FF", +"` c #9FB5FF", +"' c #A5B2E0", +"] c #A5B1E5", +"[ c #A5B1E8", +"{ c #A2B8FF", +"} c #A3B8FF", +"| c #A6B9FC", +" . c #ABBBF4", +".. c #B3BEEE", +"X. c #9EC8FF", +"o. c #9ECAFC", +"O. c #96D2FF", +"+. c #9CD4FF", +"@. c #A5C0F6", +"#. c #A4C7FC", +"$. c #A1CDFC", +"%. c #A6CAFF", +"&. c #A5CEFF", +"*. c #A8CFFF", +"=. c #A9CFFF", +"-. c #A8D1FC", +";. c #A8D0FF", +":. c #A9D6FF", +">. c #B6C2EF", +",. c #B2C3F3", +"<. c #B2C0F4", +"1. c #B4C0F2", +"2. c #B4C4FE", +"3. c #B7C8FF", +"4. c #BAC9F6", +"5. c #BAC8F9", +"6. c #B8CBFF", +"7. c #BCCEFE", +"8. c #B1D3FF", +"9. c #B3D6FF", +"0. c #B4D6FF", +"q. c #B8D8FF", +"w. c #BEDDFF", +"e. c #C4AA81", +"r. c #D5B781", +"t. c #D3BA9B", +"y. c #F0D295", +"u. c #E3D7AC", +"i. c #FFE496", +"p. c #ECE2B7", +"a. c #FFEFA4", +"s. c #FFEEA8", +"d. c #FFF0A6", +"f. c #C2CADB", +"g. c #D9DFD9", +"h. c #C4CDF0", +"j. c #CAD2F2", +"k. c #DBE0DD", +"l. c #CDE8FF", +"z. c #CEE9FF", +"x. c #D1E1FF", +"c. c #D6E4FF", +"v. c #D8E0FB", +"b. c #DEEAFF", +"n. c #DDECFF", +"m. c #DEEDFF", +"M. c #DCF0FF", +"N. c #EAECCF", +"B. c #FFFECE", +"V. c #E3E9FC", +"C. c #E4EFFF", +"Z. c #E8EDFC", +"A. c #E9ECFC", +"S. c #E8F1FF", +"D. c #E8F2FF", +"F. c #EDF4FF", +"G. c #EDF6FF", +"H. c #EEF6FF", +"J. c #F0F6FF", +"K. c #F2F9FF", +"L. c #F2FBFF", +"P. c #F3FAFF", +"I. c #F6FBFF", +"U. c #F7FAFF", +"Y. c #F7FCFF", +"T. c #F7FDFF", +"R. c #FAFCFF", +"E. c #FBFDFF", +"W. c #FEFEFF", +"Q. c #FEFFFF", +"!. c gray100", +"~. c None", +/* pixels */ +"~.~.~.~.~.~.H w ~.~.6 4 ~.~.~.~.", +"~.~.~.~.U I f.g.5 q k.J 1 ~.~.~.", +"~.~.~.~.~ y.i.s.S N.B.B.Z < ~.~.", +"~.~.~.~.K t.b c s l a.d.d.C - ~.", +"~.~.~.~.~.Q a k f e g n m n N @ ", +"~.~.~.~.~.` ) v x r y j l p * ", +"~.~.~.~.~.} &./ r.t s x u 7 : = ", +"~.K _ 2.| ^ W X.( e.i B u.p.M + ", +"P 2.T.T.c.b. .Y *. .F A B ; X ", +"} U.Q.Q.D.T.Q.! E 9.:.:.#.$ ~.~.", +"6.m.K.V.v.Q.J.1.E =.j.:.X.$ ~.~.", +"7.C.U.>.] F.b...T :.z.+.$.$ ~.~.", +"5.Q.Q.G.U.Q.K.[ &.q.M.O.-.$ ~.~.", +"G A.G.m.T.Q.A.0 4.m.L.z.' # ~.~.", +"~.D ,.x.F.h.2 . 8 ..j.9 o ~.~.", +"~.~.% , > o ~.3 & ~.~.~." +}; diff --git a/debian/_base/core/tdeadmin/debian/icons/kpackage.xpm b/debian/_base/core/tdeadmin/debian/icons/kpackage.xpm new file mode 100644 index 000000000..f18eb1f59 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/icons/kpackage.xpm @@ -0,0 +1,264 @@ +/* XPM */ +static char *kpackage[] = { +/* columns rows colors chars-per-pixel */ +"32 32 226 2", +" c black", +". c #14172A", +"X c #181C2F", +"o c #191D31", +"O c #242949", +"+ c #2B3254", +"@ c #3A4178", +"# c #404A7C", +"$ c #414A85", +"% c #464F8F", +"& c #45508B", +"* c #495495", +"= c #4D599C", +"- c #505E9C", +"; c #4D57A0", +": c #4E5AA0", +"> c #505CA5", +", c #535EA9", +"< c #52609D", +"1 c #5563A7", +"2 c #5563AB", +"3 c #596AAD", +"4 c #5766B0", +"5 c #5866B2", +"6 c #5B6AB0", +"7 c #5D6DBA", +"8 c #696EA2", +"9 c #6170BE", +"0 c #6873B6", +"q c #7177AE", +"w c #7877A0", +"e c #7A78A0", +"r c #6374C1", +"t c #6578C5", +"y c #687BC7", +"u c #6A7BCC", +"i c #6B7DD0", +"p c #7880B7", +"a c #6C80CB", +"s c #6D80D4", +"d c #7382CB", +"f c #7C86C1", +"g c #7282D3", +"h c #7185DA", +"j c #7288D3", +"k c #7489DD", +"l c #7B8BD6", +"z c #798CDD", +"x c #758CE1", +"c c #7B94ED", +"v c #7E96F0", +"b c #7999F0", +"n c #7EB3FF", +"m c #F6AE19", +"M c #F7B11D", +"N c #FAB31E", +"B c #F7B221", +"V c #F9B524", +"C c #F9B628", +"Z c #FAB92D", +"A c #FBBC33", +"S c #FCBE38", +"D c #C9AC7B", +"F c #D1AD6B", +"G c #D1B176", +"H c #E3B659", +"J c #EDBD58", +"K c #F3B853", +"L c #F6BD59", +"P c #FFBE50", +"I c #E1B879", +"U c #FFC333", +"Y c #FCC03C", +"T c #FFC93D", +"R c #FEC443", +"E c #FFC649", +"W c #FFCC43", +"Q c #FFC94A", +"! c #FEC453", +"~ c #FECB52", +"^ c #FFCD5B", +"/ c #FFD04C", +"( c #FFD254", +") c #FFD65D", +"_ c #FFC763", +"` c #FFCB66", +"' c #FFD360", +"] c #FFD26B", +"[ c #FFDB67", +"{ c #FFD573", +"} c #FFD77D", +"| c #FFDE70", +" . c #FFD87C", +".. c #838DBB", +"X. c #8690BE", +"o. c #8C94B8", +"O. c #9090AE", +"+. c #9499BD", +"@. c #9D9DB2", +"#. c #B2A08C", +"$. c #B9A699", +"%. c #B2A7A5", +"&. c #B2A9A9", +"*. c #B0ABBC", +"=. c #818DC3", +"-. c #8391C9", +";. c #8391DC", +":. c #8B9BD7", +">. c #8D9CDA", +",. c #949CC2", +"<. c #8396E1", +"1. c #8999E8", +"2. c #8199F4", +"3. c #849DF9", +"4. c #909DE7", +"5. c #909EEB", +"6. c #9AA3D5", +"7. c #86A2E9", +"8. c #8EA2E9", +"9. c #86A1FC", +"0. c #83ABFC", +"q. c #8CA0F0", +"w. c #89A4FE", +"e. c #8CAAFD", +"r. c #83B4FF", +"t. c #86B8FF", +"y. c #8BBCFF", +"u. c #95A4EB", +"i. c #9EAEED", +"p. c #91A7FA", +"a. c #90AAFF", +"s. c #9CACF2", +"d. c #90B0F5", +"f. c #93B6FE", +"g. c #94BAFC", +"h. c #9EB3FF", +"j. c #9DBDFB", +"k. c #ADA9C2", +"l. c #A6B0D8", +"z. c #ADB7DB", +"x. c #A1ABE9", +"c. c #A3B2EA", +"v. c #A8B3E7", +"b. c #A1B5FE", +"n. c #A3BAFB", +"m. c #AAB5F2", +"M. c #AAB8F2", +"N. c #A8BCFF", +"B. c #B5BEF3", +"V. c #93C0FF", +"C. c #9BC6FF", +"Z. c #9CC8FF", +"A. c #96D2FF", +"S. c #9CD5FF", +"D. c #A2C2F8", +"F. c #A5CDFF", +"G. c #ABC7FB", +"H. c #ACC8FB", +"J. c #A3D3FF", +"K. c #ACD3FF", +"L. c #B7C1EB", +"P. c #B1C3FF", +"I. c #B2CCF8", +"U. c #BBC6F5", +"Y. c #BBC8F7", +"T. c #B9CBFF", +"R. c #B2D5FF", +"E. c #B6D8FF", +"W. c #BDD4FB", +"Q. c #BCDCFF", +"!. c #C2AB88", +"~. c #CBAC86", +"^. c #CDAE89", +"/. c #C7B193", +"(. c #C5B7B3", +"). c #E2C99C", +"_. c #F1D28D", +"`. c #FFDD83", +"'. c #FFE186", +"]. c #FFE18E", +"[. c #FFE793", +"{. c #FEE299", +"}. c #FFE894", +"|. c #FFEA9B", +" X c #FEE5A1", +".X c #FFEBA4", +"XX c #FFF4B0", +"oX c #FFF7B8", +"OX c #FFFABE", +"+X c #C7C1C6", +"@X c #D6D3CD", +"#X c #C2CBF3", +"$X c #C6D4FF", +"%X c #C1DDFF", +"&X c #CCD4FF", +"*X c #CBDAFF", +"=X c #D1DCFF", +"-X c #C4E2FF", +";X c #CAE3FF", +":X c #C9EBFF", +">X c #D4E4FF", +",X c #D3EAFF", +".pXpX5X-.7 fXfXfXfXfXfXfX", +"fXfXfXfXfXfXfXfXa.e.+X{.|..XXXoXl.k z.qXqXqXqXqX=.2 fXfXfXfXfXfX", +"fXfXfXfXfXfXfXfXa.s.{ } `.].{..X X!.8X8X8X8X8X8X7X+.5 5 fXfXfXfX", +"fXfXfXfXfXfXfXfXfXw.(.` ] } .) W N ~ XXXXXXXXXXXXXX@.2 * fXfXfX", +"fXfXfXfXfXfXfXfXfXw.p.L P ! T T / V m S }.|.|.|.|.|.|.%., > fXfX", +"fXfXfXfXfXfXfXfXfXfX9.k.U U T / ( C M V Y '.'.'.'.'.'.'./., % fX", +"fXfXfXfXfXfXfXfXfXfXw.9.*.Q / ( ) Z B C Z S ] { { { { { { 8 $ ", +"fXfXfXfXfXfXfXfXfXfXw.b.e.6.( ) [ A V Z A S R ^ ) ^ ^ _ w * ", +"fXfXfXfXfXfXfXfXfXfXw.N.F.e.6.] | Y C Z Y S R Q E E P w = fX", +"fXfXfXfXfXfXfXfXfXfXw.N.F.F.e.<._.S A A Y S Q ~ ~ K e 2 O fXfX", +"fXfXfXfXfXfXfXfXfXfXe.N.F.F.F.g.;.H A S R R Q ~ #.0 ,.=..., > ; ", +"fXfXfXfXfX9.9.3.3.3.3.N.Z.y.F.F.g.l F S R Q G p ,.6X9X9X6Xo.; @ ", +"fXfXfXw.w.P.*X=X$XP.b.1.e.n t.F.K.j.x D J O.f ).}.}.{.&.2 & . ", +"fXfXw.b.yXdXsXuX1X$X>X=Xs.c n y.R.E.H.k s d $.^.G ^.q = O ", +"fXw.b.dXdXdXdXsX1X>X1XsXsXs.b r.t.R.Q.R.H.d.7.7.j d 2 fXfX", +"w.a.uXdXdXdXdXdXtX1XyXdXdXdX1.0.t.y.Q.;X%XF.F.F.K.g.2 fXfXfXfX", +"w.$XyXsXdXdXdXdXaXuXdXdXdXdX&Xx t.t.y.%X%XJ.K.K.E.j.2 fXfXfXfX", +"9.1X1XyXsXdXdXsXrXsXdXdXdXdXsXz r.y.y.-X-XR.E.K.J.C.2 fXfXfXfX", +"h.>X>X2XrXsXaXM.s.rXsXsXrX1X*X5.0.g.y.;X;XE.J.J.S.D.2 fXfXfXfX", +"b.%X;X>XyXuX=Xy < M.rXrX1X>X*Xu.0.V.y.;X,XQ.J.S.A.G.2 fXfXfXfX", +"b.tXuXdXdXdXyXu.<.wXsXsXrXX4.0.V.V.,X2X:XS.A.A.G.2 fXfXfXfX", +"2.dXdXdXdXdXsXeXrXsXdXdXuXrXX>XW.tXuXsXsXsXx.7 o 3 k U.sXdXaXv.y 2 X fXfXfXfX", +"fXfXfXt z M.T.tXrX>XB.g 6 o fXt h v.#Xl 9 # fXfXfXfXfX", +"fXfXfXfX+ 3 t r 9 9 2 + fXfXfX3 u u < fXfXfXfXfXfXfX", +"fXfXfXfXfX fXfXfXfXfXfX fXfXfXfXfXfXfXfXfX" +}; diff --git a/debian/_base/core/tdeadmin/debian/icons/ksysv-16.xpm b/debian/_base/core/tdeadmin/debian/icons/ksysv-16.xpm new file mode 100644 index 000000000..3a50bc941 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/icons/ksysv-16.xpm @@ -0,0 +1,127 @@ +/* XPM */ +static char *ksysv-16[] = { +/* columns rows colors chars-per-pixel */ +"16 16 105 2", +" c black", +". c #606060", +"X c gray39", +"o c DimGray", +"O c #6A6A6A", +"+ c gray42", +"@ c #6D6D6D", +"# c #747474", +"$ c #767676", +"% c #777777", +"& c #797B76", +"* c #797D75", +"= c gray47", +"- c #797979", +"; c gray48", +": c #7B7B7B", +"> c #7E7E7E", +", c gray50", +"< c #7D8C6F", +"1 c #7D8675", +"2 c #7D8278", +"3 c #7E807D", +"4 c #BD7E6E", +"5 c #C67966", +"6 c #EE7456", +"7 c #FD6842", +"8 c #FF714E", +"9 c #8E9E7F", +"0 c #948A75", +"q c #9B837D", +"w c #80B050", +"e c #86D635", +"r c #9AD45F", +"t c #9BDE58", +"y c #C7A459", +"u c #E1BE73", +"i c #FEC959", +"p c #F0CC7E", +"a c #F8CF76", +"s c #FFD476", +"d c #FFD67E", +"f c #818181", +"g c gray51", +"h c #838383", +"j c gray52", +"k c #868686", +"l c gray53", +"z c #888785", +"x c #8F8B81", +"c c #888888", +"v c #898989", +"b c gray54", +"n c gray55", +"m c #8D8D8D", +"M c #8E8E8E", +"N c gray56", +"B c #9A8984", +"V c #91908D", +"C c #949089", +"Z c #949C8B", +"A c #9C908D", +"S c gray57", +"D c #929292", +"F c #939393", +"G c gray58", +"H c #989897", +"J c #9E9897", +"K c #989898", +"L c gray60", +"P c #9A9A9A", +"I c gray61", +"U c #9D9D9D", +"Y c gray62", +"T c #A29F99", +"R c #AC9791", +"E c #AA9B97", +"W c #B09C97", +"Q c #AAA28E", +"! c #ABA69C", +"~ c #A2B88B", +"^ c #B8A783", +"/ c #A0A0A0", +"( c gray66", +") c gray68", +"_ c #B0ADAC", +"` c #B1B1B1", +"' c #B4B4B4", +"] c gray73", +"[ c #BBBBBB", +"{ c #B5D396", +"} c #B6C9A2", +"| c #BEE09C", +" . c #C7A59D", +".. c #D3A99E", +"X. c #E7A797", +"o. c #FBA58F", +"O. c #FFBFAF", +"+. c #CFC5B1", +"@. c #C0C0C0", +"#. c #C8C8C8", +"$. c #CECECE", +"%. c #D6E9C3", +"&. c #E2D7C1", +"*. c #E8F7D9", +"=. c None", +/* pixels */ +"=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.", +"=.=.=.=.D ` [ [ ' ' ' ` I =.=.=.", +"=.=.=.=.K $.+.A W E ) #.) =.=.=.", +"=.=.=.=.I [ n X.O.o.4 Y F =.=.=.", +"=.=.=.=.I ( q 6 8 7 5 G j =.=.=.", +"=.=.=.=.F / H R .. .J N f =.=.=.", +"=.=.=.=.N I G F j v N v j =.=.=.", +"=.=.=.=.N G b Q &.+.C j , =.=.=.", +"=.=.=.=.v Z 9 X.d i y l ; =.=.=.", +"=.=.=.=.v Z 0 u s a ^ h $ =.=.=.", +"=.=.=.=.f m b N ! T j ; ; =.=.=.", +"=.=.=.=.v v j - 1 2 : % + =.=.=.", +"=.=.=.=.f h - } *.%.9 $ + =.=.=.", +"=.=.=.=.$ 0 < r t e < ; + =.=.=.", +"=.=.=.=.> > 2 ~ | { Z + X =.=.=.", +"=.=.=.=.j % # # 1 < + . + =.=.=." +}; diff --git a/debian/_base/core/tdeadmin/debian/icons/ksysv.xpm b/debian/_base/core/tdeadmin/debian/icons/ksysv.xpm new file mode 100644 index 000000000..ed55cf101 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/icons/ksysv.xpm @@ -0,0 +1,182 @@ +/* XPM */ +static char *ksysv[] = { +/* columns rows colors chars-per-pixel */ +"32 32 144 2", +" c black", +". c #5C5C5C", +"X c #636363", +"o c #6B6B6B", +"O c #6E716B", +"+ c #747F69", +"@ c #79746A", +"# c #7F7A6E", +"$ c #737373", +"% c #747870", +"& c #7B7A75", +"* c #7B7B7B", +"= c #7B8372", +"- c #7F916D", +"; c #7AA251", +": c #6FCE10", +"> c #7BD323", +", c #8C7069", +"< c #867773", +"1 c #817875", +"2 c #867F7D", +"3 c #8B7772", +"4 c #897A76", +"5 c #AE6B5A", +"6 c #BE6F5C", +"7 c #A77B6F", +"8 c #B67260", +"9 c #B37768", +"0 c #FD5126", +"q c #FF582F", +"w c #F95931", +"e c #EE7B5F", +"r c #FF6944", +"t c #FD6D49", +"y c #F57B5C", +"u c #FF7B5A", +"i c #87817F", +"p c #868E7F", +"a c #8A867F", +"s c #849573", +"d c #879B74", +"f c #899B76", +"g c #9B847E", +"h c #85A861", +"j c #89A56C", +"k c #89AD65", +"l c #B79959", +"z c #AA9566", +"x c #AE996E", +"c c #89D43E", +"v c #8AD83C", +"b c #8DD941", +"n c #94DA4D", +"m c #A7E26C", +"M c #A8E06F", +"N c #AAE371", +"B c #FDB723", +"V c #FFBC2E", +"C c #C0A364", +"Z c #FFC447", +"A c #F7C65A", +"S c #F8C455", +"D c #FFCB5C", +"F c #F2C360", +"G c #FDCD64", +"H c #FFCF68", +"J c #FFD67E", +"K c #838383", +"L c #858882", +"P c #8D8684", +"I c #8B8985", +"U c #8B8B8A", +"Y c #928380", +"T c #908F8D", +"R c #90908F", +"E c #939393", +"W c #989E92", +"Q c #9B9A9A", +"! c #98A08F", +"~ c #9CAA8E", +"^ c #9EB08B", +"/ c #AC8B83", +"( c #AE9F80", +") c #A39C96", +"_ c #B9968D", +"` c #B69C95", +"' c #AEA38C", +"] c #A0A69A", +"[ c #ACA390", +"{ c #B0AA9D", +"} c #BEB399", +"| c #A2A2A2", +" . c #ACA2A0", +".. c #AAAAAA", +"X. c #B1ADA1", +"o. c #B8A6A2", +"O. c #BAA8A3", +"+. c #B2B2B2", +"@. c #B9B9B9", +"#. c #A6C686", +"$. c #A8CD84", +"%. c #AAD580", +"&. c #B4C5A2", +"*. c #B6C8A3", +"=. c #B6E588", +"-. c #B9E88A", +";. c #CDB88A", +":. c #C9BA99", +">. c #DEA191", +",. c #D7BE87", +"<. c #C4A9A3", +"1. c #FF9B82", +"2. c #E4A798", +"3. c #E8A898", +"4. c #FAA18B", +"5. c #FFA791", +"6. c #FFA892", +"7. c #F5B09E", +"8. c #EAB3A5", +"9. c #CEC1A4", +"0. c #CBC1AC", +"q. c #C7DEB0", +"w. c #C8DFB1", +"e. c #C8E4AC", +"r. c #D6F1BB", +"t. c #FDDA8E", +"y. c #FCDC99", +"u. c #FFE1A1", +"i. c #C2C2C2", +"p. c #CBCBCB", +"a. c #D3D3D3", +"s. c #D8D8D8", +"d. c #DEF4C7", +"f. c #E1C8C2", +"g. c #FED4C9", +"h. c #FFDAD1", +"j. c #E1EDD5", +"k. c #E4F1D6", +"l. c #F4EAD5", +"z. c #F8EED8", +"x. c #FFF7E7", +"c. c #F7FCF2", +"v. c #F8FDF2", +"b. c None", +/* pixels */ +"b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.b.Q Q Q Q | | Q | Q Q Q E E E R E b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.s.U @.p.a.a.p.p.i.i.i.p.p.i.i...E b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.E Q a.a.a.i.Q & < 4 P ..p.p.a.@.| b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.K Q p.p.i.R 4 <.f.f.<.a | i.i.+.E b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.U Q i.i.E , 8.h.h.h.g.>.Y ...E U b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.Q | @.@.K 9 1.6.5.1.u w 5 Q E T E b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.E Q ....2 6 t t r q 0 0 8 Q E U K b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.E Q ..| U 7 y u u u u e / Q E U * b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.U E | | Q U _ 3.7.7.3.` Q E U U * b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.E E | Q Q E E ) o.O. .Q E U R K $ b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.K E | Q Q Q E E E E E R R U U K K b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.K E Q Q Q E I * * * K U U U K K U b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.K U Q Q E * # ' :.0.[ P I U K K K b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.K E Q Q I @ :.z.x.x.l.} I U K K $ b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.* U E E * x y.u.u.y.J S z U K * * b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.K U E E * C G H G Z V B l R K * * b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.U U E R K x A D D D D A ( E * * $ b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.K K E R K I ,.t.t.t.t.;.Q K * * $ b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.* K R U U I U X.0.0.X.Q U * * $ * b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.* K U U U U K R R E R K K * * O * b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.K K U U I I K $ $ * * * * * * O o b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.R U U I L * o + d f = * * $ $ o X b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.K K K K * O ^ k.c.c.j.~ K * $ o X b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.* K K K $ - e.d.d.d.r.%.s K $ o o b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.O * K K $ k M N m n > : ; U o o $ b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.$ * K K & h n n n b v c j K o X $ b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.* * * * * p $.=.-.-.=.#.W * o . . b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.U K * * * = W *.w.q.&.] U o o X $ b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.b.K * * * & * U E E U * o X X . * b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.b.U * $ $ o $ o o o X X X . . X K b.b.b.b.b.b.b.", +"b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b." +}; diff --git a/debian/_base/core/tdeadmin/debian/icons/kuser-16.xpm b/debian/_base/core/tdeadmin/debian/icons/kuser-16.xpm new file mode 100644 index 000000000..8bace5a27 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/icons/kuser-16.xpm @@ -0,0 +1,212 @@ +/* XPM */ +static char *kuser-16[] = { +/* columns rows colors chars-per-pixel */ +"16 16 190 2", +" c black", +". c #000009", +"X c #000C1F", +"o c #0F1B03", +"O c #001026", +"+ c #091627", +"@ c #002500", +"# c #062700", +"$ c #052900", +"% c #0D2700", +"& c #083302", +"* c #1C3E06", +"= c #19212F", +"- c #00007F", +"; c #0A284C", +": c #002A6A", +"> c #084100", +", c #0F4605", +"< c #145A0D", +"1 c #177A10", +"2 c #265909", +"3 c #335514", +"4 c #305A2E", +"5 c #256A05", +"6 c #367433", +"7 c #1B4A7E", +"8 c #1E4B7E", +"9 c #204772", +"0 c #254B73", +"q c #354A60", +"w c #32577E", +"e c #507D20", +"r c #46586D", +"t c #004499", +"y c #2F629A", +"u c #3266A0", +"i c #425F80", +"p c #5C7286", +"a c #657B8F", +"s c #128A22", +"d c #1AAE07", +"f c #208402", +"g c #2CAB16", +"h c #2DB202", +"j c #2BB409", +"k c #30B302", +"l c #38B716", +"z c #3EB13C", +"x c #39C000", +"c c #3EC001", +"v c #3DC118", +"b c #42BD17", +"n c #46BF16", +"m c #43B823", +"M c #46B232", +"N c #67981E", +"B c #639427", +"V c #50AA7A", +"C c #67AD61", +"Z c #41C600", +"A c #46CD0D", +"S c #49C800", +"D c #4ACA00", +"F c #4DCD00", +"G c #48C116", +"H c #51CF00", +"J c #53CE00", +"K c #51C61B", +"L c #51C71A", +"P c #52C61B", +"I c #53D000", +"U c #55D000", +"Y c #59D400", +"T c #5ED700", +"R c #4EC320", +"E c #62D60E", +"W c #68DF00", +"Q c #65C528", +"! c #6EE100", +"~ c #72E400", +"^ c #78E40A", +"/ c #7AE32C", +"( c #6EC54E", +") c #6DC664", +"_ c #6EC764", +"` c #6EC667", +"' c #6BCB69", +"] c #72C96F", +"[ c #479F80", +"{ c #4E9F9A", +"} c #5F80A7", +"| c #5787B2", +" . c #5C89BE", +".. c #569FB5", +"X. c #728397", +"o. c #72869A", +"O. c #68A088", +"+. c #67AFA9", +"@. c #6CB6B6", +"#. c #528CC5", +"$. c #5E8FC9", +"%. c #5EA0DF", +"&. c #709CCE", +"*. c #71ABC6", +"=. c #67A9E1", +"-. c #6CACF3", +";. c #73B7F6", +":. c #7FB0FA", +">. c #7CBBFA", +",. c #7EB8F8", +"<. c #81B67D", +"1. c #84EB11", +"2. c #8DF210", +"3. c #98FC19", +"4. c #80E033", +"5. c #87F121", +"6. c #A0FF12", +"7. c #89D354", +"8. c #82CE6E", +"9. c #84CF74", +"0. c #85D171", +"q. c #88D57E", +"w. c #9AE44A", +"e. c #96E052", +"r. c #82BDEF", +"t. c #86BFFA", +"y. c #88BFF5", +"u. c #8DBBFA", +"i. c #9BBAE1", +"p. c #9BBCE2", +"a. c #87CA86", +"s. c #92C58E", +"d. c #B4EAB4", +"f. c #82C3FB", +"g. c #85C6FD", +"h. c #8AC2F1", +"j. c #8AC3F1", +"k. c #8BC6F3", +"l. c #8BC4F5", +"z. c #8FC5F1", +"x. c #8EC5F9", +"c. c #8DC8F4", +"v. c #9BCAEE", +"b. c #90C6F2", +"n. c #92C8F2", +"m. c #96CEF5", +"M. c #97CFF5", +"N. c #9AC6F1", +"B. c #9AC7F1", +"V. c #9BC6F1", +"C. c #9BC7F1", +"Z. c #98CFF5", +"A. c #98CFF6", +"S. c #9ED3F6", +"D. c #9ED4F6", +"F. c #9ED4F7", +"G. c #99D4FF", +"H. c #9FD7FF", +"J. c #A6CDF2", +"K. c #A5CEF7", +"L. c #ADCFFC", +"P. c #A1D0F8", +"I. c #A1D6F8", +"U. c #A1D7F8", +"Y. c #B0D3F5", +"T. c #B2D5F6", +"R. c #AEE0FA", +"E. c #AFE1FB", +"W. c #B6E0FF", +"Q. c #B6E5FF", +"!. c #B8E6FD", +"~. c #B9E7FD", +"^. c #BFEBFF", +"/. c #C2DFF7", +"(. c #C2DFF8", +"). c #C7EAC8", +"_. c #C6ECC8", +"`. c #C7ECC9", +"'. c #C0EDFF", +"]. c #CEF3FF", +"[. c #CFF4FF", +"{. c #D3E7FF", +"}. c #D4E7FB", +"|. c #D3E9FF", +" X c #D4E8FC", +".X c #D1FAFF", +"XX c #D1FBFF", +"oX c #DEFFFF", +"OX c #DFFFFF", +"+X c None", +/* pixels */ +"+X+X+X+X+X+X+X+X< C s.<.4 +X+X", +"+X+X+X+X+X+X+X& a._.)._.d.6 +X", +"+X+X+X- t : 1 ' ` ` ) ] z @ +X", +"+X+X; $.p.i.} s j b G n l d > +X", +"+XX &.|.}. X{.*.g F Y I Z h # +X", +"+X7 t.V.B.V.V.:.[ ^ 2.1.E 5 +X", +"+Xy ;.r.j.j.r.-...7.w.e.( , +X+X", +"+X9 g.A.U.U.m.,.+.0.8.9.q.M $ +X", +"+X. | !. X].W.@.m P P P R G f ", +"+X u K.'.'.L.{ c I J J D k k % ", +"+X8 z.Y.J.J.Y.u.V W ~ ! W F A 2 ", +"O %.z.z.z.z.z.f.=./ 6.3.5.4.Q , ", +"0 f.c.A.D.D.A.c.,.O.N B e 3 o ", +"#.H.I.E.!.!.T.F.G. . +X+X+X", +"w v.^.XXOXOXXX'.F.i +X+X+X+X+X", +" + q p X.o.a r = +X+X+X+X+X+X" +}; diff --git a/debian/_base/core/tdeadmin/debian/icons/kuser.xpm b/debian/_base/core/tdeadmin/debian/icons/kuser.xpm new file mode 100644 index 000000000..bdb97c27b --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/icons/kuser.xpm @@ -0,0 +1,295 @@ +/* XPM */ +static char *kuser[] = { +/* columns rows colors chars-per-pixel */ +"32 32 257 2", +" c #000000", +". c #000009", +"X c #020A00", +"o c #000818", +"O c #081001", +"+ c #000C22", +"@ c #051225", +"# c #001939", +"$ c #151F2D", +"% c #002B00", +"& c #0B2603", +"* c #003B00", +"= c #0B3200", +"- c #132903", +"; c #1D3805", +": c #17263C", +"> c #15253A", +", c #001F46", +"< c #00007F", +"1 c #062850", +"2 c #0A2D57", +"3 c #052D5A", +"4 c #1B2B41", +"5 c #002A6A", +"6 c #002E73", +"7 c #0B3669", +"8 c #003574", +"9 c #22385B", +"0 c #034C01", +"q c #004000", +"w c #075400", +"e c #144503", +"r c #036900", +"t c #0B7C00", +"y c #126400", +"u c #187103", +"i c #187D10", +"p c #284806", +"a c #275608", +"s c #2E5229", +"d c #217A19", +"f c #2D7E26", +"g c #174374", +"h c #1A766F", +"j c #1F7E75", +"k c #27456A", +"l c #425C7E", +"z c #094185", +"x c #1C569C", +"c c #0044AA", +"v c #385A85", +"b c #205FA8", +"n c #2267B3", +"m c #2F71BA", +"M c #316CAC", +"N c #306CB1", +"B c #377BBB", +"V c #2C73C3", +"C c #2C79C1", +"Z c #337CCE", +"A c #387CC3", +"S c #405E87", +"D c #5179A7", +"F c #178201", +"G c #1E8418", +"H c #0BA302", +"J c #16A701", +"K c #1DA81B", +"L c #309007", +"P c #2D890F", +"I c #368F2F", +"U c #3A9834", +"Y c #23AD01", +"T c #24A309", +"R c #2CAA1D", +"E c #25B400", +"W c #2BB401", +"Q c #33AE05", +"! c #34BB02", +"~ c #39BD01", +"^ c #35B808", +"/ c #31AF22", +"( c #33AD30", +") c #3FB729", +"_ c #38B136", +"` c #1F845E", +"' c #338D5C", +"] c #38A54B", +"[ c #3EC100", +"{ c #4AAD13", +"} c #44B517", +"| c #55AB14", +" . c #46A60D", +".. c #42BA29", +"X. c #49BD28", +"o. c #40BA25", +"O. c #75BF28", +"+. c #519014", +"@. c #4B9744", +"#. c #41A35A", +"$. c #5EB25C", +"%. c #59BD51", +"&. c #55BB53", +"*. c #51AD66", +"=. c #44C302", +"-. c #44C10A", +";. c #48C700", +":. c #4CCA00", +">. c #45C800", +",. c #51CD00", +"<. c #54CD0C", +"1. c #56D000", +"2. c #5BD300", +"3. c #5ED20E", +"4. c #4DC81C", +"5. c #4DC028", +"6. c #5CC82E", +"7. c #55C428", +"8. c #5AC633", +"9. c #5DC832", +"0. c #56C236", +"q. c #60D601", +"w. c #63D900", +"e. c #6BDE00", +"r. c #66D514", +"t. c #74D11A", +"y. c #6BD634", +"u. c #7ECD3F", +"i. c #7BDC26", +"p. c #7FDF36", +"a. c #6DE100", +"s. c #75E500", +"d. c #7BEA00", +"f. c #5EC151", +"g. c #62C451", +"h. c #6CC45F", +"j. c #7BC848", +"k. c #75CD5E", +"l. c #78CF5E", +"z. c #7CC657", +"x. c #77CD63", +"c. c #7CCA79", +"v. c #76C873", +"b. c #7AD060", +"n. c #3A88AC", +"m. c #3E87DF", +"M. c #5EA49F", +"N. c #698AB3", +"B. c #77B99A", +"V. c #4B83C3", +"C. c #5498C7", +"Z. c #5591D0", +"A. c #4892E7", +"S. c #5B9DE5", +"D. c #529CE7", +"F. c #5798F0", +"G. c #5AA4ED", +"H. c #6293CC", +"J. c #6196E5", +"K. c #6EACC2", +"L. c #66A3DF", +"P. c #77ACDE", +"I. c #69ABEB", +"U. c #66A8E8", +"Y. c #69A6F1", +"T. c #6EB0ED", +"R. c #75B4ED", +"E. c #7AB6EE", +"W. c #7EBBEF", +"Q. c #74B4F2", +"!. c #7CBAF3", +"~. c #7BB4F2", +"^. c #8CD539", +"/. c #84F000", +"(. c #99F41F", +"). c #91ED2C", +"_. c #9AED39", +"`. c #9BF527", +"'. c #92ED33", +"]. c #A6FC29", +"[. c #A2FB25", +"{. c #8ECC7E", +"}. c #96E849", +"|. c #B0F84A", +" X c #B3FA45", +".X c #A7EE48", +"XX c #81AAD4", +"oX c #84ACE3", +"OX c #84BCEE", +"+X c #8ABDED", +"@X c #84BAE7", +"#X c #80BEF0", +"$X c #8ABCF3", +"%X c #82BCF8", +"&X c #90B8E1", +"*X c #9DBDF5", +"=X c #80CD80", +"-X c #8DD08D", +";X c #93D58C", +":X c #99D887", +">X c #99D993", +",X c #97CC94", +"X1X.,.,.,.:.>.[ W E u YXYXYX", +"YXYXYXYXz $XbXgXgXgXgXgXgXjXbXJ.` >.1.2.w.a.2.1.;.[ ! e YXYXYX", +"YXYXYX+ V qX9XeXiXiXpXpXpX9XpXE.C 5.2.a.s.s.a.2.3.<.L X YXYXYXYX", +"YXYXYX1 A.E.0X0XqXqX9XqXqX+X+XI.m.$.).).`.(.).).i. .& YXYXYXYX", +"YXYXYX2 D.I.W.OX+X6X6X5X5X@XR.G.A.' t._. X X_.^.{ y YXYXYXYXYX", +"YXYXYX2 G.T.E.W.5X6X6X6X5XW.R.I.S.M.:Xz.j.u.j.{.-XR w YXYXYXYX", +"YXYXYX# D.!.5X7XrXyXyXrXwX6XW.R.S.B.:X>X;X;X>X>X>Xc.T = YXYXYXYX", +"YXYXYX. B 8XwXyXdXfXzXfXsXrX7X%XC.h.l.l.l.l.l.k.k.b...F X YXYXYX", +"YXYXYXYX1 R.xXhXxXvXvXcXhXfXaXU.#.7.8.9.6.6.6.9.8.0.) Y e YXYXYX", +"YXYXYXYX g 0XCXDXHXFXDXCXNX@X] ~ -.-.-.=.=.;.-.-.^ ^ W L YXYX", +"YXYXYXYXYX3 Z +XcXFXLXDXlX$XB R [ =.:.,.,.,.:.:.=.~ ~ W Q = YXYX", +"YXYXYXYX, Z $XjX9X9XeXuXpXgXOXn.) 1.1.2.2.w.2.1.,.;.~ ! ~ a YXYX", +"YXYXYX. n !.kXkXkXjXgXkXkXkXjXY.n.1.w.e.a.e.e.w.2.,.>.~ ~ L . YX", +"YXYXYX7 G.qXiXiXaXaXaXaXpXyXyX+XF.*.a.s.d.d.s.a.w.2.>.[ 4.{ O YX", +"YXYXo A Q.6X4XwXqXwX9XwXwX4X4X5XI.C.r.d././.d.s.a.3.3.y.y.| O YX", +"YXYX7 I.W.OX5X7X4X7X7X7X6X6X5XW.E.Y.v.[.].].`._._.}.}.^.| ; YX", +"YX N %X#X6X7X7XwXyXrXyXrXwX6X5XW.Q.K..X|.|..X.X^.6.+.a O YXYX", +"YX@ Z.6X6X7XyXyXdXdXdXdXaXyXrX7X5X5XJ.s p p p ; - O YXYXYX", +"YX2 Q.6XwXyXdXzXxXxXxXxXfXdXyXrX7X5X!.9 YX YXYXYXYXYXYXYXYX", +"YXb rXrXyXyXfXzXvXvXvXvXcXzXdXyXwXrXtXv YXYXYXYXYXYXYXYXYXYXYXYX", +"YXg 6XcXfXzXxXvXBXZXZXZXvXcXhXhXfXfXtXk YXYXYXYXYXYXYXYXYXYXYX", +"YX g P.cXZXGXGXPXIXIXIXGXHXDXCXcX$XS X YXYXYXYXYXYXYXYXYXYXYXYX", +"YXYX + k D XXuXjXbXAXNXhXaX&XN.S $ YXYXYXYXYXYXYXYXYXYXYXYXYX", +"YXYXYXYX . @ > : : 4 : @ . YXYXYXYXYXYXYXYXYXYXYXYXYXYX" +}; diff --git a/debian/_base/core/tdeadmin/debian/kcron-trinity.install b/debian/_base/core/tdeadmin/debian/kcron-trinity.install new file mode 100644 index 000000000..30f478b3a --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/kcron-trinity.install @@ -0,0 +1,17 @@ +debian/tmp/opt/trinity/bin/kcron +debian/tmp/opt/trinity/share/applications/tde/kcron.desktop +debian/tmp/opt/trinity/share/apps/kcron/kcronui.rc +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kcron/common +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kcron/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kcron/index.docbook +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kcron/kcron.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kcron/kcronstart.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kcron/newtask.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kcron/newvariable.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kcron/print.png +debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/kcron.png +debian/tmp/opt/trinity/share/icons/hicolor/22x22/apps/kcron.png +debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/kcron.png + +debian/icons/kcron.xpm /opt/trinity/share/pixmaps +debian/icons/kcron-16.xpm /opt/trinity/share/pixmaps diff --git a/debian/_base/core/tdeadmin/debian/kcron-trinity.manpages b/debian/_base/core/tdeadmin/debian/kcron-trinity.manpages new file mode 100644 index 000000000..069c663ae --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/kcron-trinity.manpages @@ -0,0 +1 @@ +debian/man/out/kcron-trinity.1 diff --git a/debian/_base/core/tdeadmin/debian/kcron-trinity.menu b/debian/_base/core/tdeadmin/debian/kcron-trinity.menu new file mode 100644 index 000000000..4bd82cc3d --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/kcron-trinity.menu @@ -0,0 +1,8 @@ +?package(kcron-trinity):\ + needs="X11"\ + section="Applications/Editors"\ + hints="TDE"\ + title="TDE Task Scheduler"\ + icon32x32="/opt/trinity/share/pixmaps/kcron.xpm"\ + icon16x16="/opt/trinity/share/pixmaps/kcron-16.xpm"\ + command="/opt/trinity/bin/kcron" diff --git a/debian/_base/core/tdeadmin/debian/kdat-trinity.install b/debian/_base/core/tdeadmin/debian/kdat-trinity.install new file mode 100644 index 000000000..fc9d79002 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/kdat-trinity.install @@ -0,0 +1,43 @@ +debian/tmp/opt/trinity/bin/kdat +debian/tmp/opt/trinity/share/applications/tde/kdat.desktop +debian/tmp/opt/trinity/share/apps/kdat/icons/hicolor/16x16/apps/kdat.png +debian/tmp/opt/trinity/share/apps/kdat/icons/crystalsvg/16x16/apps/kdat_archive.png +debian/tmp/opt/trinity/share/apps/kdat/icons/crystalsvg/16x16/apps/kdat_backup.png +debian/tmp/opt/trinity/share/apps/kdat/icons/crystalsvg/16x16/apps/kdat_eject.png +debian/tmp/opt/trinity/share/apps/kdat/icons/crystalsvg/16x16/apps/kdat_mounted.png +debian/tmp/opt/trinity/share/apps/kdat/icons/crystalsvg/16x16/apps/kdat_restore.png +debian/tmp/opt/trinity/share/apps/kdat/icons/crystalsvg/16x16/apps/kdat_select_all.png +debian/tmp/opt/trinity/share/apps/kdat/icons/crystalsvg/16x16/apps/kdat_select_none.png +debian/tmp/opt/trinity/share/apps/kdat/icons/crystalsvg/16x16/apps/kdat_select_some.png +debian/tmp/opt/trinity/share/apps/kdat/icons/crystalsvg/16x16/apps/kdat_unmounted.png +debian/tmp/opt/trinity/share/apps/kdat/icons/crystalsvg/16x16/apps/kdat_verify.png +debian/tmp/opt/trinity/share/apps/kdat/icons/hicolor/22x22/apps/kdat.png +debian/tmp/opt/trinity/share/apps/kdat/icons/hicolor/32x32/apps/kdat.png +debian/tmp/opt/trinity/share/apps/kdat/icons/crystalsvg/32x32/apps/kdat_backup.png +debian/tmp/opt/trinity/share/apps/kdat/icons/crystalsvg/32x32/apps/kdat_restore.png +debian/tmp/opt/trinity/share/apps/kdat/icons/crystalsvg/32x32/apps/kdat_verify.png +debian/tmp/opt/trinity/share/apps/kdat/icons/hicolor/48x48/apps/kdat.png +debian/tmp/opt/trinity/share/apps/kdat/icons/locolor/16x16/apps/kdat.png +debian/tmp/opt/trinity/share/apps/kdat/icons/locolor/16x16/apps/kdat_archive.png +debian/tmp/opt/trinity/share/apps/kdat/icons/locolor/16x16/apps/kdat_backup.png +debian/tmp/opt/trinity/share/apps/kdat/icons/locolor/16x16/apps/kdat_eject.png +debian/tmp/opt/trinity/share/apps/kdat/icons/locolor/16x16/apps/kdat_mounted.png +debian/tmp/opt/trinity/share/apps/kdat/icons/locolor/16x16/apps/kdat_restore.png +debian/tmp/opt/trinity/share/apps/kdat/icons/locolor/16x16/apps/kdat_select_all.png +debian/tmp/opt/trinity/share/apps/kdat/icons/locolor/16x16/apps/kdat_select_none.png +debian/tmp/opt/trinity/share/apps/kdat/icons/locolor/16x16/apps/kdat_select_some.png +debian/tmp/opt/trinity/share/apps/kdat/icons/locolor/16x16/apps/kdat_unmounted.png +debian/tmp/opt/trinity/share/apps/kdat/icons/locolor/16x16/apps/kdat_verify.png +debian/tmp/opt/trinity/share/apps/kdat/icons/locolor/32x32/apps/kdat.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdat/common +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdat/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdat/index.docbook +debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/kdat.png +debian/tmp/opt/trinity/share/icons/hicolor/22x22/apps/kdat.png +debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/kdat.png +debian/tmp/opt/trinity/share/icons/hicolor/48x48/apps/kdat.png +debian/tmp/opt/trinity/share/icons/locolor/16x16/apps/kdat.png +debian/tmp/opt/trinity/share/icons/locolor/32x32/apps/kdat.png + +debian/icons/kdat.xpm /opt/trinity/share/pixmaps +debian/icons/kdat-16.xpm /opt/trinity/share/pixmaps diff --git a/debian/_base/core/tdeadmin/debian/kdat-trinity.manpages b/debian/_base/core/tdeadmin/debian/kdat-trinity.manpages new file mode 100644 index 000000000..593a2a25c --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/kdat-trinity.manpages @@ -0,0 +1 @@ +debian/man/out/kdat-trinity.1 diff --git a/debian/_base/core/tdeadmin/debian/kdat-trinity.menu b/debian/_base/core/tdeadmin/debian/kdat-trinity.menu new file mode 100644 index 000000000..0970faaf2 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/kdat-trinity.menu @@ -0,0 +1,8 @@ +?package(kdat-trinity):\ + needs="X11"\ + section="Applications/System/Hardware"\ + hints="TDE"\ + title="KDat"\ + icon32x32="/opt/trinity/share/pixmaps/kdat.xpm"\ + icon16x16="/opt/trinity/share/pixmaps/kdat-16.xpm"\ + command="/opt/trinity/bin/kdat" diff --git a/debian/_base/core/tdeadmin/debian/knetworkconf-trinity.install b/debian/_base/core/tdeadmin/debian/knetworkconf-trinity.install new file mode 100644 index 000000000..ec0333100 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/knetworkconf-trinity.install @@ -0,0 +1,56 @@ +debian/tmp/opt/trinity/share/doc/tde/HTML/en/knetworkconf/01.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/knetworkconf/02.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/knetworkconf/11.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/knetworkconf/03.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/knetworkconf/04.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/knetworkconf/05.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/knetworkconf/index.docbook +debian/tmp/opt/trinity/share/doc/tde/HTML/en/knetworkconf/06.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/knetworkconf/07.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/knetworkconf/about1.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/knetworkconf/08.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/knetworkconf/09.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/knetworkconf/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/tde/HTML/en/knetworkconf/common +debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/knetworkconf.png +debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/knetworkconf.png +debian/tmp/opt/trinity/share/icons/hicolor/22x22/apps/knetworkconf.png +debian/tmp/opt/trinity/share/icons/hicolor/22x22/actions/network_disconnected_wlan.png +debian/tmp/opt/trinity/share/icons/hicolor/22x22/actions/network_connected_lan_knc.png +debian/tmp/opt/trinity/share/icons/hicolor/22x22/actions/network_disconnected_lan.png +debian/tmp/opt/trinity/share/icons/hicolor/22x22/actions/network_traffic_wlan.png +debian/tmp/opt/trinity/share/apps/knetworkconf/backends/network-conf +debian/tmp/opt/trinity/share/apps/knetworkconf/backends/debug.pl +debian/tmp/opt/trinity/share/apps/knetworkconf/backends/file.pl +debian/tmp/opt/trinity/share/apps/knetworkconf/backends/general.pl +debian/tmp/opt/trinity/share/apps/knetworkconf/backends/network.pl +debian/tmp/opt/trinity/share/apps/knetworkconf/backends/parse.pl +debian/tmp/opt/trinity/share/apps/knetworkconf/backends/platform.pl +debian/tmp/opt/trinity/share/apps/knetworkconf/backends/process.pl +debian/tmp/opt/trinity/share/apps/knetworkconf/backends/replace.pl +debian/tmp/opt/trinity/share/apps/knetworkconf/backends/report.pl +debian/tmp/opt/trinity/share/apps/knetworkconf/backends/service.pl +debian/tmp/opt/trinity/share/apps/knetworkconf/backends/service-list.pl +debian/tmp/opt/trinity/share/apps/knetworkconf/backends/util.pl +debian/tmp/opt/trinity/share/apps/knetworkconf/backends/xml.pl +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/ark.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/debian.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/blackpanther.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/mandriva.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/pld.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/redhat.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/suse.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/turbolinux.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/conectiva.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/fedora.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/openna.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/slackware.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/freebsd.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/gentoo.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/vine.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/rpath.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/kubuntu.png +debian/tmp/opt/trinity/share/apps/knetworkconf/pixmaps/yoper.png +debian/tmp/opt/trinity/share/applications/tde/kcm_knetworkconfmodule.desktop +debian/tmp/opt/trinity/lib/trinity/kcm_knetworkconfmodule.so +debian/tmp/opt/trinity/lib/trinity/kcm_knetworkconfmodule.la diff --git a/debian/_base/core/tdeadmin/debian/knetworkconf-trinity.postinst b/debian/_base/core/tdeadmin/debian/knetworkconf-trinity.postinst new file mode 100644 index 000000000..94012bd76 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/knetworkconf-trinity.postinst @@ -0,0 +1,40 @@ +#! /bin/sh -e + +package_name=knetworkconf-trinity + +divert_remove() + { + divert=`dpkg-divert --listpackage "$1"` + if [ -n "$divert" ] && [ "$divert" = "LOCAL" ]; then + dpkg-divert --remove --local --rename "$1" + fi + if [ -n "$divert" ] && [ "$divert" = "$package_name" ]; then + dpkg-divert --remove --package $package_name --rename "$1" + fi + } + +case "$1" in + + configure) + divert_remove /usr/share/icons/hicolor/16x16/apps/knetworkconf.png + divert_remove /usr/share/icons/hicolor/22x22/apps/knetworkconf.png + divert_remove /usr/share/icons/hicolor/32x32/apps/knetworkconf.png + divert_remove /usr/share/icons/hicolor/22x22/actions/network_connected_lan_knc.png + divert_remove /usr/share/icons/hicolor/22x22/actions/network_disconnected_lan.png + divert_remove /usr/share/icons/hicolor/22x22/actions/network_disconnected_wlan.png + divert_remove /usr/share/icons/hicolor/22x22/actions/network_traffic_wlan.png + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; + +esac + +#DEBHELPER# + +exit 0 diff --git a/debian/_base/core/tdeadmin/debian/kpackage-trinity.install b/debian/_base/core/tdeadmin/debian/kpackage-trinity.install new file mode 100644 index 000000000..0aac54e24 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/kpackage-trinity.install @@ -0,0 +1,54 @@ +debian/tmp/opt/trinity/bin/kpackage +debian/tmp/opt/trinity/share/applications/tde/kpackage.desktop +debian/tmp/opt/trinity/share/apps/kpackage/kpackageui.rc +debian/tmp/opt/trinity/share/apps/kpackage/pics/bnew.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/bsd.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/bupdated.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/cross.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/dbad.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/deb.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/dnew.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/dupdated.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/ftin.xpm +debian/tmp/opt/trinity/share/apps/kpackage/pics/ftout.xpm +debian/tmp/opt/trinity/share/apps/kpackage/pics/kiss.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/knew.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/kupdated.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/noball.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/ptick.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/question.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/rnew.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/rpm.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/rupdated.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/slack.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/snew.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/supdated.png +debian/tmp/opt/trinity/share/apps/kpackage/pics/tick.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/bsdloc.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/common +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/debaptloc.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/debloc.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/handle.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/index.docbook +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/install.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/left.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/right-change.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/right-files.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/right-prop.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/root-prompt.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/rpmloc.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/slackloc.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/uninstall.png +debian/tmp/opt/trinity/share/icons/hicolor/128x128/apps/kpackage.png +debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/kpackage.png +debian/tmp/opt/trinity/share/icons/hicolor/22x22/apps/kpackage.png +debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/kpackage.png +debian/tmp/opt/trinity/share/icons/hicolor/48x48/apps/kpackage.png +debian/tmp/opt/trinity/share/icons/hicolor/64x64/apps/kpackage.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/search.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/searchf.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kpackage/searchl.png + +debian/icons/kpackage.xpm /opt/trinity/share/pixmaps +debian/icons/kpackage-16.xpm /opt/trinity/share/pixmaps diff --git a/debian/_base/core/tdeadmin/debian/kpackage-trinity.manpages b/debian/_base/core/tdeadmin/debian/kpackage-trinity.manpages new file mode 100644 index 000000000..ef024d1b2 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/kpackage-trinity.manpages @@ -0,0 +1 @@ +debian/man/out/kpackage-trinity.1 diff --git a/debian/_base/core/tdeadmin/debian/kpackage-trinity.menu b/debian/_base/core/tdeadmin/debian/kpackage-trinity.menu new file mode 100644 index 000000000..c1a3762b0 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/kpackage-trinity.menu @@ -0,0 +1,8 @@ +?package(kpackage-trinity):\ + needs="X11"\ + section="Applications/System/Package Management"\ + hints="TDE"\ + title="TDE Package Manager"\ + icon32x32="/opt/trinity/share/pixmaps/kpackage.xpm"\ + icon16x16="/opt/trinity/share/pixmaps/kpackage-16.xpm"\ + command="/opt/trinity/bin/kpackage" diff --git a/debian/_base/core/tdeadmin/debian/kpackage-trinity.mime b/debian/_base/core/tdeadmin/debian/kpackage-trinity.mime new file mode 100644 index 000000000..e416e75bd --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/kpackage-trinity.mime @@ -0,0 +1,2 @@ +application/x-deb; kpackage -caption "Package Manager" %s; nametemplate=%s.deb; test=test "$DISPLAY" != ""; priority=7 +application/x-rpm; kpackage -caption "Package Manager" %s; nametemplate=%s.rpm; test=test "$DISPLAY" != ""; priority=7 diff --git a/debian/_base/core/tdeadmin/debian/ksysv-trinity.install b/debian/_base/core/tdeadmin/debian/ksysv-trinity.install new file mode 100644 index 000000000..2437f6aa0 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/ksysv-trinity.install @@ -0,0 +1,20 @@ +debian/tmp/opt/trinity/bin/ksysv +debian/tmp/opt/trinity/share/applications/tde/ksysv.desktop +debian/tmp/opt/trinity/share/apps/ksysv/ksysvui.rc +debian/tmp/opt/trinity/share/apps/ksysv/pics/ksysv_locked.png +debian/tmp/opt/trinity/share/apps/ksysv/pics/ksysv_restart.png +debian/tmp/opt/trinity/share/apps/ksysv/pics/ksysv_start.png +debian/tmp/opt/trinity/share/apps/ksysv/pics/ksysv_stop.png +debian/tmp/opt/trinity/share/apps/ksysv/pics/ksysv_unlocked.png +debian/tmp/opt/trinity/share/doc/tde/HTML/en/ksysv/common +debian/tmp/opt/trinity/share/doc/tde/HTML/en/ksysv/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/tde/HTML/en/ksysv/index.docbook +debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/ksysv.png +debian/tmp/opt/trinity/share/icons/hicolor/22x22/apps/ksysv.png +debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/ksysv.png +debian/tmp/opt/trinity/share/icons/hicolor/48x48/apps/ksysv.png +debian/tmp/opt/trinity/share/mimelnk/application/x-ksysv.desktop +debian/tmp/opt/trinity/share/mimelnk/text/x-ksysv-log.desktop + +debian/icons/ksysv.xpm /opt/trinity/share/pixmaps +debian/icons/ksysv-16.xpm /opt/trinity/share/pixmaps diff --git a/debian/_base/core/tdeadmin/debian/ksysv-trinity.manpages b/debian/_base/core/tdeadmin/debian/ksysv-trinity.manpages new file mode 100644 index 000000000..eac192172 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/ksysv-trinity.manpages @@ -0,0 +1 @@ +debian/man/out/ksysv-trinity.1 diff --git a/debian/_base/core/tdeadmin/debian/ksysv-trinity.menu b/debian/_base/core/tdeadmin/debian/ksysv-trinity.menu new file mode 100644 index 000000000..f28aef7bc --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/ksysv-trinity.menu @@ -0,0 +1,8 @@ +?package(ksysv-trinity):\ + needs="X11"\ + section="Applications/Editors"\ + hints="TDE"\ + title="TDE SysV-Init Editor"\ + icon32x32="/opt/trinity/share/pixmaps/ksysv.xpm"\ + icon16x16="/opt/trinity/share/pixmaps/ksysv-16.xpm"\ + command="/opt/trinity/bin/ksysv" diff --git a/debian/_base/core/tdeadmin/debian/kuser-trinity.install b/debian/_base/core/tdeadmin/debian/kuser-trinity.install new file mode 100644 index 000000000..24f6c245d --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/kuser-trinity.install @@ -0,0 +1,25 @@ +debian/tmp/opt/trinity/bin/kuser +debian/tmp/opt/trinity/share/applications/tde/kuser.desktop +debian/tmp/opt/trinity/share/apps/kuser/icons/crystalsvg/22x22/actions/add_group.png +debian/tmp/opt/trinity/share/apps/kuser/icons/crystalsvg/22x22/actions/add_user.png +debian/tmp/opt/trinity/share/apps/kuser/icons/crystalsvg/22x22/actions/delete_group.png +debian/tmp/opt/trinity/share/apps/kuser/icons/crystalsvg/22x22/actions/delete_user.png +debian/tmp/opt/trinity/share/apps/kuser/icons/crystalsvg/22x22/actions/edit_group.png +debian/tmp/opt/trinity/share/apps/kuser/icons/crystalsvg/22x22/actions/edit_user.png +debian/tmp/opt/trinity/share/apps/kuser/kuserui.rc +debian/tmp/opt/trinity/share/apps/kuser/pics/group.png +debian/tmp/opt/trinity/share/apps/kuser/pics/user.png +debian/tmp/opt/trinity/share/config.kcfg/kuser.kcfg +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kuser/common +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kuser/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kuser/index.docbook +debian/tmp/opt/trinity/share/doc/tde/HTML/en/kuser/kuser.png +debian/tmp/opt/trinity/share/icons/hicolor/128x128/apps/kuser.png +debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/kuser.png +debian/tmp/opt/trinity/share/icons/hicolor/22x22/apps/kuser.png +debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/kuser.png +debian/tmp/opt/trinity/share/icons/hicolor/48x48/apps/kuser.png +debian/tmp/opt/trinity/share/icons/hicolor/64x64/apps/kuser.png + +debian/icons/kuser.xpm /opt/trinity/share/pixmaps +debian/icons/kuser-16.xpm /opt/trinity/share/pixmaps diff --git a/debian/_base/core/tdeadmin/debian/kuser-trinity.manpages b/debian/_base/core/tdeadmin/debian/kuser-trinity.manpages new file mode 100644 index 000000000..917414a2d --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/kuser-trinity.manpages @@ -0,0 +1 @@ +debian/man/out/kuser-trinity.1 diff --git a/debian/_base/core/tdeadmin/debian/kuser-trinity.menu b/debian/_base/core/tdeadmin/debian/kuser-trinity.menu new file mode 100644 index 000000000..5280c0a09 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/kuser-trinity.menu @@ -0,0 +1,8 @@ +?package(kuser-trinity):\ + needs="X11"\ + section="Applications/System/Administration"\ + hints="TDE"\ + title="TDE User Manager"\ + icon32x32="/opt/trinity/share/pixmaps/kuser.xpm"\ + icon16x16="/opt/trinity/share/pixmaps/kuser-16.xpm"\ + command="/opt/trinity/bin/kuser" diff --git a/debian/_base/core/tdeadmin/debian/lilo-config-trinity.install b/debian/_base/core/tdeadmin/debian/lilo-config-trinity.install new file mode 100644 index 000000000..a30ed1fe7 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/lilo-config-trinity.install @@ -0,0 +1,6 @@ +debian/tmp/opt/trinity/lib/trinity/kcm_lilo.la +debian/tmp/opt/trinity/lib/trinity/kcm_lilo.so +debian/tmp/opt/trinity/share/applications/tde/lilo.desktop +debian/tmp/opt/trinity/share/doc/tde/HTML/en/lilo-config/index.docbook +debian/tmp/opt/trinity/share/doc/tde/HTML/en/lilo-config/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/tde/HTML/en/lilo-config/common diff --git a/debian/_base/core/tdeadmin/debian/lilo-config-trinity.lintian b/debian/_base/core/tdeadmin/debian/lilo-config-trinity.lintian new file mode 100644 index 000000000..f268b6b2a --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/lilo-config-trinity.lintian @@ -0,0 +1 @@ +lilo-config-trinity: menu-command-not-in-package /usr/share/menu/lilo-config-trinity:6 /opt/trinity/bin/tdesu diff --git a/debian/_base/core/tdeadmin/debian/lilo-config-trinity.menu b/debian/_base/core/tdeadmin/debian/lilo-config-trinity.menu new file mode 100644 index 000000000..77a15d4a9 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/lilo-config-trinity.menu @@ -0,0 +1,6 @@ +?package(lilo-config-trinity):\ + needs="X11"\ + section="Applications/System/Administration"\ + hints="TDE"\ + title="lilo-config"\ + command="/opt/trinity/bin/tdesu tdecmshell lilo" diff --git a/debian/_base/core/tdeadmin/debian/man/kcron-trinity.sgml b/debian/_base/core/tdeadmin/debian/man/kcron-trinity.sgml new file mode 100644 index 000000000..f07379504 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/man/kcron-trinity.sgml @@ -0,0 +1,333 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + --> + + Daniel"> + Stone"> + October 21, 2001"> + 8"> + daniel@sfarc.net"> + + KCRON"> + + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2001 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Views and sets cron daemon configuration. + + + + &dhpackage; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + &dhpackage; is an application to configure cron + services. + + + + OPTIONS + + These programs follow the usual GNU command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. However, the ordering is very strict - + --help/-h must come before hostname. + + + + + + + Show version information. + + + + + + + Show information about the author. + + + + + + + Show license information. + + + + + + + Specify the caption of the window. + + + + + + + Specify the icon of the window. + + + + + + + Specify the mini-icon of the window. + + + + + + + Specify the DCOP server to use. + + + + + + + Disable TDE crash handler (enables core dumps). + + + + + + + Waits for a compatible window manager to start. + + + + + + + Sets the application's GUI style (overrides TDE). + + + + + + + Sets the geometry of the window. + + + + + + + Specifies the X display to use. + + + + + + + Restores the application for the given session ID. + + + + + + + Forces use of an internal colour map on an 8-bit display. + + + + + + + Limits the number of colours allowed in an 8-bit display. + + + + + + + Forces Qt to never grab the mouse or keyboard. + + + + + + + Overrides --nograb, which may be implicitly set. + + + + + + + Forces synchronous mode (for debugging). + + + + + + + Sets the default application font. + + + + + + + Sets the default background colour and application + pallette. + + + + + + + Sets the default foreground colour. + + + + + + + Sets the default button colour. + + + + + + + Sets the application name. + + + + + + + Sets the application title. + + + + + + + Forces the application to use a True Colour visual on 8-bit + displays. + + + + + + + Sets X Input Method (XIM) input style. Possible values are: + onthespot, overthespot, offthespot, and root. + + + + + + + Sets X Input Method (XIM) server. + + + + + + + Disables X Input Method (XIM) support. + + + + + + AUTHOR + + This manual page was written by &dhusername; <&dhemail;> for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the GNU General Public License + version 2 or any later version published by the Free Software Foundation. + + +
+ + diff --git a/debian/_base/core/tdeadmin/debian/man/kdat-trinity.sgml b/debian/_base/core/tdeadmin/debian/man/kdat-trinity.sgml new file mode 100644 index 000000000..0eebc4a91 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/man/kdat-trinity.sgml @@ -0,0 +1,333 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + --> + + Pierre"> + Habouzit"> + February 28, 2005"> + 8"> + madcoder@debian.org"> + + KDAT"> + + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2005 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + tar-based DAT archiver for TDE. + + + + &dhpackage; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + &dhpackage; is a tar based tape archiver, + that is designed to work with multiple archives on a single tape. + + + + OPTIONS + + These programs follow the usual GNU command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. However, the ordering is very strict - + --help/-h must come before hostname. + + + + + + + Show version information. + + + + + + + Show information about the author. + + + + + + + Show license information. + + + + + + + Specify the caption of the window. + + + + + + + Specify the icon of the window. + + + + + + + Specify the mini-icon of the window. + + + + + + + Specify the DCOP server to use. + + + + + + + Disable TDE crash handler (enables core dumps). + + + + + + + Waits for a compatible window manager to start. + + + + + + + Sets the application's GUI style (overrides TDE). + + + + + + + Sets the geometry of the window. + + + + + + + Specifies the X display to use. + + + + + + + Restores the application for the given session ID. + + + + + + + Forces use of an internal colour map on an 8-bit display. + + + + + + + Limits the number of colours allowed in an 8-bit display. + + + + + + + Forces Qt to never grab the mouse or keyboard. + + + + + + + Overrides --nograb, which may be implicitly set. + + + + + + + Forces synchronous mode (for debugging). + + + + + + + Sets the default application font. + + + + + + + Sets the default background colour and application + pallette. + + + + + + + Sets the default foreground colour. + + + + + + + Sets the default button colour. + + + + + + + Sets the application name. + + + + + + + Sets the application title. + + + + + + + Forces the application to use a True Colour visual on 8-bit + displays. + + + + + + + Sets X Input Method (XIM) input style. Possible values are: + onthespot, overthespot, offthespot, and root. + + + + + + + Sets X Input Method (XIM) server. + + + + + + + Disables X Input Method (XIM) support. + + + + + + AUTHOR + + This manual page was written by &dhusername; <&dhemail;> for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the GNU General Public License + version 2 or any later version published by the Free Software Foundation. + + +
+ + diff --git a/debian/_base/core/tdeadmin/debian/man/kpackage-trinity.sgml b/debian/_base/core/tdeadmin/debian/man/kpackage-trinity.sgml new file mode 100644 index 000000000..e8dac316d --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/man/kpackage-trinity.sgml @@ -0,0 +1,349 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + --> + + Daniel"> + Stone"> + October 21, 2001"> + 1"> + daniel@sfarc.net"> + + KPACKAGE"> + + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2001 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Installs, removes, and queries packages. + + + + &dhpackage; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + &dhpackage; is an application to install, remove + and query packages in many formats, including RPM and DEB. + + + + OPTIONS + + These programs follow the usual GNU command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. However, the ordering is very strict - + --help/-h must come before hostname. + + + + + + + Show version information. + + + + + + + Show information about the author. + + + + + + + Show license information. + + + + + + + Specify the caption of the window. + + + + + + + Specify the icon of the window. + + + + + + + Specify the mini-icon of the window. + + + + + + + Specify the DCOP server to use. + + + + + + + Disable TDE crash handler (enables core dumps). + + + + + + + Waits for a compatible window manager to start. + + + + + + + Sets the application's GUI style (overrides TDE). + + + + + + + Sets the geometry of the window. + + + + + + + Specifies the X display to use. + + + + + + + Restores the application for the given session ID. + + + + + + + Forces use of an internal colour map on an 8-bit display. + + + + + + + Limits the number of colours allowed in an 8-bit display. + + + + + + + Forces Qt to never grab the mouse or keyboard. + + + + + + + Overrides --nograb, which may be implicitly set. + + + + + + + Forces synchronous mode (for debugging). + + + + + + + Sets the default application font. + + + + + + + Sets the default background colour and application + pallette. + + + + + + + Sets the default foreground colour. + + + + + + + Sets the default button colour. + + + + + + + Sets the application name. + + + + + + + Sets the application title. + + + + + + + Forces the application to use a True Colour visual on 8-bit + displays. + + + + + + + Sets X Input Method (XIM) input style. Possible values are: + onthespot, overthespot, offthespot, and root. + + + + + + + Sets X Input Method (XIM) server. + + + + + + + Disables X Input Method (XIM) support. + + + + + + + Perform the actions on remote server server via SSH. + + + + + + + Name of the file (package) to install. + + + + + + AUTHOR + + This manual page was written by &dhusername; <&dhemail;> for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the GNU General Public License + version 2 or any later version published by the Free Software Foundation. + + +
+ + diff --git a/debian/_base/core/tdeadmin/debian/man/ksysv-trinity.sgml b/debian/_base/core/tdeadmin/debian/man/ksysv-trinity.sgml new file mode 100644 index 000000000..059a0010d --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/man/ksysv-trinity.sgml @@ -0,0 +1,333 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + --> + + Daniel"> + Stone"> + October 21, 2001"> + 8"> + daniel@sfarc.net"> + + KSYSV"> + + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2001 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Views and sets SysV init configuration. + + + + &dhpackage; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + &dhpackage; is an application to configure SysV-like + init services. + + + + OPTIONS + + These programs follow the usual GNU command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. However, the ordering is very strict - + --help/-h must come before hostname. + + + + + + + Show version information. + + + + + + + Show information about the author. + + + + + + + Show license information. + + + + + + + Specify the caption of the window. + + + + + + + Specify the icon of the window. + + + + + + + Specify the mini-icon of the window. + + + + + + + Specify the DCOP server to use. + + + + + + + Disable TDE crash handler (enables core dumps). + + + + + + + Waits for a compatible window manager to start. + + + + + + + Sets the application's GUI style (overrides TDE). + + + + + + + Sets the geometry of the window. + + + + + + + Specifies the X display to use. + + + + + + + Restores the application for the given session ID. + + + + + + + Forces use of an internal colour map on an 8-bit display. + + + + + + + Limits the number of colours allowed in an 8-bit display. + + + + + + + Forces Qt to never grab the mouse or keyboard. + + + + + + + Overrides --nograb, which may be implicitly set. + + + + + + + Forces synchronous mode (for debugging). + + + + + + + Sets the default application font. + + + + + + + Sets the default background colour and application + pallette. + + + + + + + Sets the default foreground colour. + + + + + + + Sets the default button colour. + + + + + + + Sets the application name. + + + + + + + Sets the application title. + + + + + + + Forces the application to use a True Colour visual on 8-bit + displays. + + + + + + + Sets X Input Method (XIM) input style. Possible values are: + onthespot, overthespot, offthespot, and root. + + + + + + + Sets X Input Method (XIM) server. + + + + + + + Disables X Input Method (XIM) support. + + + + + + AUTHOR + + This manual page was written by &dhusername; <&dhemail;> for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the GNU General Public License + version 2 or any later version published by the Free Software Foundation. + + +
+ + diff --git a/debian/_base/core/tdeadmin/debian/man/kuser-trinity.sgml b/debian/_base/core/tdeadmin/debian/man/kuser-trinity.sgml new file mode 100644 index 000000000..e99ddba47 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/man/kuser-trinity.sgml @@ -0,0 +1,333 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + --> + + Daniel"> + Stone"> + October 21, 2001"> + 8"> + daniel@sfarc.net"> + + KUSER"> + + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2001 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Configures users on the system. + + + + &dhpackage; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + &dhpackage; is an application to configure users on + the system. + + + + OPTIONS + + These programs follow the usual GNU command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. However, the ordering is very strict - + --help/-h must come before hostname. + + + + + + + Show version information. + + + + + + + Show information about the author. + + + + + + + Show license information. + + + + + + + Specify the caption of the window. + + + + + + + Specify the icon of the window. + + + + + + + Specify the mini-icon of the window. + + + + + + + Specify the DCOP server to use. + + + + + + + Disable TDE crash handler (enables core dumps). + + + + + + + Waits for a compatible window manager to start. + + + + + + + Sets the application's GUI style (overrides TDE). + + + + + + + Sets the geometry of the window. + + + + + + + Specifies the X display to use. + + + + + + + Restores the application for the given session ID. + + + + + + + Forces use of an internal colour map on an 8-bit display. + + + + + + + Limits the number of colours allowed in an 8-bit display. + + + + + + + Forces Qt to never grab the mouse or keyboard. + + + + + + + Overrides --nograb, which may be implicitly set. + + + + + + + Forces synchronous mode (for debugging). + + + + + + + Sets the default application font. + + + + + + + Sets the default background colour and application + pallette. + + + + + + + Sets the default foreground colour. + + + + + + + Sets the default button colour. + + + + + + + Sets the application name. + + + + + + + Sets the application title. + + + + + + + Forces the application to use a True Colour visual on 8-bit + displays. + + + + + + + Sets X Input Method (XIM) input style. Possible values are: + onthespot, overthespot, offthespot, and root. + + + + + + + Sets X Input Method (XIM) server. + + + + + + + Disables X Input Method (XIM) support. + + + + + + AUTHOR + + This manual page was written by &dhusername; <&dhemail;> for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the GNU General Public License + version 2 or any later version published by the Free Software Foundation. + + +
+ + diff --git a/debian/_base/core/tdeadmin/debian/man/secpolicy-trinity.sgml b/debian/_base/core/tdeadmin/debian/man/secpolicy-trinity.sgml new file mode 100644 index 000000000..af7be9b7f --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/man/secpolicy-trinity.sgml @@ -0,0 +1,333 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + --> + + Daniel"> + Stone"> + October 21, 2001"> + 8"> + daniel@sfarc.net"> + + SECPOLICY"> + + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2001 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Views and sets PAM security policies. + + + + &dhpackage; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + &dhpackage; is an application to view and set PAM security + policies. + + + + OPTIONS + + These programs follow the usual GNU command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. However, the ordering is very strict - + --help/-h must come before hostname. + + + + + + + Show version information. + + + + + + + Show information about the author. + + + + + + + Show license information. + + + + + + + Specify the caption of the window. + + + + + + + Specify the icon of the window. + + + + + + + Specify the mini-icon of the window. + + + + + + + Specify the DCOP server to use. + + + + + + + Disable TDE crash handler (enables core dumps). + + + + + + + Waits for a compatible window manager to start. + + + + + + + Sets the application's GUI style (overrides TDE). + + + + + + + Sets the geometry of the window. + + + + + + + Specifies the X display to use. + + + + + + + Restores the application for the given session ID. + + + + + + + Forces use of an internal colour map on an 8-bit display. + + + + + + + Limits the number of colours allowed in an 8-bit display. + + + + + + + Forces Qt to never grab the mouse or keyboard. + + + + + + + Overrides --nograb, which may be implicitly set. + + + + + + + Forces synchronous mode (for debugging). + + + + + + + Sets the default application font. + + + + + + + Sets the default background colour and application + pallette. + + + + + + + Sets the default foreground colour. + + + + + + + Sets the default button colour. + + + + + + + Sets the application name. + + + + + + + Sets the application title. + + + + + + + Forces the application to use a True Colour visual on 8-bit + displays. + + + + + + + Sets X Input Method (XIM) input style. Possible values are: + onthespot, overthespot, offthespot, and root. + + + + + + + Sets X Input Method (XIM) server. + + + + + + + Disables X Input Method (XIM) support. + + + + + + AUTHOR + + This manual page was written by &dhusername; <&dhemail;> for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the GNU General Public License + version 2 or any later version published by the Free Software Foundation. + + +
+ + diff --git a/debian/_base/core/tdeadmin/debian/not-installed.list b/debian/_base/core/tdeadmin/debian/not-installed.list new file mode 100644 index 000000000..22bedffe4 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/not-installed.list @@ -0,0 +1,6 @@ +The following files are not installed in any binary package. +This is deliberate. + +/usr/lib/pkgconfig/system-tools-backends.pc + - This file serves no purpose that we can see, and conflicts + with GNOME system tools, so be sure to leave it out. diff --git a/debian/_base/core/tdeadmin/debian/patches/common/04_am_maintainer_mode.diff b/debian/_base/core/tdeadmin/debian/patches/common/04_am_maintainer_mode.diff new file mode 100644 index 000000000..391a80285 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/patches/common/04_am_maintainer_mode.diff @@ -0,0 +1,11 @@ +--- a/admin/configure.in.min ++++ b/admin/configure.in.min +@@ -38,6 +38,8 @@ + dnl Automake doc recommends to do this only here. (Janos) + AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs + ++AM_MAINTAINER_MODE ++ + KDE_SET_PREFIX + + dnl generate the config header diff --git a/debian/_base/core/tdeadmin/debian/patches/common/06_disable_no_undefined.diff b/debian/_base/core/tdeadmin/debian/patches/common/06_disable_no_undefined.diff new file mode 100644 index 000000000..05c932c3c --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/patches/common/06_disable_no_undefined.diff @@ -0,0 +1,18 @@ +--- a/admin/acinclude.m4.in ++++ b/admin/acinclude.m4.in +@@ -1689,15 +1689,6 @@ + KDE_USE_CLOSURE_TRUE="#" + KDE_USE_CLOSURE_FALSE="" + KDE_NO_UNDEFINED="" +- case $host in +- *-*-linux-gnu) +- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined], +- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined], +- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"], +- [KDE_NO_UNDEFINED=""])], +- [KDE_NO_UNDEFINED=""]) +- ;; +- esac + fi + AC_SUBST(KDE_USE_CLOSURE_TRUE) + AC_SUBST(KDE_USE_CLOSURE_FALSE) diff --git a/debian/_base/core/tdeadmin/debian/patches/common/kubuntu_01_kdepot.diff b/debian/_base/core/tdeadmin/debian/patches/common/kubuntu_01_kdepot.diff new file mode 100644 index 000000000..39dd7745e --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/patches/common/kubuntu_01_kdepot.diff @@ -0,0 +1,26 @@ +--- kde/admin/cvs.sh 2005-11-26 02:42:02.000000000 +0000 ++++ kde/admin/cvs.sh 2005-11-26 02:42:26.000000000 +0000 +@@ -537,6 +537,8 @@ + if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi + export EXTRACTRC PREPARETIPS + ++kdepotpath=/opt/trinity/include/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 () { 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 diff --git a/debian/_base/core/tdeadmin/debian/patches/series b/debian/_base/core/tdeadmin/debian/patches/series new file mode 100644 index 000000000..6b3ddc8ec --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/patches/series @@ -0,0 +1,3 @@ +common/04_am_maintainer_mode.diff +common/06_disable_no_undefined.diff +common/kubuntu_01_kdepot.diff diff --git a/debian/_base/core/tdeadmin/debian/rules b/debian/_base/core/tdeadmin/debian/rules new file mode 100755 index 000000000..692ea7674 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/rules @@ -0,0 +1,34 @@ +#! /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 := /opt/trinity/include +DEB_CONFIGURE_MANDIR := /opt/trinity/share/man +DEB_CONFIGURE_PREFIX := /opt/trinity +DEB_CONFIGURE_INFODIR := /opt/trinity/share/info + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +DEB_DH_STRIP_ARGS := --dbg-package=tdeadmin-trinity-dbg + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +DEB_CONFIGURE_EXTRA_FLAGS := \ + --without-rpm --with-pam=tde --with-shadow --with-nis \ + --with-private-groups --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib + +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc" \ + -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" \ + -DKU_USERPRIVATEGROUP="true" diff --git a/debian/_base/core/tdeadmin/debian/source/format b/debian/_base/core/tdeadmin/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/_base/core/tdeadmin/debian/source/options b/debian/_base/core/tdeadmin/debian/source/options new file mode 100644 index 000000000..72f1f5450 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/source/options @@ -0,0 +1,6 @@ +# Use xz instead of gzip +compression = "xz" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kcron b/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kcron new file mode 100644 index 000000000..2dec1c5ee --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kcron @@ -0,0 +1,10 @@ +Document: tdeadmin-doc-html-kcron +Title: Kcron Handbook +Author: Morgan Sandquist, Gary Meyer, Lauri Watts +Abstract: Kcron is an application that schedules programs to be run. +Section: System + +Format: HTML +Index: /usr/share/doc/tde/HTML/en/kcron/index.html +Files: /usr/share/doc/tde/HTML/en/kcron/*.html + diff --git a/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kdat b/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kdat new file mode 100644 index 000000000..52c649f74 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kdat @@ -0,0 +1,10 @@ +Document: tdeadmin-doc-html-kdat +Title: Kdat Handbook +Author: Sean Vyain +Abstract: TDE tape management. +Section: Admin + +Format: HTML +Index: /usr/share/doc/tde/HTML/en/kdat/index.html +Files: /usr/share/doc/tde/HTML/en/kdat/*.html + diff --git a/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.knetworkconf b/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.knetworkconf new file mode 100644 index 000000000..134b08805 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.knetworkconf @@ -0,0 +1,10 @@ +Document: tdeadmin-doc-html-knetworkconf +Title: KNetworkConf Handbook +Author: Sean Wheller, Christoph Eckert +Abstract: KNetworkConf is a graphical manager for network devices and settings. +Section: Admin + +Format: HTML +Index: /usr/share/doc/tde/HTML/en/knetworkconf/index.html +Files: /usr/share/doc/tde/HTML/en/knetworkconf/*.html + diff --git a/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kpackage b/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kpackage new file mode 100644 index 000000000..eb3b6bde6 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kpackage @@ -0,0 +1,11 @@ +Document: tdeadmin-doc-html-kpackage +Title: KPackage Handbook +Author: Toivo Pedaste, Lauri Watts +Abstract: KPackage is a graphical interface to the RPM, Debian, + Slackware and BSD package managers. +Section: Admin + +Format: HTML +Index: /usr/share/doc/tde/HTML/en/kpackage/index.html +Files: /usr/share/doc/tde/HTML/en/kpackage/*.html + diff --git a/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.ksysv b/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.ksysv new file mode 100644 index 000000000..1ea25aea5 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.ksysv @@ -0,0 +1,10 @@ +Document: tdeadmin-doc-html-ksysv +Title: KSysV Handbook +Author: Peter Putzer +Abstract: KSysV is a graphical editor for the SysV style init configuration. +Section: Admin + +Format: HTML +Index: /usr/share/doc/tde/HTML/en/ksysv/index.html +Files: /usr/share/doc/tde/HTML/en/ksysv/*.html + diff --git a/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kuser b/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kuser new file mode 100644 index 000000000..94edc894f --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/tdeadmin-doc-html.doc-base.kuser @@ -0,0 +1,10 @@ +Document: tdeadmin-doc-html-kuser +Title: KUser Handbook +Author: Matt Johnston, Lauri Watts, Jonathan Singer +Abstract: KUser allows you to manage users and groups on your system. +Section: Admin + +Format: HTML +Index: /usr/share/doc/tde/HTML/en/kuser/index.html +Files: /usr/share/doc/tde/HTML/en/kuser/*.html + diff --git a/debian/_base/core/tdeadmin/debian/tdeadmin-tdefile-plugins-trinity.install b/debian/_base/core/tdeadmin/debian/tdeadmin-tdefile-plugins-trinity.install new file mode 100644 index 000000000..0e6977ee8 --- /dev/null +++ b/debian/_base/core/tdeadmin/debian/tdeadmin-tdefile-plugins-trinity.install @@ -0,0 +1,6 @@ +debian/tmp/opt/trinity/lib/trinity/tdefile_deb.la +debian/tmp/opt/trinity/lib/trinity/tdefile_deb.so +debian/tmp/opt/trinity/lib/trinity/tdefile_rpm.la +debian/tmp/opt/trinity/lib/trinity/tdefile_rpm.so +debian/tmp/opt/trinity/share/services/tdefile_deb.desktop +debian/tmp/opt/trinity/share/services/tdefile_rpm.desktop -- cgit v1.2.3